@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');

body {
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #161419;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.title-tag {
    color: #fff;
    padding: 16px 20px;
    display: inline-block;
    transform: rotate(-7deg);
}

.tag-purple {
    color: #471ca8;
    background-color: #e6daff;
    pointer-events: none;
    padding: 6px 12px;
}

.title-no-transform {
    transform: rotate(0);
}

.h1 {
    margin-top: 50px;
    font-size: 72px;
    margin-bottom: 80px;
    font-weight: normal;
}
a {
    color: #FF8107;
}
.h1 i,
.h2 i,
.h3 i,
.h4 i,
.h5 {
    font-family: "Playfair Display", serif;
}

.h2 {
    font-size: 56px;
    font-weight: normal;
    margin-bottom: 20px;
}

.h2 i,
.h3 i,
.h4 i {
    background: -webkit-linear-gradient(left, #8857f5, #471ca8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h3,
.h4 {
    font-size: 38px;
    font-weight: normal;
}

.learn-more {
    color: #5f5d62;
}

.learn-more img,
.btn-send img {
    transition: all 0.3s ease-in-out;
}

.learn-more:hover img,
.btn-send:hover img {
    transform: translatex(3px);
}

.btn-view-all,
.btn-view-all:hover {
    border: 1px solid #e4e4e4;
    padding: 13px 30px;
}

.btn-view-all:hover {
    background-color: #e4e4e4;
}

.btn-send,
.btn-send:hover {
    color: #fff;
    padding: 17px 28px;
    background-color: #ff8107;
    text-transform: uppercase;
    /* background-color: #471ca8; */
}

.btn-send:hover {
    opacity: 0.95;
}

.btn-social {
    width: 160px;
    height: 68px;
    color: #000000;
}

/*-- Hero-START --*/
.jv-logo {
    max-height: 60px;
}

.jv-hero {
    background: url(../images/hero-bg.png) no-repeat;
    background-position: top center;
}

.jv-hero header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.jv-menu-cl header {
    border-bottom: 1px solid rgba(71, 28, 168, 0.12);
}

.jv-hero .btn-light,
.jv-menu-cl .btn-light {
    padding-top: 13px;
    padding-bottom: 13px;
}

.jv-menu-cl .btn-light {
    color: #fff;
    background-color: #471ca8;
}

.jv-menu-cl .btn-light img {
    filter: invert(1);
}

.jv-hero .btn-light.fa-play {
    padding-left: 14px;
    padding-right: 14px;
    background: #ff8107;
    border-color: #ff8107;
}

.jv-hero .btn-light.fa-play:before {
    content: "\f04b";
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
}

.jv-hero .btn-light:hover {
    color: inherit;
    border-color: #fff;
    /* background-color: transparent; */
    background-color: #fff;
}

.jv-hero .title-tag-outline {
    border: 1px solid;
}

.jv-hero-content {
    max-width: 900px;
    padding-top: 75px;
    padding-bottom: 15px;
}

.navbar-nav>li {
    position: relative;
}

.jv-hero ul li.active::after,
.jv-menu-cl li.active::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 5px;
    background-color: #fff;
}

.jv-menu-cl li.active::after {
    background-color: #471ca8;
}

.jv-menu-cl ul li a{
    color: #5f5d62;
}

.jv-hero ul li a{
    color:#fff;
    border-radius:6px;
}

.jv-hero ul li a:hover{
    opacity: 0.8;
}

.jv-hero ul li.active a:hover{
    opacity:1;
}

.jv-hero ul li.active,
.jv-menu-cl ul li.active{
    font-weight: 500;
}

.jv-hero ul li.active a:hover{
    color:#fff;
}

.jv-menu-cl ul li a:hover,
.jv-menu-cl ul li.active > a,
.jv-menu-cl li.active a:hover{
    color:#471ca8;
}

.jv-actions{
    padding-top:40px;
    padding-bottom:30px;
}

.jv-actions .btn-chat,
.jv-actions .btn-chat:hover{
    background-color: #ff8107;
}

.jv-card-inn{
    display:inline-block;
}

.jv-cards li a{
    transition:all 0.5s ease-in-out;
}

.jv-cards li a:hover{
    transform:translateY(-5px);
}

.jv-cards li:nth-child(2){
    margin-top:35px;
}

.jv-cards li:nth-child(3){
    margin-top:100px;
}

.jv-cards li:nth-child(4){
    margin-top:35px;
    margin-left:7px;
}

.jv-cards li:nth-child(5){
    margin-left:-30px;
}

.jv-cards ul li:hover a{
    background:transparent !important;
}

/*--Hero-END--*/
/*--Countries-START--*/
.jv-countries{
    padding-top:40px;
    padding-bottom:40px;
}

.jv-countries li{
    margin-top:5px;
    margin-bottom:5px;
    margin-left:0.5rem;
}

.jv-countries li a{
    border:1px solid #e4e4e4;
    color:#161419;
    min-width:200px;
    max-width:200px;
    transition:transform 0.3s ease-in-out;
}

.jv-countries li a:hover{
    background-color:#e6daff;
    color:#4b20ad;
    border-color:#e6daff;
}

.jv-countries li a img{
    transition:transform 0.3s ease-in-out;
}

.jv-countries li a:hover img{
    transform:scaleX(-1);
}

/*-- Countries-END --*/
/*-- Excellence-START --*/

.jv-whoweare-left p{
    color:#5f5d62;
}

.jv-excellence-box{
    padding-left:25px;
    border-left:1px solid #a37cfa;
}

.jv-excellence-box::before{
    content: "";
    right: 0;
    left: -3px;
    width: 5px;
    height: 37px;
    position: absolute;
    background-color: #471ca8;
}

.jv-excellence-box strong {
    font-size: 48px;
    line-height: normal;
    font-weight: normal;
}

.jv-excellence-box span {
    display: block;
    color: #5f5d62;
}

/*-- Excellence-END --*/
/*-- OurServices-START --*/
.jv-ourservices {
    padding-top: 70px;
    padding-bottom: 70px;
    background: linear-gradient(to bottom, #fff 0%, #eee 25%, #eee 75%, #fff 100%);
}

.jv-ourservices .h2 {
    max-width: 650px;
}

.jv-serv-inn {
    padding: 5px;
    min-height: 286px;
    max-height: 286px;
    border-radius: 28px;
    background-color: #fafafa;
    margin-top: 15px;
    margin-bottom: 15px;
}

.jv-serv-cont {
    padding: 20px 15px 25px;
}

.jv-serv-img {
    display: flex;
    justify-content: flex-end;
}

.jv-serv-one {
    background: -webkit-radial-gradient(80% 70%, closest-corner, #ecd4ff, #ffffff);
}

.jv-serv-two {
    padding-right: 0;
    background: -webkit-radial-gradient(80% 70%, closest-corner, #ffced5, #ffffff);
}

.jv-serv-three {
    background: -webkit-radial-gradient(80% 70%, closest-corner, #aadeef, #ffffff);
}

.jv-serv-four {
    background: -webkit-radial-gradient(80% 70%, closest-corner, #c2caff, #ffffff);
}

.jv-serv-five {
    background: -webkit-radial-gradient(80% 70%, closest-corner, #ffd6be, #ffffff);
}

/*-- OurServices-END --*/
/*-- Destination-START --*/
.jv-destination,
.jv-clientreview,
.jv-testimonial,
.jv-universities,
.jv-articles,
.jv-newsletter {
    padding-top: 70px;
    padding-bottom: 70px;
}

.jv-newsletter {
    padding-top: 30px;
}

.jv-destination .h2,
.jv-clientreview .h2,
.jv-country-list .h2 {
    max-width: 500px;
}

.jv-dest-inn a,
.jv-dest-inn a img,
.jv-dest-inn a span {
    transition: all 0.3s ease-in-out;
}

.jv-dest-inn a:hover img {
    transform: scale(0.997);
}

.jv-dest-inn a span {
    font-size: 20px;
    color: #161419;
}

.jv-dest-inn a:hover span {
    background: -webkit-linear-gradient(left, #8857f5, #471ca8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*-- Destination-END --*/
/*-- ClientReview-START --*/
.jv-clientreview .bubble-container {
    width: 100%;
    height: 600px;
    margin-top: -100px;
    position: relative;
}

.jv-clientreview .bubble {
    position: absolute;
    width: 200px;
    height: 200px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.jv-clientreview .bubble:hover {
    transform: scale(1.01);
}

.jv-clientreview .bubble-140 {
    width: 140px;
    height: 140px;
}

.jv-clientreview .bubble-180 {
    width: 180px;
    height: 180px;
}

.jv-clientreview .bubble-240 {
    width: 240px;
    height: 240px;
}

.jv-clientreview .bubble-280 {
    width: 280px;
    height: 280px;
}

.jv-clientreview .bubble-320 {
    width: 320px;
    height: 320px;
}

.jv-clientreview .rating-bubble {
    width: 180px;
    height: 202px;
}

.jv-clientreview .bubble img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jv-clientreview .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 50%;
    padding: 9px 15px;
    z-index: 2;
}

.jv-clientreview .play-icon::before {
    content: "â–¶";
    font-size: 20px;
    color: purple;
}

/*-- ClientReview-END --*/
/*-- Testimonial-START --*/
.jv-testimonial .h2 {
    max-width: 400px;
}

.jv-grayout {
    background: linear-gradient(to bottom, #fff 0%, #eee 45%, #eee 65%, #fff 100%);
}

.jv-testimonial-inn {
    background: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
    border-radius: 28px;
    padding: 25px;
}

.jv-testimonial-inn>p,
.jv-auth strong {
    font-size: 20px;
}

.jv-testimonial-inn>span,
.jv-auth span {
    color: #5f5d62;
}
.jv-auth span img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.jv-test-box,
.jv-pre-opportunity,
.jv-test-box.jv-lang {
    height: 100%;
    padding: 20px;
    padding-bottom: 0;
    border-radius: 28px;
    background: -webkit-radial-gradient(30% 75%, closest-corner, #bfffe6, #ffffff);
}

.jv-test-box p,
.jv-pre-opportunity p {
    color: #5f5d62;
}

.jv-test-box>img {
    margin-top: -94px;
    /**/
}

.jv-test-box.jv-test-pte {
    background: -webkit-radial-gradient(70% 65%, closest-corner, #e6daff, #ffffff);
}

.jv-test-box.jv-test-pte>img {
    margin-top: -30px;
}

.jv-pre-opportunity {
    background: -webkit-radial-gradient(70% 75%, closest-corner, #b7cdff, #ffffff);
}

.jv-pre-loc a {
    padding: 15px;
    color: #161419;
    border-radius: 28px;
    width: 160px;
    height: 160px;
    border: 1px solid #e4e4e4;
}

.jv-pre-loc a+a {
    margin-left: 15px;
}

.jv-pre-loc a span+span {
    display: block;
    margin-top: 10px;
}

.jv-test-box.jv-lang {
    background: -webkit-radial-gradient(80% 75%, closest-corner, #ffefa1, #ffffff);
}

.jv-lang-left {
    width: calc(100% - 230px);
}

.jv-lang-right {
    width: 230px;
}

.jv-test-box.jv-lang {
    padding-top: 30px;
    padding-bottom: 30px;
}

.jv-pre-loc-box {
    transition: all 0.3s ease-in-out;
}

.jv-pre-loc-box:hover {
    cursor: pointer;
    background-color: #f7faff;
}

.jv-pre-imgbaseline {
    flex-grow: 2;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: -20px;
    margin-bottom: 10px;
}

/*-- Testimonial-END --*/
/*-- Universities-START --*/
.jv-universities .h2 {
    max-width: 535px;
}

.jv-uni-logos li a {
    border: 1px solid #d9d9d9;
    width: 185px;
    height: 185px;
    overflow: hidden;
}

.jv-uni-logos li a img {
    transition: all 1s ease-in-out;
}

.jv-uni-logos li a:hover img {
    transform: scale(1.05);
}

.jv-uni-logos li::before,
.jv-uni-logos li:first-child::after,
.jv-uni-logos li:first-child a::after,
.jv-uni-logos li:nth-child(7) a::after,
.jv-uni-logos li:last-child a::after {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: absolute;
    right: -12px;
    bottom: -12px;
    z-index: 1;
}

.jv-uni-logos li:first-child a::after {
    content: "";
    top: -12px;
    left: -12px;
}

.jv-uni-logos li:nth-child(7) a::after {
    content: "";
    top: -12px;
}

.jv-uni-logos li:first-child::before {
    left: -12px;
}

.jv-uni-logos li:nth-child(n + 9)::before {
    display: none;
}

.jv-uni-logos li:nth-child(8)::before {
    left: -12px;
    right: inherit;
    display: block;
}

.jv-uni-logos li:last-child::before {
    display: block;
}

/*-- Universities-END --*/
/*-- Articles-START --*/
.jv-articles-inn {
    border-radius: 28px;
    overflow: hidden;
}

.jv-articles-inn::after {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 28px;
    transition: all 0.3s ease-in-out;
    background: -webkit-linear-gradient(top, transparent, #1e1e1e);
    pointer-events: none;
}

.jv-articles-inn:hover::after {
    background: -webkit-linear-gradient(top, transparent, #101010);
}

.jv-article-content {
    z-index: 2;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.jv-article-content .jv-article-date {
    padding: 7px 10px;
    background-color: #6f6e71;
}

.jv-article-content .h5 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jv-article-content .jv-article-auth {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

/*-- Articles-END --*/
/*-- Newsletter-START --*/
.jv-newsletter-inn{
    background-image:url(../images/news-letter-bg.png);
    background-repeat:no-repeat;
    background-position:bottom center;
    background-size:cover;
    padding:20px;
    height:auto;
    border-radius:25px;
}

.jv-newsletter small{
    left: 30px;
    bottom: -30px;
}

.jv-nlinn-left {
    width: 45%;
}

.jv-nlinn-left img {
    margin-bottom: 55px;
}

.jv-nlinn-right {
    width: 50%;
    padding-right: 30px;
}

.jv-nlinn-right .h2 {
    line-height: 60px;
}

.jv-nlinn-right .h2 i {
    color: #ff8107;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    background: inherit;
}

/* .jv-nlinn-right p {
    color: #5f5d62;
} */
.jv-newsletter-form input, .jv-newsletter-form select{
    height: 60px;
    border-radius: 60px;
    padding-left: 30px;
    padding-right: 30px;
    /* padding-right: 120px; */
}

.jv-newsletter-form input[type="number"] {
    padding-left: 60px;
}

.jv-newsletter-form .jv-icon-ininput {
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.jv-newsletter-form {
    margin-top: 50px;
}

/* .jv-newsletter-form .btn {
    right: 5px;
} */
.jv-newsletter-form .btn {
    margin-top: 25px;
}

/*-- Newsletter-END --*/
/*-- Social-START --*/
.jv-social .list-inline-item:not(:last-child) {
    margin-right: 15px;
}

.btn-social {
    transition: all 0.3s ease-in-out;
}

.btn-social-linkedin {
    background-color: #e4f1ff;
}

.btn-social-linkedin:hover {
    box-shadow: 0 0 0 1px #0191da inset;
}

.btn-social-instagram {
    background-color: #fbe4ff;
}

.btn-social-instagram:hover {
    box-shadow: 0 0 0 1px #ff02e9 inset;
}

.btn-social-facebook {
    background-color: #e4eeff;
}

.btn-social-facebook:hover {
    box-shadow: 0 0 0 1px #0374ec inset;
}

.btn-social-twitter {
    background-color: #f2f2f2;
}

.btn-social-twitter:hover {
    box-shadow: 0 0 0 1px #292929 inset;
}

.btn-social-whatsapp {
    background-color: #e4ffee;
}

.btn-social-whatsapp:hover {
    box-shadow: 0 0 0 1px #01e064 inset;
}

.btn-social-youtube {
    background-color: #ffe4e4;
}

.btn-social-youtube:hover {
    box-shadow: 0 0 0 1px #ff0101 inset;
}

/*-- Social-END --*/
/*-- Footer-START --*/
.jv-footer {
    background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
}

.jv-foot-menu,
.jv-foot-add {
    padding-top: 40px;
    border-top: 1px solid #d9d9d9;
}

.jv-foot-add {
    margin-top: 30px;
}

.jv-foot-menu h6,
.jv-footad-right h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.jv-foot-menu .f-nav {
    width: 18.4%;
}

.jv-foot-menu ul li {
    margin-top: 15px;
    margin-bottom: 15px;
}

.jv-foot-menu ul li a,
.jv-footad-right address,
.jv-footad-right p a,
.jv-foot-copyr li a {
    color: #5f5d62;
}

.jv-foot-menu ul li a:hover,
.jv-footad-right p a:hover,
.jv-foot-copyr li a:hover{
    color:#161419;
}

.jv-footad-left{
    width:40px;
}

.jv-footad-right{
    width:calc(100% - 40px);
}

.jv-footad-right h6{
    margin-bottom:15px;
}

.jv-footad-right strong{
    font-weight:500;
    margin-bottom:15px;
}

/*.jv-footad-right .jv-footad-mh{
    height:75px;
}*/

.jv-foot-copyr{
    padding-top:10px;
    padding-bottom:10px;
}

.jv-foot-copyr p,
.jv-foot-copyr a{
    font-size:14px;
}

/*-- Footer-END --*/

/*-- Dream-City-START --*/
.jv-dream-city {
    border: 1px solid #e4e4e4;
    border-radius: 28px;
    padding: 6px;
    width: 100%;
    text-align: center;
}

.jv-dream-city span{
    color: #101010;
    font-size: 24px;
    font-family: "Playfair Display";
    text-decoration: none;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    border-radius: 0 0 30px 30px;
}

.jv-dream-city:hover{
    border-color:#ff8107;
}

.jv-country-list{
    padding-top:30px;
    padding-bottom:70px;
}

.jv-country-list ul{
    column-count:4;
}

.jv-country-list ul .jv-dc-double{
    height:490px;
}

.jv-consult{
    text-decoration:none;
    padding:15px;
    background:url(../images/consult-bg.png) no-repeat top center;
}

.jv-consult span,
.jv-feel-free span,
.jv-scholarships span{
    color: #161419;
    font-size:28px;
}

.jv-consult .btn-send,
.jv-feel-free .btn-send,
.jv-scholarships .btn-send{
    border-radius:32px;
    margin-top:10px;
}

.jv-consult h3,
.jv-feel-free h3,
.jv-scholarships h3{
    color:#ff8107;
    font-size:48px;
    font-family:"Playfair Display";
    font-style:italic;
    font-weight:400;
}

.jv-bg-cl{
    background:url(../images/country-list-bg.png) no-repeat top center;
}

/*-- Dream-City-END --*/
/*-- Universities-START -- */
.jv-universities-list {
    padding-bottom: 70px;
}

.jv-universities-list .jv-uni-title {
    margin-top: -80px;
    background: url(../images/universites-title-bg.png) no-repeat top center;
    padding-top: 30px;
}

.jv-dream-universites {
    border-radius: 28px;
    padding: 8px;
    text-decoration: none;
    background: #f3f3f3;
}

.jv-dream-universites:hover {
    box-shadow: 0 0 0 1px #ff8107 inset;
    background: #fff;
}

.jv-dream-universites .jv-uni-est {
    bottom: 5px;
    left: 0;
    right: -10px;
    margin: 0 auto;
    width: 92px;
    height: 33px;
    align-items: center;
    display: flex;
    border-radius: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #ff8107;
    background: #ffe7db;
}

.jv-dream-universites p {
    color: #101010;
    font-size: 20px;
    margin-top: 5px;
    font-family: "Playfair Display";
}

.jv-feel-free {
    text-decoration: none;
    padding: 30px 20px;
    height: 100%;
    background: url(../images/university-contact.png);
    width: 100%;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.jv-feel-free h3 {
    flex-grow: 2;
}

.jv-feel-free .btn-send {
    text-transform: capitalize;
}

.jv-scholarships {
    padding: 20px;
    text-align: center;
    text-decoration: none;
    background: #e2d6ff url(../images/scholarship-bg.png) no-repeat top center;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 469px;
    border-radius: 20px;
}

.jv-scholarships h3 {
    color: #471ca8;
}

.jv-scholarships button,
.jv-scholarships button:hover {
    background-color: #471ca8;
}

.jv-explore-univ {
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 28px;
    margin-bottom: 15px;
    gap: 15px;
}

.jv-explore-univ h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.jv-explore-univ ul li a{
    display: flex;
    font-size: 16px;
    color: #161419;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    background: url(../images/chevon-right.png) no-repeat;
    background-position: right center;
    align-items: center;
}

.jv-explore-univ ul li a:hover{
    color: #ff8107;
}

.jv-explore-univ ul li:not(:last-child){
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}

/*-- city page --*/

.city-baner {
    background: url(../images/city/banner.png) no-repeat;
    background-position: top center;
    background-size: cover;
}

.no-img {
    background: transparent;
}

.banner-caption {
    padding-top: 120px;
}

.banner-title h2 {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 100px;
    line-height: 100%;
    color: #FFFFFF;
}

.banner-title h2 span {
    font-family: Playfair Display;
    font-weight: 400;
    font-style: Italic;
}

.serach_form {
    background: #FFFFFF;
    border-radius: 30px 30px 0 0;
    padding: 20px;
    margin-top: 60px;
}

.serach_form h4 {
    font-family: Albert Sans;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 20px;
}

.filter_form {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.filter_form .label_bx input {
    display: none;
}

.filter_form .label_bx label {
    border: 1px solid #D9D9D9;
    border-radius: 45px;
    padding: 15px;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #151515;
}

.filter_form .label_bx input:checked~label {
    background: #E6DAFF;
    color: #471CA8;
}

.fliter_serach p {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 5px;
}

.fliter_serach input[type="search"] {
    background: #F3F3F3;
    border-radius: 40px;
    border: 0;
    padding: 18px 20px;
    outline: 0;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #6C6C6C;
}

.fliter_serach .btn {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: none;
}

.btn-style {
    background: #FF8107;
    padding: 18px 24px;
    border-radius: 45px;
    font-family: Syne;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    transition: all ease .4s;
}

.btn-style:hover {
    background: #FF8107;
    opacity: .8;
    transition: all ease .4s;
    color: #fff;
}

.scrollspy {
    margin-top: 28px;
}

.scrollspy nav {
    border-bottom: 1px solid #E0DCDC;
}

.nav-pills .nav-link {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #5F5D62;
    padding: 20px 0px;
    margin: 0 16px;
    position: relative;
    border-bottom: 4px solid transparent;
}

.nav-pills .nav-link.active {
    color: #471CA8;
    background: transparent;
    border-bottom: 4px solid #471CA8;
    border-radius: 0;
}

.fact_div .discription {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #5F5D62;
}

.fact_div .discription a {
    color: #FF8107;
    text-decoration: none;
}

.fact_viewr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    margin-top: 24px;
}

.viewr_list {
    text-align: center;
    width: 25%;
}

.viewr_list {
    text-align: center;
}

.viewr_list span {
    border: 1px solid #E4E4E4;
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.viewr_list h4 {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 8px;
    color: #161419;
}

.viewr_list p {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #5F5D62;
}

.explore_uni {
    background: #F3F3F3;
    border-radius: 28px;
    padding: 17px 20px;
}

.explore_uni h4 {
    font-family: Albert Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 20px;
}

.explore_uni_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.explore_uni_list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid #E4E4E4;
    justify-content: space-between;
    color: #161419;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.explore_uni_list li span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.explore_uni_list li span img {
    width: 38px;
    border-radius: 50%;
    height: 38px;
}

.scrollspy nav {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
}

.program_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.program_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.program_list ul li {
    text-align: center;
}

.program_list ul li span {
    width: 200px;
    height: 200px;
    margin: auto;
    background: #E5FFE9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.program_list ul li p {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    margin-top: 15px;
}

.explore_uni_list li:last-child a {
    border-bottom: 0;
}

.top_university {
    background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 25%, #EEEEEE 75%, #FFFFFF 100%);
}

.mb-90 {
    margin-bottom: 85px;
}

.card-blog {
    overflow: hidden;
    position: relative;
}

.card_img {
    position: relative;
}

.card_img>span {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.rating {
    background: #FF8107;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 12px;
    border-radius: 20px;
    padding: 6px;
    color: #fff;
    font-family: Albert Sans;
    font-weight: 700;
    font-size: 16px;
}

.universities_logo {
    width: 100px;
    height: 100px;
    border: 4px solid #F3F3F3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -51px;
    background: #fff;
    position: relative;
    margin-left: 10px;
}

.card_caption {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    padding: 0 12px;
}

.card_overlap {
    background: url(../images/city/card-hoverlay.png) no-repeat top center / cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    transform: translateY(101%);
    transition: all ease .3s;
}

.card-blog:hover .card_overlap {
    transform: translateY(-1%);
    transition: all ease .3s;
}

.card_overlap h4 {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    text-align: center;
}

.card_overlap h3 {
    font-family: Playfair Display;
    font-weight: 400;
    font-style: Italic;
    font-size: 48px;
    line-height: 66px;
    text-align: center;
    color: #FF8107;
}

.btn.btn-transparent {
    background: transparent;
    color: #000;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    border: 1px solid #E4E4E4;
}

.btn.btn-transparent:hover {
    background: #FF8107;
    color: #fff;
}

.py-120 {
    padding: 120px 0;
}

.pt-120 {
    padding-top: 120px;
}

.pb-80 {
    padding-bottom: 80px;
}

.intake_bg {
    background: #fff;
    border-radius: 40px;
    padding: 40px 70px 0;
}

.intake_bg p {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #5F5D62;
    margin: 0;
}

.flag_list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 24px;
}

.scholarship_sec{
    background:#471CA8 url(../images/city/scholarship_bg.png) no-repeat top center / cover;
    border-radius:20px;
}

.scholarship_caption {
    padding: 28px;
}

.flag_list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 24px;
    margin-top: 35px;
}

.cost_sec p {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.fact_div p {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #5F5D62;
}

.contact_add .img_rotate {
    transform: rotate(180deg);
}

.contact_add {
    position: relative;
}

.contact_add_caption {
    position: absolute;
    top: 0;
    left: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
    right: 0;
    bottom: 0;
    text-align: center;
}

.contact_add_caption h4 {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    margin-top: 12px;
}

.contact_add_caption h3 {
    font-family: Playfair Display;
    font-weight: 400;
    font-style: Italic;
    font-size: 48px;
    line-height: 66px;
    color: #FF8107;
}

.contact_add_caption_right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact_add_caption_right ul li,
.check-cricle li {
    position: relative;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #5F5D62;
    padding-left: 30px;
}

.check-cricle {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-cricle li {
    position: relative;
}

.contact_add_caption_right ul li:before,
.check-cricle li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    background: url(../images/city/check-cricle.svg) no-repeat top left;
}

.contact_add_caption_right p {
    font-weight: 500;
    margin-bottom: 35px;
}

.jv-uni-logos li:last-child a::after {
    top: -12px;
    right: -12px;
}

.mt-80 {
    margin-top: 80px;
}

.list-process li {
    width: 20%;
    padding: 0 20px;
}

.list-process li span {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-process li h6 {
    font-family: Albert Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FF8107;
}

.list-process li p {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #161419;
    margin-bottom: 0;
}

.shadule_bg {
    background: url(../images/city/schdule_bg.png) no-repeat top center / contain;
    height: 442px;
    padding: 40px 16px;
    background-size: cover;
    border-radius: 22px;
}

.btn-parpal {
    background: #471CA8;
}

.post-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
    z-index: 1;
}

.post-caption .date {
    background: #16141999;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 15px;
    margin-bottom: 8px;
    display: inline-block;
}

.post-caption p {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
}

.user-post {
    border-top: 1px solid #FFFFFF29;
    padding-top: 18px;
}

.user-post .user {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #D9D9D9;
}

.user-post .view_user {
    color: #FFFFFF;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    text-align: right;
    display: flex;
    gap: 14px;
    align-items: center;
}

.user-post .view_user a {
    color: #FFFFFF;
}

.blog-post-img {
    position: relative;
}

.requirment_tag h5 {
    margin: 40px 0;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
}

.faq_accordion .accordion-item {
    border: 0;
    margin-bottom: 12px;
}

.faq_accordion .accordion-button {
    background: #F3F3F3;
    border-radius: 20px !important;
    outline: 0;
    box-shadow: none;
    padding: 25px;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
}

.faq_accordion .accordion-item:has([aria-expanded="true"]) {
    background: #EFE8FF;
    border-radius: 20px;
}

.faq_accordion .accordion-item:has([aria-expanded="true"]) .accordion-button {
    background: transparent;
    color: #471CA8;
}

.faq_accordion .accordion-item .accordion-body {
    padding: 0 28px 24px;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #5F5D62;
}

.accordion-button::after {
    content: '\002B';
    font-size: 26px;
    transform: none;
    transition: transform 0.2s ease-in-out;
    background: transparent;
    color: #161419;
}

.accordion-button:not(.collapsed)::after {
    content: "\2212";
    font-size: 30px;
    background: transparent;
}

/*garman langunage page*/
.germany-banner .banner-title h2 {
    font-size: 60px;
    margin-bottom: 60px;
}

.request_bx h3 {
    max-width: 195px;
}

.request_bx h3 i {
    font-size: 50px;
}

.request_bx .form-group {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 12px;
}

.request_bx .form-group .form-control {
    background: #FFFFFF;
    border-radius: 12px;
    outline: 0;
    box-shadow: none;
    padding: 12px 20px;
}

.request_bx .form-group i {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    pointer-events: none;
    color: #5F5D62;
    font-size: 14px;
}

.request_bx {
    display: flex;
    flex-wrap: wrap;
    padding: 28px 16px;
    align-content: space-between;
}

.request_bx form {
    width: 100%;
}

.request_bx .h2 i {
    color: #FF8107;
    -webkit-text-fill-color: #FF8107;
}

.arrow_list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 22px;
}

.arrow_list>li {
    margin-bottom: 18px;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #5F5D62;
    padding-left: 28px;
    position: relative;
}

.arrow_list>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 20px;
    background: url(../images/garmany/arrow-style.svg) no-repeat top center;
}

.arrow_list ul {
    margin-top: 20px;
    list-style: disc;
    padding-left: 15px;
}

.arrow_list ul li {
    margin-bottom: 18px;
}

.gray-gradient-bg {
    background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 25%, #EEEEEE 75%, #FFFFFF 100%);
}

.white-card {
    background: #FFFFFF;
    padding: 25px;
    border-radius: 10px;
}

.requirement_info {
    border-radius: 28px;
    margin-bottom: 24px;
}

.requirement_info:last-child {
    margin-bottom: 0px;
}

.requirement_info h3 {
    font-family: Albert Sans;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
}

.arrow_list>li:last-child {
    margin-bottom: 0;
}

.white-card p,
.requirement_info p {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #5F5D62;
    text-align: justify;
}

.table-style tr th {
    background: #161419;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    padding: 16px;
    text-align: center;
}

.table-style tr th:first-child {
    border-radius: 16px 0 0 0;
    white-space: nowrap;
}

.table-style tr th:last-child {
    border-radius: 0 16px 0 0;
}

.table-style thead tr {
    border: 0;
}

.table-style tr td {
    text-align: center;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 10px;
    color: #5F5D62;
}

.table-style tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
}

.table-style tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
}

.w-80 {
    max-width: 80%;
}

.list_euro {
    margin-top: 20px;
}

.list_euro li {
    width: 50%;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #5F5D62;
    margin-bottom: 15px;
}

.scholarship-bg {
    padding: 104px 0;
    border-radius: 30px;
}

.color-theme {
    color: #ff8107;
    -webkit-text-fill-color: #ff8107 !important;
}

.scholarship-garman .btn {
    border-radius: 16px;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    width: 205px;
    margin: 0 5px;
}

.btn-style.bg-white {
    color: #ff8107;
}

.btns-group {
    margin-top: 28px;
}

.scholarship-garman {
    margin-top: 50px;
}

.pt-80 {
    padding-top: 80px;
}

.shadule_bg {
    position: relative;
}

.shadule_caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: fit-content;
    margin: auto;
    padding: 40px 40px;
}

.fact_div p:last-child {
    margin-bottom: 0;
}

.follow_us {
    padding: 28px;
    background: #D5C2FF url(../images/intake/followus_bg.png) no-repeat top center / cover;
    border-radius: 28px;
    background-blend-mode: soft-light;
}

.follow_us h4 {
    margin-bottom: 25px;
    font-family: Albert Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
}

.follow_us ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.follow_us ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 50%;
    margin-bottom: 12px;
}

.contact_add_caption {
    padding: 28px;
}

.text-start tr th,
.text-start tr td {
    text-align: left;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: rgb(255 255 255 / 5%);
}

.table-striped>tbody>tr:nth-of-type(even)>* {
    background: #FFFAF6;
}

.list_width {
    max-width: 320px;
}

.gray-bg {
    background: #F3F3F3;
}

.list_bg>li {
    background: #F3F3F3;
    padding: 14px;
    border-radius: 12px;
    padding-left: 45px;
}

.arrow_list.list_bg>li::before {
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.scholarship-uk {
    background: #471CA8 url(../images/intake/scholarship_bg.png) no-repeat top center / cover;
    background-blend-mode: luminosity;
    border-radius: 25px;
}

.scholarship_university img {
    margin-left: -55px;
}

.scholarship-uk-caption {
    padding: 28px 40px;
}

.scholarship_form {
    max-width: 440px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 20px;
    margin-top: 18px;
}

.scholarship_form .form-group {
    width: calc(50% - 10px);
}

.scholarship_form .form-control {
    background: #FFFFFF;
    border-radius: 16px;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    height: 55px;
    outline: 0;
    box-shadow: none !important;
    padding: 20px 16px;
}

.scholarships_bx {
    background: url(../images/intake_scholarships.png) no-repeat top center;
    border-radius: 20px;
}

.scholarships_hand {
    max-width: 315px;
    margin-left: auto;
    margin-top: -58px;
}

.scholarships_bx_caption {
    text-align: left;
    max-width: 400px;
    padding: 20px;
}

.list-width-50 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.list-width-50 li {
    width: calc(50% - 5px);
}

.partner_logo.jv-universities .h2 {
    max-width: 770px;
}

/* contact us page css  */
.contact-box {
    display: flex;
    border-radius: 44px;
    padding: 8px;
    align-items: center;
    gap: 16px;
}

.iconbox {
    background: #471CA8;
    height: 64px;
    width: 64px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-box a {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none !important;
}

.wp {
    background-color: #17EF1E !important;
}

.mail {
    background-color: #E92121 !important;
}

.c-bg1 {
    background-color: #F1EBFF;
}

.c-bg2 {
    background-color: #E3FFE4;
}

.c-bg3 {
    background-color: #FFE1E1;
}

.contact-sect .contact-box {
    display: block;
}

.contact-form {
    background: radial-gradient(#FFFAF5, #FFEEDB);
    border-radius: 40px;
    padding: 50px 28px;
}

.contact-form .form-control {
    background: #fff;
    border-radius: 16px;
    border: none;
    height: 60px;
}

.contact-form textarea {
    height: 200px !important;
    resize: none;
}

.contact-form .btn-style {
    padding: 18px 70px !important;
}

.offc-sect {
    background: #F3F3F3;
    padding: 28px;
    border-radius: 28px;
    margin-top: 80px;
}

/*video page*/
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 50%;
    padding: 9px 15px;
    z-index: 2;
}

.play-icon::before {
    content: "â–¶";
    font-size: 20px;
    color: purple;
}

.video-thumb {
    position: relative;
}

.video-post-bx {
    border: 1px solid #E4E4E4;
    padding: 8px;
    border-radius: 20px;
}

.video-post-bx .video-thumb {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 12px;
}

.video-post-bx .video-date {
    color: #5F5D62;
    margin-bottom: 12px;
    display: flex;
    gap: 10px;
    font-weight: 400;
}

.video-post-bx .video-caption h3 {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #101010;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.follow_us {
    padding: 20px;
}

.follow_small_icon img {
    width: 40px;
}

/*about us*/
.paragraph_sec h4 {
    font-family: Albert Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 22px;
}

.paragraph_sec p {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #5F5D62;
    margin-bottom: 20px;
}

.paragraph_sec.text-left p {
    text-align: left;
}

.light-parpal {
    background: radial-gradient(100% 100% at 50% 100%, #F4F0FF 0%, #E7DDFF 100%) !important;
}

.light-orange {
    background: radial-gradient(100% 100% at 50% 100%, #FFFAF5 0%, #FFEEDB 100%) !important;
}

.target_bx {
    border-radius: 28px;
    padding: 40px 20px 30px;
}

.target_bx .icon {
    margin-bottom: 40px;
}

.target_bx .icon img {
    max-height: 250px;
}

.light-parpal .h2 i,
.light-parpal .h3 i,
.h4 i {
    background: #471CA8;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #471CA8;
}

.light-orange .h2 i,
.light-orange .h3 i,
.h4 i {
    background: #FF8107;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #FF8107;
}

.target_bx .caption p {
    color: #5F5D62;
    line-height: 22px;
}

.list-specialties {
    margin: 40px 0 60px;
}

.list-specialties li {
    width: 25%;
    text-align: center;
}

.list-specialties li span {
    background: #FFECEE;
    width: 240px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
}

.list-specialties li p {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #161419;
    max-width: 160px;
    margin: auto;
}

.list-specialties li:nth-child(2) span {
    background: #E7F7FF;
}

.list-specialties li:nth-child(3) span {
    background: #FFF8E4;
}

.list-specialties li:nth-child(4) span {
    background: #EAFFE7;
}

.about_scholarship_bg {
    background: #471CA8 url(../images/bg-study-abroad-forAbout.png) no-repeat top center / cover;
    background-blend-mode: luminosity;
}

.about_scholarship_bg .d-icon-books {
    margin: -12px 0;
}

.ask_answer h3 {
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 12px;
}

.answer_titleList {
    display: flex;
    gap: 37px;
    margin: 0;
    padding-left: 20px;
    margin-bottom: 40px;
    margin-top: 15px;
}

.answer_titleList li {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #5F5D62;
}

.question_bx {
    background: #F3F3F3;
    border-radius: 28px;
    padding: 25px;
    margin-bottom: 24px;
}

.question_bx .query_box {
    padding: 15px 0;
}

.query_box p {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 12px;
    font-weight: 400;
}

.query_box input[type="text"] {
    width: 100%;
    background: #FFFFFF;
    outline: 0;
    border: 1px solid #fff;
    padding: 18px 20px;
    border-radius: 60px;
    color: #5F5D62;
}

.query_box button.btn {
    position: absolute;
    right: 4px;
    top: 4px;
    height: 54px;
}

.theme-bg {
    background: #471ca8;
    color: #fff;
}

.btn-comment {
    background: #161419;
    color: #fff;
}

.btn-comment:hover {
    background: #471ca8;
    color: #fff;
}

.comment_box .user h4 {
    font-family: Albert Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 8px;
}

.comment_box .user p {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #5F5D62;
    margin: 0;
}

.comment-txt {
    background: #FFFFFF;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #5F5D62;
    padding: 20px;
    border-radius: 16px;
    margin: 40px 0 20px;
}

.comment-counter {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 24px;
}

.comment-counter li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5F5D62;
}

/* state page css  */
.jv-scholar-inn {
    background-image: url(../images/scholarbg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 20px;
    height: 317px;
    position: relative;
    background-color: #7A8FFF;
    border-radius: 28px;
    background-size: cover;
    background-blend-mode: luminosity;
}

.jv-scholar .jv-nlinn-right h2 {
    font-size: 60px;
    text-align: center;
}

.jv-scholar-right .h2 i {
    color: #1A2D95 !important;
}

.jv-scholar-right {
    width: 55%;
    text-align: center;
}

.jv-scholar-inn::after {
    content: "";
    position: absolute;
    background-image: url(../images/building.png);
    left: 0;
    bottom: 0;
}

.jv-scholar-inn::after {
    content: "";
    position: absolute;
    background-image: url(../images/building.png);
    left: -87px;
    bottom: 0;
    height: 400px;
    width: 452px;
    background-repeat: no-repeat;
}

.jv-scholar-inn::after {
    content: "";
    position: absolute;
    background-image: url(../images/building.png);
    left: -87px;
    bottom: -76px;
    height: 453px;
    width: 451px;
    background-repeat: no-repeat;
}

.jv-scholar-inn::before {
    content: "";
    position: absolute;
    background-image: url(../images/school-globe.png);
    right: -19px;
    bottom: -46px;
    height: 325px;
    width: 326px;
    background-repeat: no-repeat;
}

.btn-apply {
    background: #1A2D95;
    color: #fff;
    border-radius: 16px;
    padding: 21px 60px;
}

.btn-learn {
    background: none;
    color: #1A2D95;
    border-radius: 16px;
    padding: 21px 60px;
    border: 1px solid #1A2D95;
}

.jv-scholar {
    padding: 80px 0px;
}

.state-list .jv-dream-city {
    padding-bottom: 38px;
}

.state-list .jv-dc-double {
    height: 513px !important
}

.state-list ul {
    column-count: 4;
}

/*blog*/
.top-category-blog {
    margin-bottom: 28px;
}

.top-category-blog .serach {
    position: relative;
}

.top-category-blog .serach input {
    border: 1px solid #E4E4E4;
    background: #fff;
    border-radius: 40px;
    padding: 12px 44px;
    padding-right: 15px;
    width: 295px;
    outline: 0;
}

.top-category-blog .serach img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    left: 18px;
    pointer-events: none;
}

.list-categories {
    margin: 0;
    gap: 20px;
}

.list-categories li a {
    border: 1px solid #E4E4E4;
    background: #FFFFFF;
    border-radius: 40px;
    padding: 15px;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #161419;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.blog_mainImg.blog-post-img>img {
    max-height: 470px;
    object-fit: cover;
    border-radius: 25px;
    width: 100%;
}

.blog-post-img::after {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 28px;
    transition: all 0.3s ease-in-out;
    background: -webkit-linear-gradient(top, transparent, #1e1e1e);
}

.blog_article a img {
    width: 120px;
    border-radius: 20px;
    height: 120px;
    object-fit: cover;
}

.blog_article a {
    margin-bottom: 12px;
    text-decoration: none;
}

.card-blog h4 {
    font-family: Albert Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #161419;
    margin-bottom: 28px;
}

.blog_article {
    background: url(../images/blog-article-bg.png) no-repeat top center / cover;
}

.card-blog {
    border-radius: 28px;
    padding: 20px;
}

.card-blog .blog-post .text-body-secondary {
    color: #5F5D62;
    display: block;
    margin-bottom: 5px;
}

.blog_article a h6 {
    color: #161419;
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_article .blog-post {
    max-height: 400px;
    overflow: auto;
}

.blog_discover {
    margin: 90px 0 50px;
}

.blog_discover h3 {
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    color: #161419;
    margin: 0;
}

.blog_discover span {
    color: #161419;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
}

.btn-cricle {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-card {
    border: 1px solid #E4E4E4;
    border-radius: 28px;
    padding: 20px;
}

.blog-img {
    border-radius: 28px;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 101%, 0 88%);
}

.blog-caption .date-blog {
    background: #E5D9FF;
    color: #471CA8;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    padding: 8px 12px;
    display: inline-flex;
    border-radius: 20px;
    margin-top: 0;
    position: relative;
    top: -12px;
}

.blog-caption h3 {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 20px;
}

.blog-caption .user-post {
    border-top: 1px solid #E4E4E4;
}

.blog-caption .user-post .user {
    color: #161419;
}

.blog-caption .user-post .view_user {
    color: #161419;
}

.video_article {
    background: #F3F3F3;
}

.video_article .blog-post {
    max-height: none !important;
}

.blog-post .video-post-bx {
    margin-bottom: 24px;
}

.text-parpal {
    color: #471CA8 !important;
}

.scholarship_leftImg {
    margin-top: -50px;
    margin-left: -45px;
}

.scholarship_rightImg {
    margin-top: -60px;
    margin-bottom: -30px;
}

.breadcrumb .breadcrumb-item a {
    color: #5F5D62;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
    color: #000;
}

body .font-lg-large {
    font-size: 40px;
    line-height: normal;
    font-weight: 400;
}

.blog_discription h4 {
    font-family: Albert Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 24px;
}

.blog_discription p {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #5F5D62;
}

.blog_discription img {
    margin: 40px 0;
    border-radius: 20px;
}

.blog_discription ul {
    padding: 0;
    list-style: none;
}

.blog_discription ul li {
    color: #5F5D62;
    font-size: 16px;
}

.categories-blog .list-categories {
    gap: 10px;
}

.title h4 {
    font-family: Albert Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #161419;
}

.title h2+h4 {
    font-family: Albert Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #161419;
    margin: 40px 0 20px;
}

.gray-bg {
    background: #F3F3F3;
}

.pte-card {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pte-card h4 {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 0;
}

.pte-card p {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #5F5D62;
    text-align: justify;
}

.card-icon img {
    max-height: 135px;
}

.light-yellow {
    background: #FFF8E4 !important;
}

.light-blue {
    background: #E9F7FF !important;
}

.exam-overview {
    padding: 28px;
}

.exam-overview li {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 18px;
}

.exam-overview li span {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #161419;
    display: block;
    margin-bottom: 28px;
}

.exam-overview li p {
    margin: 0;
}

.check-icon {
    position: relative;
}

.check-icon:before {
    content: "";
    display: inline-flex;
    background: url(../images/check-style.svg) no-repeat center center;
    width: 20px;
    height: 20px;
}

.check-icon:before {
    content: "";
    display: inline-flex;
    background: url(../images/check-style.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    margin-right: 6px;
}

.test-pattren .title p {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #5F5D62;
}

.pattren_structure {
    max-width: 172px;
    margin: auto;
}

.pattren_structure .pattren-top {
    background: #FF8107;
    border-radius: 15px;
    padding: 15px;
    height: 300px;
    clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%);
}

.pattren_structure .pattren-bottom {
    background: #F3F3F3;
    padding: 55px 0 0;
    clip-path: polygon(50% -1%, 50% -1%, 250% 100%, 0% 100%, 0% 25%);
    text-align: center;
    max-width: 140px;
    margin: auto;
    margin-top: -165px;
    border-radius: 20px;
    min-height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pattren-bottom .caption {
    padding: 0 10px;
}

.pattren-top h5 {
    background: #F3F3F3;
    border-radius: 40px;
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    padding: 8px;
    color: #FF8107;
    margin-bottom: 15px;
}

.pattren-top span {
    background: #F3F3F3;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.pattren-bottom h5 {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #161419;
}

.pattren-bottom p {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #5F5D62;
    margin-bottom: 10px;
}

.time-pariod {
    background: #FF8107;
    display: block;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #F3F3F3;
    padding: 8px;
    border-radius: 0 0 20px 20px;
}

.list-pattren {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list-pattren li {
    width: 24%;
}

.test-pattren .title h4 {
    margin-bottom: 28px;
}

.mb--30 {
    margin-bottom: -30px;
}

.callback_Bg {
    background: #471CA8 url(../images/expertBg.png) no-repeat top center / cover;
    border-radius: 20px;
}

.section1-pte .title p {
    color: #5F5D62;
}

.icon-cricle {
    width: 150px;
    height: 150px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.icon-cricle img {
    width: 60px;
}

.shadule_bg.h-100 .shadule_caption {
    bottom: 0;
}

.blog-post-img>img {
    border-radius: 28px;
}

/*university-inside*/
.about_university span {
    width: 230px;
    height: 230px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #FFFFFF;
    min-width: 230px;
    margin-top: -110px;
}

.about_university span img {
    width: 100%;
    height: 100%;
}

.university_detail h3 {
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 10px;
    color: #000000;
}

.university_detailList li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.about_university_right {
    padding-top: 25px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.btn-parpal:hover {
    background: #471ca8;
    opacity: .8;
    transition: all ease .3s;
}

.nav-pills li:first-child .nav-link {
    margin-left: 0;
}

.nav-pills li:last-child .nav-link {
    margin-right: 0;
}

.nav-pills.margin-less .nav-link {
    margin: 0 8px;
}

.discription p {
    color: #5F5D62;
}

.paragraph_sec.text-start p {
    text-align: left;
}

.list-arrow:before {
    content: "";
    display: inline-flex;
    width: 22px;
    height: 20px;
    background: url(../images/garmany/arrow-style.svg) no-repeat top center;
    position: relative;
    top: 3px;
    margin-right: 6px;
}

.btn-transparant {
    border: 1px solid #E4E4E4;
}

.btn-transparant:hover {
    border-color: #000;
    color: #000;
}

.title p {
    color: #161419;
}

.follow_us ul li a {
    text-decoration: none;
    color: #161419;
}

.location-card .caption {
    padding: 20px 0 0;
}

.location-card p {
    color: #5F5D62;
    margin: 0;
}

.check_list>li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #5F5D62;
}

.check_list>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 20px;
    background: url(../images/check-style.svg) no-repeat top center;
}

.inside_university_schollarship .scholarship_rightImg {
    margin-left: -62px;
    margin-top: auto;
}

.location-card h4 {
    font-family: Albert Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}

/*Acceptance rate*/
.gradient-light-orange {
    background: radial-gradient(100% 100% at 50% 100%, #FFFAF5 0%, #FFEEDB 100%);
}

.rate_form {
    padding: 50px 90px 30px;
}

.rate_form .form-group label {
    color: #161419;
    margin-bottom: 5px;
}

.rate_form .form-group .form-control {
    background: #FFFFFF;
    border: 0;
    color: #5F5D62;
    padding: 18px 16px;
    border-radius: 16px;
}

.rate_form h5 {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.rate_form .form-check {
    padding: 0;
}

.rate_form .form-check label {
    background: #FFFFFF;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    padding: 20px;
    border-radius: 16px;
    color: #5F5D62;
    border: 1px solid #fff;
    transition: all ease .3s;
}

.rate_form .form-check input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.rate_form .form-check input[type="radio"]:checked+label {
    background: #F3EEFF;
    color: #471CA8;
    border: 1px solid #A37CFA;
    transition: all ease .3s;
}

.card-caption p {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #5F5D62;
}

.card-caption ul li {
    color: #5F5D62;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
}

.card-caption h5 {
    font-family: Albert Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #161419;
    margin-bottom: 25px;
    margin-top: 5px;
}

.card-caption p span {
    color: #161419;
}

.theme-gradient {
    background: linear-gradient(154.77deg, #F2ECFF 38.96%, #FFF5EB 100%);
}

.other_uni {
    padding-top: 28px;
    padding-bottom: 28px;
}

.medical_scholership {
    background: url(../images/medical_uni.jpg) no-repeat top center / cover;
    border-radius: 20px;
}

.h2.text-blue i {
    background: #2F9FE7;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-blue {
    background: #2F9FE7;
}

.jv-articles-inn img,
.program_list ul li span img,
.blog-post-img>img {
    transition: all ease .3s;
}

.jv-articles-inn:hover img,
.program_list ul li:hover span img,
.blog-post-img:hover>img {
    scale: 1.03;
    transition: all ease .8s;
}

.blog-post-img {
    overflow: hidden;
    border-radius: 28px;
}

.garman_sec h2 {
    margin-left: -80px;
    margin-right: -80px;
}

.garman_sec .scholarship-bg {
    min-height: 420px;
}

.garman_sec .caption {
    padding-bottom: 85px;
}

.title_job {
    max-width: 1150px;
    margin: auto;
    filter: url(#goo);
    margin-top: -60px;
}

.title_jobBg {
    position: relative;
    background: #fff;
    padding: 30px 30px 0;
    clip-path: polygon(8% 0, 92% 0, 100% 100%, 100% 100%, 0% 100%, 0 100%);
}

.jv-uni-title {
    position: relative;
}

.pte-card h3 {
    font-size: 30px;
}

.light-theme-bg {
    background: radial-gradient(100% 100% at 50% 100%, #F4F0FF 0%, #E7DDFF 100%);
}

.light-orange-bg {
    background: radial-gradient(100% 100% at 50% 100%, #FFFAF5 0%, #FFEEDB 100%);
}

.register_sec h3 {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 42px;
    line-height: 45px;
    color: #161419;
    margin-bottom: 30px;
}

.register_sec .caption {
    max-width: 305px;
}

.register_sec .register_imgBx {
    max-width: 300px;
}

.register_sec .register_imgBx {
    max-width: 300px;
    margin-right: -25px;
    margin-bottom: -25px;
    margin-top: -60px;
}

.register_cardEnd .register_imgBx {
    max-width: 390px;
    margin-right: -100px;
    position: relative;
    left: -72px;
}

.gray-bg ul li {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #5F5D62;
    margin-top: 18px;
}

.nursing_job h4 {
    font-family: Albert Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #161419;
    margin-bottom: 25px;
}

.pb-80 P:last-child {
    margin-bottom: 0;
}

.job_contact p {
    color: #161419;
}

.nursing-career {
    background: #471CA8 url(../images/nursing_career_bg.png) no-repeat top center / cover;
    background-blend-mode: luminosity;
}

.required_eduBx {
    width: 230px;
    height: 230px;
    margin: 0 auto 20px;
}

.required_edu h5 {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #161419;
}

.scholarship_sec.courses_scholarship_bg {
    background: #471CA8 url(../images/garman_scholership_bg.png) no-repeat top center / cover;
    background-blend-mode: luminosity;
    border-radius: 40px;
}

.list-width-33 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.list-width-33 li {
    width: calc(33.33% - 14px);
}

.gray-bg .check_list li {
    margin-top: 0;
}

.title p:last-child {
    margin-bottom: 0;
}

.social_contact li a {
    border: 1px solid #D9D9D9;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #471CA8;
    font-size: 12px;
}

.header-overlay header {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

.banner-caption {
    position: relative;
}

.header-overlay .banner-caption .container {
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
}

.header-overlay button.btn-light {
    color: #471CA8;
}

.header-overlay button.btn-light svg path {
    fill: #471CA8;
}

.header-overlay button.btn-light svg {
    margin-right: 5px;
}

.serach_form ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 10px;
}

.serach_form ul li {
    display: flex;
    align-items: center;
    color: #5F5D62;
}

.serach_form ul li span {
    width: 32px;
    height: 32px;
    background: #F3F3F3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.state_topUniversity p {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #101010;
    margin-top: 8px;
}

.state_topUniversity h4 {
    font-weight: 400;
    color: #5F5D62;
}

.state_topUniversity .card_overlap h4 {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 400;
    color: #161419;
}

.about_university {
    position: relative;
}

.btn:focus-visible {
    background: #ff8107;
    color: #fff;
}

/* ilets page css  */

.acro-box {
    background-color: #F3F3F3;
    border-radius: 28px;
    padding: 20px;
    text-align: center;
}

.about-exam-sect {
    padding: 80px 0px 0px 0px;
}

.acro-box h2 {
    color: #FF8107;
    font-size: 20px;
    margin-top: 20px;
}

.acro-box p {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #5F5D62;
}

.aboutsect-list li {
    color: #161419 !important;
    font-weight: bold !important;
    font-size: 20px !important;
}

.aboutsect-list p {
    margin-top: 20px;
}

.about-exam-left {
    padding: 20px;
    text-align: center;
    text-decoration: none;
    background: url(../images/guidebg.png) no-repeat top center;
    gap: 8px;
    height: 469px;
    background-size: contain;
}

.about-exam-left span {
    color: #161419;
    font-size: 44px;
}

.about-exam-left h3 {
    color: #471CA8;
    font-size: 60px;
    font-family: "Playfair Display";
    font-style: italic;
    font-weight: 400;
}

.about-exam-left a {
    text-decoration: none;
}

.about-exam-left .btn-send {
    background-color: #471ca8;
    border-radius: 32px;
    margin-top: 10px;
    color: #fff;
    padding: 21px 36px;
    text-transform: uppercase;

}

.elg-box {
    padding: 20px;
    text-align: center;
    text-decoration: none;
    background: url(../images/elgbox.png) no-repeat top center;
    gap: 8px;
    margin-top: 24px;
    padding: 40px;
}

.fee-sect {
    padding: 80px 0px 0px 0px;
}

.fee-box {
    border: 1px solid #E4E4E4;
    border-radius: 28px;
    text-align: center;
    padding: 33px 15px;
}

.fee-box p {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #161419;
    margin-bottom: 10px;
}

.jv-scholar-apply {
    background-image: url(../images/appschbg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    padding: 20px;
    height: 317px;
    position: relative;
}

.jv-scholar-apply::after {
    content: "";
    position: absolute;
    background-image: url(../images/englishimg.png);
    left: 0;
    bottom: 0;
    height: 276px;
    width: 268px;
    background-repeat: no-repeat;
}

.jv-scholar-apply::before {
    content: "";
    position: absolute;
    background-image: url(../images/engbookimg.png);
    right: -44px;
    bottom: 0;
    height: 288px;
    width: 354px;
    background-repeat: no-repeat;
}

.jv-scholar-apply .btn-send {
    padding: 21px 65px;
}

.jv-scholar-apply .h2 i {
    color: #FF8107 !important;
    background: -webkit-linear-gradient(left, #FF8107, #FF8107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.training-box {
    background-color: #F3F3F3;
    border-radius: 28px;
    padding: 20px;
    text-align: left;
}

.training-box p {
    margin: 0;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #5F5D62;
}

.training-box a {
    color: #471CA8;
    text-decoration: none;
}

.iletsGenera-sect {
    padding-bottom: 100px;
}

.exam-reg-sect .acro-box {
    border: none;
    background-color: unset;
}

.exam-reg-sect .acro-box p {
    color: #161419;
}

.exam-reg-sect p {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #5F5D62;
}

.exam-reg-sect {
    padding-bottom: 120px;
}

.prep-sect {
    padding-bottom: 120px;
}

.more-text {
    display: none;
}

.nav_tab .nav-link {
    border: 0;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #5F5D62;
    padding: 20px 0;
    margin-right: 20px;
    margin-bottom: 0;
    position: relative;
}

.nav_tab .nav-link:last-child {
    margin-right: 0px;
}

.nav_tab .nav-link.active {
    color: #471CA8;
    font-weight: 600;
}

.nav_tab .nav-link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    border-bottom: 5px solid transparent;
    max-width: 78px;
    margin: auto;
}

.nav_tab .nav-link.active:after {
    border-bottom: 5px solid #471CA8;
}

.fee-box h5 {
    font-weight: 700;
}

.about_Acroynm img {
    height: 130px;
}

.jv-dream-city span {
    background: #fff;
    clip-path: ellipse(50% 100% at 50% 100%);
    min-height: 60px;
    padding-top: 10px;
}

.jv-dream-city img {
    border-radius: 20px 20px 10px 10px;
    max-width: 100%;
}

img {
    max-width: 100%
}

.sub-nav{
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    background: #fff;
    border-radius: 0;
    min-width: 289px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all ease .5s;
    transform: translatey(40px);
}


.navbar-nav > li i {
    transition: all ease .3s;
}
.navbar-nav > li i.rotate{
    transform: rotate(90deg);
    transition: all ease .3s;
}
.navbar-nav > li > span:has(.rotate) {
    background: #efefef;
}
.sub-nav .sub-nav {
    position: absolute;
    left: 100%;
    list-style: none;
    padding: 0;
    width: 250px;
    top: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all ease .5s;
    transform: translateX(50px);
}
@media(min-width:992px){
	.jv-hero ul li.sub-menu:hover > span > a, .jv-hero ul li.sub-menu.show > span > a {
		background: #fff;
		opacity: 1;
		border-radius: 6px 6px 0 0;
		color: #000 !important;
	}
	}
	@media(max-width:1200px){
	.sub-nav{
		min-width:235px;
	}
	}
	@media(max-width:991px){
	.sub-nav, .sub-nav .sub-nav{
		position: relative;
		transform: none;
		opacity: 1;
		visibility: visible;
		left: 0;
		display:none;
	}
	.navbar-nav > li > span > a {
		padding: 0 !important;
	}
	.navbar-nav > li > span {
		display: flex;
		align-items: center;
		padding: 12px 15px;
		justify-content: space-between;
	}
	.jv-hero .navbar-nav li .nav-link {
		color: #000 !important;
	}
}

@media(min-width:992px) {
    .sub-menu .sub-nav li:hover>.sub-nav {
        visibility: visible;
        opacity: 1;
        transition: all ease .5s;
        transform: translatey(0);
    }

    .sub-menu:hover>.sub-nav {
        visibility: visible;
        opacity: 1;
        transition: all ease .5s;
        transform: translatey(0);
    }

    .jv-hero ul li.sub-menu:hover>a,
    .jv-hero ul li.sub-menu.show>a {
        background: #fff;
        opacity: 1;
        border-radius: 6px 6px 0 0;
        color: #000 !important;
    }
}

.jv-hero ul li.sub-menu:hover>a,
.jv-hero ul li.sub-menu.show>a {
    transition: all ease .5s;
}

.sub-nav li a>img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 0px 3px rgb(0 0 0 / 30%);
}

.sub-nav li{
    padding:6px 10px;
    border-bottom:1px solid #efefef;
	position:relative;
	top:0;
}

.sub-nav li:last-child {
    border-bottom: 0;
}

.sub-nav li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
}

.sub-nav li span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub-nav li span i {
    color: #000;
    padding: 6px;
}

button.btn-close {
    opacity: 1;
    margin-top: 5px;
    padding: 6px;
}

.sub-nav li a {
    padding: 0;
}

.sub-menu .sub-nav li a {
    color: #000;
}

.serach-header {
    position: relative;
    margin-right: 10px;
}

.serach-header .serach_icon {
    width: 52px;
    display: inline-flex;
    height: 52px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    margin-right: 0;
    position: relative;
    cursor: pointer;
}

.serach-header input[type="serach"] {
    width: 0;
    position: absolute;
    right: 0;
    height: 100%;
    padding: 10px 12px;
    border-radius: 40px;
    border: 1px solid #fff;
    outline: 0;
    padding-right: 60px;
    transition: width ease .5s;
    opacity: 0;
    visibility: hidden;
}

.serach-header.show input[type="serach"] {
    width: 290px;
    transition: width ease .5s;
    opacity: 1;
    visibility: visible;
}

.jv-excellence-box strong {
    display: flex;
}

.jv-excellence-box strong span {
    color: #000;
}

.plan {
    animation: orbit 20s linear infinite;
    position: absolute;
    bottom: 0;
    left: 4%;
    width: 1730px;
    height: 100px;
    transform-origin: top;
}

.plan span {
    transform: rotate(-126deg);
}

@keyframes orbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.jv-hero ul li:hover>a {
    background: #fff;
    color: #000 !important;
}

.list-categories li a {
    white-space: nowrap;
}

.top-category-blog {
    overflow: auto;
}

.list-categories {
    flex: 1 0 auto;
}

.blog-img img {
    max-height: 220px;
    object-fit: cover;
}

/*.latest-blog #category-data {
    max-height: 1370px;
    overflow-x: hidden;
}*/

.jv-articles .jv-articles-inn>a>img{
    max-height: 365px;
    height: 365px;
    width: 100%;
    object-fit: cover;
}

.recent-block {
    max-height: 760px;
    overflow: auto;
}

/*.blog-post-img > img{
    min-height:495px;
}*/
.register_imgBx img {
    max-width: 304px;
}
.register_sec .register_imgBx img {
    height: fit-content;
}
table {
    margin-left: 0;
    width: 100%;
}
.table_scroll tr th, table tr th{ 
background: #161419;
font-family: Albert Sans;
font-weight: 400;
font-size: 16px;
line-height: 100%;
color: #fff;
padding: 16px;
}
table{border:0; margin-bottom:15px;}
.table_scroll tr th:first-child, table tr th:first-child, .table_scroll thead tr td:first-child, table thead tr td:first-child{
border-radius: 16px 0 0 0;
/*white-space: nowrap;*/
background: #161419;
color: #fff;
font-weight: 300;
border: 0;
border-right: 1px solid #9d9d9d;
}
.table_scroll tr th:first-child, table tr th:last-child, .table_scroll thead tr td:last-child, table thead tr td:last-child{
	border-radius:0 16px 0 0;
	/*white-space: nowrap;*/
background: #161419;
color: #fff;
font-weight: 300;
border: 0;
border-right: 1px solid #9d9d9d;
}
.table_scroll tr td, table tr td{
text-align: left;
font-family: Albert Sans;
font-weight: 400;
font-size: 16px;
line-height: 19px;
padding: 10px;
color: #5F5D62;
border: 1px solid #dee2e6;
}
.table_scroll table tbody tr:nth-of-type(odd), table tbody tr:nth-of-type(odd){
background-color: #ffffff0d; /* light gray */
}
.table_scroll table tbody tr:nth-of-type(even), table tbody tr:nth-of-type(even){
background-color: #FFFAF6; /* slightly darker */
}
.table_scroll tr th:first-child, table tr th:first-child{
border-radius: 16px 0 0 0;
white-space: nowrap;
}
table thead tr th p, table thead tr td p{
    color:#fff !important;
    margin-bottom:0;
}
.table_scroll table {
max-height: 400px;
overflow-y: auto;
border-collapse: collapse;
display: block;
margin:40px 0px;
border:none;
}

.blog-title-link {
  color: inherit;         /* Use the h3 text color */
  text-decoration: none;  /* Remove underline */
  transition: color 0.3s; /* Smooth hover effect */
}

.jv-dream-universites {
    height: 100%;
    text-align: center;
}
.jv-dream-universites > span > img {
    min-height: 155px;
    margin-bottom: 50px;
    border-radius: 20px;
    object-fit:cover;
}

.multi-col-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    margin-bottom: 20px;
}

.universities_logo {
    overflow: hidden;
}
.universities_logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.card-blog .card_img span img {
    height: 160px;
    object-fit: cover;
}

.discription_more.expanded .content {
    height: auto;
}
.discription_more .content {
    height: 68px;
    overflow: hidden;
}

.jv-pre-loc a img {
    width: 60px;
}
.jv-clientreview .play-icon::before {
    content: "\f04b";
    font-family: "Font Awesome 7 Free";
    font-weight: 600;
}


.jv-cards li:nth-child(5) {
    margin-left: 0;
    margin-top: 35px;
}
.jv-cards li:nth-child(4) {
    margin-top: 0;
    order: 4;
    margin-left:0;
}

.list-inline-item:not(:last-child) {
    margin-right: 25px;
}
.jv-cards li:nth-child(1), .jv-cards li:nth-child(5){
    transform: rotate(-6deg);
}
.jv-cards li:nth-child(4){
	transform: rotate(6deg);
}

.jv-cards li:nth-child(2){
    transform: rotate(6deg);
    margin-right: 18px;
}

.jv-dream-city img {
    min-height: 200px;
    object-fit: cover;
}
ul{
   list-style: none;
   padding: 0;
}
ul li {
    color: #5F5D62;
}
.scholarship_sec img {
    margin-top: -25px;
}
.nursing_job .row {
    align-items: center;
}
.discription_more.job-content .caption{
    height: 335px;
    overflow: hidden;
}
.discription_more.job-content.expanded .caption{
    height: auto;
}
.read_more{
    text-decoration: none;
    color: #FF8107;
    margin-top: 10px;
    display: inline-block;
}
.jv-articles .jv-article-content {
    pointer-events: none;
}

#search_datas {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  max-height: 250px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  flex-wrap: nowrap;
}
#search_datas li{
  display: block;
  width: 100%;
  padding: 10px 15px;
  cursor: pointer;
  white-space: normal;
}
#search_datas li:hover{
  background-color:#f7f7f7;
}
#search_datas:empty {
    opacity: 0;
}
@media (min-width:992px){
.intake-sec .fact_div .row:first-child, .jv-universities-list .row, .university_detail .row, #scrollspyHeading4 .row{
    align-items: flex-start;
}
.contact_add, .shadule_bg.request_bx, .intake-sec .row > .col-lg-4, .intake-topuniversity .shadule_bg, .jv-universities-list .row div[class*=col-],
.university_detail .row div[class*=col-], .whychooseul + .col-lg-5 .img-box, #scrollspyHeading4 .row div[class*=col-]{
    position:sticky;
    top:100px;
}
}
@media (min-width: 1200px){
.h3, h3 {
    font-size: 1.7rem;
}
}
.paragraph_sec p {
    line-height:normal;
    color: #5F5D62;
}
#navbar-scrollspy .nav.nav-pills {
    justify-content: flex-start !important;
    gap: 15px;
}
.acro-box {
    word-wrap: break-word;
}
.jv-testimonial-slider .jv-testimonial-inn {
    margin: 0 10px;
}
.read-more-link{
    color: #FF8107;
    text-decoration: underline;
    cursor:pointer;
}
.top-category-blog .overflow-auto{
    display:flex;
}
.recent_blog .jv-articles-inn>img {
    height:300px;
    width:100%;
    object-fit:cover;
}
.recent_blog_bx {
    max-height: 640px;
    overflow-y: auto;
    overflow-x: hidden;
}
.categories-blog .list-categories li a {
    white-space: normal;
}
.jv-universities-list .row.main-universities-list div[class*=col-] {
    position: static;
}
.jv-serv-cont {
    padding: 20px 15px 25px;
    max-width: 70%;
}
.blog-post-img {
    overflow: hidden;
    border-radius: 28px;
    max-height: 450px;
}

#bookConsultation .modal-dialog{
  max-width: 950px;
}
#bookConsultation .modal-content{
    border: 0;
    border-radius: 28px;
    overflow: hidden;
}
#bookConsultation .modal-body{
    background:url(../images/popup_bg.jpg) no-repeat center center / cover;
}
.bookConsultation h3{
    font-weight:400;
    font-size:40px;
    line-height:normal;
    margin-bottom:30px;
}
.bookConsultation .form-control{
    box-shadow:none !important;
    height:60px;
    border-radius:12px;
    padding:18px;
    color:#5F5D62;
    outline:0;
}
.bookConsultation{
    padding:65px 5px;
}
#bookConsultation .modal-content .btn-close{
    position:absolute;
    right:15px;
    top:15px;
    margin-top:0;
}
.country-logo{
    position:absolute;
    width:55px;
    height:55px;
    border-radius:50%;
    bottom:10px;
    z-index:1;
    left:10px;
}
.country-logo img{
    width:100%;
    height:100%;
    object-fit:contain;
    min-height:fit-content;
}
#callback_request_form .row{
    margin-top:10px;
}
.contact_add.nostatic{
    position:relative;
    top:0;
}
.request_bx form .form-group:first-child, .request_bx form .form-group:nth-child(2), .request_bx form .form-group:nth-child(3), .request_bx form .form-group:nth-child(4) {
    width: 49%;
    display: inline-block;
}
.user-post .user img{
    width: 38px;
    border: 1px solid #ededed;
    height: 38px;
    border-radius: 50%;
    background: #ededed;
    padding: 5px;
}
.inrake_img {
    position: sticky;
    top: 65px;
}
h2.h2 > i {
    margin-left: 10px;
}
.inrake_img {
    text-align: center;
}
.top_university .card-blog {
    padding: 0;
}