body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-weight: normal;
    font-family: 'Open Sans';

}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
}

.btn {
    font-size: 16px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    color: #fff;
    line-height: 19px;
    border-radius: 40px;
    padding: 15px 35px;
    border: 1px solid transparent;
    outline: none !important;
    box-shadow: none !important;
    text-align: center !important;
    display: inline-block;
    transition: 0.4s ease-in-out;
}

h1 {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 67px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px
}

h2 {
    color: #000;
    font-family: 'Open Sans';
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
}

p {
    color: #000;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* header-bg-start */
.main-header {
    margin-bottom: -105px;
    position: relative;
    z-index: 9;
}

.top-bar-header {
    padding: 5px 0px;
    background: #2d2e7c;
}

ul.icon-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

ul.icon-box li i {
    color: #fff;
    margin-right: 5px;

}

ul.icon-box li {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center
}

ul.icon-box li a {
    font-size: 14px;
    color: #fff;

}

ul.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;

}

ul.social-icon li i {
    color: #fff;
    font-size: 16px;
}

ul.social-icon li i {
    transition: all 0.5s;
}

ul.social-icon li:hover i {
    transform: rotate(360deg);

}

.header-bg {
    padding: 15px 0px;
    transition: all 0.5s ease;
    background-color: #fff;
}

.main-header.fixed {
    margin-bottom: 0;
}

.fixed .header-bg {
    background-color: #fff;
    padding: 10px 0px;
    box-shadow: 0px 0px 12px 0px rgb(139 88 39 / 20%);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.navbar {
    padding: 0px;
}

.navbar ul.navbar-nav li.nav-item {
    margin: 0px 17px;

}

.navbar ul.navbar-nav li.nav-item a {
    color: #000;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.navbar-nav li.nav-item.active .nav-link {
    color: #2d2e7c;
}

.navbar ul.navbar-nav li.nav-item a:hover {
    color: #2d2e7c;
}

.navbar ul.navbar-nav li.dropdwon a.nav-link {
    color: #000;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    display: block;
    z-index: 1;
}

.navbar ul.navbar-nav li.dropdwon {
    margin: 0px 17px;
    z-index: 2;

}

.navbar ul.navbar-nav li.dropdwon a:hover {
    color: #2d2e7c;
}

ul.droupdown-list {
    background-color: #000;
    position: absolute;
    z-index: 2;
    width: 220px;
    top: 45px;
    min-height: 180px;
    display: none;

}

.navbar ul.navbar-nav li.dropdwon:hover ul.droupdown-list {
    display: block;
}

a.dropdown-item {
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.navbar ul.navbar-nav li.dropdwon a.dropdown-item {
    color: #fff;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    padding: 10px 20px;
}

.navbar ul.navbar-nav li.dropdwon a.dropdown-item:hover {
    color: #2d2e7c;
}

/* ul.droupdown-list li.dropdwon {
    display: none;
} */

.dropdown-btn {
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
}

/* header-bg-end */
/* banner-bg-start */
.banner-bg {
    background-color: #fff;
}

.banner-content {
    margin-left: 50px
}

.banner-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 250px;
    padding-bottom: 80px;
    width: 100%;
    min-height: 650px;


}

.banner-content h5 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-style: italic;
    font-weight: 400px;
    margin-bottom: 10px;
}

.banner-content h1 {
    font-size: 50px;
    color: #fff;
    line-height: 70px;
    font-weight: 500px;
    margin-bottom: 20px;
}

.banner-content span {
    font-size: 50px;
    color: #fff;
    line-height: 70px;
    font-weight: 500px;

}

.banner-content p {
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    font-weight: 400px;
    margin-bottom: 20px;

}

.btn-white-btn {
    background-color: #f0840c;
    color: #fff;
    border-radius: 10px;
    padding: 15px 15px;
    font-weight: 600;
}

.btn-white-btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #f0840c;
}

i.fa-solid.fa-circle-play {
    margin-right: 10px;
    font-size: 25px;
}

.banner-slider button.slick-arrow {
    position: absolute;
    outline: none;
    font-size: 0px;
    width: 50px;
    height: 50px;
    background-color: #2d2e7c;
    border: none;
    border-radius: 50%;
    top: 50%;
    z-index: 8;
    transform: translate(-0px);
}

.banner-slider button.slick-next.slick-arrow {
    right: 40px;
}

.banner-slider button.slick-prev.slick-arrow {
    left: 10px;
}

.banner-slider button.slick-arrow::after {
    font-size: 25px;
    line-height: 30px;
    left: 9px;
    right: 9px;
    color: #fff;
    font-family: 'Fontawesome';
}

.banner-slider button.slick-next.slick-arrow::after {
    content: '\f054';
}

.banner-slider button.slick-prev.slick-arrow::after {
    content: '\f053';
}

.banner-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 20px;
}

ul.slick-dots li button {
    padding: 0;
    font-size: 0;
    border: 0;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50px;
    margin: 0px 5px;

}

ul.slick-dots li.slick-active button {
    background-color: #2d2e7c;
}

/* banner-bg-end */
/* about-bg-start */
.about-bg {
    padding: 80px 0px;
    background: #2d2e7c;
}

.about-content h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;

}

.about-content h2 {
    color: #fff;
    margin-bottom: 20px;
    line-height: 70px;
}

.about-content p {
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    color: #fff;


}

.about-image img {
    width: 100%;
}

.heading-box {
    text-align: center;
    margin-bottom: 50px;
}

.heading-box h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;

}

/* about-bg-end */
/* service-bg-start */
.service-bg {
    background-color: #fff;
    padding: 80px 0px;
}

h4.service-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #2d2e7c;
    margin-bottom: 20px;

}

.heading-box h2 {
    font-size: 40px;
    line-height: 50px;
    color: #2d2e7c;
    font-weight: 700;
    margin-top: 10px;
}

.heading-box span {
    position: relative;
    display: block;
}

i.fa-solid.fa-star {
    color: #2d2e7c;
    position: relative;
    background-color: #fff;
    z-index: 2;
    padding: 0 10px;
}

.heading-box span::after {
    position: absolute;
    content: '';
    max-width: 100%;
    color: #000;
    width: 150px;
    height: 1px;
    border: 1px solid #2d2e7c;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
}

.service-content-box {
    margin-bottom: 30px;
}

.service-content-box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #2d2e7c;
    margin-bottom: 12px;
}

.service-content-box p {
    color: #888888;
    line-height: 30px;
    margin-bottom: 16px;
}


.btn.blue-btn {
    color: #000;
    padding: 0;
    border: 0;
    font-weight: 600;
}

i.fa-solid.fa-arrow-right {
    margin-left: 10px;
    color: #fff;
    margin-right: 10px;
}

.btn.blue-btn i.fa-solid.fa-arrow-right:hover {
    color: #2d2e7c;
}

/* service-bg-end */
/* visa-bg-start */
.visa-bg {
    padding: 80px 0px;
    background-image: url(../images/background-img.png);
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;

}

.visa-box {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(128, 128, 128, 0.1);
    border-radius: 20px;
    overflow: hidden;
    padding: 70px 130px 66px 130px;
}

.visa-image img {
    max-width: 100%;
}

ul.visa-icon li {
    font-size: 50px;
    margin-bottom: 20px;
}

ul.visa-icon li i {
    color: #2d2e7c;
}

.visa-content h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #2d2e7c;
    margin-bottom: 15px;
}

.visa-content p {
    color: #888888;
    line-height: 30px;
    font-weight: 500;

}

/* visa-bg-end */
/* exam-preparation-bg-start */
.exam-preparation-bg {
    padding: 80px 0px;
    background-color: #fff;
}

.exam-preparation-img img {
    width: 100%;
}

.exam-preparation-content {
    margin-left: 35px;
}

.exam-preparation-content h2 {
    font-size: 40px;
    line-height: 50px;
    color: #2d2e7c;
    font-weight: 700;
    margin-bottom: 30px;
}

.exam-preparation-content p {
    color: #888888;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.exam-preparation-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

ul.exam-preparation-choose-box li {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #2d2e7c;
    margin: 10px 0px;
}

i.fa-sharp.fa-solid.fa-check-double {
    margin-right: 20px;
}

.btn.more-btn {
    border: 0;
    background-color: #2d2e7c;
    font-weight: 600;
    color: #fff;
    border-radius: 0;
    padding: 20px 40px;

}

.btn.more-btn:hover {
    background-color: #000;
}

/* exam-preparation-bg-end */
/* faq-bg-start */

.faq-bg {
    padding: 80px 0px;
    background-color: #fff;
}


h2.faq-text {
    font-size: 40px;
    line-height: 50px;
    color: #2d2e7c;
    font-weight: 700;
    margin-bottom: 20px;
}

.accordion-item {
    margin-bottom: 20px;
    border: 0;
}

.accordion-header {
    color: #fff;
    position: relative;
    margin-bottom: 0;
    font-size: 30px;
    border-radius: 8px;
    background-color: #2d2e7c;
    padding: 20px;
}

.accordion-header::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 2px;
    background-color: #fff;
    top: 28px;
    right: 18px;
    transition: all 0.5s;
    display: block;
}

.accordion-button::after {
    position: absolute;
    content: '';
    width: 14px;
    height: 2px;
    background-color: #fff;
    top: 8px;
    right: -2px;
    transition: all 0.5s;
    transform: rotate(90deg);
    display: block;

}

.accordion-body p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0 10px 10px 10px;

}

/* faq-bg-end */
/* testimonials-bg-start */
.testimonials-bg {
    padding: 80px 0px;
    background-color: #fff;
}

h4.testimonial-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #2d2e7c;
    margin-bottom: 20px;
}

.testimonials-img img {
    border-radius: 0px 0px 10px 10px;
    width: 100%;
}

.testimonial-content {
    padding: 40px 30px 55px 55px;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(128, 128, 128, 0.1);
    overflow: hidden;
}

.testimonial-content:hover {
    border-bottom: 2px solid #2d2e7c;
}

.testimonial-content h3 {
    font-size: 24px;
    line-height: 34px;
    color: #2d2e7c;
    font-weight: 700;
    margin-bottom: 15px;
}

.testimonial-content p {
    font-size: 13px;
    line-height: 30px;
    color: #888888;
    margin-bottom: 30px;

}

.testimonials-slider button.slick-arrow {
    position: absolute;
    outline: none;
    font-size: 0px;
    width: 50px;
    height: 50px;
    background-color: #2d2e7c;
    border: none;
    border-radius: 50%;
    top: 50%;
    z-index: 8;
    transform: translate(-0px);
}

.testimonials-slider button.slick-next.slick-arrow {
    right: -20px;
}

.testimonials-slider button.slick-prev.slick-arrow {
    left: -20px;
}

.testimonials-slider button.slick-arrow::after {
    font-size: 16px;
    line-height: 24px;
    left: 9px;
    right: 9px;
    color: #fff;
    font-family: 'Fontawesome';
}

.testimonials-slider button.slick-next.slick-arrow::after {
    content: '\f054';
}

.testimonials-slider button.slick-prev.slick-arrow::after {
    content: '\f053';
}

/* testimonials-bg-end */
/* footer-bg-start */
.footer-bg {
    padding-top: 80px;
    padding-bottom: 10px;
    background-color: #6f6f6f;
}

.footer-content-box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
    position: relative;
    display: block;
    max-width: 210px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #fff;
}

.footer-bg .footer-content-box h3:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 96px;
    height: 1px;
    left: 0px;
    bottom: -1px;
    border-bottom: 1px solid #B4C4D9;
}

.footer-content-box p {
    color: #fff;
    line-height: 30px;
    margin-bottom: 25px;
}

ul.footer-menu-list li a:hover {
    color: #2d2e7c;
}

ul.footer-icon-box li {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

ul.footer-icon-box li a {
    color: #fff;
}

ul.footer-icon-box li i {
    color: #fff;
    margin-right: 15px;
}

ul.footer-social-icon {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}

.footer-social-icon li a {
    color: #fff;
    font-size: 20px;

}

ul.footer-menu-list li a {
    color: #fff;
    line-height: 35px;
    font-size: 18px;
}

ul.footer-social-icon li i {
    transition: all 0.5s;
}

ul.footer-social-icon li:hover i {
    transform: rotate(360deg);
    color: #2d2e7c;
}

.copyright-content-box {
    padding: 10px 0px;
    text-align: center;
    border-top: 1px solid #888888;
}

.copyright-content-box p {
    color: #fff;
    text-align: center;
}

.copyright-content-box p strong {
    font-weight: bolder;
    font-size: 16px;
    line-height: 24px;
}

/* footer-bg-end */
/* -------------------- 
about-page
 --------------------  */
.about-banner-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 250px;
    padding-bottom: 80px;
    width: 100%;
    min-height: 500px;
    position: relative;
}


.about-banner-box::before {
    position: absolute;
    content: '';
    background-color: #2d2e7c;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.7;
}

.about-banner-content-box {
    text-align: center;
    position: relative;
}

.about-banner-content-box h1 {
    font-size: 50px;
    color: #fff;
    line-height: 70px;
    font-weight: 700px;
    margin-bottom: 20px;
}

ul.about-banner-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #fff;
    padding: 20px 50px;
    border-radius: 10px;
    display: inline-block;

}

ul.about-banner-icon li a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.btn .Read-btn i.fa-solid.fa-arrow-right {
    margin-left: 10px;
    margin-right: 10px;
    color: #fff !important;
    font-size: 16px;
}

.about-section {
    padding: 80px 0px;
    background-image: url(../images/background-img.png);
}

.about-heading-box h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #2d2e7c;
    text-align: center;
    margin-bottom: 30px;
}

.about-content-box h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #2d2e7c;
    margin-bottom: 20px;

}

.about-content-box p {
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    color: #888888;

}

.about-img img {
    width: 100%;
}

/* -------------------- 
contact page
 --------------------  */
.map-bg {
    background-color: #fff;

}

.quick-contact-bg {
    padding: 80px 0px;
    background-color: #fff;
}

.quick-contact-box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #2d2e7c;
}

.quick-contact-box p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #888888;
}

.quick-contact-icon h6 {
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;
    color: #2d2e7c;
}

ul.quick-contact-icon li a {
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    color: #888888;
}

ul.quick-contact-img-icon li a {
    font-size: 70px;
    color: #5e789c;
    margin-bottom: 17px;
}


.from-bg {
    padding: 80px 0px;
    background-color: #fff;
}

.from-group input {
    width: 100%;
    border: 1px solid #888888;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background-color: #888888;
    padding: 10px 15px;
}

.from-group input::placeholder {
    color: #000;
}

.from-group {
    margin-bottom: 30px;
    text-align: center;
}

.from-massagge-box textarea {
    width: 100%;
    min-height: 200px;
    border: 1px solid #888888;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background-color: #888888;
    padding: 10px 15px;
}

.from-massagge-box textarea::placeholder {
    color: #000;
}

.from-massagge-box {
    margin-bottom: 30px;
    text-align: center;
}

label.checkbox {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.description {
    margin-left: 10px;
    font-size: 14px;
    line-height: 26px;
    color: #888;

}

.from-btn {
    text-align: center;
}

input.submit-btn {
    border: 0;
    background-color: #2d2e7c;
    font-weight: 600;
    color: #fff;
    border-radius: 0;
    padding: 13px 35px;

}

.from-group textarea {
    background: #F7F7F7;
    border: 1px solid #F7F7F7;
    font-size: 14px;
    color: #2d2e7c;
    padding: 10px 30px;

}


/* -------------------- 
gallery page
 --------------------  */
.gallery {
    padding: 80px 0px;
    background-color: #fff;
}

.heading-title-box {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.heading-title-box::after {
    position: absolute;
    content: '';
    background-color: #2d2e7c;
    width: 200px;
    height: 3px;
    left: 0px;
    right: 0px;
    top: 55px;
    margin: auto;
}

.heading-title-box h3 {
    font-size: 36px;
    line-height: 45px;
    color: #000;
    font-weight: 700;
}

.heading-title-box span {
    color: #2d2e7c;
}

.gallery-img img {
    display: block;
    width: 100%;
}

.gallery-box {
    margin-bottom: 30px;
}

.img-wrapper {
    position: relative;
    margin-top: 30px;
}

.img-wrapper img {
    width: 100%;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;

    i {
        color: #fff;
        font-size: 3em;
    }
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    img {
        margin: 0;
        width: 80%;
        height: auto;
        object-fit: contain;
        padding: 10%;

        @media screen and (min-width:768px) {
            width: 60%;
        }

        @media screen and (min-width:1200px) {
            width: 50%;
        }
    }
}

.exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;

    &:hover {
        opacity: 0.7;
    }

    @media screen and (min-width:768px) {
        font-size: 3em;
    }
}

/* -------------------- 
blog page
 --------------------  */
.blog-bg {
    padding: 80px 0px;
    background-color: #fff;
}

h4.blog-text {
    color: #2d2e7c;
    font-weight: 500;
    margin-bottom: 10px;
}

.blog-img img {
    width: 100%;
    border-radius: 20px;
}

.blog-content {
    padding: 35px 40px;
    box-shadow: 0px 4px 50px rgba(128, 128, 128, 0.1);
}

ul.blog-other {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}



ul.blog-other li i {
    color: #2d2e7c;
    font-size: 20px;
    margin-right: 10px;
}

ul.blog-other li {
    color: #888888;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.blog-content h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2d2e7c;
}

.blog-content p {
    line-height: 30px;
    color: #888888;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

a.btn.blue-btn {
    color: #2d2e7c;
    padding: 0;
    border: 0;
    font-weight: 600;
}

a.btn.blue-btn i.fa-solid.fa-arrow-right {
    margin-left: 10px;
    margin-right: 10px;
    color: #2d2e7c !important;
    font-size: 16px;
}

.blog-box {
    margin-bottom: 50px;
}

/* -------------------- 
ielts page
 --------------------  */
.ielts-bg {
    padding: 80px 0px;
    background-color: #fff;
}

.ielts-heading-box h2 {
    color: #2d2e7c;
    margin-bottom: 30px;
    position: relative;
}

.ielts-heading-box h2::after {
    position: absolute;
    content: '';
    width: 200px;
    border: 2px solid #2d2e7c;
    bottom: -10px;
    left: 0;
    margin: auto;
}

.ielts-content-box p {
    color: #888888;
    line-height: 30px;
    margin-bottom: 30px;
}

.ielts-img img {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.ielts-img-box img {
    width: 100%;
    min-height: 300px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.ielts-content-box h5 {
    font-size: 20px;
    color: #2d2e7c;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.ielts-content-box i.fa-solid.fa-arrow-right {
    color: #2d2e7c;
}