@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);

:root {
    --bs-primary: #003459;
    --bs-secondary: #F4AE3F;
    --bs-tertiary: #ADECFE;
    --bs-body-font-family: "Outfit";
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #000;
    --bs-body-bg: #fff;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}
.text-secondary {
    color: var(--bs-secondary) !important;
}

body {
    overflow-x: hidden
}

html {
    scroll-behavior: initial !important
}

img {
    max-width: 100%;
    height: auto
}

.section {
    padding: 40px 0px;
}


.sec_head {
    font-size: 2.125rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.sec_subtitle {
    font-size: 1.625rem;
    font-weight: 400;
}

.header-bg {
    background-color: var(--bs-primary);
    padding: 5px 0 8px;
}

.navbar-brand img {
    max-width: 200px;
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: 400;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active {
    color: #fff;
}


.navbar-toggler {
    border: none;
    color: #fff;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    width: 26px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
    background-image: none;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    background-color: #fff;
    height: 2px;
    width: 36px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    right: 0;
}

.navbar-toggler-icon::before {
    top: -10px;
}

.navbar-toggler-icon::after {
    bottom: -10px;
}

.navbar-toggler-icon.close {
    background-color: transparent;
    background-image: none;
}

.navbar-toggler-icon.close::before {
    transform: rotate(45deg) !important;
    top: 0;
    background-color: #fff;
    width: 26px;
}

.navbar-toggler-icon.close::after {
    transform: rotate(-45deg) !important;
    bottom: 0;
    background-color: #fff;
    width: 26px;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    border: none;
    box-shadow: none;
}

/*  */
.nav-item.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 50px;
}

.dropdown-menu {
    transition: opacity 0.3s ease;
    opacity: 0;
    background-color: #fff;
    border-radius: 0;
}

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
}

.dropdown-item a {
    color: #000;
    text-decoration: none;
}

/*  */
.btn {
    font-size: .875rem;
}

.btn-primary {
    background-color: var(--bs-primary);
    color: #fff;
    border-color: transparent;
    opacity: 1;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: var(--bs-primary);
    color: #fff;
    border-color: var(--bs-primary);
    opacity: 0.9;
}

.btn-secondary {
    background-color: var(--bs-secondary);
    color: #fff;
    border-color: transparent;
    opacity: 1;
}

.btn-secondary:hover,
.btn-secondary:active {
    background-color: var(--bs-tertiary);
    color: #000;
    border-color: var(--bs-tertiary);
    opacity: 0.9;
}
.btn-outlline-secondary {
    background-color: #fff;
    color: var(--bs-primary);
    border: 2px solid var(--bs-secondary);
    border-radius: 30px;
    padding: 6px 30px;
    font-weight: 500;
}
.btn-outlline-secondary:hover,
.btn-outlline-secondary:active,
.btn-outlline-secondary.active {
    background-color: var(--bs-secondary);
    color: var(--bs-primary);
    opacity: 0.9;
    border: 2px solid var(--bs-secondary);
}
.banner_content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.caption-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
}

.caption-subtitle {
    font-size: 2rem;
    font-weight: 200;
}

.banner-list li {
    padding: 4px 0;
    opacity: 1;
}

.banner-list p {
    font-weight: 300;
}

.banner-list .icony {
    width: 20px;
}

.banner-form {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.banner_form {
    padding: 20px 10px;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 0 13px 20px #0000000D;
}

.form-subhead {
    color: var(--bs-primary);
    font-size: 0.875rem;
    font-weight: 400;
}

.form-head {
    color: var(--bs-primary);
    font-size: 1.375rem;
}

.form-tabs {
    gap: 10px;
}

.banner_form .form-group input:-ms-input-placeholder,
.banner_form .form-group input::placeholder {
    font-size: 12px;
}

::placeholder {
    color: #fff !important;
}

.banner_form .form-group {
    margin-bottom: 12px;
}

.form-tabs .btn {
    border: none;
    border-radius: 6px 6px 0 0;
    width: -webkit-fill-available;
    color: var(--bs-primary);
    font-size: 0.875rem;
    margin-bottom: -1px;
}

.btn-check:checked+.btn {
    background-color: var(--bs-primary);
    color: #fff;
}

.enquire-form {
    background-color: var(--bs-primary);
    padding: 1rem;
    border-radius: 0 0 12px 12px;
}

.enquire-form .form-control {
    background-color: transparent;
    color: #fff;
    font-size: 0.875rem;
}

.form-control:focus {
    box-shadow: none;
}

.form-floating {
    width: -webkit-fill-available;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 0rem .75rem;
    height: 40px;
    min-height: auto;
}

.form-floating>label {
    padding: 0.5rem 0.85rem;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

/* stickysec */
.stickysec {
    margin-top: -40px;
    margin-bottom: 20px;
}

.sticky-sec {
    background-color: var(--bs-tertiary);
    border-radius: 20px;
    padding: 16px 80px;
}

.sticky-sec p {
    font-size: 2rem;
}

.sticky-sec p span {
    font-weight: 100;
}

.acadamic_sec {
    background-color: var(--bs-primary);
}

.acadamic-card p {
    color: var(--bs-secondary);
    font-size: 1.125rem;
}

.acadamic-card img {
    width: 24px;
}
.acadamic-card a {
    text-decoration: none;
    color: var(--bs-secondary)
}
.acadamic-card a:hover {
    color: #fff;
}


.explore_card .card-img {
    height: 380px;
    object-fit: cover;
}
.explore_card .card-title {
    font-size: 1.25rem;
    font-weight: 400;
}

.explore_card:hover .card-title {
    transform: translateY(-130px);
    top: 0;
    transition: transform 0.6s ease-in-out;
}

.explore_card .card-text .card-hover {
    opacity: 0;
    bottom: 10px;
    position: absolute;
    transform: translateY(-6px);
    transition: transform 2s ease-in-out;
}

.explore_card:hover .card-text .card-hover {
    opacity: 1;
    transition: opacity 0.8s ease-in-out;
}

.explore_card .card-text {
    position: absolute;
    bottom: 10px;
    transition: all 0.2s ease-in-out;
    color: #fff;
    left: 10px;
    right: 6px;
}

.explore_card:hover img {
    transform: scale(1.125);
    transition: transform 0.9s ease;
}

.explore_card .link {
    color: #fff;
}

.explore_card .link:hover {
    color: var(--bs-tertiary);
}



.swiper-slide {
    height: initial !important;
}

.swiper-slide-top {
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 32px !important;
    height: 32px !important;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer !important;
    margin: 2px;
}

.swiper-button-prev {
    right: 50% !important;
    transform: translateX(-100px);
    background-image: url(../../../../../../../../themes/hwa/assets/images/pagination-prev.svg);
}

.swiper-button-next {
    background-image: var(--wpr-bg-4cfb2f1c-3ade-4ba9-9a11-a13366f90b38);
    left: 50% !important;
    transform: translateX(-40px);
}

.pagination-mb {
    bottom: -30px !important;
}

.meetimg {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.Rtext {
    font-size: 0.9rem;
    font-weight: 300;
}

.Rnum {
    color: var(--bs-secondary);
    font-weight: 600;
    opacity: 1;
}

.Rtext .percent {
    color: #69B42D;
    font-weight: 500;
    font-size: 1.12rem;
    opacity: 1;
}

.why_card {
    border: 1px solid #000000cb;
    border-radius: 16px;
}

.why_block .row>div:nth-child(odd) .card-imgg {
    background-color: #FCE7C5;
    width: 50px;
    height: 70px;
    border-radius: 0 0 50px 0;
    transition: all 0.2s ease-in-out;
}

.why_block .row>div:nth-child(even) .card-imgg {
    background-color: #0034593b;
    width: 50px;
    height: 70px;
    border-radius: 0 0 50px 0;
    transition: all 0.2s ease-in-out;
}

.why_block .row>div:nth-child(odd) .why_card:hover .card-imgg {
    background-color: var(--bs-secondary);
}

.why_block .row>div:nth-child(even) .why_card:hover .card-imgg {
    background-color: var(--bs-primary);
}

.why_block .row>div:nth-child(odd) .why_card:hover .icon {
    filter: invert(1);
}

.why_block .row>div:nth-child(even) .why_card:hover .icon {
    filter: invert(1);
}

.why_card .icon {
    opacity: 1;
    width: 50px;
    height: 40px;
    padding: 14px 6px 0;
    transition: all 0.2s ease-in-out;
}

.why_card .head {
    font-size: 1.25rem;
    font-weight: 700;
}

.why_card .text {
    color: var(--bs-primary);
}

.how-card {
    height: 100%;
}

.how-card .number {
    font-size: 6rem;
    color: #E5E5E5;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1;
}

.how_img {
    bottom: 80px;
    width: 40px;
}

.how_block .arrow {
    width: 34px;
}

.how-card p {
    font-size: 1.25rem;
}

.testi_stars {
    background-color: #69B42D;
    height: 16px;
}

.testi_stars i {
    font-size: 8px;
    padding: 2px;
}

.test_card .name {
    color: var(--bs-primary);
}

.test_card .bottom_text {
    font-size: 12px;
}

.testinomial_img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.country_card {
    width: max-content;
    max-width: 180px;
    padding: 4px 10px;
}

.country_card span {
    /* font-size: 18px; */
}

/*FAQ Section*/
.accordion-button {
    background-color: #F8F8F8;
    color: #000;
    font-weight: 500;
    border-radius: 8px;
    font-size: 18px;
}

.accordion-item {
    border-radius: 8px;
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-primary);
    color: #fff;
    box-shadow: none;
    border: none;
    border-radius: 8px 8px 0 0;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--wpr-bg-5c4b8af7-af45-4314-bfa5-4ba6660fb4e6);
    color: #fff;
    background-position: center;
    transform: none;
    background-size: inherit;
}

.accordion-button.collapsed::after {
    background-image: var(--wpr-bg-3867c81d-76bf-4155-94b4-3743779655c1);
    color: #000;
}

.accordion-body {
    background-color: #F8F8F8;
    color: #363636;
    border-radius: 10px;
}

.book-visit:hover {
    background-color: var(--bs-primary);
}

.accordion-button .collapsed {
    border-radius: 12px !important;
    border: 2px solid var(--bs-primary);
}

.footer {
    background-color: var(--bs-primary);
    padding-top: 20px;
}

.footer a:hover {
    color: var(--bs-tertiary) !important;
}

.social-icons a {
    background-color: var(--bs-secondary);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 8px;
}

.social-icons a i {
    font-size: 22px;
}

.social-icons a:hover {
    background-color: var(--bs-tertiary);
}

.inner-banner-container {
    border-radius: 14px;
}

.inner-banner-content-container {
    padding: 60px 40px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 14px;
}

.inner-banner-content-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 52, 89, 0.5);
}

.inner-banner-content {
    max-width: 400px;
    position: relative;
    z-index: 1;
}

.inner-banner-content h1 {
    font-weight: 600;
    font-size: 2.25rem;
}

.banner-card {
    padding-top: 20px;
    border-top: 1px solid #fff;
}

.banner-card .banner-card-list {
    margin-bottom: 10px;
}

.banner-card .banner-card-list:last-of-type {
    margin-bottom: 0;
}

.banner-card .banner-card-icon {
    width: 50px;
}

.banner-card h5 {
    font-size: 1.125rem;
    color: #F4AE3F;
}

.banner-card p {
    font-size: 0.875rem;
    font-weight: 300;
    color: #ffffff;
}


.single-post .inner-banner-content {
    max-width: 100%;
}

.breadcrumb-item a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: var(--bs-secondary);
    font-weight: 500;
}

.swiper.testi_swiper2 {
    width: 100%;
    height: 780px;
}

.testi_swiper2 .swiper-slide {
    height: calc((100% - 20px) / 2) !important;
}

.blogs-pagination-row {
    margin-top: 25px
}

.blogs-pagination.pagination {
    display: flex;
    grid-gap: 10px;
    justify-content: center
}

.blogs-pagination.pagination .page-numbers {
    margin-left: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #333;
    background-color: #f5f7fd;
    border: 0;
    border-radius: 10px;
    box-shadow: none
}

.blogs-pagination.pagination .page-numbers:hover {
    background-color: #f8f8f8
}

.blogs-pagination.pagination .page-numbers.current {
    background-color: #003459;
    color: #fff
}

.blogs-pagination.pagination .page-numbers i {
    font-family: fontawesome;
    font-weight: 400;
}

/* .blogs-pagination.pagination .page-item .page-numbers.prev,
.blogs-pagination.pagination .page-item .page-numbers.next {
    background-color: transparent
} */
.page-item a {
    text-decoration: none;
}

/*service all image in right of content */
.service_img {
    width: 400px;
}

/*get our help*/
.getourhelp_list li {
    font-size: 20px;
    line-height: 1.2;
    padding: 8px 0;
    width: 50%;
}

.getourhelp_img {
    width: 400px;
}

#modalForm .btn-close{
    position: absolute;
    top: 10px;
    right: 10px;
}
@media (min-width:992px) { 
    .banner-img img {
        height: 660px;
        object-fit: cover;
        object-position: top;
        border-radius: 16px;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .enquire-form .form-control {
        padding: 4px 12px;
    }

    .enquire-form {
        padding: 10px 16px;
    }

    .banner_form .form-group {
        margin-bottom: 8px;
    }

    .form-tabs .btn {
        font-size: 1rem;
        padding: 6px 5px;
    }

    .form-head {
        font-size: 1.5rem;
    }
}

@media (max-width: 1199px) {
    .caption-title {
        font-size: 3rem;
    }

    .caption-subtitle {
        font-size: 2rem;
    }

    .banner-list li {
        padding: 6px 0;
    }

    .stickysec {
        margin-top: 30px;
    }

    .sec_head {
        font-size: 2rem;
    }

    .form-head {
        font-size: 1.25rem;
    }
}

@media (max-width: 1023px) {
    .sticky-sec {
        padding: 16px;
    }

}

@media (max-width: 991px) {
    .banner-img img {
        height: 460px;
        border-radius: 0;
	object-fit: cover;
        object-position: top;
    }

    .banner_form {
        padding: 20px 0px;
    }

    .inner-banner .banner_form {
        padding: 20px 10px;
    }

    .sticky-sec p {
        font-size: 1.5rem;
    }

    .sec_head {
        font-size: 1.75rem;
    }

    .section {
        padding: 20px 0;
    }

    .how_img {
        bottom: 40px;
    }

    .newsletter-form {
        width: 260px;
    }

    .navbar-nav .nav-link {
        border-bottom: 1px solid #fff;
    }

    .banner-review img {
        width: 50%;
    }

    .banner-form {
        position: relative;
        transform: none;
    }

    .banner-img {
        position: relative;
    }
    .banner-img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .service_img {
        width: 400px;
    }

    .getourhelp_img {
        width: 400px;
    }

    .getourhelp_list li {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .sticky-sec {
        text-align: center;
    }

    .sticky-sec .btn {
        margin-top: 10px;
    }

    .sec_head {
        font-size: 1.5rem;
    }

    .how-card p {
        font-size: 1.125rem;
        height: 40px;
    }

    .banner-review img {
        width: 80%;
    }

    .service_img,
    .getourhelp_img {
        width: 330px;
    }
}

@media (max-width: 576px) {
    .acadamic-card p {
        font-size: 1rem;
        padding-left: 6px !important;
    }

    .acadamic-card img {
        width: 16px;
    }

    .how-card p {
        font-size: 1rem;
    }

    .caption-title {
        font-size: 2rem;
    }

    .caption-subtitle {
        font-size: 1.5rem;
    }

    .banner-list li {
        padding: 2px 0;
    }

    .banner-review img {
        width: 100%;
    }

    .explore_card .card-img {
        height: 300px;
    }

    .explore_card .card-title {
        font-size: 1rem;
    }

    .explore_card .link,
    .explore_card .text {
        font-size: 0.875rem;
        margin-bottom: 0;
    }

    .explore_card:hover .card-title {
        transform: translateY(-160px);
    }

    .meetimg {
        width: 80px;
        height: 80px;
    }

    .accordion-button::after {
        width: 16px;
        height: 16px;
        background-position: center;
    }

    .inner-banner-content-container {
        padding: 30px 20px;
    }

    .inner-banner-content h1 {
        font-size: 1.8rem;
    }

    .getourhelp_list li {
        font-size: 16px;
    }

    .service_img,
    .getourhelp_img {
        width: 260px;
    }
    
    .homepage_banner .banner_content {
        display: none;
    }
    .homepage_banner .banner-img:after {
        background-color: transparent;
    }
    .homepage_banner .banner-img img {
        height: auto;
    }
}