<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Metropolis';
    src: url('font/Metropolis-Regular.woff2') format('woff2'),
        url('font/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-bold';
    src: url('font/Metropolis-Bold.woff2') format('woff2'),
        url('font/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Metropolis';
    color: #5D5D5D;
}


h1,
h2,
h3,
h4,
h5,
h6 {

    color: #131311;
    font-family: 'Metropolis-bold';
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input:focus-visible {
    outline: 0px solid transparent;
    border-radius: 0px;
}

.nav-link {
    color: #666666;

}

.nav-link:hover {
    color: #666666;

}

.btn-primary {
    background: #1D1B1B;
    border-color: #1D1B1B !important;
    color: white;

}

.btn-primary.clicked {
    background-color: #28a745 !important;
    /* Green as an example */
    border-color: #28a745 !important;
}

.btn-primary:hover {
    background: #E3B523 !important;
    border-color: #E3B523 !important;

}

/* **** left side ****  */
.left-style {
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #DDAE1A 100%);
    width: 40px;
    height: 8px;
    margin-right: 10px;
}

.right-style {
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #DDAE1A 100%);
    width: 40px;
    height: 8px;
    position: absolute;
    /* Optional, if you're positioning with top/left */
    top: 1617px;
    left: 817px;
    transform: rotate(180deg);
    /* This is the correct way to rotate it */
    position: static;
    margin-left: 10px;
}

::placeholder {
    color: #131311;
    opacity: 1;
}

.btn {
    width: 180px;
    height: 40px;
    text-align: center;
    position: relative;
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 10px;

}

.btn.btn_white {
    background: #fff;
    width: 239px;
    color: #131311;
    position: relative;
    border: 1px solid #fff;
}

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

.btn.btn_blue {
    background: #171044;
    color: #fff;
}

.btn.btn_blue i {
    margin-left: 5px;
}

.btn.btn_blue:hover {
    background: #E73B61
}

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

.title_wp {
    margin-bottom: 40px;
}

.title_wp h2 {
    font-size: 35px;
}

.title_wp h2 span {
    color: #2876BB;
}

.title_wp span.sub_title {
    font-size: 26px;

    color: #171044;
    background: url(../images/stars.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: block;
}

.title_wp p {
    line-height: 30px;
    margin: 20px 0 0 0;
}


/* *********** project color ******** */
/* pagination desigin  */
.small.text-muted{
margin-right: 10px;
}
.page-item.active .page-link{
    background-color: #EBCE48 !important;
    border-color: #EBCE48 !important;
}
.page-link:focus{
    box-shadow: none !important;
}

/* banner image  */
.overlay-image img {
    display: none;
}
.text_underline{
    text-decoration: underline !important;
    color: #EBCE48;
}
.text-color{
    color: #EBCE48;
}
.banner-content .text-color {
    color: black  !important;
    /* margin-right: 10px; */
}

/* over all project  */
.owl-nav{
    display: none;
}
.btn-check:focus+.btn,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: none;
    background-color: #EBCE48;
    outline: none;

}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show&gt;.btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
    background-color: #EBCE48 !important;
    ;
}

.btn:active,
.btn.active {
    background-color: #EBCE48 !important;
    border-color: #EBCE48 !important;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #EBCE48 !important;
    border-radius: 10px !important;
}

/* ********************* navbar ***************************/
.header-bar {
    background: linear-gradient(135deg, #1D1B1B 0%, #1D1B1B 22%, white 22%, white 22%, #DDAE1A 22%, #F8EA71 87.65%);
    color: white;
    display: flex;
    position: sticky;
    top: 0px;
    z-index: 111;
}


.nav-item .nav-link {
    font-size: 16px;
    line-height: 100%;


}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background-color: #000000;
}

.custom-dropdown .dropdown-item {
    color: white !important;
    border-bottom: 1px solid #292828 !important;
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    outline: none;
}

.form-chec-input:focus {
    border-color: #EBCE48 !important;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #EBCE48 !important;
    border-color: #EBCE48 !important;
}
k
/* ************* bg-footer-theme************** */
.skynet a:hover {
    color: #EBCE48 !important;
    cursor: pointer;
}
.bg-footer-theme {
    background: #1D1B1B;

}

.footer-link-heading {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #EBCE48;

}
.content-footer a{
    text-decoration: none;
    color: white;
}
.content-footer a:hover{
    text-decoration: none;
    cursor: pointer;
    color: #EBCE48;
}
footer .footer-copyright a {
    color: #DDAE1A; font-weight: bold;
}
.footer-link {
    padding-top: 45px;
}

.footer-logo-content {
    color: #FFFFFF;
    padding-top: 15px;
}

.footer-social-links {
    padding-top: 32px;
}

.footer-social-links a {
    margin-right: 30px;
    text-decoration: none;
    color: white;
}

.footer-link span {

    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #FFFFFF;
    width: 100%;
    display: block;
}

.footer-border {
    border: 1px solid #FFFFFF
}

.footer-copyright span {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #FFFFFF;

}

/* ***************hero-section***********  */
.hero-section {
    background: #F4F4F4;

}

.hero-content {
    padding-top: 140px;
    margin-left: 100px;
    padding-right: 30px;
}

.hero-content h2 {
    font-size: 38px;
    line-height: 55px;
    letter-spacing: 0%;

}

.hero-description {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #666666;
    text-align: justify;
}

.limited-width {
    display: block;

    /* Optional: for better character accuracy */
    width: 60ch;
    /* Limits each line to ~10 word */
    word-wrap: break-word;
    white-space: normal;
}

.hero-search .card {
    /* background-color: transparent; */
    border: none;
    box-shadow: 0px 5px 9px 0px #E2E2E2;
    margin-top: -51px;
    border-radius: 20px;

}

.hero-search .nav-item .nav-link {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-left: 10px;

}

.hero-search .card-header {
    border-bottom: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.custom-link.active-link {
    position: relative;
    font-weight: bold;
    color: #DDAE1A !important;

}

.nav-link.active-link::after {
    content: '';
    position: absolute;
    bottom: -1px;
    /* space between text and underline */
    left: 0;
    width: 80%;
    height: 2px;
    background-color: #DDAE1A;
    border-radius: 2px;
    margin-left: 10px;
}

.hero-search .btn {
    height: 50px;
}

/* ************************ iss************  */
.iss {

    padding-top: 50px;

}

.iss-img {
    padding-top: 40px;
    padding-right: 20px;
}

.iss-content {
    padding-top: 43px;
}

.iss-content h2 {


    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0%;

}

.iss-content span,
button {


    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0%;

}

.iss-button {
    padding-top: 20px;
}

.iss-button button {

    font-size: 16px;
    line-height: 22px;
    text-align: center;

}

.iss-button .btn-gradient {
    background: linear-gradient(270deg, #FBF07A -10.68%, #E1B11D 100%);
    width: 117px;
    height: 40px;
    border-radius: 10px;
    color: white;

}

.iss-description {
    font-size: 16px !important;
    line-height: 30px !important;


}

.iss-button .btn-light {
    width: 117px;
    height: 40px;
    border-radius: 10px;
    color: #666666;
}

/* ********* destination-content**  */
.destination-content {
    padding-top: 70px;
    padding-bottom: 40px;
}

.destination-content h2 {


    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0%;

}

.destination-content span {


    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;


}

.country-name {

    font-weight: 500;
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 0%; font-family: 'Metropolis-bold'; color: #DDAE1A;


}

.country-name:hover,
.country-img:hover {
    opacity: 1;
    cursor: pointer;
}

.img-fluid {
    width: 100%;
}

.country-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.country-img .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

/* .country-img:hover .overlay {
    opacity: 1;
} */

.country-name {
    font-size: 24px;
    margin: 10px 0 0 0;
}

/* Explore services for your journey abroad */

.services {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #F4F4F4;
}

.services-content h2 {
    display: block;
    /* Limits each line to ~10 word */
    word-wrap: break-word;
    white-space: normal;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0%;
    margin: 20px 0px 0px 5px;

}

.services-content-card.active {
    border-radius: 20px;
    height: 150px;
    background: linear-gradient(180deg, #FAF079 0%, #E1B11C 100%);
    text-align: center;
    align-items: center;
    padding: 25px;

}

.services-content-card.active p {


    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    padding-top: 10px;


}

.services-content-card {
    border-radius: 20px;
    height: 150px;
    background: #FFFFFF;
    text-align: center;
    align-items: center;
    padding: 25px 53px;

}

.services-content-card p {


    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #666666;
    padding-top: 10px;


}

/************* credit-hour *********** */
.credit-hour {
    padding: 32px;
}


.toggle-card {
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}



.toggle-tabs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    border-left: 1px solid #ddd;
}

.tab-pane-custom {
    display: none;
}

.tab-pane-custom.active.show {
    display: block;
}

.tab-pane img {
    border-radius: 15px;
    margin-top: 1rem;
}

.credit-img {
    width: 370px;
    height: 430px;
    position: relative;
    /* right: -82px;  */
    top: -65px;

}

.toggle-tab-btn {
    /* background-color: #f8f9fa; */
    /* border: 1px solid #ddd; */
    width: 100%;
    padding: 12px 15px;
    text-align: left;
    border-radius: 5px;
    font-weight: 500;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    border: none;
    background: transparent;
    padding: 1rem;
    text-align: center;
    font-size: 16px;
    color: #000;
    border-left: 2px solid transparent;
    transition: all 0.3s ease;
}

.content-slide-btn:hover{
    font-weight: 700;
    cursor: pointer;
}

.content-slide-btn.active,.content-slide-btn.active .toggle-tab-btn{
    color: #DDAE1A;
}

/* -------------------- function slider -----------------  */
.content-slider {
    min-height: 510px;

}

.content-slide {
    min-height: 510px;
    display: none;
    transition: all 2.5s ease-in-out;

}

.content-slide h5 {

    font-size: 30px;
    line-height: 45px;
}

.content-slide p {

    font-size: 16px;
    line-height: 30px;
}

.content-slide.active {
    display: inline;
}

.content-slide.exit-left {
    display: none;
}

.content-slide.exit-right {
    left: 100%;
    display: none;
}

/***** dream-study ******/
.dream-study {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F4F4F4;
}

.study-set-center {
    width: 70%;
    text-align: left;
}

.dream-study h2 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0%;
}

.dream-study span {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
}

.dream-study-card {
    width: 90%;
    height: 162px;
    top: 3876px;
    left: 160px;
    border-radius: 20px;
    border-width: 1px;
    background: #F4F4F4;
    border: 1px solid #BEBEBE;
    text-align: center;
    align-items: center;
    display: flex;

}

.circle-step {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(180deg, #F8EA6F 0%, #E1B21D 60.58%);
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
    align-items: center;
    margin-top: 4px
}

.dream-study-card b {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%; font-family: 'Metropolis-bold';

}

.dream-study-span {
    font-size: 16px !important;
    line-height: 26px !important;
    /* padding: 0px 8px; */

}


.circle-number {
    color: white;

    font-weight: 600 !important;
    font-size: 30px !important;
    line-height: 30px !important;
    letter-spacing: 0%;
    text-align: center !important;

}

/* accreditations  */
.accreditations {
    padding-top: 50px;
    padding-bottom: 40px;
}

.accreditations-content {
    padding-top: 10px;
}

.accreditations h2 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0%;
}

.accreditations-img {
    padding-top: 25px;
}

.accreditations.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 120px;
    width: auto;
    max-width: 72%;
    object-fit: contain;
    margin: 0px auto;
    display: block;
}

.navbar.navbar-expand-lg.navbar-light.header-bar .nav-link {
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    font-size: 16px !important;
}

/* ************* our service **************  */

.banner-image {
    width: auto;
    height: 250px;
}

.banner-content {
    align-items: center;
    display: flex;
    top: 105px;
    /* left: 136px; */
}

.icon-wrapper {
    height: 80px;

}

.page-banner h2 {
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0%;
}


.services-section {
    background: #F4F4F4;
    padding: 80px 0px;
}

.services-section h2 {
    padding-bottom: 50px;
}

.services-page-card {
    width: auto;
    height: 170px;
    border-radius: 20px;
    background: #FFFFFF;
    padding: 40px 53px
}

.services-page-card.active {
    /* padding: 25px; */
    background: linear-gradient(180deg, #FAF079 0%, #E1B11C 100%);
    color: white;
}

.services-page-card p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    padding: 5px;

}

.service-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(180deg, #FAF079 0%, #E1B11C 100%);
    border-radius: 15px;
    opacity: 0;
    /* transition: opacity 0.3s ease-in-out; */
    z-index: 1;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
}
.services-card:hover .service-description {
    opacity: 1;
    cursor: pointer;
}
/* ************** study abroad ************* */


.inquiry-container {
    background: #F4F4F4;
    width: auto;
    height: auto;

}

.inquiry-content {
    padding: 70px 114px 0px 113px;
}

.inquiry-content .inquiry-btn {
    padding-top: 50px;
}

.study-abroad-section {
    padding-bottom: 50px;
}

.study-abroad-section .card {
    width: 100%;
    height: auto;
    border-radius: 20px;
    border-width: 1px;
    border: 2px solid #00000052;
    padding: 10px;

}

.card-img {
    width: 100%;
    height: 85px;
    border-radius: 10px;
    border-width: 1px;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
}

.card-img img {
    /* padding: 30px 27px; */
    height: 100%;
    object-fit: scale-down;
}

.card-body {
    box-shadow: none;

}

.border {
    width: 110px;
    height: 2px;
    border-radius: 10px;
    background: #1D1B1B;
}

.study-abroad-heading {
    padding-top: 50px;
    padding-bottom: 50px;
}

.study-abroad-heading h2 {
    font-size: 35px;
}
.study-abroad-heading a {
    text-decoration: underline;
    color: black;
    font-size: 24px;
    /* margin-top: 20px; */
    display: block;
}

.course-heading a {
    text-decoration: underline;
    color: black;
    font-size: 24px;
    /* margin-top: 20px; */
    display: block;
}

.study-abroad-section .card h5 {


    font-size: 24px;
    line-height: 45px;
    letter-spacing: 0%;
    color: #666666;

}

.study-abroad-section .card span {


    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%; font-weight: 600;

}

/* ************ details card other page of study abroad page ***********  */
.course-heading {
    padding: 0 20px 20px 20px;
    /* padding-left: 14px; */
}

.study-abroad-details {
    background: #F4F4F4;
    width: auto;
    padding-bottom: 50px;


}

/* .study-abroad-details .card {
    width: 100%;
    height: auto;
    border-radius: 20px;
    border-width: 1px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9
}

.study-abroad-details .card p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
}

.study-abroad-details .card p img {
    margin-right: 15px;
} */

/*University detail*/

.uni_detail {
    margin-top: 70px;
}

.uni_detail h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.uni_detail p {
    margin: 0;
    line-height: 30px;
    color: #666666
}

.uni_detail .accordion-item {
    border: none;
    margin-bottom: 20px;
}

.uni_detail .accordion-item .accordion-body {
    padding-left: 30px;
    padding-right: 30px;
}

.uni_detail .accordion-header button {
    background: #F4F4F4;
    box-shadow: none;
    border: none;
    border-radius: 20px !important;

    color: #1D1B1B;
    font-size: 30px;
    padding: 30px 40px;
}

.uni_detail .accordion-collapse a {
    text-decoration: underline;
    color: #1381B5;
    font-size: 20px;
    margin-top: 20px;
    display: block;
}

.uni_detail .accordion-header button::after {
    background: #DDAE1A;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    content: "+";
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    padding-top: 5px;
}





.uni_detail.faq {
    margin-top: 40px;
}

.image_gallery_wrapper {
    margin-top: 50px;
}

.popup-gallery a {
    width: 30%;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
}

.popup-gallery a img {
    width: 100%;
    height: 165px;
    object-fit: cover;
}

.popup-gallery a:first-child {
    width: 70%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0px;
    margin-bottom: 0;
}

.popup-gallery a:first-child img {
    padding: 0 15px 0px 0;
    height: 517px;
}


.left_right_img {
    margin-top: 70px;
}
.left_right_img p{
    margin: 0px ;
}
.left_right_img.top .lect_conent {
    padding-right: 100px
}

.lect_conent {
    margin-bottom: 60px;
}

.lect_conent img {
    width: 100%;
}

.lect_conent h2 {
    font-size: 35px;
}

.lect_conent p {
    line-height: 30px;
}

.left_right_img.bottom .lect_conent {
    padding-left: 100px
}



.fontact_form {
    background: #DDAE1A1A;
    margin-top: 70px;
}

.fontact_form h4 {
    margin-bottom: 50px;
    font-size: 30px;
}

.fontact_form input,
.fontact_form select {
    border: 1px solid #CDCDCD;
    background: transparent;
    color: #666666;
    height: 50px;
}

.fontact_form input:placeholder,
.fontact_form textarea:placeholder {
    opacity: 1;
    color: #666666;
}

.fontact_form label {
    font-weight: 600;
    color: #1D1B1B;
}

.fontact_form textarea {
    height: 160px;
    border: 1px solid #CDCDCD;
    background: transparent;
    color: #666666;
}

.fontact_form .btn.btn-dark {
    border-radius: 10px;
    background: #1D1B1B;

    color: #fff;
    border-color: #1D1B1B;
    margin-top: 43px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
}

.country-box {
    border: 1px solid #D9D9D9;
    padding: 20px;
    text-align: center;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 600px) {
    .grid-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    }
}


.visa_loop {
    padding: 50px 0px;
}

.gray_bg {
    background: #F4F4F4;
}

.visa_loop h3 {
    font-size: 35px;
    margin-bottom: 35px;
}


.benefits-section {}

.benefits-section h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.benefits-columns {
    display: flex;
}

.benefits-list {
    list-style: none;
    padding: 0 0px 0 10px;
    margin: 0;
    margin-right: 50px;
}

.benefits-list li {
    /* display: flex; */
    margin-bottom: 13px;
    color: #666666;
    position: relative;
    margin-top: 4px;
    margin-left: 20px;
}

.circle {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: -20px;
}

.circle::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #000000;
    top: 16px;
    left: -13.5px;
}

li::marker {
    content: none;
    /* Hides the marker */
}

.benefits-list li:last-child .circle:after {
    display: none;
}




/*University detail*/
=======

/* ***************** university-list page **************  */
.university-list-section {
    padding: 80px 0px;
}
.university-list-section .card-title{
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.university-title{
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.university-list-section .card {
    width: 100%;
    height: 449px;
    border-radius: 20px;
    border-width: 1px;
    border: 2px solid #00000052;
    padding: 10px;
}

/* *************** courses list page ***************  */
.courses-list {
    width: auto;
    padding: 70px 0px;


}

.courses-list .card {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border-width: 1px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
     position: relative;
}
.courses-list .card .card-title{
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; color: #666; margin-top: 15px;
}
.courses-list .card .card-text{
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.courses-list .card p {
    font-size: 16px;
    letter-spacing: 0%;
    margin: 5px 0 0 0;
    font-weight: 700;
}

.courses-list .card p img {
    margin-right: 15px;
}
.course-card.card .course-btn {
    margin-top: 15px;
}
.course-card.card .course-btn a{
    position: absolute;
    bottom: 20px;
}


/* *********** courses-detail*********** */
.lop_sco h2 {
    color: #DDAE1A;
    font-size: 18px;
    line-height: 45px;
    margin: 0;
}

.lop_sco p {
    min-height: 80px;
}



/* visa country detail page  */
.application-card {
    width: auto;
    height: auto;
    border-radius: 20px;
    background: #F4F4F4;
    margin-bottom: 20px;

}

.application-card h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #666666;
    margin-bottom: 35px;

}

.application-process .application-card .benefits-list {
    padding: 0 0px 0 4px;
}

.application-process .application-card p {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    padding: 0px;
    margin: 0px;
}

.application-process .application-card span {
    margin-right: 10px;
}

.application-process .application-card .card-body {
    margin: 40px 0px auto 30px;
}

.application-process .application-card .circle-plus::before {

    background: #DDAE1A;
    height: 14px;
    width: 14px;
    border-radius: 50px;
    content: "+";
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    padding-top: 2px;

}

.bg-circle::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #DDAE1A;
    top: 16px;
    left: -12.5px;
}

.bg-circle {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #DDAE1A;
    border-radius: 50%;
    margin-right: 10px;
    background: #DDAE1A;
    /* margin-top: -13px; */
    margin-left: -20px;
}

.basic_documents .outline-circle {
    margin-left: 24px !important;
}

.outline-circle {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #DDAE1A;
    border-radius: 50%;
    margin-right: 10px;
    /* background: #DDAE1A; */
    margin-top: -4px;
}

.custom-after-none::after {
    display: none;
}

.benefits-list li:last-child .bg-circle:after {
    display: none;
}

.application-process .application-card .benefits-columns li {
    margin: 5px 0px 0px 0px;

}

.typically-working-day {

    border-radius: 10px;
    background: #DDAE1A;
    margin-bottom: 80px;


}

.stat-bg i {
    font-size: 21px;
    color: #DDAE1A;
    margin-right: 10px;
}
.stat-bg a {
    text-decoration: none;
    color: black;
}

.typically-working-day p { font-weight: 700; font-size: 24px; line-height: 34px; letter-spacing: 0%; text-align: center; color: #FFFFFF; margin: 0px; padding: 18px 0px;  }
.form-container h3 { margin: 0 0 30px 0; text-align: center; font-size: 35px; }
.form-container .form-label { color: #1D1B1B; font-weight: 600; }
.form-container .form-control { border: 1px solid #CDCDCD; height: 50px; }
.form-container textarea.form-control { height: 160px; }


.testimonial { width: 100%; max-width: 80%; margin: auto; }
.testimonial-text { position: relative; display: block; margin-top: 30px; }
.user-text { width: 100%; text-align: center; line-height: 30px; display: none; }
.user-text .fas { font-size: 30px; margin-bottom: 50px; margin-top: 20px; }
.user-text span { display: block; font-size: 24px; font-family: 'Metropolis-bold'; margin-bottom: 10px; }
.testimonial-pic { display: flex; align-items: center; justify-content: center; }
.user-pic { width: 130px; height: 130px; padding: 5px; border-radius: 50%; margin: 10px; cursor: pointer; transition: 0.5s; position: relative; }
.user-text.active-text { display: block; animation: moveup 0.9s linear forwards; }
.user-pic.active-pic { width: 169px; height:  169px; border: 1px dashed #000000; }

@keyframes moveup {
  0%{
    margin-top: 25px;
  }
  100%{
    margin-top: 0px;
  }
}


.testmonial_wrapper { background: #F4F4F4; padding: 70px 0; }
.user-pic img { width: 100%; height: 100%; border-radius: 100%; }
.user-pic .contact-img { width: 70px; height: 70px; position: absolute; top: 0; right: -17px; display: none; }
.img_block.user-pic.active-pic .contact-img{ display:block; }
.navbar.navbar-expand-lg.navbar-light.header-bar { padding-left: 40px; padding-right: 40px; }

.form-container.inner .btn.btn-primary {  margin: 0px auto; }


.contact-card { border-radius: 12px; box-shadow: 0px 0px 11px 0px #CECECE; text-align: center; padding: 30px; background-color: #fff; transition: 0.3s ease; height: 100%; }
.contact-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
.contact-icon { width: 84px; height: 84px; background-color: #f0f0f0; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 40px; }
.social-icons a { margin: 0 6px; font-size: 20px; display: inline-block; width: 36px; height: 36px; border-radius: 50%; color: #fff; line-height: 36px; text-align: center; }
.contact-card p { margin: 30px 0 0 0; }
.social-icons .x { background-color: #000; }
.social-icons .ig { background-color: #E1306C; }
.social-icons .yt { background-color: #FF0000; }

.contact_wrapper { background: #F4F4F4; padding: 70px 0; }
.contact_wrapper .colum_areas{ margin-top:70px; }
.contact_wrapper .colum_areas .col-md-12{ margin-bottom:20px; }
.contact_wrapper .colum_areas .col-md-12 h2{ font-size:35px; }


.university-list-section.listing{ margin-top:70px; }
.university-list-section.listing .study-abroad-heading{ padding:0 0 30px 0; }
.university-list-section.listing .col-md-4 { width: 20%; margin-bottom:25px; }
.university-list-section.listing .col-md-4 p { display: none; }
.university-list-section.listing .col-md-4 .card { height: auto; text-align: left; border: 1px solid #000000 }
.university-list-section.listing .card .card-title { color: #666666; margin:0; }
.university-list-section.listing .card .text-color{ font-weight:600;  }

.search-wrapper { width:600px; }
.search-input-group { display: flex; border: 1px solid #ccc; border-radius: 12px; overflow: hidden; background-color: white; }
.search-input-group input { border: none; flex: 1; padding: 12px 16px; font-size: 16px; outline: none; }
.search-input-group button { background-color: #1c1c1c; color: white; border: none; padding: 0 20px; font-size: 18px; display: flex; align-items: center; justify-content: center; border-radius: 0 12px 12px 0; transition: 0.3s; }
.search-input-group button:hover { background-color: #000; }

.course-card.card.card_loop .course-btn { margin-top: 15px; }
.card.course-card.card_loop a.btn,.course-card.card .course-btn a,.course-btn a { width: 40px !important; height: 40px; border-radius: 50px; right: 28px; }


.event_Detail_single .event-label { font-weight: 700; color: #DDAE1A; margin: 0; }
.event_Detail_single .description { margin-top: 20px; }
.event_Detail_single .event-section { background: white; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.05); }
.event_Detail_single .description h5 { color: #1D1B1B; font-size: 35px; margin: 0 0 25px 0; }


.galler_wrapper .gallery-img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; }
.galler_wrapper .right-column { display: flex; flex-direction: column; gap: 10px; }
.galler_wrapper .right-column .img-box { flex: 1; }
.galler_wrapper .rounded-box { overflow: hidden; border-radius: 10px; }


.event-title { color: #DDAE1A; font-weight: 700; font-size: 20px; margin-top: 10px; }
.event_loop .read-more { color: #666666; font-weight: 500; font-size: 20px; }
.event_loop .read-more i { background: #1D1B1B; color: #fff; width: 20px; height: 20px; border-radius: 50px; font-size: 10px; text-align: center; align-items: center; display: inline-flex; justify-content: center; }
.event-card { background-color: #e0e0e0; height: 180px; border-radius: 10px; }
.event_wrapper.event_Detail_single .saf.d-flex { justify-content: space-between; align-items: center; }
.event_wrapper.event_Detail_single .saf.d-flex a { border-bottom: 1px solid; padding: 0 10px; color: #1D1B1B; font-size: 20px; }

.pagination .page-link { border: none; color: #000000; }


.banner-content.position-absolute { display: none; }


.name_title h2 { margin: 0 0 40px 0; }
.country-img .overlay_top { position: absolute; top: 0; background: linear-gradient(180deg, rgba(225, 177, 28, 0.95) 0%, rgba(250, 240, 121, 0.95) 144.67%); height: 256px; border-radius: 20px; color: #fff; padding: 15px; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .5s ease-in-out; }
.country-img .overlay_top .ov_in h3 { color: #fff; font-size: 18px; margin: 0 0 10px 0; }
.country-img .overlay_top .ov_in p { margin: 0; font-size: 14px; line-height: 20px; }

.country-img:hover .overlay_top{ opacity:1 }

.study_country_list p { margin: 15px 0 50px 0; }

/*
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 1000;
    font-size: 50px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.whatsapp-float:hover {
    transform: scale(1.1);
} */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:87px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  transition: all 0.3s ease-in-out;
}

.float:hover{
  transform: scale(1.1);
}
.my-float{
	margin-top:16px;
}

</pre></body></html>