:root{
    --theme-color:#0078D2;
    --light-yellow: #FFEB3B;
    --primary-dark:#0761a4;
    --color-primary-6:#0078D2;
    --color-primary:#0078D2;
}

.header-two .main-header .content {
    max-width: 1320px;
    width: 100%;
}

.home-blue.medium-blue .main-header {
    background:var(--theme-color);
} 

.home-blue.medium-blue .main-header .nav-main ul li a:hover {
    color:var(--light-yellow) !important;
}

.header-two .main-header .content .header-left img {
    width: 100%;
    max-width: 220px;
}

.header-two .main-header .content .header-right .call-area .icon {
    color:var(--theme-color);
}

.main-header .nav-main ul li a {
    padding: 30px 0;
   
}

.header-two .main-header .content .header-right .call-area .number-area a .call {
    margin-bottom: 0;
 
    line-height: 1;
}

.header-two .main-header .content .header-right .call-area {
 
    margin-left: 25px;
}

.home-blue.medium-blue .mainmenu li.has-droupdown .submenu a.sub-menu-link:hover {
    color: var(--theme-color) !important;
}

.header-two .nav-main ul li:hover a.nav-link {
    color: var(--light-yellow);
}
.rts-banner-area-two.eight {
    z-index:99;
}
.rts-banner-area-two.eight::before  , .rts-banner-area-two.eight .bg_banner-three .banner-three-inner::after{
    display: none;
}

.hero-banner .bg_banner-three {
        padding: 190px 0 80px;
}
.hero-banner .bg_banner-three h1 {
    font-size: 36px;
    text-align: center;
}
.mySwiperh3_banner {
    overflow: visible;
}
.rts-banner-area-two.eight .bg_banner-three::after {

    background: rgb(0 120 210 / 19%);
}
.home-blue .title-area.service-h2::after  , .home-blue .title-area::after{
    display:none;
}

.title-area.service-h2 {
    text-align: center;
}

.heading-title {
    font-size: 32px !important;
    line-height: 1.3 !important;
    margin-bottom: 10px;

}

.bg-service-h2 {

    margin-top: 0;
    padding-top: 20px;
        background: unset;
            padding-bottom: 70px;
  
}
.cta-two-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}
.rts-single-service-h2 {
    text-align: center;
}

.rts-single-service-h2 .body a.btn-red-more {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    color: #fff;
    padding: 7px 0;
    border-radius: 5px;
}

.rts-single-service-h2 .body a.btn-red-more i {
    color:#fff;
    opacity: 1;
}

.rts-single-service-h2:hover .body a.btn-red-more {
    color: #fff;
}

.rts-callto-acation-area4 {
    margin-top: 35px;
    background-color:var(--theme-color);
}

.rts-callto-acation-area4 .container .cta-two-wrapper .title {
    text-transform: none;
    color: #fff !important;
}

.rts-callto-acation-area4 .container .cta-two-wrapper .btn-secondary-3 {
    color:var(--theme-color);
}


/*==============================
 HOTEL DEALS SECTION
===============================*/

.hotel-deals{
    padding:100px 0;
}
.section-badge, .home-blue .title-area span {
    background: rgba(0, 120, 210, .1);
    color: var(--theme-color) !important;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600 !important;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
}
.section-title{
    font-size:52px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:15px;
}

.section-desc{
    max-width:700px;
    margin:auto;
    color:#64748b;
}

/*==============================
 HOTEL CARD
===============================*/

.hotel-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.hotel-card:hover{
    transform:translateY(-8px);
}

.hotel-image{
    position:relative;
    height:270px;
    overflow:hidden;
}

.hotel-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.hotel-card:hover img{
    transform:scale(1.1);
}

.hotel-image:before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.1)
    );
    z-index:1;
}

.discount-tag{
    position:absolute;
    top:18px;
    left:18px;
    background:var(--theme-color);
    color:#fff;
    padding:8px 16px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    z-index:2;
}

.rating-tag{
    position:absolute;
    top:18px;
    right:18px;
    background:#fff;
    color:#111;
    padding:8px 15px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    z-index:2;
}

.rating-tag i{
    color:#ffc107;
}

.hotel-info{
    position:absolute;
    bottom:20px;
    left:20px;
    z-index:2;
    color:#fff;
}

.hotel-info h4{
    margin:0;
    font-size:24px;
    font-weight:700;
      color:#fff;
}

.hotel-info p{
    margin:5px 0 0;
    font-size:14px;
    color:#fff;
}
.hotel-deals {
    padding: 0px 0 70px;
}
.hotel-content {
    padding: 15px;
}

.price-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.hotel-price{
    font-size:16px;
    color:#64748b;
}

.hotel-price strong{
    font-size:30px;
    color:var(--theme-color);
}

.review-count{
    color:#64748b;
    font-size:14px;
}

/* Amenities */

.amenities{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:25px;
}

.amenities span{
    background:#f1f5f9;
    padding:8px 14px;
    border-radius:50px;
    font-size:13px;
    color:#334155;
}

.amenities i{
    color:var(--theme-color);
    margin-right:5px;
}

.hotel-btn{
    width:100%;
    border:none;
    background:var(--theme-color);
    color:#fff;
    padding:15px;
    border-radius:14px;
    font-weight:700;
    transition:.3s;
}

.hotel-btn:hover{
    background:var(--primary-dark);
}


/* ==========================
   HOTEL CTA SECTION
========================== */

.hotel-cta{
position: relative;
    padding: 30px 70px;
    background: url(https://images.unsplash.com/photo-1566073771259-6a8506099945?q=80&w=1920) center center / cover no-repeat;
    overflow: hidden;
    border-radius: 10px;
}

/* Blue Overlay */
.hotel-cta::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,120,210,.95),
        rgba(0,120,210,.75)
    );
}

.hotel-cta-content{
    position:relative;
    z-index:2;
}

.hotel-badge{
    display:inline-block;
    background:rgba(255,255,255,.15);
    border:1px solid rgba(255,255,255,.2);
    color:#fff;
    padding:10px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    margin-bottom:10px;
    backdrop-filter:blur(10px);
}

.hotel-cta-main .hotel-title{
    color:#fff;
    font-size:34px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:5px;
}

.hotel-cta-main .hotel-text{
    color:rgba(255,255,255,.92);
       font-size: 16px;
    line-height: 1.3;
    max-width:650px;
    margin-bottom:0;
}

.hotel-cta-main .hotel-btn{
       position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: var(--primary);
    text-decoration: none;
    padding: 18px 35px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    justify-content: center;
}

.hotel-cta-main .hotel-btn:hover{
    background:#f8f9fa;
    color:var(--primary);
    transform:translateY(-3px);
}

.hotel-cta-main .hotel-btn i{
    transition:.3s;
}

.hotel-cta-main .hotel-btn:hover i{
    transform:translateX(5px);
}
.hotel-cta-main {
    padding: 70px 0px 70px;
}

.about-home-seven .thumbnail .experience-area span {
    color:var(--theme-color);
}

.about-home-seven p.pre-title {
    margin-bottom: 0;
}

.about-single-home-7 .icon {
    margin-right: 25px;
    width: 120px;
    height: 120px;
}


.about-single-home-7::after {
    position: absolute;
    content: "";
    left: 30px;
    top: 0;
    bottom: 0;
    height: 192px;
    width: 1px;
    background: #D9D9D9;
    z-index: -1;
}

.about-single-home-7 .icon i {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--theme-color);
    border: 1px solid #d0cfcf;
    border-radius: 50%;
    font-size: 30px;
}

.rts-business-goal5 {
    padding-top: 70px;
     padding-bottom: 70px;
}
.rts-business-goal5 .container .content-box .content.left , .rts-business-goal5 .container .content-box .content.two  , .rts-business-goal5 .container .content-box .content.right {
animation: none !important;
}
.rts-business-goal5 .container .content-box .content.left , .rts-business-goal5 .container .content-box .content.right {
        transform: translateX(0px);
}

.rts-business-goal5 .container .content-box.last {
    margin-left: 0;
}

.rts-business-goal5 .container .title-area {
    margin-bottom: 40px;
}

.rts-section-gap {
    padding: 0px 0;
}

.working-process-bg {

    max-width: 100%;
    margin: 120px auto 0px;
  
    padding: 70px 0px 120px !important;
}

.section-badge, .home-blue .title-area span {
    text-transform: uppercase;
}

.rts-working-process-1.process-lg .inner .icon i {
    font-size: 44px;
    color: var(--theme-color);
}
.rts-client-review-two {
    padding: 70px 0 0;
}

.title-area.inner .title-left span {
    color: var(--theme-color) !important;
}

.rts-client-reviews-h2 .review-header .discription 
{
    text-align: left;
}

.rts-client-reviews-h2 .review-header .thumbnail.thumb::after {
    display: none !important;
}


.rts-client-review-two .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #d2d1d1;
    border-radius: 50%;
}

.rts-client-reviews-h2 .review-header .thumbnail i {
    position: absolute;
    bottom: 30%;
    right: -20px;
    background-color: var(--theme-color);
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.rts-business-case-s-2::after {
    display: none !important;
}

.accordion .accordion-item .accordion-header button , .rts-faq-areas .title  {
font-family: unset !important;
}

.rts-faq-areas.rts-section-gap {
    padding: 100px 0 0px;
}
.accordion .accordion-item .accordion-header button {
      font-size: 16px;
    background-color: #eee;
    padding: 22px 20px;
    border-radius: 10px;
}

.accordion .accordion-item .accordion-header button::after {
    right:20px;
}

.accordion .accordion-item .accordion-body {
    width: 100%;
    max-width: 100%;
    padding: 20px 30px 0px;
}

.accordion .accordion-item {
    background: none;
    border: none;
    padding: 5px 0;
    border-bottom: unset;
}

.rts-client-reviews-h2 {

    border: 1px solid #c4c5c6;
}

.working-process-bg .title-area span {
    background-color: #fff;
}

.working-process-bg h2.heading-title  , .rts-working-process-1 .content .title , .rts-working-process-1 .disc{
    color: #fff;
}


.rts-working-process-1 .inner {
    border: 2px dashed #fff;
}

.rts-working-process-1 .inner::after {
    position: absolute;
    right: 5px;
    top: 7px;
    content: "01";
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: var(--theme-color);
    transform: scale(0);
    transition: 0.3s;
    font-weight: 700;
}

.travel-cta{
    position:relative;
    padding:70px 0;
    background:url("../img/hero-banner-img.webp") center center/cover no-repeat;
    overflow:hidden;
    margin: 80px 0 0px;
}

.travel-cta::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,
        rgba(0,120,210,.94),
        rgba(0,90,170,.92));
}

.travel-cta .container{
    position:relative;
    z-index:2;
}

.travel-cta h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 5px;
}

.travel-cta p{
    color:rgba(255,255,255,.9);
    font-size:17px;
    line-height:1.8;
    max-width:700px;
}

.cta-tag{
    display:inline-block;
    background:rgba(255,255,255,.15);
    color:#fff;
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    backdrop-filter:blur(8px);
}

.cta-btn{
    padding:16px 40px;
    border-radius:10px;
    font-size:17px;
    font-weight:700;
    color:#0078D2;
    transition:.3s;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.cta-btn:hover{
    background:#ffd24d;
    color:#111;
    transform:translateY(-4px);
}

.disclaimer_cont p {
    background-color: var(--background-color-1);
    color: var(--color-white);
    font-size: 16px;
    padding: 19px 19px;
    border-radius: 5px;
}
.footer-one-single-wized .quick-link-inner .links li a  , .footer-three-single-wized.left p.disc{
    color: var(--background-color-1);
}

.disclaimer_cont strong {
    color: #fff;
}
.footer-one-single-wized .quick-link-inner .links li a i {
    margin-right: 0;
    transition: 0.3s;
}

.footer-one-single-wized .quick-link-inner .links li a:hover i {
    color:var(--theme-color);
}
.footer-three-single-wized .body .info-wrapper .single .icon li i {
    font-size: 14px;
    background-color: var(--theme-color);
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.rts-cta-wrapper {
    margin-bottom: 50px;
}
.rts-section-gapTop {
    padding-top: 60px;
}

.background-cta {
    background-image: unset;
    background-repeat: no-repeat;
    background-color: var(--theme-color);
    background-blend-mode: multiply;
    overflow: hidden;
    border-radius: 100px;
    background-position: center;
    object-fit: contain;
    background-size: cover;
}

.rts-cta-wrapper .background-cta .cta-input-arae button {
 
    background: #252323;
}


.footer-three-single-wized .body .info-wrapper .single .info a:hover {
    color: var(--theme-color);

}

.rts-breadcrumb-area {
    background-color: #00000085;
    background-blend-mode: color;
}
.breadcrumb-1 {
    text-align: center;
}
.rts-breadcrumb-area h1.title {
    font-size: 38px;
    line-height: 1.5;
}

.rts-breadcrumb-area .bread-tag {
    justify-content: center;
    margin: auto !important;
}

.rts-breadcrumb-area {
    padding-top: 73px;
    padding-bottom: 83px;
}

.rts-breadcrumb-area .bread-tag {
 
    font-size: 14px;
}

.rts-about-area p {
    border-left: 0;
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
        text-align: justify;
}

.rts-section-gap1 {
    padding: 70px 0;
}

.title-area-nine .title, .accordion-area .title-area .title {
    font-size: 36px;
}

.single-steps-area-nine .body .title {
 
    margin-bottom: 10px;
}
.single-steps-area-nine .body i {
    font-size: 32px;
    background-color: #0078d2;
    color: #fff;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 15px;
}



.help-section {
    padding: 70px 0 90px;
    position: relative;
}

        .section-title {

            font-size: 55px;
            font-weight: 800;
            margin-bottom: 20px;

        }

        .section-title span {

            color: #0078D2;

        }

        .title-line {

            width: 80px;
            height: 4px;
            background: #0078D2;
            border-radius: 30px;
            margin-bottom: 40px;

        }

        .help-list {

            list-style: none;
            padding: 0;
            margin: 0;

        }
.help-list li {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-bottom: 0px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ececec;
}

        .help-list li:last-child {

            border: none;

        }

        .help-icon {

            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: #0078D2;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            flex-shrink: 0;

        }

        .help-list p {

            margin: 0;
            font-size: 18px;
            color: #333;

        }

        .bottom-text {

                margin-top: 18px;
    border-left: 4px solid #0078D2;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.8;

        }

        .bottom-text strong {

            color: #0078D2;

        }

        .travel-image img {

            width: 100%;
            border-radius: 25px;
        }

        .feature-box {

            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -80px;
            width: 90%;
            background: #0078D2;
            border-radius: 25px;
            padding: 35px;
            color: #fff;
            box-shadow: 0 20px 45px rgba(0, 0, 0, .15);

        }

        .feature-item {

            display: flex;
            align-items: center;
            gap: 20px;

        }

        .feature-icon {

            width: 75px;
            height: 75px;
            border: 2px solid rgba(255, 255, 255, .4);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 30px;
        }

        .feature-item h5 {

            font-weight: 700;
            margin-bottom: 8px;

        }

        .feature-item p {

            margin: 0;
            color: #e6e6e6;

        }

        .destinations-slider {
            padding: 70px 0px;
            background-color: #eee ;
        }

        .single-contact-one-inner .content .info a h5 {

    font-size: 18px;
}

.rts-title-area.contact-fluid::after {
    display:none;
}

.single-contact-one-inner .content .icone i {
    font-size: 34px;
    color: var(--theme-color);
}
.single-contact-one-inner .content .icone {
    margin-right: 10px;
}
.single-contact-one-inner .content {

    justify-content: center;
}

.rts-contact-form-area .rts-contact-fluid.rts-section-gap {
    padding-top: 50px;
    padding-bottom: 80px;
}

.rts-contact-fluid {
    box-shadow: 0px 24px 39px rgb(0 0 0 / 0%);
    background-color: var(--color-primary-alta);
    border-radius: 10px;
}

.footer-bg-2 {
    background: #eee;


}

.rts-contact-form-area {
    margin-bottom: 80px;
}   

.service-detials-step-1 p.disc:not(:last-child) {
    margin-bottom: 15px !important;
}

.service-detials-step-3 .title {
    margin-bottom: 0;
    font-size: 22px;
    position: relative;
}
.service-detials-step-3 p.disc {
    margin-bottom: 5px;
}

.service-detials-step-3 p.disc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}

.service-detials-step-3 .single-banifits i {
    margin-right: 0px;
}

.rts-cta-wrapper .background-cta .cta-input-arae button:hover {
    background: #122b3e;
    color: #fff;
}

.list-unstyled-custom {
    display: flex;
    flex-wrap: wrap;
        padding-left: 0;
        margin-top: 0;
}
.sitemap-wrapper .list-unstyled-custom li a {
    color: #000;
}

.list-unstyled-custom li {
    width: 25%;
}

.footer-three-single-wized.left a.logo_footer img {
    width: 100%;
    max-width: 220px;
}






/* hotel rese */

/* ===== Travel Content Design ===== */


.travel-content-wrap .title {
    color: var(--theme-color);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.travel-content-wrap .section-title {
    color: var(--theme-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-left: 18px;
}

.travel-content-wrap .section-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 30px;
    border-radius: 20px;
    background: var(--theme-color);
    transform: translateY(-50%);
}

.travel-content-wrap .disc {
font-size: 16px;
    line-height: 26px;
    color: #555;
    margin-bottom: 10px;
}

.travel-section-box {
    background: #e9ecf1;
    border: 1px solid #d2dae3;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 25px;
}
.travel-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.travel-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    line-height: 1.8;
    color: #444;
}

.travel-list li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--theme-color);
}

.travel-highlight {
    background: var(--theme-color);
    color: #fff;
    padding: 25px;
    border-radius: 16px;
    margin: 30px 0;
}

.travel-highlight h5 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
}

.travel-highlight p {
    color: rgba(255,255,255,.9);
    margin: 0;
}


/* faq */

.bat-faq-section{
    padding:80px 0;
    background:#fff;
}

.bat-subtitle{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    color:#0033a0;
    letter-spacing:1px;
    margin-bottom:10px;
}

.bat-title{
    font-size:38px;
    font-weight:800;
    color:#111;
    line-height:1.2;
    margin-bottom:35px;
}
/*.rts-service-details-area.rts-section-gap {*/
/*    padding-top: 70px;*/
/*}*/

.rts-contact-form-area {
    padding-bottom: 90px;
}
.bat-faq-card{
    background:#fff;
    border:1px solid #dcdde0;
    border-radius:14px;
    margin-bottom:15px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.bat-faq-btn{
    width:100%;
    border:none;
    background:#fff;
    text-align:left;
    padding:22px 25px;
    font-size:17px;
    font-weight:600;
    color:#111;
    position:relative;
    cursor:pointer;
}

.bat-faq-btn i{
    position:absolute;
    right:22px;
    top:50%;
    transform:translateY(-50%);
    transition:.3s;
    color:#0033a0;
}

.bat-faq-btn:not(.collapsed) i{
    transform:translateY(-50%) rotate(180deg);
}

.bat-faq-body{
    padding:0 25px 25px;
    color:#666;
    line-height:1.8;
    font-size:15px;
}

.bat-faq-image{
    position:relative;
}

.bat-faq-image img{
    width:100%;
    border-radius:25px;
    display:block;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}


.bat-collage-wrap{
    position:relative;
    min-height:520px;
    max-width:550px;
    margin:auto;
}

.bat-img{
    position:absolute;
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
    background:#fff;
    padding:8px;
}

.bat-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:15px;
    display:block;
}

/* Main Image */
.bat-img-1{
    width:320px;
    height:380px;
    top:0;
    left:0;
    z-index:2;
}

/* Top Right */
.bat-img-2{
    width:190px;
    height:180px;
    top:20px;
    right:0;
    z-index:3;
}

/* Bottom Left */
.bat-img-3{
    width:180px;
    height:170px;
    bottom:0;
    left:30px;
    z-index:4;
}

/* Bottom Right */
.bat-img-4{
    width:220px;
    height:220px;
    bottom:20px;
    right:0;
    z-index:2;
}

.rts-title-area .title {
    margin-bottom: 24px;
    font-size: 32px;
}
.bat-collage-badge{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    background:#1f5eff;
    color:#fff;
    padding:15px 25px;
    border-radius:50px;
    font-weight:700;
    z-index:10;
    box-shadow:0 10px 25px rgba(31,94,255,.35);
}

.bat-collage-badge i{
    margin-right:8px;
}

.footer-one-single-wized .quick-link-inner .links li a i {
    margin-right: 0px;
    transition: 0.3s;
}

.travel-section-box h4 {
    font-size: 18px;
    margin-bottom: 1px;
    color: #000;
    font-weight: 700;
}

.bg-call-to-action-two {
    background-image: url(../img/newsletter-img.webp);

}


.rts-business-case-s-2 .thumbnail img {;
    min-height: 300px;
}

.rts-business-goal5 .container .content-box .content:hover .desc {
    color: var(--white);
}