#home_banner .banner_content_wrap {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important
}

#home_banner .banner_content_wrap .banner_text {
    text-align: left;
    max-width: 525px;
    left: 0 !important;
    position: relative;
    z-index: 4;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1)
}

#home_banner .banner_content_wrap .banner_text .paratext {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 30px;
    font-style: normal;
    max-width: 420px
}

#home_banner .banner_content_wrap .banner_text h2.heading_banner {
    font-size: 50px;
    line-height: 55px;
    font-style: normal;
    text-shadow: 1px 2px 4px rgb(0 0 0 / .6)
}

.landing_banner_font_big,
.lp_ielts_banner .banner_text .landing_banner_font_big {
    text-shadow: 1px 2px 4px rgb(0 0 0 / .6)
}

#home_banner .banner_content_wrap .banner_text a.button_su_innr,
#home_banner .banner_content_wrap .banner_text a.ss-btn-default {
    font-style: normal
}

#home_banner {
    background-color: #e7edef !important
}

#home_banner .swiper-slide .box_list-list-col>img {
    margin: 0 0 0 32%;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
    bottom: 0;
    animation: 7s infinite matrix3deffect;
    -webkit-animation: 7s infinite matrix3deffect
}

#home_banner .banner_content_wrap .banner_text_img img {
    display: block
}

.destination_images a {
    display: block !important;
    width: 100%
}

@keyframes matrix3deffect {

    0%,
    100% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1)
    }

    50% {
        transform: matrix3d(1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1)
    }
}

@-webkit-keyframes matrix3deffect {

    0%,
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1)
    }
}

#home_banner .swiper-slide-active .banner_content_wrap .banner_text h1.heading_banner,
#home_banner .swiper-slide-active .banner_content_wrap .banner_text h2.heading_banner {
    opacity: 1;
    transform: translateX(0);
    text-shadow: 1px 2px 4px rgb(0 0 0 / .6);
    margin-bottom: 20px;
    margin-top: 0
}

#home_banner .swiper-slide-active .banner_content_wrap .banner_text .paratext,
#home_banner .swiper-slide-active .banner_content_wrap .banner_text a.ss-btn-default {
    opacity: 1;
    transform: translateX(0)
}

#home_banner .swiper-slide-active .banner_content_wrap .banner_text_img img {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1)
}

.home_banner_slider .swiper-pagination {
    position: absolute !important;
    width: 100% !important;
    /* bottom: 40px !important; */
    bottom: 15px !important;
    left: 0 !important;
    max-width: 1200px;
    margin: 0 auto !important;
    /* text-align: left !important */
}

.home_banner_slider .swiper-pagination span {
    background-color: #919191 !important
}

.home_banner_slider span.swiper-pagination-bullet-active {
    background-color: #f5c611 !important
}

.home_banner_slider .link--arrowed:hover .arrow-icon--circle {
    stroke-dashoffset: 95 !important
}

.home_banner_slider .link--arrowed:hover .arrow-icon {
    transform: none !important
}

.home_banner_slider.swiper-button-next,
.home_banner_slider.swiper-button-prev {
    background-color: #fff;
    width: 50px !important;
    height: 50px !important;
    border-radius: 100%
}

.home_banner_slider.swiper-button-next:hover,
.home_banner_slider.swiper-button-prev:hover {
    background-color: #f5c611;
    transition: .4s
}

.roadmap_div #motionPath {
    overflow: visible;
    height: 100%;
    max-width: 100%
}

.roadmap_div #motionPath path {
    stroke-width: 2
}

.roadmap_div #motionPath .astronaut {
    visibility: hidden
}

.roadmap_div #path {
    opacity: 0
}

.roadmap_div_content {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0
}

.roadmap_div_content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.roadmap_div_content ul li {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 166px;
    opacity: 0
}

.roadmap_div_content ul li .roadmap_box .pointer_circle {
    position: absolute;
    left: -60px;
    opacity: 0
}

.roadmap_div_content ul li h3 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #00574b;
    font-weight: 700;
    margin: 10px 0 0
}

.roadmap_div_content ul li h3:after {
    content: '';
    position: absolute;
    right: 0;
    top: -8px;
    background: #f6c116;
    height: 4px;
    width: 25px
}

.roadmap_div_inner {
    position: absolute;
    top: -46px;
    left: 0;
    right: 0;
    bottom: 0
}

.main_bg_roadmap {
    padding: 100px 0
}

.main_bg_roadmap img {
    width: 100%
}

.roadmap_div_content ul li p {
    font-size: 16px;
    font-weight: 600
}

.roadmap_div_content ul li:first-child {
    left: 182px;
    top: 567px
}

.roadmap_div_content ul li:first-child::after,
.roadmap_div_content ul li:nth-child(2)::after {
    right: 0;
    left: auto
}

.roadmap_div_content ul li:nth-child(2) {
    left: 115px;
    top: 406px;
    text-align: right
}

.roadmap_div_content ul li:nth-child(3) {
    left: 218px;
    top: 250px;
    text-align: left;
    max-width: 92px
}

.roadmap_div_content ul li:nth-child(4) {
    left: 405px;
    top: 107px
}

.roadmap_div_content ul li:nth-child(5) {
    right: 447px;
    top: 170px;
    left: auto
}

.roadmap_div_content ul li:nth-child(6) {
    right: 420px;
    top: 451px;
    left: auto
}

.roadmap_div_content ul li:nth-child(7) {
    right: 700px;
    top: 415px;
    left: auto
}

.roadmap_div_content ul li:nth-child(8) {
    right: 380px;
    top: 330px;
    left: auto
}

.roadmap_div_content ul li:nth-child(9) {
    right: 180px;
    top: 410px;
    left: auto
}

.roadmap_div_content ul li:nth-child(10) {
    right: 290px;
    top: -10px;
    left: auto
}

.roadmap_div_content ul li:nth-child(11) {
    right: 10px;
    top: 215px;
    left: auto
}

.animation_airoplane .roadmap_div_content ul li {
    opacity: 1;
    transition: 1s ease-in-out
}

.animation_airoplane .roadmap_div_content ul li:first-child {
    transition-delay: 1s
}

.animation_airoplane .roadmap_div_content ul li:nth-child(2) {
    transition-delay: 1.5s
}

.animation_airoplane .roadmap_div_content ul li:nth-child(3) {
    transition-delay: 2s
}

.animation_airoplane .roadmap_div_content ul li:nth-child(4) {
    transition-delay: 2.5s
}

.animation_airoplane .roadmap_div_content ul li:nth-child(5) {
    transition-delay: 3s
}

.animation_airoplane .roadmap_div_content ul li:nth-child(6) {
    transition-delay: 3.5s
}

.animation_airoplane .roadmap_div_content ul li:nth-child(7) {
    transition-delay: 4s
}

.animation_airoplane .roadmap_div_content ul li:nth-child(8) {
    transition-delay: 4.5s
}

.animation_airoplane .roadmap_div_content ul li:nth-child(9) {
    transition-delay: 5.5s
}

.animation_airoplane .roadmap_div_content ul li:nth-child(10) {
    transition-delay: 6.8s
}

.animation_airoplane .roadmap_div_content ul li:nth-child(11) {
    transition-delay: 7.9s
}

.roadmap_div {
    overflow: hidden;
    position: relative
}

#home_banner .banner_content_wrap .banner_text h1.gef_head,
#home_banner .banner_content_wrap .banner_text h2.gef_head {
    font-size: 60px !important
}

#home_banner .banner_content_wrap .banner_text .gef_para {
    font-size: 20px !important;
    font-weight: 700 !important;
    text-shadow: 1px 2px 4px rgb(0 0 0 / 50%)
}

#home_banner .gef_wrap {
    position: relative !important;
    margin-top: 80px !important
}