body {
    overflow: initial;
}

body,
p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

/* .small-intro-section {
    padding-bottom: 65px;
} */

.study-nav-tab-section .nav {
    justify-content: center;
}

.study-nav-tab-section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    background-color: #fff;
}

.study-nav-tab-section .nav-tabs .nav-link:focus,
.study-nav-tab-section .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.study-nav-tab-section .nav-tabs .nav-item.show .nav-link,
.study-nav-tab-section .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #000;
    color: #000;
}

.nav-tab-detail-section {
    padding-top: 55px;
}

.study-nav-tab-section .nav button {
    letter-spacing: 1.5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
}

.styled-box {
    padding: 25px 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    margin-left: 35px !important;
}

.styled-box .title {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1.8px solid #f9a03f;
}

.styled-box li a {
    font-size: 16px;
}

.tab-content {
    padding-top: 0;
    padding-right: 15px;
    text-align: justify;
}

.styled-box li:last-child {
    border-bottom: navajowhite;
}

.tab-content .heading__title {
    font-size: 30px;
}

.sticky-nav-tab {
    position: sticky;
    top: 84px;
    background-color: #fff;
    z-index: 4;
}

.testimonial-2 .owl-dots {
    margin-top: 30px;
}

.testimonial-2 .testimonial-item {
    padding: 40px 20px;
}

.testimonial-item .testimonial__desc {
    font-size: 15px;
    font-weight: 400;
    color: #181818;
    margin-bottom: 15px;
}

.doc-file a {
    border-left: 2px solid #dd543d;
    margin-left: 15px;
    padding-left: 15px;
}

.sample-doc-list .doc-list {
    list-style-type: decimal;
    padding-left: 15px;
}

.sample-doc-list .doc-list li {
    padding-bottom: 7px;
}

#testimonial1 {
    background-color: #fff !important;
}

footer .footer-logo {
    margin-bottom: 12px;
}

footer .footer-logo img {
    height: 77px;
}

footer .footer-social li {
    display: inline-block;
}

footer .footer-social li a.facebook {
    padding-left: 0;
}

footer .footer-social li a {
    font-size: 20px;
    padding-left: 12px;
}

.footer-contact-link .footer-contact {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 7px;
}

.footer-contact-link .footer-contact .contact-icon i {
    color: #000;
}

.footer-link-title {
    margin-bottom: 17px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.footer-top {
    padding: 50px 0;
    padding-bottom: 90px;
}

.footer-link-link li {
    padding-bottom: 8px;
}

.footer-link-link.quick-link {
    columns: 2;
}
.footer-bottom {
    padding: 5px 0;
}
.nobottommargin {
    margin-bottom: 0 !important;
}

#page-title .breadcrumb-section {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.h-100 {
    height: 100% !important;
}

.about-content {
    padding: 15px 35px;
}

.about-new .heading__title {
    font-size: 42px;
}

.about-new .divider__left:before {
    left: 15px;
}

.about-new .divider__left:after {
    right: calc(100% - 45px);
}

.about-new h3 {
    font-size: 26px;
    margin-bottom: 7px;
}

.about-new ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.about-new ul li {
    width: 48%;
    flex-basis: 48%;
    position: relative;
    /* padding-left: 20px; */
}

/* .about-new ul li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 24px;
    left: 6px;
    background-color: #F9A03F;
    border-radius: 50%;
} */

.about-new p {
    font-size: 16px;
}

.about-listing li {
    padding: 15px 20px;
    padding-right: 10px;
    background-color: #fff;
    margin-bottom: 8px;
}

.about-mission-vision .accordion__item-title {
    font-size: 22px;
}

/* .cta-2 h3.cta__title {
    color: #F9A03F;
} */

.cta__desc {
    font-size: 18px;
    width: 80%;
}

.inner .study-section p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}

.inner.student-recruit h3 {
    font-size: 18px !important;
    font-weight: 700;
}

.inner .study-section {
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.inner .small-btn {
    transform-origin: left;
}

.fancybox-bordered.inner .fancybox-item {
    padding: 0 15px;
}

.inner .fancybox__content {
    padding: 15px 25px;
    padding-top: 0;
}

.fancybox-bordered.inner .fancybox-item:before {
    display: none;
}

.cta.bg-gray {
    background-color: #fafafa;
}

.bottom-border {
    border-bottom: 1px solid #c9c9c980;
}

#message .message-image {
    position: relative;
    z-index: 19;
    float: left;
    width: 400px;
    margin-right: 40px;
    margin-bottom: 20px;
}

#message .message-info p {
    text-align: justify;
}

#message .message-name {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    color: #000;
    text-align: center;
}

h5.modal-title {
    font-size: 24px;
    font-weight: 600;
}
.testimonial__desc.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.study-abroad .study-section {
}

@media only screen and (max-width: 990px) {
    .header .logo-none .logo-light {
        display: block;
        padding-top: 10px;
    }

    .styled-box {
        padding-left: 0;
        margin-left: 0 !important;
        width: 50%;
        margin-top: 30px !important;
    }

    .study-nav-tab-section .nav button {
        font-size: 16px;
    }

    .footer a {
        font-size: 18px !important;
    }

    .footer .footer-social {
        margin-bottom: 30px;
    }

    #message .message-image {
        width: 335px;
    }
}

@media only screen and (max-width: 700px) {
    .study-nav-tab-section .nav button {
        font-size: 15px;
        width: 175px;
        flex: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sticky-nav-tab {
        left: 0;
        top: 80px;
    }

    .study-nav-tab-section .nav {
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding: 0 15px;
        margin: 0;
        justify-content: flex-start;
    }

    .styled-box,
    .cta__desc {
        width: 100%;
    }

    .styled-box {
        padding-left: 20px;
    }

    .footer {
        text-align: center;
    }
    .footer-contact-link .footer-contact {
        justify-content: center;
    }

    .footer-link-link.quick-link {
        columns: 1;
    }

    .footer .footer-social {
        margin-bottom: 0;
    }

    .footer-link-section {
        margin-top: 30px;
    }

    .small-intro-section {
        padding: 0 15px;
    }

    .study-nav-tab-section .nav-tabs .nav-link.active {
        border: none;
        background-color: #fafafa;
        color: #f9a03f;
    }

    .about-new ul {
        gap: 3px;
    }

    .about-new ul li {
        width: 100%;
        flex-basis: 100%;
    }

    .about-new .heading-4 .heading__title {
        margin-bottom: 10px;
        text-align: center;
    }
    .header__topbar {
        height: 80px;
    }

    .header .logo-light {
        display: inline-block;
    }

    .about-new .small-heading {
        text-align: center;
    }

    #message .message-image {
        float: none;
        width: 100%;
    }

    .landing-page-1.inner-landing {
        height: 26vh;
    }

    .page-title.inner-landing {
        padding: 50px 0;
    }

    .inner-landing .pagetitle__heading {
        font-size: 28px;
    }
}

.about-right {
    padding-left: 45px;
}
.heading__subtitle {
    margin-bottom: 7px;
}

#accordion2 .accordion-item {
    padding: 0px;
}

#accordion2 .accordion__item-body {
    padding: 15px;
}

#accordion2 .accordion__item-header {
    padding: 15px;
    background-color: #20296d;
}

.accordion-item .accordion__item-title,
.accordion-item .accordion__item-header.opened .accordion__item-title {
    color: #fff;
}

.about-mission-vision #accordion2 .accordion__item-title {
    font-size: 16px;
}

.study-section p {
    font-size: 15px;
}
.cta__title {
    font-size: 34px;
    margin-bottom: 0px;
    font-weight: 400;
}

.study-image {
    margin-bottom: 20px;
}
.heading__desc {
    color: #000;
}

.study-section p.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
}
.accordion__item-header a {
    font-size: 20px;
    font-weight: 700;
}
.accordion-item .accordion__item-body {
    padding-top: 15px;
}
.tab-content .blog-item .blog__img {
    margin-bottom: 15px;
}
.tab-content .blog-item .blog__title {
    font-size: 18px;
}
.fancybox-bordered.service-tab .fancybox-item {
    padding: 0;
    padding-top: 10px;
}

.blog-item .blog__title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.blog-item .blog__img {
    margin-bottom: 20px;
}
.blog-item {
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.blog__content {
    padding: 0 15px;
    padding-bottom: 25px;
}
.btn {
    width: 165px;
}

.cta .btn {
    width: 200px;
}
.line-clamp .blog__desc p {
    font-weight: 300;
}

#testimonial1.testimonial-bg {
    position: relative;
    padding-top: 75px !important;
}
.testimonial-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.075;
}
.testimonial-bg .bgImage {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#slider3.slider .slide__title {
    font-size: 48px;
    color: #000c62;
}
#slider3 .slide__content {
    padding-left: 8%;
    padding-top: 45px;
}
#slider3.slider .slide__desc {
    width: 55%;
}

.btn.btn__blue {
    background-color: #20296d;
    color: #fff;
    transition: all ease-in-out 0.35s;
}

.btn.btn__blue:hover {
    background-color: #000c62;
    transition: all ease-in-out 0.35s;
}

.landing-page-1 {
    height: 45vh;
}

.career-title {
    font-size: 22px;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.career-title strong {
    font-size: 32px;
}

.career-card {
    position: relative;
    height: 370px;
}

.career-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.35;
    z-index: 2;
}

.career-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: top center;
    background-size: cover;
    z-index: 1;
}

.career-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.career-info .career-name {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}
.intern-btn {
    display: flex;
    gap: 10px;
}

.intern-btn .btn {
    width: auto;
    padding: 0 15px;
    transform: scale(1);
    height: 40px;
    line-height: 38px;
    font-size: 11px;
}
.intern-section .fancybox-item .fancybox__title {
    margin-bottom: 7px;
}

.suggestion-content {
    padding-left: 30px;
}
.suggestion-content .suggestion-title {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.suggestion-content .suggestion-desc {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}

.bg-blue {
    background-color: #242b66;
}

.search_icon.search__job .search__input {
    border: 1px solid #eaeaea;
}

.search_form .btn {
    margin-left: 10px;
}

.job-card {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 20px 15px;
    display: block;
    margin-bottom: 25px;
}
.job-card::before,
.job-card::after {
    display: none;
}

.job-card .job-info {
    padding-bottom: 15px;
}

.job-card .job-title {
    font-size: 20px;
    color: #000c62;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    display: block;
}

.job-type {
    display: flex;
    gap: 10px;
    color: #000;
    padding-bottom: 8px;
}

.job-card .new-btn {
    padding: 12px 15px;
    border: 1px solid #eaeaea;
}
.job-card .job-btn {
    display: flex;
    /* justify-content: flex-end; */
    gap: 10px;
    margin-top: 10px;
}

.job-btn .new-btn.btn-border i {
    color: #242b66;
}
.job-btn .new-btn.btn-blue {
    background: #242b66;
    padding: 12px 18px;
}
.job-btn .new-btn i {
    color: #fff;
}

#job .pagination li a {
    line-height: 30px;
    font-weight: 400;
    width: 42px;
}

#job .pagination li {
    margin-right: 0;
}

.job-footer-btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.new-bg {
    position: relative;
}
.new-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #20296d;
    top: 0;
    left: 0;
}

#advice .box-blue {
    position: relative;
    /* background-color: #20296d; */
    z-index: 3;
}

#advice .advice-box {
    text-align: center;
    padding: 50px 20px;
    /* z-index: 4; */
    width: 30%;
}
#advice.advice-section {
    padding: 0;
}

.advice-icon img {
    width: 100px;
    filter: brightness(0) invert(1);
}
#advice .advice-box.box-skew .advice-icon img {
    filter: brightness(0) invert(0);
}

.advice-box .advice-info {
    color: #fff;
    position: relative;
    z-index: 99;
}

.advice-info .advice-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}
#advice .advice-box.box-skew .advice-title {
    color: #20296d;
}
#advice .advice-box.box-skew .advice-desc {
    color: #000;
}

.advice-info .advice-desc {
    font-size: 14px;
    margin-bottom: 10px;
}
.advice-btn .btn__bordered.btn__white:hover {
    color: #242b66;
    background-color: #fff;
    border-color: #fff;
}

#advice .advice-box.box-skew {
    position: relative;
    background-color: #fff;
    /* z-index: -1; */
    width: 40%;
    padding: 50px;
}
.box-skew2 {
    position: relative;
}
.box-skew2::before {
    content: "";
    position: absolute;
    width: 105px;
    height: 100%;
    top: 0;
    right: -31px;
    background-color: #20296d;
    transform: skew(10deg);
    z-index: 9;
}
.box-skew::before {
    content: "";
    position: absolute;
    width: 105px;
    height: 100%;
    top: 0;
    right: -73px;
    background-color: #20296d;
    transform: skew(10deg);
    z-index: 9;
}
#advice .advice-box.extra-index {
    position: relative;
    z-index: 10;
}

.heading__title,
.footer-link-title {
    color: #20296d;
}

.cta-2 h3.cta__title strong,
.index-location h4 {
    color: #20296d;
}
.lead {
    font-size: 18px !important;
}

.abroad-study .project-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.abroad-study .project-content .content-title {
    line-height: 1.2;
    font-size: 22px;
    font-weight: 600;
}
.abroad-study .project-content .content-desc {
    font-size: 15px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.fancybox-bordered.study-abroad .fancybox-item {
    padding: 8px 15px 35px;
}

.modal-footer .btn {
    width: 200px;
}

.tab-pane .blog__content {
    padding-bottom: 10px;
}
.accordion-item a {
    color: #20296d;
}
.job-desc {
    margin-bottom: 20px;
}
.job-share {
    margin-top: 20px;
}
.job-share #social-links li,
.blog-share .social__icons a {
    display: inline-block;
}
.job-share #social-links li {
    margin-right: 5px;
}

.blog-share .social__icons a {
    background-color: #20296d;
}
.social__icons a {
    font-size: 16px;
}
.blog-share {
    margin-bottom: 25px;
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f39e";
}

.blog-share .blog__share-title {
    font-size: 16px;
}
.related-title {
    font-size: 24px;
    color: #20296d;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
}

.career-title strong {
    color: #20296d;
}

#cards {
    padding-top: 65px;
    padding-bottom: 20px;
}

.bg-f6 {
    background-color: #fafafa;
}

.card-three {
    padding: 40px 25px;
    padding-top: 45px;
    display: flex;
    gap: 15px;
    align-items: center;
    border-radius: 25px;
}

.card-three .icon-card {
    width: 30%;
    text-align: center;
}

.card-three .icon-card img {
    width: 65px;
}

.card-three .title-card {
    color: #000;
    font-weight: 600;
    font-size: 22px;
}

.blue-green {
    background-image: linear-gradient(
        to right,
        #cafbd9,
        #c0f7df,
        #b8f2e4,
        #b4ede7,
        #b2e7e9,
        #abe3eb,
        #a6deed,
        #a2d9ee,
        #98d3f3,
        #93cdf7,
        #92c5fa,
        #97bdfc
    );
}
.green-yellow {
    background-image: linear-gradient(
        to bottom,
        #d2fcd1,
        #d5facb,
        #d9f8c5,
        #ddf5bf,
        #e1f3ba,
        #e4f1b6,
        #e7f0b1,
        #ebeead,
        #eeeca8,
        #f2eaa4,
        #f5e89f,
        #f9e69b
    );
}

.study-pageLink {
    margin-top: 40px;
    display: block;
    color: #20296d;
    font-weight: 700;
    font-size: 22px;
}

.update-cta .cta__desc {
    width: 80%;
    margin: 0 auto;
    color: #000;
}

.update-cta .cta__title {
    font-size: 32px;
    color: #20296d;
    font-weight: 700;
}

.cta__desc.text-24 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.5;
}

.padding-career {
    padding: 65px 0;
    padding-bottom: 85px;
}

.update-cta.bg-overlay-3:before {
    background-color: rgb(222 222 222 / 75%);
}

.offer-bg {
    background-image: linear-gradient(
        to bottom,
        #e9fce2,
        #eafbdf,
        #ecfadc,
        #eef9da,
        #f0f8d7,
        #f2f7d5,
        #f3f6d2,
        #f5f5d0,
        #f7f4cd,
        #f9f3cb,
        #fbf2c8,
        #fdf1c6
    );
}

.offer-bg .fancybox__icon img {
    width: 75px;
}

.offer-bg .fancybox-item:hover .fancybox__title {
    color: #20296d;
}
.testimonial-item {
    padding: 25px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 7px;
}
.testimonial-1 .testimonial-item .testimonial__content {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}
.testimonial-item .testimonial__desc {
    line-height: 1.5;
    font-style: normal;
    margin-bottom: 0;
}

.heading__title {
    font-size: 32px !important;
}

.gradient-bg {
    /* background-image: linear-gradient(
        to bottom,
        #8564fb,
        #806dfb,
        #7c75fa,
        #797cf9,
        #7883f7,
        #6c8df9,
        #6296fa,
        #5c9ef9,
        #4daaf8,
        #4ab4f5,
        #53bef0,
        #64c6ea
    ); */

    background-color: #20296d !important;
}

.gradient-bg-2 {
    background-image: linear-gradient(
        to bottom,
        #8564fb,
        #806dfb,
        #7c75fa,
        #797cf9,
        #7883f7,
        #6c8df9,
        #6296fa,
        #5c9ef9,
        #4daaf8,
        #4ab4f5,
        #53bef0,
        #64c6ea
    );
}

.gradient-bg .cta__title,
.cta-2 h3.cta__title strong,
.cta-2 h3.cta__title {
    color: #fff;
}
.border-white {
    color: #fff !important;
}
.border-white:hover {
    background-color: #fff !important;
    color: #000 !important;
}

/* #accordion2 .accordion-item {
    background-color: #20296d;
} */
/* .accordion-item .accordion__item-title, .accordion-item .accordion__item-header.opened .accordion__item-title, #accordion2 p {
    color: #fff;
} */

.new-gradient {
    background-image: linear-gradient(
        to bottom,
        #cafbd9,
        #bdf7de,
        #b3f2e4,
        #abede8,
        #a7e7eb,
        #a0e2ee,
        #9bddf0,
        #99d7f2,
        #93d2f6,
        #90cbf9,
        #92c5fb,
        #97bdfc
    );
}
.fancybox-item:hover .fancybox__title {
    color: #20296d;
}

#header3,
.navbar {
    background-color: transparent !important;
}
#header3 {
    position: absolute;
    width: 100%;
    top: 0;
}

button.owl-dot {
    background-color: transparent;
}

.navbar.fixed-navbar {
    background-color: #ffffff !important;
}

.slider .slide-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
}
.service-card {
    position: relative;
}

.full-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

@media only screen and (max-width: 1250px) {
    .landing-page-1 {
        height: 35vh;
    }
}

@media only screen and (max-width: 992px) {
    .slider .slide-item {
        height: 65vh;
    }
    #slider3.slider .slide__title {
        font-size: 36px;
    }
    #slider3 .slide__content {
        padding-left: 5%;
    }
    #slider3.slider .slide__desc {
        width: 65%;
    }
    .about-right {
        margin-top: 45px;
        padding-left: 0;
    }

    .about .heading__title {
        line-height: 1.2;
    }

    .about .heading__desc {
        margin-bottom: 15px;
    }
    .box-skew::before {
        right: -68px;
    }
    .box-skew2::before {
        right: -35px;
    }
    .cta__desc {
        line-height: 1.5;
    }

    .card-three {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 17px;
        padding-top: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .cta__title {
        font-size: 28px !important;
    }
}

@media only screen and (max-width: 700px) {
    .slider .slide-item {
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    #slider3.slider .slide__title {
        font-size: 24px;
    }
    #slider3.slider .slide__desc {
        width: 95%;
    }
    #slider3 .slide__content {
        padding-top: 135px;
        padding-bottom: 75px;
    }
    .lead a {
        font-size: 16px;
    }
    #clients2 .client img {
        height: 115px;
    }
    .heading__title {
        font-size: 24px !important;
    }
    .heading__desc span {
        font-size: 16px !important;
    }
    .btn {
        transform: scale(0.85);
    }

    #welcome {
        padding: 40px 0 !important;
    }

    .dream-image {
        margin-bottom: 30px;
    }

    .cta__title {
        font-size: 22px !important;
    }

    .index-location h4 {
        font-size: 22px !important;
    }
    .heading.about {
        margin-bottom: 25px !important;
    }
    .page-title {
        padding: 70px 0 50px;
    }

    .suggestion-content {
        margin-top: 20px;
        padding-left: 0;
    }

    .job-title .title__header {
        font-size: 24px;
    }
    .desc__desc ol {
        margin-left: 13px;
    }
    .job-desc .desc__title h4 {
        font-size: 20px;
    }

    .job-share {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 25px;
    }
    .job-footer-btn {
        flex-direction: column;
        gap: 10px;
    }

    #advice .advice-box,
    #advice .advice-box.box-skew {
        width: 100%;
    }
    #advice .advice-box.box-skew::before,
    .box-skew2::before {
        display: none;
    }
    .sample-doc-list {
        margin-bottom: 25px;
    }

    .search__job {
        padding: 25px;
    }

    .career-title {
        font-size: 18px;
    }
    .career-title strong {
        font-size: 20px;
    }
    .career-card,
    .card-three {
        margin-bottom: 20px;
    }
    .heading-3 .heading__title {
        line-height: 1.5;
    }
    .fancybox-bordered .fancybox-row:last-of-type .fancybox-item {
        padding: 0;
    }

    .cta__desc.text-24 {
        font-size: 22px;
        line-height: 1.5;
    }
}

/* Removable Css */

.btn__primary.btn__hover3:active,
.btn__primary.btn__hover3:focus,
.btn__primary.btn__hover3:hover {
    background-color: #000c62;
    color: #ffffff;
    border-color: #000c62;
}
.btn__bordered.btn__secondary {
    border: 2px solid #20296d;
    color: #000c62;
}
.btn__bordered.btn__secondary:active,
.btn__bordered.btn__secondary:focus,
.btn__bordered.btn__secondary:hover,
.btn__bordered.btn__white:active,
.btn__bordered.btn__white:focus,
.btn__bordered.btn__white:hover {
    background-color: #000c62;
    color: #ffffff;
    border-color: #000c62;
}

.blog-index .btn__bordered.btn__secondary {
    transform: scale(0.85);
    transform-origin: left;
}

.read-click {
    color: #20296d;
    font-weight: 600;
}

.read-click .read-more,
.read-click .read-less {
    cursor: pointer;
}

.study-abroad .study-section {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.study-abroad .fancybox__content {
    padding: 20px;
    /* text-align: center; */
}

.study-abroad .fancybox__title {
    margin-bottom: 0;
    color: #20296d;
}

.service-card {
    margin-bottom: 35px;
}

section#page-title {
    padding: 0px;
}

.side-form,
.section-shadow {
    padding: 25px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; */
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.sideform-heading {
    margin-bottom: 20px;
}

.sideform-title {
    font-size: 21px;
    font-weight: 700;
    color: #000c62;
    margin-bottom: 8px;
}

.sideform-desc {
    color: #313131;
    line-height: 1.4;
}

.nav__item .icon {
    color: #fff;
}

.navbar.fixed-navbar .nav__item .icon {
    color: #000;
}

.single-testimonial .testimonial__content {
    flex-direction: column;
}

.single-testimonial .testimonial-item .testimonial__thumb {
    margin-bottom: 10px;
}

.single-testimonial.testimonial-1 .testimonial-item .testimonial__content {
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.inner-career .career-title {
    margin-bottom: 55px;
}
.inner-career .career-title strong {
    margin-top: 15px;
    display: block;
}

h4 {
    font-size: 32px;
    margin-top: 15px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1220px;
    }
}

.student-recruit .study-section .fancybox__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.bg-light {
    background-color: #fafafa !important;
}

.cta-2 h3.cta__title strong,
.cta-2 h3.cta__title {
    color: #20296d;
}

.footer-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/file/new-bg-foote.png");
    background-position: bottom center;
    background-size: contain;
    background-repeat: repeat-x;
    opacity: 0.055;
}
.footer-bottom p,
.footer-bottom a {
    color: #fff;
}

.footer-top {
    position: relative;
}

@media only screen and (max-width: 700px) {
    .section-shadow {
        margin-bottom: 35px;
    }
}
