﻿.bg-gradient12 {
    background: #0f35a2;
    background: -moz-linear-gradient(left,#0f35a2 0,#20206b 100%);
    background: -webkit-linear-gradient(left,#0f35a2 0,#20206b 100%);
    background: linear-gradient(to right,#0f35a2 0,#20206b 100%)
}

.tech-card-web {
    position: relative;
    padding-top: 140px;
    padding-bottom: 50px
}

.tech-right-scmm {
    display: inline-block;
    width: 100%
}

.tech-heading-sec h1 {
    color: #fff;
    font-size: 55px;
    line-height: 67px;
    text-transform: uppercase;
    font-weight: 700
}

.tech-heading-sec > p {
    color: #fff000;
    font-size: 18px;
    max-width: 400px;
    margin: 10px 0
}

.bg-btn {
    background: #ffbd84;
    background: -moz-linear-gradient(left,#ffbd84 0,#ff531f 100%);
    background: -webkit-linear-gradient(left,#ffbd84 0,#ff531f 100%);
    background: linear-gradient(to right,#ffbd84 0,#ff531f 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgb(175 0 87 / 20%);
    box-shadow: 0 10px 15px 0 rgb(175 0 87 / 20%)
}

.btn-main {
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins,sans-serif;
    padding: 0 32px;
    line-height: 48px;
    outline: 0;
    background-color: #ff1f8e;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 10px 15px 0 rgb(233 30 99 / 15%);
    box-shadow: 0 10px 15px 0 rgb(233 30 99 / 15%);
    color: #fff
}

.travel-agencyform h4 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 15px
}

.btn-main, .btn-main:hover {
    color: #fff
}

.lnk, button {
    position: relative;
    overflow: hidden
}

.fa-ani {
    margin-left: 5px;
    font-size: 12px;
    animation: 2s infinite arrowanim;
    -webkit-animation: 2s infinite arrowanim
}

span.circle {
    right: -130px;
    width: 200px;
    height: 200px
}

span.circle, span.circle2 {
    background: rgba(255,255,255,.2);
    display: block;
    position: absolute;
    border-radius: 50%;
    top: -10%
}

.circle {
    -webkit-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    -o-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    transition: 1.2s cubic-bezier(.17,.85,.438,.99)
}

.lnk:hover span.circle {
    top: -10%;
    right: -80px
}

.tech-content-sec {
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px
}

a.play-video {
    min-width: 70px;
    min-height: 70px;
    display: inline-flex;
    background: #fff;
    border-radius: 1000px;
    transition: all .3s ease-in-out 0s;
    cursor: pointer;
    outline: 0;
    position: relative;
    padding: 10px;
    align-items: center
}

.triangle-play {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 25px solid #ff8057;
    border-bottom: 15px solid transparent;
    margin: 0 auto
}

a.play-video::after {
    width: 70px;
    content: '';
    height: 70px;
    border-radius: 100%;
    border: 6px solid #fff;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: ring-ani 1.75s infinite cubic-bezier(.66,0,0,1);
    box-shadow: 0 0 0 0 rgb(12 108 211 / 50%)
}

.title-tech-oth p {
    font-size: 20px;
    color: #fff;
    margin: 0 0 0 25px
}

    .title-tech-oth p span {
        color: #fff000
    }

.testimonial {
    width: 300px;
    padding-top: 25px;
    margin: 0 auto
}

    .testimonial .testimonial-body {
        min-height: 355px;
        margin: 0 auto;
        border: 3px solid #00b4d9;
        border-radius: 10px;
        text-align: center;
        background: #fff
    }

    .testimonial img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border: 2px solid #eee;
        box-shadow: 0 0 20px rgba(0,0,0,.3)
    }

    .testimonial .testimonial-body:before {
        border: 3px solid #00b4d9;
        width: 76.25px;
        height: 76.25px;
        font-family: FontAwesome;
        content: "\f27b";
        font-size: 3em;
        color: #00b4d9;
        background-color: #fff;
        display: table-cell;
        vertical-align: middle;
        border-radius: 76.25px;
        position: relative;
        left: 114.38px;
        top: -41.13px
    }

    .testimonial .testimonial-body .testimonial-text, .testimonial .testimonial-body .testimonial-video {
        position: relative;
        margin: 0 auto;
        top: -35px
    }

    .testimonial .testimonial-body .testimonial-text {
        color: #4e4e4e;
        top: 2px;
        margin-top: -25px
    }

        .testimonial .testimonial-body .testimonial-text .testimonial-name {
            font-size: 18px;
            font-weight: 700;
            margin-top: 10px;
            font-family: Arial,Helvetica,sans-serif
        }

        .testimonial .testimonial-body .testimonial-text .testimonial-company {
            font-size: 14px;
            padding-top: 5px
        }

    .testimonial:after, .testimonial:before {
        border: 3px solid #00b4d9;
        width: 20px;
        height: 20px;
        background-color: #fff;
        content: "";
        display: block;
        border-radius: 20px;
        position: relative
    }

    .testimonial:before {
        left: -11.5px;
        top: 64px
    }

    .testimonial:after {
        left: 244px;
        top: -14.5px
    }

.play-btn {
    background-color: #01b4d9;
    padding: 5px 20px;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    cursor: pointer
}

audio {
    width: 250px;
    display: block;
    margin: 0 25px;
    border-radius: 50px
}

[data-tooltip]:hover:after, [data-tooltip]:hover:before {
    display: block;
    position: absolute;
    font-size: .8em;
    color: #fff
}

[data-tooltip]:hover:before {
    border-radius: .2em;
    content: attr(title);
    background-color: rgba(0,0,0,.9);
    margin-top: -2.5em;
    padding: .3em
}

[data-tooltip]:hover:after {
    content: '';
    margin-top: -2.1em;
    margin-left: 1em;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(0,0,0,.9);
    border-width: .5em .5em 0
}

ul.flaglist {
    display: table;
    padding: 6px 0 0 5px
}

    ul.flaglist li {
        list-style-type: none;
        display: table-cell;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        float: left;
        margin-top: 0;
        min-width: 41px
    }

        ul.flaglist li img {
            border-radius: 0;
            border: none;
            box-shadow: none;
            min-height: 20px !important;
            min-width: 30px !important
        }

.dubai-flag, .egypt-flag, .india-flag, .indonesia-flag, .iran-flag, .malaysia-flag, .morocco-flag, .myanmar-flag, .oman-flag, .saudi-flag, .singapore-flag, .vietnam-flag {
    height: 20px;
    width: 31px;
    position: absolute;
    background-image: url(/Theme/img/flag-strip.png?v1);
    background-repeat: no-repeat
}

.p-l-45 {
    padding-left: 45px !important
}

.content, .org-chart .board, .org-chart ul li {
    position: relative
}

.bnft_box p {
    padding-top: 35px;
    color: #fff
}

.iran-flag {
    background-position: 0 0;
    left: 95px
}

.saudi-flag {
    background-position: -36px 0;
    left: 65px
}

.vietnam-flag {
    background-position: -68px 0;
    left: 82px
}

.oman-flag {
    background-position: -107px -43px;
    left: 82px
}

.dubai-flag {
    background-position: -99px 0;
    left: 90px
}

.egypt-flag {
    background-position: 1px -66px;
    left: 90px
}

.india-flag {
    background-position: -140px 0;
    left: 92px
}

.singapore-flag {
    background-position: 0 -20px;
    left: 60px
}

.morocco-flag {
    background-position: -72px -21px;
    left: 80px
}

.indonesia-flag {
    background-position: -5px -41px;
    left: 80px
}

.myanmar-flag {
    background-position: -38px -41px;
    left: 80px;
    height: 24px
}

.malaysia-flag {
    background-position: -106px -21px;
    left: 80px
}

.bg-gradient6 {
    background: #ebf9ff;
    background: -moz-linear-gradient(top,#ebf9ff 0,#fff4f4 100%);
    background: -webkit-linear-gradient(top,#ebf9ff 0,#fff4f4 100%);
    background: linear-gradient(to bottom,#ebf9ff 0,#fff4f4 100%);
    padding: 80px 0
}

    .bg-gradient6 p {
        font-size: 15px;
        color: #03202d
    }

.grid-box {
    border: 4px solid #00b4d9;
    border-radius: 42px 0 42px 0
}

    .grid-box .grid-box-wrapper .grid-box-action {
        left: 0;
        right: 0;
        text-align: center
    }

        .grid-box .grid-box-wrapper .grid-box-action .box-action-icon {
            left: auto;
            right: auto
        }

            .grid-box .grid-box-wrapper .grid-box-action .box-action-icon i {
                font-size: 30px
            }

.timeline {
    padding: 50px 0
}

.timeline-item {
    position: relative;
    padding-bottom: 170px
}

    .timeline-item h2, .travel-agency-quest h2, .travel-agency-quest-02 h2 {
        font-size: 3rem;
        font-weight: 700 !important;
        margin-bottom: 2rem !important;
        color: #ffffff;
        margin-top: 0px;
    }

    .timeline-item p, .travel-agency-quest p, .travel-agency-quest-02 p {
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;
    }

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.timeline-item:nth-child(odd):before {
    content: url(/Theme/img/line-1.svg);
    position: absolute;
    top: 53%;
    left: 22%;
    z-index: -1
}

.timeline-item:nth-child(even):before {
    content: url(/Theme/img/line-2.svg);
    position: absolute;
    top: 35%;
    right: 16%;
    z-index: -1
}

.timeline-item:last-child {
    padding-bottom: 0
}

    .timeline-item:last-child:before {
        display: none
    }


.travel-agency-quest {
    position: relative;
    z-index: 0;
    background: #000;
    padding: 80px 0
}

    .travel-agency-quest img {
        padding-top: 100px
    }

.travel-agency-quest-02 {
    padding: 60px 0 0 0;
    background: #000;
}

.youtube-box img {
    top: -65%
}

.module-sec {
    background: #fff8f2;
    padding-top: 55px;
    padding-bottom: 70px
}

    .module-sec h3 {
        font-size: 3rem;
        font-weight: 700 !important;
        margin-bottom: 2rem !important
    }

.service-section-prb {
    position: relative;
    margin-top: 35PX
}

.service-sec-list {
    padding: 0px 0px;
    max-height: 320px;
    min-height: 320px;
    overflow: auto
}

.service-section-prb h5 {
    font-size: 20px;
    line-height: 30px
}

.service-section-prb img {
    height: 100%;
    object-fit: cover
}

.srcl1 {
    background: #f3f5ff;
    border-bottom: 4px solid #b0bdff
}

.srcl2 {
    background: #fff3e6;
    border-bottom: 4px solid #ffc093
}

.srcl3 {
    background: #fbeefd;
    border-bottom: 4px solid #f6bcff
}

.srcl4 {
    background: #effdff;
    border-bottom: 4px solid #9ff3ff
}

.srcl5 {
    background: #fbfff1;
    border-bottom: 4px solid #ffdaa2
}

.srvc-bg-nx {
    border-radius: 6px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    background: #ffffff;
}

.service-sec-list p {
    font-size: 15px;
    line-height: 24px;
    margin: 14px 0 0
}

.service-sec-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5
}

.service-sec-list::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5
}

.service-sec-list::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
    border: 2px solid #d8d8d8
}

.agancy-img {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    max-height: fit-content;
}

    .agancy-img img {
        max-height: 384px;
        object-fit:contain;
    }

.travel_agency_benifits .list-unstyled.ul-grid-horizontal,
.travel_agency_benifits .list-unstyled.ul-grid-vertical {
    gap: 15px;
}

.list-unstyled.ul-grid-horizontal li {
    margin-bottom: 0px;
}

.agency_content {
    padding: 25px 5px;
}

.travel_agency_benifits .ul-grid-vertical li a {
    color: var(--all-text-main);
    font-weight: 400;
}

.timeline-item .common-tag-btn {
    margin: 0px;
}

@keyframes arrowanim {
    0%,100% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(8px,0)
    }
}

@-webkit-keyframes arrowanim {
    0%,100% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(8px,0)
    }
}

@-webkit-keyframes ring-ani {
    to {
        box-shadow: 0 0 0 18px rgba(12,108,211,0)
    }
}


@media only screen and (max-width:991px) {
    .srvc-bg-nx {        
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .tech-card-web {
        padding-top: 10px;
        padding-bottom: 40px;
        height: auto;
        display: block;
    }

    .tech-heading-sec h1 {
        text-align: center;
        font-size: 30px;
        line-height: 36px;
    }

    .tech-content-sec {
        margin: 30px 0;
    }

    .timeline-item:nth-child(even):before, .timeline-item:nth-child(odd):before {
        display: none;
    }

    .timeline-item {
        padding: 0px 15px 20px;
    }

        .timeline-item h2, .client-review-box h3, .travel_agency_benifits h2, .travel-agency-quest h2, .module-sec h3, .travel_agency_benifits h3 {
            font-size: 20px;
        }

    .module-sec {
        padding-bottom: 40px;
    }

    .service-section-prb {
        margin-top: 15PX;
    }
}
