@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: "poppins", sans-serif;
    color: #242424;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin-top: 0;
}

h1 {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    line-height: 36px;
}

h3 {
    font-size: 30px;
    line-height: 30px;
}

h4 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

h5 {
    font-size: 14px;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    line-height: 14px;
}
p {
    margin-bottom: 0 !important;
}

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

a,
button {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
button,
img,
input,
span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #b0000d !important;
}

button,
input[type="submit"] {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}
.breadcrumb ul {
    list-style: outside none none;
}
/* ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
} */

figure {
    padding: 0;
    margin: 0;
}

label {
    margin-bottom: 0.5rem;
}
.line-clamp-14 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 14; /* Number of lines to show */
    line-clamp: 14; /* For future-proofing as it becomes standardized */
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2; /* Number of lines to show */
    line-clamp: 2; /* For future-proofing as it becomes standardized */
}
.line-clamp-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1; /* Number of lines to show */
    line-clamp: 1; /* For future-proofing as it becomes standardized */
}
.line-clamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4; /* Number of lines to show */
    line-clamp: 4; /* For future-proofing as it becomes standardized */
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3; /* Number of lines to show */
    line-clamp: 3; /* For future-proofing as it becomes standardized */
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*----------------------------------------*/
/*  02. Header  css
/*----------------------------------------*/
/* for headercss */
.pte-des-section {
    margin-bottom: 140px;
}
.top-bar {
    background-color: #006960;
}
.main-nav-container {
    background-color: #e5f0ef;
}
.page-bg-color {
    background-color: #e5f0ef;
}
.homecard-text {
    color: #b0000d;
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    margin-bottom: 4px;
}
.icon-image {
    background-color: #006960;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 50%;
}
.homebanner-card {
    background-color: white;
    padding: 4px;
    margin-top: 4px;
    margin: 8px;
    margin-bottom: 4px;
    transform: translateY(-60%);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 18px 0 rgba(0, 0, 0, 0.14);
    border-radius: 20px;
}
/* .contact-button {
    background-color: #b0000d;
    border: none;
    color: white;
    background-color: transparent;
    padding: 15px 30px;
    border-radius: 20px;
    background-image: linear-gradient(to left,  #F10012,#B0000D);
    transition: background-image 0.3s ease;
}
.contact-button:hover {
    background-image: linear-gradient(to left, #4fd3c8, #106962);
} */
.nav-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.footer-class {
    background-color: #006960;
    color: white;
    position: relative;
}
.fotter-headings {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}
.fotter-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: white;
}
.icon-size {
    height: 19px;
    width: 19px;
}
.copyright-section {
    height: 2px;
}
.submit-btn {
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #006960;
    border-radius: 10px;
    border: none;
    transform: translatex(-15%);
}
.top-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-container-inner {
    background-color: white;
    padding: 39px;
    border-radius: 20px;
    border-top: 6px solid #006960;
}

.toptext-headings {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #242424;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-bottom: 5px;
}
.topfotter-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #636262;
}
.input-field {
    outline: none;
    width: 250px;
    padding: 10px;
    background-color: #e1eceb;
    border: none;
    border-radius: 10px;
}
.heading-title h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
}
.heading-title-all {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: #006960;
}
.text-css {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #636262;
}
.mission-text-css {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #be2020;
}
.heading-small-text {
    color: #b0000d;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.line::after {
    content: "";
    display: block;
    width: 48px;
    margin-left: 8px;
    margin-top: 10px;
    border: 1px solid rgb(128, 0, 0);
}
.center {
    align-items: center;
    justify-content: center;
    display: flex;
}

.dropdown-toggle::after {
    display: none !important;
}
/* .service-container {
    margin-bottom: 44px;
} */
/* .service-card-img {
    border-radius: 20px;
} */
.service-card-heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}
.text-container {
    margin-bottom: 160px;
}
.card-inner-part {
    border-bottom: 4px solid #006960;
    border-radius: 20px;
}
.service-icons-part {
    transform: translateY(-115%);
    margin-right: 7px;
}
.arrow-icon {
    transition: transform 0.5s ease;
    color: white;
    font-size: 22px;
}

/* Rotate the arrow icon on hover */
.service-main-container:hover .arrow-icon {
    transform: rotate(50deg);
}
.service-main-container:hover .icon-image {
    background-color: #b0000d;
    transition: all 500ms ease;
}
.service-main-container:hover .card-inner-part {
    border-bottom: 4px solid #b0000d;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services .media-wrapper {
    /* width: 350px; */
    height: 255px !important;
    overflow: hidden;
}

.services .media-wrapper img {
    width: 100%;
    height: 255px !important;
    border-radius: 20px;
    object-fit: cover;
}
.about-bg-color {
    background-color: #d7eeec;
}
/* .study-aboroad-card:hover .study-card-img {
    opacity: 0.7;
    background-color: black;
} */
.study-media-wrapper img {
    height: 209px;
    width: 100%;
}
.study-media-wrapper {
    height: 209px;
    overflow: hidden;
    border-radius: 10px;
}
.study-aborad .media-wrapper {
    height: 209px;
    overflow: hidden;
    border-radius: 10px;
}
.study-aborad .media-wrapper {
    height: 209px;
    overflow: hidden;
    border-radius: 10px;
}

.study-aborad .media-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.study-icons-part {
    transform: translateY(-655%);
    margin-right: 7px;
}
.study-image {
    background-color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.like-icon {
    transition: transform 0.5s ease;
    color: red;
}
.study-aboroad-card {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
}
.study-card-img {
    transition: opacity 0.3s ease;
    border-radius: 10px;
}

.study-aboroad-card .study-media-wrapper {
    position: relative;
}

.study-aboroad-card .study-media-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease;
}

.study-aboroad-card:hover .study-media-wrapper::before {
    background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity here */
}
.test-card-img {
    height: 120px;
    width: 130px;
    border-radius: 50%;
}
.test-card {
    background-color: white;
    padding: 12px;
}
.test-arrow {
    font-size: 18px;
    font-weight: 800px;
}

.scholarship-img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.scholar-div:hover .scholar-main-card {
    background-color: #d7eeec;
}
.scholar-main-card {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
}
.testimonial-card {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    background-color: #f3f1f1;
}

.blog-container .blog-media-wrapper {
    /* width: 350px; */
    height: 383px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}
.blog-container .blog-media-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
        0,
        0,
        0,
        0
    ); /* Change the last value (0) to adjust the opacity */
    transition: background-color 0.6s ease; /* Add transition for smooth effect */
}

.blog-container .blog-media-wrapper:hover::before {
    background-color: rgba(
        0,
        0,
        0,
        0.5
    ); /* Change the last value (0.5) to adjust the opacity */
}

.blog-container .blog-media-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.blog-content-part {
    transform: translateY(-115%);
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    margin: 5px;
}

.blog-text {
    color: #006960;
}
.blog-icon-image {
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 50%;
}
.blog-media-wrapper:hover .arrow-icon {
    transform: rotate(50deg);
}
.blog-media-wrapper:hover .blog-icon-image {
    background-color: #006960;
    transition: all 500ms ease;
}
.blog-sidebar {
    cursor: pointer;
    transition: 0.4s all ease-in-out;
    &:hover {
        transform: scale(1.01);
    }
}
.side-blog-heading {
    font-size: 19px;
    font-weight: 600px;
}
.side-blog-description {
    padding-left: 20px;
}
.about-content {
    overflow: hidden;
}

.test-prepation .media-wrapper {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
}

.test-prepation .media-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ltr-effect {
    padding: 10px;
    background: linear-gradient(to right, #006960 50%, rgb(255, 255, 255) 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    transition: all ease-out 0.5s;
}
.ltr-effect:hover {
    background-position: left bottom;
    color: white !important;
}
.ltr-effect:hover .learn-more {
    color: white !important;
}
/* .ltr-effect {
    position: relative;
    padding: 10px;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      border-radius: 8px;

} */

/* .ltr-effect::after {
    position: absolute;
    display: block;
    background-color: #006960;
    transition: width 0.6s;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    z-index: -1;
    content: "";
    border-radius: 8px;
}
.ltr-effect:hover::after {
    width: 100%;
}
.ltr-effect:hover .service-card-heading{
    color: white;
}
.ltr-effect:hover .texts-css{
    color: white;
}
.ltr-effect:hover .heading-small-text{
    color: white;
} */

/* .ltr-effect:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(114, 8, 8, 0.1);
    transition: 0.3s ease-in;
}

.ltr-effect:hover:before {
    left: 0;
    transition: 0.3s ease-out;
} */

/* .ltr-effect:hover .prepration-text,.service-card-heading,.heading-small-text,.texts-css{
color: white;
} */
.underline {
    display: block;
    position: relative;
    transition: all 0.5s ease;
}

.underline:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    transition-property: left right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.underline:hover:after,
.underline:focus:after,
.underline:active:after {
    right: 0;
}

.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
}
.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #302f2f;
    border-radius: 4px;
    box-sizing: border-box;
}
.form-group input[type="submit"] {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}
.form-group input[type="submit"]:hover {
    background: #0056b3;
}
.asterisk {
    color: #ad3535;
}
.breadcrumb {
    font-weight: 500;
    font-size: 14px;
}
.accordin-newclass {
    border-radius: 4px red;
    margin-top: 10px;
    margin-bottom: 10px;
}
.rating {
    color: rgb(219, 196, 65);
    font-size: 6px;
    height: 16px;
    width: 16px;
}
.swiper-icon {
    font-size: 40px;
    color: #006960;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
    transition: all 0.5s;
}
.accordion-box {
    height: 55px !important;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) !important;
}
.accordion-card {
    border-radius: 20px !important;
}

.accordion-card button {
    border-radius: 20px !important;
}

.custom-list {
    list-style: none !important;
    font-size: 1.125rem;
    margin-bottom: 10px;
    word-wrap: break-word;
    padding: 0 20px;
}

.custom-list li {
    margin-bottom: 0.6rem;
    position: relative;
    list-style: none !important;
}

.custom-list li:before {
    content: "✓";
    color: #006960;
    display: inline-block;
    position: absolute;
    top: 40%;
    left: -40px;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    border: 3px solid #006960;
    border-radius: 50%;
    text-align: center;
}
.name {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: black;
}

.study-aboroad-card .media-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease;
}
.img-main-container {
    border: 2px solid #006960;
    padding: 10px;
    width: 504px;
}
.study-abroad-description {
    margin-bottom: 100px;
}
.study-abroad-description .media-wrapper {
    height: 503px;
    width: 100%;
}

.study-abroad-description .media-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-5%, -6%) !important;
}
.study-aborad-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
}

.university-img-desc .media-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
tbody tr {
    border-bottom: 1px solid #006960;
}

tbody tr:first-child {
    border: none !important;
}

tbody tr:first-child td {
    background-color: #006960 !important;
    color: white !important;
}

tbody tr:first-child:nth-child(1) td {
    border-right: 2px solid white;
    color: white;
}

tbody tr:first-child:nth-child(2) td {
    border-left: 2px solid white;
}

tbody tr:last-child {
    border: none !important;
}

tbody tr:last-child td {
    background-color: #006960 !important;
    color: white !important;
    border-right: 2px solid white;
}

tbody tr:last-child td:nth-last-child(2) {
    border-right: 2px solid white !important;
}

tbody tr:last-child:nth-child(1) td {
    border-left: 2px solid white !important;
}

tbody td {
    padding: 1rem;
    font-size: 16px;
}
.pte-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}
.sub-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.mission-media-wrapper {
    height: 395px;
}
.mission-img .media-wrapper {
    position: relative;
}
.mission-img {
    height: 202px;
}
.mission-container {
    position: relative;
    width: 100%;
    border-radius: 50px;
    /* Adjust height as needed */
}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    z-index: -1; /* Push the image behind other content */
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e6f0ef;
    border-radius: 20px;

    opacity: 0.5; /* Adjust opacity as needed */
}

.icons-text-part {
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translate(0%, -50%);

    color: black; /* Text color */
}
.mission-icon {
    height: 36px;
    width: 36px;
}
.mission-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}
.mission-descp {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: black;
}

.tap-container {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);

    border-radius: 10px;
}
.tap-container-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: black;
    padding-left: 22px;
    padding-top: 13px;
    padding-bottom: 13px;
    border: none;
    padding-right: 20px;
    background-color: white;
}

.tap-container-text.active {
    color: white;
    background-color: #006960;
}
.tap-container-text:hover {
    color: white;
    background-color: #006960;
}
.img-main-container {
    /* background-color: #006960; */
    width: 440px;
}
.scholar-description .media-wrapper {
    height: 420px;
    width: 100% !important;
}

.scholar-description .media-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transform: translate(4%, 4%) !important; */
}
.pte-description .media-wrapper {
    height: 100%;
    width: 100% !important;
}
.pte-description .media-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transform: translate(4%, 4%) !important; */
}

/* horizontal line */
@media screen and (min-width: 769px) {
    .scholar-description .media-wrapper {
        height: 3705px;
        width: 450px !important;
    }

    .corner-border::before {
        content: "";
        position: absolute;
        background-color: #006960;
        width: 94%;
        height: 100%;
        z-index: -1;
        top: -20px;
        left: -20px;
    }
    .corner-border {
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .corner-border .media-wrapper::before {
        content: "";
        display: block;
        position: absolute;
        width: 111px;
        bottom: 20px;
        border: 1px solid rgb(255, 255, 255);
    }
    .corner-border .media-wrapper::after {
        content: "";
        display: block;
        position: absolute;
        width: 98px;
        bottom: 30px;
        right: 84%;
        transform: rotate(90deg);
        border: 1px solid rgb(255, 255, 255);
    }

    .pte-description .media-wrapper {
        height: 325px;
        width: 450px !important;
    }

    .pte-description .media-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* transform: translate(4%, 4%) !important; */
    }
    .pte-border::before {
        content: "";
        position: absolute;
        /* background-color: #006960; */
        width: 94%;
        height: 100%;
        z-index: -1;
        top: -20px;
        left: -20px;
    }
    .pte-border::after {
        content: "";
        position: absolute;
        background-color: white;
        width: 100%;
        height: 325px;
        z-index: -1;
        top: 24px;
        left: 28px;
        border: 2px solid #006960;
    }
    .pte-border {
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .pte-border .media-wrapper::before {
        content: "";
        display: block;
        position: absolute;
        width: 111px;
        top: 295px;
        border: 1px solid rgb(255, 255, 255);
    }
    .pte-border .media-wrapper::after {
        content: "";
        display: block;
        position: absolute;
        width: 98px;
        top: 275px;
        right: 82.5%;
        transform: rotate(90deg);
        border: 1px solid rgb(255, 255, 255);
    }
    .blog-border::before {
        content: "";
        position: absolute;
        background-color: #006960;
        border-radius: 0em 100px 0em / 0.5em 100px;
        width: 94%;
        height: 100%;
        z-index: -1;
        top: -20px;
        left: -20px;
    }
    .blog-border {
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .blog-border .media-wrapper::before {
        content: "";
        display: block;
        position: absolute;
        width: 111px;
        bottom: 50px;
        border: 1px solid rgb(255, 255, 255);
    }
    .blog-border .media-wrapper::after {
        content: "";
        display: block;
        position: absolute;
        width: 98px;
        bottom: 60px;
        right: 84%;
        transform: rotate(90deg);
        border: 1px solid rgb(255, 255, 255);
    }
    .blog-description .media-wrapper {
        width: 100% !important;
        height: 420px;
        overflow: hidden;
        border-radius: 0em 100px 0em / 0.5em 100px;
    }

    .blog-description .media-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0em 100px 0em / 0.5em 100px;
        /* transform: translate(4%, 4%) !important; */
    }
    .service-description .media-wrapper {
        width: 100% !important;
        height: 420px;
        overflow: hidden;
        border-radius: 0em 100px 0em / 0.5em 100px;
    }

    .service-description .media-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0em 100px 0em / 0.5em 100px;
        /* transform: translate(4%, 4%) !important; */
    }
}
.service-border::before {
    content: "";
    position: absolute;
    background-color: #006960;
    border-radius: 0em 100px 0em / 0.5em 100px;
    width: 94%;
    height: 425px;
    z-index: -1;
    top: -20px;
    left: -20px;
}
.service-border {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.service-border .media-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    width: 111px;
    top: 334px;
    border: 1px solid rgb(255, 255, 255);
}
.service-border .media-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    width: 98px;
    top: 340px;
    right: 87%;
    transform: rotate(90deg);
    border: 1px solid rgb(255, 255, 255);
}
.blog-description .media-wrapper {
    width: 100% !important;
    height: 420px;
    overflow: hidden;
    border-radius: 0em 100px 0em / 0.5em 100px;
}

.blog-description .media-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0em 100px 0em / 0.5em 100px;
    /* transform: translate(4%, 4%) !important; */
}

.img-main-container {
    /* background-color: #006960; */
    width: 440px;
}

.contact-phone,
.contact-location,
.contact-mail,
.contact-global {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: white;
    margin-top: 6px;
    margin-bottom: 10px;
    margin-right: 20px;
}
.contact-title {
    font-weight: 700;
    font-size: 26px;
    color: white;
    line-height: 35px;
    margin-bottom: 10px;
    margin-right: 20px;
}
.map {
    /* overflow: hidden;
    height: 416px; */
}
.contact-detail {
    background-color: #006960;
    padding: 18px;
}
.contact-container {
    border-radius: 20px !important;
    overflow: hidden;
}
.heading-title-contact {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
}
.contact-main {
    border-radius: 20px !important;
}
.contact-btn {
    background-color: #006960;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: none;
    border-radius: 10px;
}
.nav-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: black;
}

/* .pte-border {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;

}

.pte-border .media-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    width: 111px;
    bottom: 22px;
    left: 12px;
    border: 1px solid rgb(255, 255, 255);
}


.pte-border .media-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    width: 98px;
    bottom: 49px;
    right: 82.5%;
    transform: rotate(90deg);
    border: 1px solid rgb(255, 255, 255);
} */
.trial-abroad-description {
    margin-bottom: 100px;
}
.trial-abroad-description .media-wrapper {
    height: 503px;
    width: 100%;
}

.trial-abroad-description .media-wrapper img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    transform: translate(-5%, -6%) !important;
}
.trial-abroad-description .media-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    width: 111px;
    bottom: 20px;
    right: 10%;
    border: 1px solid rgb(109, 42, 42);
}
.trial-abroad-description .media-wrapper::after {
    content: "";
    display: block;
    position: relative;
    width: 98px;
    bottom: 90px;
    transform: rotate(90deg);
    border: 1px solid rgb(133, 25, 25);
}

.contact-button {
    position: relative;
    background: linear-gradient(to left, #f10012, #b0000d);
    display: inline-block;
    overflow: hidden;
    font-size: 14px;
    border: none;
    margin-top: 20px;
    font-weight: 500;
    color: #fff !important;
    text-align: center;
    padding: 10px 20px;
    border-radius: 4px;
    z-index: 1;
    transition: all 500ms ease;
}
.contact-button::before {
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background: linear-gradient(to left, #02beaf, #006960);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.contact-button:hover:before {
    top: -40%;
}

.pte-description {
    padding-bottom: 200px;
}
.service-card-heading strong {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

.margin-btm {
    margin-bottom: 230px;
}
@media only screen and (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .dropdown-toggle::after {
        display: none;
    }
    .top-container {
        transform: translateY(-50%);
        /* position: absolute;
        top: -40%; */
    }

    .study-abroad-page,
    .schlorship-section-page,
    .pte-page-section,
    .services-pages,
    .misssion-vision-section,
    .contact-form {
        padding-bottom: 180px;
    }

    .faq-section,
    .contact-page-section,
    .blog-main-page,
    .blog-scholar-page,
    .test-prepation-page,
    .testomonial-page,
    .schlorship-section-page,
    .faq-page,
    .contact-page,
    .schlorship-section,
    .test-prepation-page .contact-form {
        margin-bottom: 190px;
    }

    .faq-section {
        margin-bottom: 140px;
    }
    .contact-form {
        margin-bottom: 140px;
    }
    .whychooseus {
        margin-bottom: 250px;
    }
    .about-img-border::before {
        content: "";
        position: absolute;
        background-color: #006960;
        border-radius: 120px 120px 0px 0px;
        width: 60%;
        height: 204px;
        z-index: 9;
        top: 86px;
        left: 49px;
    }

    .about-img-border .about-img-wrapper::before {
        content: "";
        position: absolute;
        border: 1px solid #006960;
        border-radius: 120px 120px 0px 0px;
        width: 70%;
        height: 286px;
        z-index: 9;
        top: 23px;
        left: 34px;
    }

    .about-img-border .img-line::before {
        content: "";
        position: absolute;
        border: 1px solid #006960;
        border-radius: 120px 120px 0px 0px;
        width: 61%;
        height: 272px;
        z-index: 9;
        top: 37px;
        left: 46px;
    }
    .about-img-border {
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .about-banner-img::after {
        content: "";
        height: 300px;
        width: 450px;
        background: #006960;
    }
    .home-banner-img::after {
        content: "";
        height: 300px;
        width: 450px;
        background: #006960;
    }

    .home-img-border::before {
        content: "";
        position: absolute;
        background-color: #006960;
        border-radius: 120px 120px 0px 0px;
        width: 67%;
        height: 320px;
        z-index: 9;
        top: 93px;
        left: 47px;
    }
    .home-img-border .home-img-wrapper .img-zindex {
        z-index: 99;
    }
    .home-img-border .home-img-wrapper::before {
        content: "";
        position: absolute;
        border: 1px solid #006960;
        border-radius: 160px 160px 0px 0px;
        width: 73%;
        height: 390px;
        z-index: 9;
        top: 22px;
        left: 35px;
    }

    .home-img-border .img-line::before {
        content: "";
        position: absolute;
        border: 1px solid #006960;
        border-radius: 140px 140px 0px 0px;
        width: 70%;
        height: 360px;
        z-index: 9;
        top: 52px;
        left: 41px;
    }
    .home-img-border {
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
.scholarship-section strong {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #070707;
}
.scholarship-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #636262;
}
.pte-description-section strong {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #070707;
}
.pte-description-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #636262;
}
table {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .study-aborad-title {
        font-weight: 700;
        font-size: 28px;
        line-height: 29px;
    }
    .heading-title h1 {
        font-size: 30px; /* Change to 30px or any other size you desire */
        line-height: 39px; /* Adjust line height accordingly if needed */
    }
    .heading-title-all {
        font-weight: 700;
        font-size: 26px;
        line-height: 35px;
        color: #006960;
    }
    .accordion-box {
        height: 65px !important;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) !important;
    }
    .faq-section,
    .contact-page-section,
    .pte-page-section {
        margin-bottom: 180px;
    }
    /* .pte-description .media-wrapper {
    height: 420px;
    width: 450px !important;
    margin-left: 80px;

} */
}
.sidebar {
    position: sticky;
    top: 38px;
}
#header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    z-index: 1000;
    box-shadow: 0px 2px 4px grey;
    animation: fadeInDown 0.5s ease-in-out 0s 1 normal none running;
    transition: 0.5s;
}
.nav-img img {
    height: 66px;
}
@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}

ul .dropdown-menu {
    width: 225px;
}

.img-description .media-wrapper {
    width: 100% !important;
    height: 420px;
    overflow: hidden;
    border-radius: 0em 100px 0em / 0.5em 100px;
}

.img-description .media-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0em 100px 0em / 0.5em 100px;
    /* transform: translate(4%, 4%) !important; */
}

.dropdown-menu {
    border: none !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 0px !important;
    padding: 0px;
}

.dropdown-item {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.hover-effect {
    background: linear-gradient(to right, #006960 50%, rgb(255, 255, 255) 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    transition: all ease-out 0.5s;
}
.hover-effect:hover {
    background-position: left bottom;
    color: white !important;
}
.hover-effect:hover .learn-more {
    color: white !important;
}

.border-css {
    border-bottom: 1px solid rgb(194, 191, 191);
}

.about-img-border .about-img-wrapper .img-zindex {
    z-index: 99;
}

.contact-button:hover {
    color: white !important;
}
.navbar-toggler {
    border: none !important;
}
.header-menu-icon {
    color: #006960 !important;
    font-size: 30px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important ;
}
.error-container img {
    height: 100%;
    width: 100%;
}
.social-icon {
    font-size: 20px;
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1220px !important;
    }
}
.contact-abroad-section {
    margin-bottom: 130px;
}
.contact-imgs {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.university-img-desc .media-wrapper {
    /* width: 350px; */
    height: 444px !important;
    overflow: hidden;
    border-radius: 20px;
    /* border-radius: 0px 150px 0px; */
    object-fit: contain;
}
/* .contact-side-img{
    width:100%;
} */
.side-image-wrapper img {
    height: 65px;
    width: 105px;
    border-radius: 10px;
}
.side-image-wrapper {
    height: 65px;
    width: 105px;
    flex-shrink: 0;
    overflow: hidden;
}
.abroad-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 27px;
    color: #006960;
}
.sitemap ul li {
    list-style: none;
}
.service-page {
    padding-bottom: 110px;
}
.about-us-img img {
    height: 1000px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
@media only screen and (max-width: 550px) {
    .mission-media-wrapper {
        height: 666px;
    }
}
