html, body {
    overflow-x: hidden !important;
}
.__theme-bg {
    background: rgba(250, 250, 250, 1)!important;
}
.__theme-bg2 {
    background: rgba(237, 247, 255, 1)!important;
}
.__login_btn {
    padding: 5px 20px!important;
    font-weight: 500;
}
.__search_box {
    width: 30px!important;
    min-width: auto!important;
    height: 30px!important;
}
.__dtca_logo img{
    width: 55px;
    height: 55px;
}
.__lang_link {
    font-size: 16px;
    font-weight: 500;
    color: rgba(18, 91, 166, 1);
}
.__lang_link_mob {
    display: none;
}

.__logo_mob {
    width: 150px;
    position: absolute;
    top: 2%;
}
.__main_nav {
    border-bottom: 1px solid rgba(237, 237, 237, 1);
}
/* made changes here */
.__news_section {
    background: rgba(250, 239, 191, 0.4) !important;
    color: #0b0b0b;
    height: 60px;
    margin-top: 75px;
}
/* made changes here */
.__news {
    margin: 18px 0 0 0;
}
/* made changes here */
.__news_title {
    float: left;
    width: 13%;
    white-space: nowrap;
}
/* made changes here */
.__news_marquee {
    float: right;
    width: 87%;
    margin: 8px 0 0 0;
    overflow: hidden;
    position: relative;
}
.__news_marquee marquee {
    margin: 4px 0 0 0;
    font-size: 24px;
    font-weight: 400;
}

.__mq_link {
    padding: 0 10px;
    color: rgba(68, 68, 68, 1);
}

.__mq_track {
    display: flex;
    white-space: nowrap;
  }
  
  .__mq_content {
    display: inline-block;
    padding-left: 100%;
    animation: scrollLeft 40s linear infinite;
  }
  
  .__news_marquee:hover .__mq_content {
    animation-play-state: paused;
  }
  /* for navbar news headline */
  @keyframes scrollLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
/* made changes here */
.__news_title {
    top: 106px;
    left: 128px;
    padding: 3px 5px;
    gap: 8px;
    border-radius: 8px 0 0 8px;
    border-right: 1px solid #e9e6d8;
    font-weight: bold;
}
.latest_news_logo{
    margin-right: 10px;
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}

.__main_content {
    margin-top: 72px;
    min-height: calc(100vh - 253px);
}
.__footer_title {
    font-size: 24px;
    color: rgba(255, 255, 255, 1)!important;
}
.__footer_subtitle {
    color: rgba(255, 255, 255, 0.5)!important;
    font-size: 14px;
    margin-top: 10px;
}
.__mr-30 {
    margin-right: 35px!important;
}

.__title {
    font-size: 36px;
    font-weight: 500;
    color: rgba(68, 68, 68, 1)
}

.__feature_card {
    width: 300px;
    height: 300px;
    border-radius: 50%;
}
.__featureBg1 {
    background: rgba(205, 245, 246, 1)
}
.__featureBg2 {
    background: rgba(249, 235, 223, 1)
}
.__featureBg3 {
    background: rgba(239, 249, 218, 1)
}

.__feature_card .__feature_body img {
    margin: 45px 0 15px 0;
    transition: transform 0.5s ease; /* Smooth transition for zoom effect */
}
.__feature_card:hover img {
    transform: scale(1.1); /* Zooms in the image */
}
.__feature_card:hover p {
    transform: scale(1.1); /* Zooms in the image */
}

.__feature_card .__feature_body p {
    font-size: 20px;
    color: rgba(128, 128, 128, 1);
    transition: transform 0.5s ease; /* Smooth transition for zoom effect */
}

.__use_box {
    min-height: 135px;
    border-radius: 20px;
    padding: 20px;
    margin: 10px;
    transition: transform .7s ease-in-out;
}
.__use_box:hover {
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 15%);
}

.__use_box img {
    transition: transform .3s ease-in-out;
}
.__use_box:hover img{
    transform: rotate(10deg) scale(1.2);
}
.__box_bg1 {
    background: linear-gradient(270deg, #d1e5e5 0%, #f8f8f8 100%);
}
.__box_bg2 {
    background: linear-gradient(270deg, #fff1d3 0%, #f8f8f8 100%);
}
.__box_bg3 {
    background: linear-gradient(270deg, #ecffce 0%, #f8f8f8 100%);
}
.__box_bg4 {
    background: linear-gradient(270deg, #ffdebc 0%, #f8f8f8 100%);
}
.__box_bg5 {
    background: linear-gradient(270deg, #B5E2DD 0%, #E5F4F9 100%);
}
.__box_bg6 {
    background: linear-gradient(270deg, #F6CFE1 0%, #FEEAF3 100%);
}
.__box_bg7 {
    background: linear-gradient(270deg, #B3E3FA 0%, #E5F4F9 100%);
}
.__box_bg8 {
    background: linear-gradient(270deg, #D4D9ED 0%, #EBF2FA 100%);
}

.__card__custom {
    border-radius: 16px;

}

.__use_box p {
    font-size: 16px;
    font-weight: 500;
    color: rgba(24, 51, 84, 1);
}
.__use_box img {
    width: 50px;
    margin: 0px 0 15px 0;
}

.__p {
    font-size: 24px;
    font-weight: 500;
    color: rgba(68, 68, 68, 1);

}
.blog_section .slider-navigation,
.emergency_section .slider-navigation{
    width: 111%;
    left: -70px;
}

.__blog_box {
    border-radius: 16px;
    background: #FFF;
    padding: 10px 10px;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
    border: none;
}

.__blog_box .__blog_body h3 {
    font-size: 22px;
    font-weight: 700;
    color: rgba(24, 51, 84, 1);
}

.__blog_box .__blog_body .__blog__time {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}
/* .__home_slider {
    background-image: url("../images/banner/bg.png");
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 90px 0px !important;
} */

.hero-wrapper{
    position: relative;
    overflow: hidden;
}
.__home_slider {
    position: relative;
    padding: 90px 0px !important;
    z-index: 1;
}

.__home_slider::before {
    content: "";
    background-image: url("../images/banner/bg.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: -1;
}

.__home_slider .__slider_title {
    font-size: 64px;
    font-weight: 600;
    background: linear-gradient(180deg, #16C1F3 0%, #125AA7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.__home_slider ._slider_sub-title{
    font-size: 24px;
    color: #004783;
    margin-top: 10px;
    font-weight: 500
}

.__home_slider .__sun_img {
    position: relative;
    top: 100px;
}
.__home_slider .__card_img {
    /* position: relative;
    bottom: 120px; */
    width: 456px;
}
.__custom_slide h4 {
    font-size: 24px!important;
    font-weight: 500!important;
    color: rgba(18, 91, 166, 1)!important;
}
.__faq_bg_section {
    background-image: url("../images/faq/3.png");
    background-position: top 15px right 15%;
    background-repeat: no-repeat;
}
.__faq_title {
    font-size: 18px!important;
    font-weight: 600!important;
    color: #444444 !important;
}

.__text-limit-2-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

 .cmn__video:hover {
    transform: scale(1.5);
    transition: transform 0.3s ease;
}
.video_section {
    background-image: url("../images/sun.png");
    background-size: 50%;
    background-position: bottom left 30%;
    background-repeat: no-repeat;
}
.__slider_img {
    border-radius: 15px;
}

.navbar-nav .nav-item:after {
    display:block;
    content: '';
    border-bottom: solid 3px rgba(251, 208, 13, 1);
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
.navbar-nav .nav-item:hover:after { transform: scaleX(1); }

.navbar-nav .__active {
    border-bottom: solid 3px rgba(251, 208, 13, 1);
    color: rgba(251, 208, 13, 1);
}
.__animation_banner {
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    pointer-events: none;
}
.__road_bg {
    background-image: url("../images/banner/road2.png");
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    padding-top: 60px;
    overflow: hidden;
}

.__train_img {
    position: absolute;
    margin-top: -108px;
    animation: trainMove 15s linear infinite;
    left: 0;
    transform: translateX(-100%)
}

.__bus_img {
    position: absolute;
    margin-top: -90px;
    animation: busMove 20s linear infinite;
    right: 0;
    transform: translateX(100%);
}
.__train_img, .__bus_img {
    will-change: transform;
}
/*  */

@keyframes trainMove {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100vw); /* Move to right edge plus image width */
    }
}

@keyframes busMove {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100vw); /* Move to right edge plus image width */
    }
}

/*  */

.__list-padding {
    padding: 15px 0;
    display: unset!important;
}
.__list-padding .__list_info {
    color: rgba(128, 128, 128, 1);
    font-size: 14px;
    font-weight: 500;
}
.__see_all {
    font-size: 16px;
    font-weight: 600;
    color: rgba(18, 91, 166, 1);
    margin-bottom: 25px;
}
.__see_all:hover {
    color: rgba(251, 208, 13, 1)!important;
}
.__text_group {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.__main_rotation {
    margin: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.__main_rotation img {
    z-index: 1;
}

.__rotating-bg {
    position: absolute;
    width: 300px;
    height: 300px;
    background-image: url('../images/choose/rotation_circle.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: rotateBg 15s linear infinite;
}
/* made changes here */
.__rotating-bg_2 {
    position: absolute;
    width: 380px;
    height: 380px;
    background-image: url('../images/choose/outer_circle.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(-1, -1);
    animation: rotateBgReverse 15s linear infinite;
}

.__rp_feature {
    text-align: center;
}
.__rp_feature .__rp_icon{
    margin-bottom: 20px;
}

.__mt135 {
    margin-top: 135px;
}
.__footer_link {
    margin-top: 10px;
    gap: 5px!important;
}
.__footer_link li a {
    color: rgba(255, 255, 255, 1)!important;
    font-size: 14px!important;
}

.__gallery_slider .demo {
    margin: auto;
    width:91%;
}
.__gallery_slider .__lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.__gallery_slider li {
    display: block;
    float: left;
    cursor:pointer;
    border-radius: 15px;
}
.__gallery_slider img {
    display: block;
    height: auto;
    width: 780px;
    border-radius: 15px;
}

.__gallery_slider .lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.5;
    border-radius: 15px;
}

.__gallery_slider .lSSlideOuter .lSPager.lSGallery li.active {
    opacity: 1;
}

.__gallery_slider .lSSlideOuter .lSPager.lSGallery img {
    display: block;
    max-width: 100%;
    height: 130px;
}

.__gallery_slider .__gallery_title h3 {
    font-size: 25px;
    text-align: left;
    color: rgb(91, 91, 91);
}

.__gallery_slider .__gallery_title .__gallery_date { 
    padding-top: 5px;
    font-size: 16px;
    color: rgba(128, 128, 128, 1);
}
.__gallery_slider .__gallery_title .__gallery_date_section {
    text-align: right !important;   
}

.__text-left {
    text-align: left!important;
}
.__text-center {
    text-align: center!important;
}
.__text-right {
    text-align: right!important;
}
.__mb5 {
    margin-bottom: 5rem!important;
}

.__contact_us .__input {
    background-color: rgba(237, 237, 237, 1);
}

.__contact_us .__label {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 5px;
}

.__btn {
    border-radius: 5px;
    width: 50%;
}
.__btn:hover {
    color: #ccc;
    background-color: #0c67ee;
}

.__date_info {
    font-weight: 600;
    color: rgba(128, 128, 128, 1)
}


@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* made changes here */
@keyframes rotateBgReverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@media (max-width: 2200px) {

}
@media (max-width: 1920px) {
    .__home_slider .__slider_title {
        font-size: 53px;
    }
}
@media (max-width: 1700px) {

}
@media (max-width: 1399px) {
    .__title {
        font-size: 30px;
    }
    .blog_section .slider-navigation,
    .emergency_section .slider-navigation{
        left: -61px;
    }
    .__home_slider {
        padding: 60px 0px !important;
    }
    .__feature_card {
        width: 250px;
        height: 250px;
    }

    .__feature_card .__feature_body img {
        width: 100px;
    }
    .__feature_card .__feature_body p {
        font-size: 19px;
        color: rgba(128, 128, 128, 1);
    }

    .__home_slider .__slider_title {
        font-size: 45px;
    }
    .__home_slider ._slider_sub-title{
        font-size: 20px;
    }


    .video_section {
        background-position: bottom left 10%;
    }

    /* .__home_slider .__card_img {
        bottom: 90px;
        width: 300px;
    } */
    .__news_title p span {
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .__lang_link_mob {
        display: block;
        position: absolute;
        right: 5%;
    }
    .__feature_card {
       width: 200px;
        height: 200px;
    }
    .__feature_card .__feature_body img {
        width: 90px;
    }
    .__feature_card .__feature_body p {
        font-size: 18px;
    }

    .__text-limit-2-line{
        font-size: 18px;
    }

    .__news_title {
        width: 18%;
    }
    .__news_marquee {
        width: 82%;
    }

    .__home_slider .__slider_title {
        font-size: 45px;
    }
    .__home_slider ._slider_sub-title{
        font-size: 18px;
    }
    /* .__home_slider .__card_img {
        bottom: 105px;
        width: 225px;
    } */
    .__home_slider .__sun_img {
        top: 50px;
    }

    /* .blog_section .slider-navigation,
    .emergency_section .slider-navigation{
        width: 110% !important;
        left: 0px ;
    } */
}
@media (max-width: 991px) {
    .__title {
        font-size: 24px;
    }
    .__feature_card {
        width: 170px;
        height: 170px;
    }
    .__feature_card .__feature_body img {
        width: 50px;
    }
    .__feature_card .__feature_body p {
        font-size: 14px;
    }

   /*  .__text-limit-2-line{
        font-size: 16px;
    } */

    .__news_section {
        height: 60px;
        margin-top: -9px;
    }

    .__news_title {
        width: 20%;
    }
    .__news_marquee {
        width: 80%;
    }

    .__home_slider .__slider_title {
        margin-top: 30px;
        font-size: 32px;
        text-align: center;
    }

    .__home_slider ._slider_sub-title{
        font-size: 18px;
        text-align: center;
    }

    .__rotating-bg_2 {
        width: 280px;
        height: 280px;
    }

    .video_section {
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .__news_title p span {
        font-size: 14px;
    }
    .__gallery_slider .__gallery_title h3 {
        font-size: 20px;
    }
}
/* made changes here */
@media (max-width: 767px) {
    .__home_slider .__slider_title {
        margin-top: 25px;
        font-size: 24px;
    }
    .__home_slider {
        padding: 70px 0px !important;
    }
    .__home_slider ._slider_sub-title{
        font-size: 16px;
    }
    .__lang_link_mob {
        display: block;
        position: absolute;
        right: 13%;
    }
    .__main_rotation{
        width: 90% !important;
        margin: auto;
    }

    .__feature_card{
        width: 120px;
        height: 120px;
    }
    .__feature_card .__feature_body img {
        margin: 20px 0 10px 0;
        width: 50px;
    }
    .__feature_card .__feature_body p {
        font-size: 14px;
    }

    .__news_section {
        height: 60px;
        margin-top: 65px;
    }
    .__news_title {
        width: 25%;
        font-size: 10px!important;
    }
    .__news_marquee {
        width: 75%;
    }

    /* .__home_slider .__image_sun {
        margin-top: 30px;
    } */

    .__textcenter-767 {
        text-align: center;
    }

    .__train_img {
        margin-top: -69px!important;
    }
    .__train_img img {
        width: 200px;
    }
    .__bus_img {
        margin-top: -50px!important;
    }
    .__bus_img img {
        width: 100px;
    }

    .header-section .navbar {
        gap: 0px;
    }

    .__news_title p span {
        font-size: 14px!important;
    }

    .blog_section .slider-navigation{
        width: 123% !important;
        left: -55px !important;
    }
    .emergency_section .slider-navigation{
        width: 123% !important;
        left: -55px !important;
    }
    .__text-limit-2-line {
        font-size: 16px !important;
    }
    .__gallery_slider .__gallery_title h3 {
        font-size: 18px;
    }
    .__gallery_slider .__gallery_title .__gallery_date {
        font-size: 14px;
    }
    .__gallery_slider .__gallery_title .__gallery_date_section {
        text-align: left !important;
    }
}
@media (max-width: 480px) {
    .__home_slider {
        padding: 10px 0px !important;
    }
    .__title {
        font-size: 22px;
    }
    .__main_content {
        margin-top: 64px;
    }
    .__feature_card{
        width: 80px;
        height: 80px;
    }

    .__feature_card .__feature_body img {
        margin: 10px 0 5px 0;
        width: 40px;
    }
    .__feature_card .__feature_body p {
        font-size: 10px;
    }
    .__use_box p {
        font-size: 14px;
        font-weight: 500;
    }

    .__news_section {
        height: 45px;
    }

    .__news {
        margin: 8px 0 0 0;
    }
    .__news_title {
        width: 30%;
        padding: 3px 0px 3px 0px;
    }
    .__news_title p span {
        font-size: 12px!important;
    }
    .__news_marquee {
        width: 70%;
    }

    .__rotating-bg {
        width: 250px;
        height: 250px;
    }
    .__news_marquee a{
        font-size: 13px !important;
    }

    .latest_news_logo{
        margin-right: 5px;
        width: 15px;
        height: 15px;
    }

    .blog_section .slider-navigation,
.emergency_section .slider-navigation{
        width: 100% !important;
        left: 0px !important;
    }

    .__see_all {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .__gallery_slider .__gallery_title h3 {
        font-size: 16px;
    }

}

@media (max-width: 360px) {
    .__news_title {
        width: 30%;
        padding: 3px 0px 3px 0px;
    }
    .__news_marquee {
        width: 70%;
    }
    .__news_section {
        height: 38px;
        margin-top: -4px;
    }
    .__news {
        margin: 3px 0 0 0;
    }
    .__lang_link_mob {
        display: block;
        position: absolute;
        right: 15%;
    }

    .latest_news_logo{
        margin-right: 2px;
        width: 17px;
        height: 17px;
    }

    .blog_section .slider-navigation,
.emergency_section .slider-navigation{
        width: 100% !important;
        left: 0px !important;
    }
}

/*For bootstrp css custom*/
.accordion-button:not(.collapsed) {
    background-color: transparent!important;
}
.choose-us .animation img:first-child {
    position: absolute;
     top: unset;
    left: 5%;
    animation: previewShapeRevX 5s infinite;
    bottom: 5%;
}
.card--secondary .card--secondary__content {
    min-height: 145px;
    margin: 0;
    padding: 15px;
}
.card--secondary .card--secondary__content h4 {
    padding: 10px 0;
}
.card--secondary {
    padding: 0!important;
}

.thumb-mission .cmn__video {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbd00d;
    transition: transform .2s;
}
.slick-dots {
    margin-top: 10px;
}
.slick-dots button {
    width: 10px;
    height: 10px;
}
.slick-dots .slick-active button {
    width: 10px;
}
.accordion .accordion-button::after {
    background: #fff !important;
    color: #0071BB!important;
    border: 1px solid #0071BB!important;
    border-radius: 50%;
}
.btn_bg_white::after {
    background: transparent!important;
}
.slick-list {
    background: #fff!important;
}
.footer {
    background: url("../images/footer_bg.png");
    background-color: rgba(21, 47, 79, 1);
    background-repeat: no-repeat; /* Prevent the image from repeating */
    background-position: right bottom; /* Position at the bottom-right corner */
    background-size: auto;
}

.input-single {
    gap: 0;
    margin-bottom: 20px;
}

.sign-up .sign-up__form .sign-up__form-part {
    gap: 0;
}

.form-control {
    border-radius: 5px;
}

.footer__copyright {
    border-top: unset;
    padding: 0 0 30px 0;
}
