@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,500&display=swap');
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}
body {
    background: #FFFFFF;
    font-family: "Roboto", sans-serif;
}
:root {
    --color-white: white;
    --color-black: #000;
    --color-blue: #026A99;
    --color-picker: #2F7B2B;
}
ul,
p {
    padding: 0px;
    margin: 0px;
}
p {
    line-height: 1.4;
}
li,
a {
    list-style: none;
    text-decoration: none;
}
/*===========Header===========*/
.mobile_menu_icon,.mobile_close_icon {
    display: none;
}
.logo img {
    width: 200px;
}
.contact_btn {
    background: linear-gradient(90deg, #0015FF 0%,  #4D00FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid #0015FF;
    color: #0015FF;
    border-radius: 25px;
    font-weight: 700;
    padding: 10px 20px;
}
.contact_btn:hover {
    background: linear-gradient(270deg, #0015FF 0%,  #4D00FF 100%);
    background: linear-gradient(90deg, #0015FF 0%, #4D00FF 100%);
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: initial;
    color: #fff ;
}
.main_sticky_new {
    position: sticky;
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid rgb(230, 232, 233);
}
.header_main_nav {
    padding: 10px 0;
    background: #F4F4F4;
    position: sticky;
    top: 0;
    z-index: 3;
    box-shadow: #024B901A 0px 0 20px 10px;
}
.link_ul_header ul li a,
.link_ul_footer ul li a {
    color: #3C3C3C;
    font-size: 16px;
    font-weight: 600;
}
.link_ul_header ul,
.link_ul_footer ul {
    gap: 30px;
}
.link_ul_header ul .active a,
.link_ul_footer ul .active a {
    background: linear-gradient(90deg, #0015FF 0%, #4D00FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0015FF;
}
.link_ul_header ul li a:hover,
.link_ul_footer ul li a:hover {
     background: linear-gradient(90deg, #0015FF 0%, #4D00FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0015FF;
}
.link_ul_header ul li a svg,
.link_ul_footer ul li a svg {
    margin-right: 2px;
    width: 24px;
    height: 24px;
}
.call_btn_header .call_btn {
    background: var(--color-picker);
    padding: 7px;
    border-radius: 5px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.call_btn_header .call_btn:hover {
    background-color: var(--color-blue);
}
.call_btn_header {
    position: relative;
}
.link_ul_header_head {
    background-color: var(--color-white);
    width: 100%;
    min-width: 255px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, .5) 0 0 6px;
    -webkit-box-shadow: rgba(0, 0, 0, .5) 0 0 6px;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}
.main_close_nav {
    background: #60ad5e;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.main_close_nav .close_btn {
    background: var(--color-picker);
    padding: 5px;
    height: 30px;
    width: 30px;
    color: var(--color-white);
    text-align: center;
    margin-right: 6px;
    border-radius: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link_ul_header_head ul {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 5px;
}
.link_ul_header_head ul li {
    width: 100%;
    margin-bottom: 2px;
}
.link_ul_header_head ul li a svg {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.link_ul_header_head ul li a {
    color: var(--color-black);
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 8px 10px;
    background: #ececec;
    border-radius: 2px;
}
.link_ul_header_head ul .active a {
    color: var(--color-black);
    font-weight: 500;
}
.link_ul_header_head ul hr {
    border-color: #333;
    width: 100%;
    margin: 5px 0;
}
.deal_main a span {
    color: var(--color-black);
    font-size: 14px;
    background: #FCE4B7;
    padding: 8px 10px;
    border-radius: 10px;
}
.block_detail_main {
    display: block;
}
.dropdown_container .drop_dd {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    border-radius: 5px;
    padding: 8px 8px 8px 9px;
    border: 1px solid #AEC7DE;
    font-size: 13px;
    background-color: #ECF4F6;
}

.dropdown_container .drop_dd img {
    height: 20px;
    width: 30px;
    border-radius: 2px;
    object-fit: cover;
}

.down_arr {
    font-size: 11px;
    vertical-align: middle;
    margin-left: -2px;
    margin-top: 1px;
    color: #2f4f4f;
}
.section_divider {
    width: 145px;
    height: 2px;
    background: linear-gradient(270deg, #0015FF 0%, #4D00FF 100%);
    display: block;
    margin: 50px auto 0 auto;
}
/* ------banner---------- */
.main_banner_content .banner_btn,
.consultation_feature .banner_btn,
.sale_marketing .banner_btn,
.contact_form_submit {
    padding: 15px;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #ffffff00;
    display: block;
    transition: all 0.3s linear;
}
.main_banner_content .schedule,
.consultation_feature .banner_btn,
.sale_marketing .banner_btn,
.contact_form_submit {
    background: linear-gradient(90deg, #0015FF 0%, #4D00FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #2B2B2B;
    font-weight: 600;
    border-color: #4D00FF;
    transition: all 0.4s linear;
}
.main_banner_content .schedule{
   background: linear-gradient(90deg, #0015FF 0%, #4D00FF 100%);
    -webkit-text-fill-color: #fff;
}
.main_banner_content .banner_btn i,
.consultation_feature .banner_btn i,
.sale_marketing .banner_btn i,
.contact_form_submit i {
    display: inline-block;
    width: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.main_banner_content .banner_btn.show-icon i,
.consultation_feature .banner_btn.show-icon i,
.sale_marketing .banner_btn.show-icon i,
.contact_form_submit.show-icon i {
    width: auto;
    opacity: 1;
    margin-left: 6px;
}


.main_banner_content .schedule:hover,
.consultation_feature .banner_btn:hover,
.sale_marketing .banner_btn:hover,
.contact_form_submit:hover {
    background: linear-gradient(90deg, #0015FF 0%, #4D00FF 100%);
    -webkit-background-clip: border-box;
     border-color: #4D00FF;
    -webkit-text-fill-color: initial;
    color: #ffff;
}

.main_banner_content .explore {
    background: #6C757D;
    color: #FFFFFF;
    border-color: #3C3C3C;
}

.main_banner_content .explore:hover {
    background-color: #3C3C3C;
}
.main_banner_content {
    text-align: center;
    color: white;
    z-index: 2;
    position: relative;
}

.main_banner_bg {
    padding-top: 450px;
    position: relative;
    background: linear-gradient(180deg, rgba(108, 108, 108, 0) 0%, rgba(27, 28, 29, 0) 70.78%), url(../images/banner.webp);
    background-blend-mode: multiply;
    background-size: cover;
    height: 92vh;
    background-position: center;
}

.main_banner_content {
    text-align: center;
    color: white;
}

.main_banner_content span {
    font-size: 30px;
    font-weight: 500;
    background: linear-gradient(90deg, #0015FF 0%, #4D00FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main_banner_content h2 {
    font-size: 45px;
    font-weight: 700;
    color: #060606;
}

.main_banner_content p {
    margin: 30px 0;
    font-size: 16px;
    color: #060606;
}
/* ----------consultation section---------- */
.consultation_box {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.consultation_box_item {
    border-radius: 37px;
    color: white;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    border: 1px solid blue;
    max-width: 299px;
}

.consultation_box_item p {
    padding: 10px 5px;
    text-align: left !important;
}

.consultation_box_item .main_box_icon{
    padding: 15px;
    border-radius: 50%;    
}
.consultation_box_item .main_box_icon img{
        width: 40px;
}
.consultation_feature {
    background: #F4F4F4;
    padding: 60px 0 60px 0;
    overflow: hidden;
}
.consultation_box .purple {
    border: 1px solid #7A85FE;
}

.consultation_box .purple .main_box_icon{
    background: #7A85FE0D;
}
.consultation_box .orange .main_box_icon{
    background: #FF6B2B0D;
}
.consultation_box .orange {
    border: 1px solid #FF6B2B;
}

.consultation_box .blue .main_box_icon{
    background: #3BBEFF0D;

}

.consultation_box .green {
    border: 1px solid #0BA439;
}

.consultation_box .green .main_box_icon{
    background: #0BA4390D;
}

.consultation_box .blue {
    border: 1px solid #3BBEFF;
}

.consultation_feature .tagline {
    color: white;
    text-align: center;
    display: block;
    font-size: 18px;
    background: linear-gradient(270deg, #FF8102 0%, #FFC72C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin-bottom: 10px;
}

.consultation_feature .millions_detail {
    color: #060606;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.consultation_feature p {
    text-align: center;
    color: #060606;
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
}

.consultation_feature a {
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
    max-width: fit-content;
}

.consultation_feature a:hover {
    background: linear-gradient(270deg, #FF8102 0%, #FFC72C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-color: #FFC72C;
}

.consultation_box .blue:hover {
    box-shadow: 0 4px 50px 0 #287CA64D;
}

.consultation_box .purple:hover {
    box-shadow: 0 4px 50px 0 #7A85FE4D;
}

.consultation_box .orange:hover {
    box-shadow: 0 4px 50px 0 #FF6B2B4D;
}

.consultation_box .green:hover {
    box-shadow: 0 4px 50px 0 #0BA4394D;
}

/*------------ business support---------------- */
.business_support {
    padding: 60px 0;
}

.business_support h2 {
    font-size: 40px;
    font-weight: 700;
    color: #060606;
    text-align: center;
    margin-bottom: 30px;
}


.business_support_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
}


.business_support_item {
    border-radius: 10px;
    overflow: hidden;
    transition: all 1s linear;
}

.business_support_item .business_item_image {
    padding: 170px 80px;
    background-size: cover;
    border-radius: 10px 10px 0 0;
    transition: all 0.2s linear;
    overflow: hidden;
}

.business_support_item .business_item_image:hover {
    scale: 1.1;
}


.business_support_item .item1 {
    background-image: url(../images/consult1.jpg);
}

.business_support_item .item2 {
    background-image: url(../images/consult2.jpg);
}


.business_support_item .item3 {
    background-image: url(../images/consult3.jpg);
}

.business_support_item .item4 {
    background-image: url(../images/consult4.jpg);
}

.business_item_content {
    background-color: #F4F4F4;
    color: white;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

.business_item_content .small_heading {
    font-size: 28px;
    color: #060606;
    line-height: 1;
    margin: 0;
}

.business_item_content p {
    color: #8E8E8E;
    margin: 15px 0;
}

.business_item_content a {
    text-transform: uppercase;
    font-weight: bold;
    color: #060606;
    cursor: pointer;
}

.business_item_content a:hover {
    background: linear-gradient(270deg, #4D00FF 0%, #0015FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.business_item_image_outer {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.travel_item_image_outer {
    overflow: hidden;
    border-radius: 10px;

}

.travel_item_image_outer img {
    transition: all 0.3s linear;
}

.travel_item_image_outer img:hover {
    scale: 1.1;
}
/* --------sales and marketing------------- */
.sale_content_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding-left: 60px;
}

.sale_content_item {
    padding: 20px 30px;
    border: 1px solid #fea11500;
    border-radius: 10px;
    cursor: pointer;
    transition: border 0.3s linear;
    position: relative;
}

.sale_content_item img {
    position: absolute;
    left: -39px;
    display: none;
    top: 50%;
    transform: translate(-2%, -50%);
}

.sale_content_item:hover img {
    display: block;
}

/* .sale_content_item::before{
    content:"url()";

} */

.sale_content_item:hover {
    border: 1px solid #FEA015;

}


.sale_content_item h4 {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.sale_content_item p {
    color: white;
}

.sale_bg_img {
    background-image: url(../images/sale_1.jpg);
    height: 100%;
    background-size: cover;
    border-radius: 20px;
}

.sale_marketing .tagline {
    color: white;
    text-align: center;
    display: block;
    font-size: 30px;
    background: linear-gradient(270deg, #0015FF 0%, #4D00FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    margin-bottom: 10px;
}

.sale_marketing .millions_detail {
    color: #060606;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
}

.sale_content_item.active {
    border: 1px solid #FEA015;
}

.sale_content_item.active img {
    display: block;
}
/* -----------cutting edge section------------------ */
.cutting_edge_banner_box {
    padding: 80px 0;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
    animation: zoomAnim 3s ease-in-out infinite alternate;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../images/cutting_banner_title.jpg) no-repeat center/cover;
}

.cutting_edge_banner_box h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}


.cutting_edge_banner_box p {
    color: white;
    text-align: center;
    width: 80%;
    margin: 20px auto 0 auto;
}

.cutting_item_box {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    gap: 40px;
}

.cutting_item {
    border: 1px solid #F4F4F4;
    background: #F4F4F4;
    color: #060606;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    transition: border 0.3s linear;
    flex: 1;
    min-height: 230px;
}
.cutting_item h4 {
    margin: 15px 0;
    margin-top: 30px;
}

.cutting_item p {
    color: #3C3C3C;
}

.cutting_item img {
    padding: 12px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
        box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 6%);
    background: #FFFFFF;
    transition: border 0.3s linear;
}

.cutting_item_box_1 .cutting_item:hover,
.cutting_item_box_2 .cutting_item:hover,
.cutting_item_box_3 .cutting_item:hover,
.cutting_item_box_4 .cutting_item:hover,
.cutting_item_box_5 .cutting_item:hover,
.cutting_item_box_6 .cutting_item:hover {
    background-color: #F4F4F4;
}


.cutting_item_box_1 .cutting_item:hover,
.cutting_item_box_1 .cutting_item:hover img {
    border-color: #E880FF;
}

.cutting_item_box_1 .cutting_item:hover img {
    box-shadow: 0px 0px 50px 0px #BC09B033;
}


.cutting_item_box_2 .cutting_item:hover,
.cutting_item_box_2 .cutting_item:hover img {
    border-color: #FEA015;
}

.cutting_item_box_2 .cutting_item:hover img {
    box-shadow: 0px 0px 50px 0px #FF810233;
}

.cutting_item_box_3 .cutting_item:hover,
.cutting_item_box_3 .cutting_item:hover img {
    border-color: #14C0FF;
}

.cutting_item_box_3 .cutting_item:hover img {
    box-shadow: 0px 0px 50px 0px #3AAEFE33;
}

.cutting_item_box_4 .cutting_item:hover,
.cutting_item_box_4 .cutting_item:hover img {
    border-color: #FF8B6B;
}

.cutting_item_box_4 .cutting_item:hover img {
    box-shadow: 0px 0px 50px 0px #FE613A33;
}

.cutting_item_box_5 .cutting_item:hover,
.cutting_item_box_5 .cutting_item:hover img {
    border-color: #7FD53D;
}

.cutting_item_box_5 .cutting_item:hover img {
    box-shadow: 0px 0px 50px 0px #56BC0933;
}

.cutting_item_box_6 .cutting_item:hover,
.cutting_item_box_6 .cutting_item:hover img {
    border-color: #727AFF;
}

.cutting_item_box_6 .cutting_item:hover img {
    box-shadow: 0px 0px 50px 0px #090CBC33;
}
.cutting_edge {
    padding: 60px 0;
    padding-bottom: 0;
}

@keyframes zoomAnim {
    0% {
        background-size: 110%;
    }

    100% {
        background-size: 120%;
    }
}
/* slider css */
.cutting_item {
    margin-top: 70px;
}

.excellent-top-desti-slider {
    position: relative;
    margin-bottom: 0;
}
.excellent-top-desti-slider .bi-chevron-left {
    text-decoration: none;
    width: 60px;
    height: 60px;
    position: absolute;
    text-align: center !important;
    top: 60%;
    left: -35px;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #3C3C3C;
    line-height: 2;
    transform: translate(0, -50%);
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.excellent-top-desti-slider .bi-chevron-right {
    text-decoration: none;
    width: 60px;
    height: 60px;
    position: absolute;
    text-align: center !important;
    top: 60%;
    right: -35px;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 100%;
     background: #fff;
    border: 1px solid #3C3C3C;
    line-height: 2;
    transform: translate(0, -50%);
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.excellent-top-desti-slider .slick-slide {
    margin-right: 40px;
}

.excellent-top-desti-slider .slick-list {
    margin-right: -40px;
}

.excellent-top-desti-slider .bi-chevron-left,
.excellent-top-desti-slider .bi-chevron-right {
    font-size: 25px;
    line-height: 1.8;
    font-weight: 200;
    color: #6C757D;
}

.excellent-top-desti-slider .bi-chevron-left:hover,
.excellent-top-desti-slider .bi-chevron-right:hover {
    color: var(--color-white);
       background: linear-gradient(90deg, #4D00FF 10%, #0015FF 90%);
    -webkit-background-clip: border-box;
    border-color: #4D00FF;
    -webkit-text-fill-color: initial;

}

@media (max-width:575px) {
    .excellent-top-desti-slider .bi-chevron-left {
        width: 50px;
        height: 50px;
        left: 8px;
    }

    .excellent-top-desti-slider .bi-chevron-right {
        width: 50px;
        height: 50px;
        right: 8px;
    }

    .excellent-top-desti-slider .slick-slide {
        margin-right: 0;
    }

    .excellent-top-desti-slider .slick-list {
        margin-right: 0;
    }
}
/* -----sale and marketing 2nd design ------------*/
.sale_marketing_box {
    padding-top: 0px;
}

.sale_marketing_item {
    padding: 30px;
    background: #F4F4F4;
    color: #060606;
    flex: 1;
    border-radius: 10px;
    border: 1px solid #fea11500;
    transition: border 0.3s linear, box-shadow 0.3s linear;
}

.sale_marketing_item:hover {
    border: 1px solid #0015FF;
    box-shadow: 0px 4px 50px 0px #FAD08333;
}

.sale_marketing_item h4 {
    margin: 12px 0;
}
.sale_marketing .banner_btn {
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
    max-width: fit-content;
    font-size: 16px;
}

.sale_marketing_info {
    width: 60%;
    margin: 0 auto;
}

.sale_marketing_info p {
    margin: 30px 0 25px 0;
    color: #060606;
    text-align: center;
}
.sale_marketing_info .tagline_new {
    color: #0015FF;
    font-size: 20px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
}
/* --------certification section--------- */
.certification_content_item {
    display: flex;
    align-items: flex-start;
    padding: 30px;
    gap: 20px;
    border: 1px solid #50505000;
}

.certification_content_item:hover {
    border: 1px solid #F4F4F4;
    border-radius: 20px;
    background-color: #F4F4F4;
}

.certification_content_item h4 {
    color: #060606;
}

.certification_content_item p {
    color: #3C3C3C;
}

.certification_content_item_border {
    position: relative;
}

.certification_content_item_border:before {
    content: "";
    width: 90%;
    height: 1px;
    background-color: #D9D9D9;
    position: absolute;
    top: -1px;
}

.certification_content_item_border:after {
    content: "";
    width: 90%;
    height: 1px;
    background-color: #D9D9D9;
    position: absolute;
    bottom: -1px;
}

.certification_content_item_border:hover::before,
.certification_content_item_border:hover::after {
    background-color: #ffffff;
}
.certification_bg_img {
    background: url("../images/certificate_bg.jpg");
    height: 100%;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.certification_content_box {
    padding-left: 20px;
}

.certification .millions_detail {
    font-size: 40px;
    color: #060606;
    font-weight: 700;
    text-align: center;
}

.certification .millions_detail_para {
    text-align: center;
    color: white;
    max-width: 70%;
    margin: 0 auto;
}

/* --------travel-------- */

.business_travel {
    padding-bottom: 60px;
}

.certification .millions_detail_para,
.business_travel .millions_detail_para,
.broker .millions_detail_para {
    text-align: center;
    color: #3C3C3C;
    max-width: 70%;
    margin: 0 auto;
}

.business_travel .travel {
    grid-template-columns: repeat(3, 1fr);
}

.business_travel_item .item1 {
    background-image: url("../images/travel_1.jpg");
}

.business_travel_item .item2 {
    background-image: url("../images/travel_2.jpg");
}

.business_travel_item .item3 {
    background-image: url("../images/travel_3.jpg");
}

.business_travel_item_content {
    padding: 20px;
    background-color: #F4F4F4;
    color: #3C3C3C;
    border-radius: 0 0 10px 10px;
    min-height: 250px;
}

.business_travel_item_image {
    min-height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
    transition: all 0.2s linear;
    overflow: hidden;
}

.business_travel_item .business_item_image_outer .business_travel_item_image:hover {
    scale: 1.1;
    overflow: hidden;
}

.small_heading {
    font-size: 24px;
    color: #060606;
    font-weight: 700;
    margin-bottom: 10px;
}

.business_travel .millions_detail {
    font-size: 50px;
    color: #060606;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

/* ---------broker-------------------- */

.broker {
    padding: 40px;
    background-color: #F4F4F4;
    border-radius: 20px;
}

.broker .millions_detail_para {
    max-width: 80%;
}

.travel_item_box {
    display: flex;
    gap: 30px;
}

.travel_item {
    flex: 1;
}

.travel_item img {
    border-radius: 10px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.travel_item h4 {
    color: #060606;
    margin: 15px 0;
    font-size: 20px;
    font-weight: 700;
}

.travel_item p {
    color: #060606;
}

.broker h2 {
    font-size: 50px;
    font-weight: 700;
    background: linear-gradient(90deg, #0015FF 0%, #4D00FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin: 10px 0 30px 0;
}


.broker h3 {
    font-size: 36px;
    color: #060606;
    text-align: center;
    font-weight: 400;
    margin: 20px 0;
}

.broker .tagline_new {
   background: linear-gradient(90deg, #0015FF 0%, #4D00FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
}

/* -------banner cta-------------- */


.cta_wrapper {
    background-image: url("../images/cta_banner.jpg");
    border-radius: 20px;
    backdrop-filter: blur(30px);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    text-align: center;
}

.cta_wrapper h2 {
    font-size: 40px;
    color: #060606;
    font-weight: 700;
}

.cta_wrapper p {
    color: #060606;
}

.cta_wrapper a {
    border: 1px solid #0015FF;
    background: linear-gradient(90deg, #0015FF 0%, #4D00FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 15px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s linear;
    color: #2B2B2B;
}

.cta_wrapper a i {
    font-size: 18px;
    font-weight: 700;
    margin-right: 3px;
}

.cta_wrapper a:hover {
    background: linear-gradient(268.09deg, #0015FF 0%, #4D00FF 100%);
    color: #fff;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: initial;
    border-color: none;
}


.cta_wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    animation: zoomAnim 3s ease-in-out infinite alternate;
}

.cta_background {
    position: absolute;
    inset: 0;
    background-image: url("../images/cta_banner.jpg");
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    z-index: 0;
    animation: zoomAnim 3s ease-in-out infinite alternate;
    
}
.cta_outer_box {
    position: relative;
    text-align: center;
    z-index: 1;
    color: white;
}

#scrollTopBtn {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 999;
    background: #ffff;

    color: white;
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 10px 50px 0px #4D00FF40;
    transition: background 0.3s ease;
}

#scrollTopBtn:hover {
      background: linear-gradient(90deg, #0015FF 0%, #4D00FF 100%);
    -webkit-text-fill-color: #fff;
}
#scrollTopBtn img{
     width: 18px;
}
#scrollTopBtn:hover img{
filter: brightness(0) invert(1);
   
}
/* --------contact us page----------- */


.contact_form {
    padding: 60px 0;
}

.head_info {
    text-align: center;
}

.head_info .title {
    background: linear-gradient(90deg, #4D00FF 0%, #0015FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
}

.head_info h2 {
    margin: 15px 0;
    font-size: 40px;
    color: #060606;
}

.head_info p {
    color: #3C3C3C;
}

.form_bg_outer {
    background-color: #F4F4F4;
    padding: 20px;
    border-radius: 25px;
    margin-top: 40px;
    min-height: 100vh;
}

.main_form_bg {
    color: #3C3C3C;
    border-radius: 15px;
    background-color: #fff;
}

.main_form_bg h5 {
    margin-bottom: 25px;
    font-size: 24px;
    color: #060606;
}


.main_form_bg h5 small {
    font-style: italic;
}


.my_input_box {
    position: relative;
    border: 1px solid #BDBDBD;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 12px 12px 6px 12px;
}

.my_input_box input {
     background-color: #ffffff;
    border: 0;
    color: #3C3C3C;
    padding-left: 48px;
}



.my_input_box label {
    font-size: 12px;
    color: #3C3C3C;
    position: absolute;
    top: -9px;
    left: 21px;
    background: #ffffff;
    padding: 0 3px;
}


.my_input_box img {
    position: absolute;
    left: 22px;
    top: 18px;
}


.form-control:focus {
    background-color: #ffffff;
    border: 0;
    box-shadow: none;
    color: #3C3C3C;
}

.my_input_box input::placeholder {
    color: #ffffff;
}



.my_input_box:has(.form-control:focus) {
    border-color: #005DC7;
    box-shadow: 0px 0px 25px 0px #005DC726;
}

.my_input_box .form-select {
    background-color: #ffffff;
    border: 0;
}

.my_input_box:has(.form-select) {
    padding: 10px;
    width: 100%;
}

.my_input_box .phone_input {
    padding-left: 12px;

}

.input-group>.form-select:focus {
    border: 0;
    box-shadow: none;
}


.my_input_box .location_select {
    padding-left: 51px;
}

.my_check_box .form-check {
    margin-bottom: 10px;
}


.my_check_box .form-check label {
    font-size: 18px;
    color: #3C3C3C;
    padding-left: 7px;
}

.my_check_box .form-check input {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border-color: #BDBDBD;
}

.my_check_box .form-check input:checked {
    background: url("../images/checked_radio_btn.png");
    background-position: center;

}




.tell_more p {
    font-style: italic;
}

.tell_more textarea {
    background-color: #ffffff;
    border: 1px solid #929292;
    border-radius: 10px;
    padding: 20px;
    height: 100px;
}

.tell_more textarea::placeholder {
    color: #3C3C3C;
}

.tell_more textarea:focus {
    border: 1px solid #005DC7;
    box-shadow: 0px 0px 25px 0px #005DC726;
}


.upload_doc .upload_box {
    border: 1px dashed #929292;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.upload_doc .upload_box .upload_icon {
    padding: 20px;
    border-radius: 15px;
    display: inline-block;
}

.upload_doc .upload_box .files_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.custom-upload-btn {
    display: inline-block;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #3C3C3C;
    border: 1px solid #3C3C3C;
    background: linear-gradient(to right, white, white);
    -webkit-background-clip: text;
    background-clip: text;
}

.custom-upload-btn:hover {
    background: linear-gradient(to right, #FFC107, #FF6B2B);
    -webkit-background-clip: text;
    background-clip: text;
    border: 1px solid #FF8102;
    color: transparent;
}

.upload_box:has(.custom-upload-btn:hover) {
    border-color: #005DC7;
    box-shadow: 0px 0px 25px 0px #005DC726;
}


.upload_box p {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    color: #BDBDBD;
    font-size: 16px;
}

.upload_box p span {
    display: inline-block;
    font-size: 12px;
}




/* ---------upload bounce animation---------- */

/* Initially hide files_icon */
.files_icon {
    opacity: 0;
    transform: translatex(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Bounce animation */
@keyframes bounceOnce {

    0%,
    100% {
        transform: translatex(0);
    }

    50% {
        transform: translatex(-10px);
    }
}

@keyframes slideBounceIn {
    0% {
        opacity: 0;
        transform: translatex(40px);
    }

    60% {
        opacity: 1;
        transform: translatex(-10px);
    }

    100% {
        transform: translatex(0);
    }
}

.animate-bounce {
    animation: bounceOnce 0.5s ease;
}

.animate-slide {
    animation: slideBounceIn 0.6s ease forwards;
}





/* ---end--- */

.contact_form_submit {
    display: inline-block;

}


.location_select:focus {
    border: 0;
    box-shadow: none;
}


.my_input_box:has(.location_select:focus) {
    border-color: #005DC7;
    box-shadow: 0px 0px 25px 0px #005DC726;
}


.my_input_box input[type="date"] {
    padding: 10px;
    color: #3c3c3c;
    text-transform: uppercase;
}

.my_input_box input[type="time"] {
    padding: 10px;
    position: relative;
    color: #3c3c3c;
}

.my_input_box input[type="time"]::before {
    content: "";
    height: 24px;
    width: 1px;
    background-color: #3C3C3C;
    position: absolute;
    top: 13px;
    left: 0;
}

.date_time {
    position: relative;
    width: 70%;
}

.date_time::before {
    content: "";
    background-image: url('../images/calender_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 3;
}

.my_input_box input[type="date"],
.my_input_box input[type="time"] {
    pointer-events: auto;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 12px;
    cursor: pointer;
}



.my_input_box input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}


.my_input_box input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}


.date_time_outer p {
    color: #3C3C3C;
}

.contact_image img {
    width: 100%;
    position: sticky;
    top: 100px;
    border-radius: 15px;
}

.contact_image {
    position: sticky;
    top: 100px;
}



/*===========services===========*/
.main_ongoing {
    padding: 30px 0;
}

.ongoing_text h2 {
    font-size: 40px;
    font-weight: 700;
    color: #060606;
    text-align: left;
    margin-bottom: 30px;
}

.ong_detail_tab {
    display: flex;
    position: sticky;
    top: 100px;
    z-index: 9;
}

.ong_detail_tab .nav-tabs {
    border-bottom: 0;
}

.ong_detail_tab .nav-tabs button {
    padding: 18px 20px;
    color: #272829;
    border: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 5px;
    min-width: 250px;
    text-align: left;
}

.ong_detail_tab .nav-tabs button i {
    display: none;
}

.ong_detail_tab .nav-tabs button.active {
    background-color: #272829;
    color: #BDBDBD;
    border: 0;
}
.ong_detail_tab .nav-tabs button.active:focus-visible{
outline: none;
border: 0;
box-shadow: none;
}
.ong_detail_tab .nav-tabs button.active i {
    display: block;
    color: white;
}

.img_main_arc img {
    border-radius: 15px;
    width: 100%;
    max-height: 350px;
}

.img_main_arc {
    margin-bottom: 40px;
}

.main_detail_text h2 {
    color: #060606;
    font-size: 35px;
}

.main_detail_text p {
    color: #3C3C3C;
    font-size: 16px;
}

.main_detail_text h3 {
    color: #060606;
    font-size: 30px;
    margin-bottom: 0;
}

.main_detail_text h5 {
    color: #060606 !important;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

.color_w {
    color: #fff !important;
}

.main_detail_text h4 {
    color: #0015FF;
    font-size: 16px;
    font-weight: 500;
}

.direct_access {
    padding-bottom: 6px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}

.main_detail_text ul li {
    color: #3C3C3C;
    list-style: disc;
    padding: 3px 0;
    margin-left: 20px;
}

.before_main_box {
    display: flex;
    gap: 30px;
    padding: 20px;
    border-radius: 15px;
    background: #F4F4F4;
}

.before_main_text {
    position: relative;
    padding-left: 40px;
}

.before_main_text p {
    font-size: 18px;
    font-style: italic;
}

.before_main_text p:last-child {
    margin-top: 10px;
}

.before_main_img img {
    width: 130px;
    height: 130px;
    border-radius: 15px;
}

.before_main_text p b {
    font-style: unset;
}

.before_main_text img {
    position: absolute;
    left: 0;
    top: 0;
        filter: grayscale(1);
}


.main_detail_text h3 {
    margin-top: 15px;
}


/* uplaod btn css  */

.main_hide_con {
    height: 85px;
    justify-content: center;
    align-items: anchor-center;
    flex-direction: column;
}

.files_icon {
    display: none !important;
}

.files_icon.animate-slide {
    display: flex !important;
}

.animate-bounce {
    display: none !important;
}


/* -----about us page--------- */

.about_banner {
    background-color: #D9D9D9;
}

.about_banner h2{
    color: #060606;
}


.about_banner_content {
    padding: 70px 0 60px 0;
    color: #3C3C3C;
    background-image: url('../images/circle_bg_about.png');
    background-repeat: no-repeat;
    background-position: unset;
    background-position-y: -142px;
}

.about_banner_image img {
    width: 100%;
    padding-left: 50px;
}


.about_tagline p {
    font-size: 30px;
    font-weight: 500;
    background: linear-gradient(90deg, #4D00FF 0%, #0015FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    margin-top: 10px;
}

.who_we_box {
    display: flex;
    padding-top: 60px;
}

.who_we_box_content {
    color: #3C3C3C;
    padding: 30px 0px 30px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.who_we_box_content h3 {
    color: #060606;
}

.who_we_box_image {
    flex: 1;
}

.who_we_box_image img {
    width: 100%;
}


.why_choose {
    display: flex;
    padding-top: 60px;
    gap: 40px;
    flex-wrap: wrap;
    overflow: hidden;
}

.why_choose_box_content h2 {
    color: #060606;
}

.why_choose_box_content p {
    color: #3C3C3C;
}

.why_choos_item {
    color: #BDBDBD;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.number_box {
    padding: 20px;
    background-color: #F4F4F4;
    color: #0015FF;
    font-size: 20px;
    font-weight: 700;
}

.why_choos_item h3 {
    color: #060606;
    font-size: 20px;
}

.why_choose_box_content {
    flex: 1;
}

.why_choose_img_box {
    flex: 1;
}



.our_approach {
    margin-top: 60px;
    background: linear-gradient(270deg, #4D00FF 0%, #0015FF 100%);
    padding: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    color: #fff;
    gap: 15px;
}

.our_approach h2 {
    margin-bottom: 15px;
    color: #060606;
}

.our_approach p {}

.our_story {
    padding-top: 60px;
}


.our_values {
    background-color: #F4F4F4;
    border-radius: 20px;
    padding: 30px;
    color: white;
    position: relative;
    margin-top: 60px;
}

.our_values .excellent-top-desti-slider .bi-chevron-left:hover,
.our_values .excellent-top-desti-slider .bi-chevron-right:hover {
    color: #ffffff;
    border-color: white;
}
.our_values .sale_marketing_item{
        background: #FFFFFF;
}


.our_values .excellent-top-desti-slider .bi-chevron-left {
    position: absolute;
    top: -49px;
    left: 90%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: #3C3C3C;
    background-color: white;
}

.our_values .excellent-top-desti-slider .bi-chevron-right {
    position: absolute;
    top: -49px;
    left: 94%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: #3C3C3C;
        background-color: white;
}

.mission_vision_item {
    background: transparent;
    padding: 0;
    gap: 40px;
    margin-top: 40px;
}

.mission_vision_item p {
    color: #3C3C3C;
}

.our_values h2 {
    margin-bottom: 30px;
    color: #060606;
}

.about_banner_box {
    /* margin-top: 60px;
    margin-bottom: 100px; */
}

.about_banner_box_content {
    text-align: left;
    display: flex;
    align-items: self-start;
    justify-content: center;
    gap: 15px;
}

.about_banner_box {
    padding: 80px 0;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../images/cta_about_banner.jpg) no-repeat center/cover;
          transition: all 0.2s linear;
              overflow: hidden;

}


.banner_outer {
    margin-top: 60px;
    margin-bottom: 100px;
    transition: all 0.2s linear;
    overflow: hidden;
    border-radius: 10px;
}

.about_banner_box p {
    color: #BDBDBD;
    text-align: left;
    font-size: 20px;
}

.about_banner_box:hover {
    scale: 1.1;
}


.why_choose_img_box .inner_img_box {
    margin-top: -70px;
}


.image_box {
 position: relative;
    overflow: hidden;
    background-color: #000;
    background-image: url(../images/cta_about_banner.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    border-radius: 10px;
}
.image_box span {
  position: relative;
  z-index: 1;
}
.about_banner_box_content p{
    z-index: 9;
        color: #BDBDBD;
    text-align: left;
    font-size: 20px;
}
.zoom-in::after,
.zoom-out::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.4s ease-in-out;
}

.zoom-in:focus::after, .zoom-in:hover::after {
  transform: scale(1.15);
}

.zoom-out::after {
  transform: scale(1.15);
}
.zoom-out:focus::after, .zoom-out:hover::after {
  transform: scale(1.05);
}


/* --------footer--------------*/


footer {
    padding:10px 20px;
    background-color: #F4F4F4;
}

.footer_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer #navigation li,footer #navigationFoot li {
    text-align: center;
}
.text-white-color{
    color: #3C3C3C;
    font-size: 20px;
    font-weight: 500;
}