﻿@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

@font-face {
    font-family: 'Material Icons';
    src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
    scroll-behavior: smooth;
}
.loader-ring {
    position: relative;
}

    .loader-ring div {
        position: absolute;
        width: 160px;
        height: 160px;
        top: 20px;
        left: 20px;
        border-radius: 50%;
        border: 10px solid #000;
    }

        .loader-ring div:nth-child(1) {
            width: 160px;
            height: 160px;
            top: 20px;
            left: 20px;
            border-color: #e52d33 transparent #e52d33 transparent;
            -webkit-animation: loader-ring 1s linear infinite;
            animation: loader-ring 1s linear infinite;
        }

        .loader-ring div:nth-child(2) {
            width: 136px;
            height: 136px;
            top: 32px;
            left: 32px;
            border-color: transparent #fab626 transparent #fab626;
            -webkit-animation: loader-ring_reverse 1s linear infinite;
            animation: loader-ring_reverse 1s linear infinite;
        }

        .loader-ring div:nth-child(3) {
            width: 70px;
            height: 70px;
            top: 70px;
            left: 70px;
            border: none;
        }

.loader-ring {
    width: 100px !important;
    height: 100px !important;
    -webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
    transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
    margin: auto;
}

.logo {
    display: inline-block;
    height: 58px;
    width: 160px;
    background-image: var(--theme-home-logo);
    background-repeat: no-repeat;
    background-size: contain;
}

.favicon {
    display: block;
    height: 32px;
    width: 32px;
    background-image: var(--theme-favicon);
}


.text-mute-dark {
    color: var(--theme-text-mute-dark-color) !important;
}

.text-menu-color {
    color: var(--theme-home-menu-color) !important;
    font-weight: 600;
}

    .text-menu-color:hover {
        color: var(--theme-home-menu-hover-color) !important;
        font-weight: 600;
    }

.text-menu-active {
    /*background: #ed1c24;*/
    font-weight: 600;
    color: var(--theme-home-menu-highlight-color) !important;
}

    .text-menu-active::after {
        position: absolute;
        content: "";
        left: 0.75rem;
        bottom: 0px;
        height: 2px;
        background: var(--theme-home-menu-hover-color);
        width: 33px;
        transition: 0.4s;
    }

.menu-active {
    width: 50%;
    transition: 0.4s;
    opacity: 1;
    position: relative;
    left: 0.75rem;
    bottom: 0px;
    height: 2px;
    background: linear-gradient(45deg, rgba(237,28,36,1) 0%, rgba(250,176,19,1) 100%);
}

.main-menu > ul.navbar-nav > li > a::before {
    position: absolute;
    content: "";
    left: 0.75rem;
    bottom: 0px;
    height: 2px;
    background: var(--theme-home-menu-hover-color);
    width: 0;
    transition: 0.4s;
    opacity: 0;
}

.header-area.stick .main-menu > ul.navbar-nav > li > a::before {
    left: 16px;
    bottom: 27px;
}

.main-menu > ul.navbar-nav > li > a:hover::before {
    width: 50%;
    transition: 0.4s;
    opacity: 1;
}

/*.main-menu > ul.navbar-nav > li > a.text-menu-active::after {
    position: absolute;
    content: "";
    left: 0.75rem;
    bottom: 0px;
    height: 2px;
    background: linear-gradient(45deg, rgba(142,36,170,1) 0%, rgba(29,134,206,1) 25%, rgba(230,72,86,1) 75%, rgba(94,176,19,1) 100%);
    width: 50%;
    transition: 0.4s;
    opacity: 1;
}*/

.border-gradient {
    border-bottom: 2px solid;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}

.valign {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner_login {
    padding: 0px 0px 0 20px;
    background: linear-gradient(45deg, rgba(237,28,36,1) 0%, rgba(250,176,19,1) 100%);
    position: relative;
}

    .banner_login::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: var(--theme-home-about-sm-banner-gradient);
        background-color: #333;
        opacity: .7;
    }


section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#tabs {
    color: #13176b;
}

    #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #f3f3f3;
        background-color: transparent;
        border-color: transparent transparent #f3f3f3;
        border-bottom: 4px solid !important;
        font-size: 18px;
        font-weight: 600;
    }

    #tabs .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #13176b;
        font-size: 18px;
    }

.group {
    position: relative;
    margin-top: 20px;
}

    .group input, .group select {
        font-size: 16px;
        padding: 12px 10px;
        display: block;
        width: 100%;
        border: none;
        border: 1px solid #999999;
        border-radius: 5px;
        font-weight: 600;
        color: #495057;
    }

    .group select {
        height: 50px !important;
    }

input:focus, select:focus {
    outline: none;
}

/* LABEL ======================================= */
.group label {
    color: #495057;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    pointer-events: all;
    left: 10px;
    top: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    /*color:#6c757d;*/
    pointer-events: none;
}

/* active state */
.group input:focus ~ label, .group input:valid ~ label, .group input:disabled ~ label, .group select:focus ~ label, .group select:valid ~ label, .group select:disabled ~ label {
    top: -10px;
    font-size: 13px;
    color: var(--theme-input-text-color);
    background: #fff !important;
    padding: 0 5px;
    font-weight: bold;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #5264AE;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after, select:focus ~ .bar:before, select:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight, select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.font-weight-600 {
    font-weight: 600;
}

.pills-soft-success {
    color: #00c9a7;
    border-radius: 6.1875rem;
    font-size: 0.6875rem;
    font-weight: 400;
    padding: 0.4375rem 0.9375rem;
    background: rgba(0, 201, 167, 0.1);
    border-color: transparent;
}

.rounded-circle {
    border-radius: 50% !important;
}

.btn-icon {
    font-size: 1.75rem;
    width: 64px;
    height: 64px;
    position: relative;
    line-height: 0;
    padding: 0;
    display: block;
    margin: 3rem auto 1rem;
}

.bg-soft-white {
    color: var(--theme-bg-soft-white-textcolor);
    background: var(--theme-bg-soft-white-bgcolor);
    border-color: transparent;
}

.bg-soft-theme {
    color: var(--theme-bg-soft-theme-textcolor);
    background: var(--theme-bg-soft-theme-bgcolor);
    border-color: transparent;
}

.bg-soft-theme svg{
    fill: var(--theme-bg-soft-theme-textcolor);
}

.bg-soft-danger {
    color: var(--theme-bg-soft-red-textcolor);
    background: var(--theme-bg-soft-red-bgcolor);
    border-color: transparent;
}

.bg-soft-blue {
    color: var(--theme-bg-soft-blue-textcolor);
    background: var(--theme-bg-soft-blue-bgcolor);
    border-color: transparent;
}

.bg-soft-orange {
    color: var(--theme-bg-soft-orange-textcolor);
    background: var(--theme-bg-soft-orange-bgcolor);
    border-color: transparent;
}

.bg-soft-pink {
    color: var(--theme-bg-soft-pink-textcolor);
    background: var(--theme-bg-soft-pink-bgcolor);
    border-color: transparent;
}

.bg-soft-vilot {
    color: var(--theme-bg-soft-vilot-textcolor);
    background: var(--theme-bg-soft-vilot-bgcolor);
    border-color: transparent;
}


.bg-soft-green {
    color: var(--theme-bg-soft-green-textcolor);
    background: var(--theme-bg-soft-green-bgcolor);
    border-color: transparent;
}

.separator span {
    display: inline-block;
    height: 4px;
    border-radius: 1rem;
}

    .separator span.large {
        width: 35px;
        background: var(--theme-bg-primary) !important;
    }

    .separator span.medium {
        width: 21px;
        background: var(--theme-bg-primary) !important;
    }

    .separator span.small {
        width: 7px;
        background: var(--theme-bg-secondary) !important;
    }

.gradient-45deg-deep-purple-blue {
    background: -webkit-linear-gradient(45deg,#6200ea,#1976d2) !important;
    background: linear-gradient(45deg,#6200ea,#1976d2) !important;
}

.gradient-45deg-deep-orange-orange {
    background: -webkit-linear-gradient(45deg,#bf360c,#f57c00) !important;
    background: linear-gradient(45deg,#bf360c,#f57c00) !important;
}

.gradient-45deg-green-teal {
    background: -webkit-linear-gradient(45deg,#43a047,#1de9b6) !important;
    background: linear-gradient(45deg,#43a047,#1de9b6) !important;
}

.gradient-45deg-purple-deep-purple {
    background: -webkit-linear-gradient(45deg,#7b1fa2,#7c4dff) !important;
    background: linear-gradient(45deg,#7b1fa2,#7c4dff) !important;
}

.btn-theme {
    color: #fff;
    background: #0363de !important;
    border: none;
    text-transform: uppercase;
}

    .btn-theme:hover {
        color: #fff;
        background: #7a1778;
        border-color: #7a1778;
    }

.home_img_shadow {
    box-shadow: 0px 5px 1px 0px rgba(231,35,137,1);
    -webkit-box-shadow: 0px 5px 1px 0px rgba(231,35,137,1);
    -moz-box-shadow: 0px 5px 1px 0px rgba(231,35,137,1);
    background: #faa819;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v55/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

    .material-icons.md-16 {
        font-size: 16px;
    }

    .material-icons.md-24 {
        font-size: 24px;
    }

    .material-icons.md-36 {
        font-size: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
    }

.apple-play-store {
    color: #fff;
    background-color: #1e2022;
    border-color: #1e2022;
    min-width: 9.6875rem;
    font-size: 0.6875rem;
    font-weight: 400;
    padding: 0.4375rem 0.9375rem;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.footer-list {
    width: 100%;
    float: left;
    padding-left: 15px;
}

    .footer-list li {
        list-style: disclosure-closed;
        color: #54606d;
        font-size: 80%;
    }

        .footer-list li a {
            color: #54606d;
            padding: 2px 0px 2px 0px;
            display: block;
            position: relative;
            font-weight: 400;
            transition: 0.4s;
        }

            .footer-list li a:hover, .footer-list li:hover {
                color: #13176b;
            }

.support-menu {
    width: 800px;
    right: 0;
    left: inherit !important;
}

.support-menu-icon {
    font-size: 1.75rem;
    width: 32px;
    height: 32px;
    position: relative;
    line-height: 32px;
    vertical-align: middle;
    padding: 0;
    display: block;
    margin: 1rem auto 1rem;
}

@media (max-width: 576px) {
    .support-menu {
        max-width: 320px;
        right: 0;
        left: inherit !important;
    }
}

@media (max-width: 768px) {
    .support-menu {
        max-width: 720px;
        right: 0;
        left: inherit !important;
    }
}

.divider {
    overflow: hidden;
    height: 1px;
    background-color: #cccccc;
    width: 100%;
    margin: 15px 0;
}

.heading::before {
    position: absolute;
    content: "";
    left: 1rem;
    bottom: -5px;
    height: 2px;
    background: #058bfe;
    width: 35px;
    transition: 0.4s;
    opacity: 1;
}

/*FOR COMING SOOM*/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #cd9557;
    opacity: 0.7;
    z-index: 1;
}

.masthead {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
    z-index: 2;
}

    .masthead .masthead-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        min-height: 35rem;
        height: 100%;
        background-color: rgba(0, 46, 102, 0.8);
        transform: skewY(4deg);
        transform-origin: bottom right;
    }

    .masthead .masthead-content h1 {
        font-size: 2.5rem;
    }

    .masthead .masthead-content p {
        font-size: 1.2rem;
    }

        .masthead .masthead-content p strong {
            font-weight: 700;
        }

    .masthead .masthead-content .input-group-newsletter input {
        height: auto;
        font-size: 1rem;
        padding: 1rem;
    }

    .masthead .masthead-content .input-group-newsletter button {
        font-size: 0.8rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 1rem;
    }

@media (min-width: 768px) {
    .masthead {
        height: 100vh;
        min-height: 0;
        width: 40.5rem;
        padding-bottom: 0;
    }

        .masthead .masthead-bg {
            min-height: 0;
            transform: skewX(-8deg);
            transform-origin: top right;
        }

        .masthead .masthead-content {
            padding-left: 3rem;
            padding-right: 10rem;
        }

            .masthead .masthead-content h1 {
                font-size: 3.5rem;
            }

            .masthead .masthead-content p {
                font-size: 1.3rem;
            }
}

/*END FOR COMING SOOM*/


#bootloader-text {
    text-align: center;
    font-family: Lato;
    color: #666;
    font-size: 16px;
    font-weight: 700;
}

#loader-box {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 150px;
    height: 150px;
}

    #loader-box #loader-complete-circle {
        position: absolute;
        width: 150px;
        height: 150px;
        border-radius: 150px;
        transition: transform .15s linear,opacity .15s linear;
        opacity: 0;
        top: 0;
        left: 0;
        transform: scale(2);
    }

    #loader-box #loader-wrapper {
        position: relative;
        width: 150px;
        height: 150px;
        transition: transform .1s linear;
    }

        #loader-box #loader-wrapper .loader {
            transition: opacity .1s linear;
        }

    #loader-box.closeout #loader-wrapper {
        transform: scale(.5);
    }

    #loader-box.closeout .loader {
        opacity: 0 !important;
    }

    #loader-box.closeout:after {
        opacity: 1;
        transform: scale(3);
        background-image: url("data:image/png;base64,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") !important;
    }

    #loader-box:after {
        transition: transform .1s linear;
        content: "";
        background-size: 60px;
        background-position: 50%;
        background-repeat: no-repeat;
        width: 150px;
        height: 150px;
        top: 0;
        left: 0;
        background-image: var(--theme-loader-icon) !important;
    }

    #loader-box:after, .loader {
        position: absolute;
        opacity: .7;
    }

        .loader circle {
            animation: draw 2s ease-in-out infinite;
            transform-origin: 75px 75px;
            transform: rotate(-90deg);
        }

.loader-2 circle, .loader-6 circle {
    animation-delay: .5s;
}

.loader-7 circle {
    animation-delay: 1s;
}

.loader-4 circle, .loader-8 circle {
    animation-delay: 1.5s;
}

.loader-3 {
    left: -150px;
    transform: rotateY(180deg);
}

.loader-6, .loader-7, .loader-8 {
    left: -150px;
    transform: rotateX(180deg) rotateY(180deg);
}

.loader-5 circle {
    opacity: .2;
}

@keyframes draw {
    50% {
        stroke-dashoffset: 0;
        transform: scale(.5);
    }
}


.login-banner {
    height: calc(100vh - 140px);
    width: 100%;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url(../../images/banner/home_banner_05.jpg)
}


.home-slider .carousel-control-next, .home-slider .carousel-control-prev {
    width: 5%;
}

.home-slider .carousel-item, .home-slider .carousel {
    height: calc(100vh - 82px);
    width: 100%;
}

.home-slider .carousel-item {
    background-position: center center;
    background-size: cover;
}

    .home-slider .carousel-item.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.slider-home-01 {
    background-image: url(../../images/banner/home_banner_01.jpg)
}

.slider-home-02 {
    background-image: url(../../images/banner/home_banner_02.jpg)
}

.slider-home-03 {
    background-image: url(../../images/banner/home_banner_03.jpg)
}

/*.bg-overlay {
    background: rgb(145,39,143);
    background: linear-gradient(135deg, rgba(145,39,143,.2) 0%, rgba(0,0,0,.2) 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}*/

/*footer {
    background: #f1f1f1 url(../../images/banner/footer_myAirBook.png) no-repeat center bottom;
    padding-bottom: 120px;
}*/

.responsive-login {
    /*top: 86px;*/
    z-index: 1020;
    width: 400px;
    /*right: 100px;*/
    top: inherit;
    right: 26vw;
    bottom: 17vh;
}

@media (max-width: 768px) {
    .responsive-login {
        top: 20px;
        z-index: 1020;
        width: 350px;
        margin: 0 auto;
        right: inherit;
    }

        .responsive-login .card {
            background-color: rgba(255, 255, 255, .6);
        }
}


.feature-box * {
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    z-index: 1;
    position: relative;
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    padding: 1rem;
}

    .feature-box:hover {
        background: #efefef;
    }

.feature-box-nohover:hover {
    background: none !important;
}

.feature-box .feature-box-content {
    max-width: 100%
}   

.feature-box-left-icon .feature-box-icon {
    margin-right: 35px
}

.feature-box-left-icon {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

    .feature-box-left-icon .feature-box-content {
        overflow: hidden;
        flex: 1
    }

.feature-box-left-icon-middle {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: justify
}

    .feature-box-left-icon-middle .feature-box-content {
        overflow: hidden;
        -webkit-box-flex: 1;
        flex: 1
    }

.feature-box.text-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.feature-box.text-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.feature-box .feature-box-shadow:hover,
.feature-box.feature-box-shadow:hover {
    border-color: transparent !important;
    -moz-transform: translate3d(0,-3px,0);
    -o-transform: translate3d(0,-3px,0);
    -ms-transform: translate3d(0,-3px,0);
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0)
}

.feature-box.feature-box-shadow .feature-box-overlay {
    box-shadow: 0 0 20px rgba(0,0,0,.05);
    opacity: 0
}

.feature-box.feature-box-shadow:hover .feature-box-overlay {
    opacity: 1
}

.feature-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0
}

.feature-box:hover .feature-box-overlay {
    opacity: 1
}

.feature-box.feature-box-dark-hover:hover .btn,
.feature-box.feature-box-dark-hover:hover .feature-box-icon,
.feature-box.feature-box-dark-hover:hover a,
.feature-box.feature-box-dark-hover:hover h1,
.feature-box.feature-box-dark-hover:hover h2,
.feature-box.feature-box-dark-hover:hover h3,
.feature-box.feature-box-dark-hover:hover h4,
.feature-box.feature-box-dark-hover:hover h5,
.feature-box.feature-box-dark-hover:hover h6,
.feature-box.feature-box-dark-hover:hover i,
.feature-box.feature-box-dark-hover:hover p,
.feature-box.feature-box-dark-hover:hover span {
    color: #fff !important
}

.feature-box.feature-box-dark-hover:hover .btn {
    border-color: #fff !important
}

.feature-box.feature-box-dark-hover:hover [class*=" text-gradient"],
.feature-box.feature-box-dark-hover:hover [class^=text-gradient] {
    color: #fff !important;
    background-image: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit
}

.feature-box.feature-box-light-hover:hover .btn,
.feature-box.feature-box-light-hover:hover .feature-box-icon,
.feature-box.feature-box-light-hover:hover a,
.feature-box.feature-box-light-hover:hover h1,
.feature-box.feature-box-light-hover:hover h2,
.feature-box.feature-box-light-hover:hover h3,
.feature-box.feature-box-light-hover:hover h4,
.feature-box.feature-box-light-hover:hover h5,
.feature-box.feature-box-light-hover:hover h6,
.feature-box.feature-box-light-hover:hover i,
.feature-box.feature-box-light-hover:hover p,
.feature-box.feature-box-light-hover:hover span {
    color: #232323 !important
}

.feature-box.feature-box-light-hover:hover .btn {
    border-color: #232323 !important
}

.feature-box.feature-box-light-hover:hover [class*=" text-gradient"],
.feature-box.feature-box-light-hover:hover [class^=text-gradient] {
    color: #232323 !important;
    background-image: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit
}

.feature-box.feature-box-dark-hover:hover p,
.feature-box.feature-box-light-hover:hover p {
    opacity: .65
}

.feature-box-icon-rounded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 72px;
    width: 72px;
}

    .feature-box-icon-rounded i {
        position: relative;
        z-index: 1
    }

    .feature-box-icon-rounded .feature-box-icon-hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }

.feature-box:hover .feature-box-icon-hover {
    opacity: 1
}

.feature-box-content:hover span text-white {
    color: #ed1f24 !important;
}

.feature-box:hover .light i {
    color: var(--theme-home-menu-highlight-color);
    transform: scale(1.5)
}

.feature-box:hover .dark i {
    color: #fff
}

.feature-box.feature-box-show-hover .feature-box-move-bottom-top {
    width: 100%;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    overflow: hidden
}

.feature-box.feature-box-show-hover:hover .feature-box-move-bottom-top {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.feature-box.feature-box-show-hover .move-bottom-top {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
}

.feature-box.feature-box-show-hover:hover .move-bottom-top {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.feature-box.feature-box-hide-show-hover .feature-box-move-bottom-top {
    width: 100%;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    overflow: hidden
}

.feature-box.feature-box-hide-show-hover:hover .feature-box-move-bottom-top {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px)
}

.feature-box.feature-box-hide-show-hover .move-bottom-top {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
}

.feature-box.feature-box-hide-show-hover:hover .move-bottom-top {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.feature-box.feature-box-hide-show-hover:hover .feature-box-icon {
    opacity: 0
}

.feature-box-svg {
    position: relative
}

    .feature-box-svg i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1
    }

.box-shadow-small,
.box-shadow-small-hover:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.box-shadow-dark-hover:hover,
.box-shadow-double-large-hover:hover,
.box-shadow-extra-large-hover:hover,
.box-shadow-large-hover:hover,
.box-shadow-light-hover:hover,
.box-shadow-medium-hover:hover,
.box-shadow-small-hover:hover,
.box-shadow-very-light-hover:hover {
    -moz-transform: translate3d(0,-3px,0);
    -o-transform: translate3d(0,-3px,0);
    -ms-transform: translate3d(0,-3px,0);
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0)
}


.margin-40px-right {
    margin-right: 40px
}

.bg-extra-dark-gray {
    background-color: #232323;
}

.product-menu {
    background: var(--theme-home-product-menu-bg) !important;
}

.product-img-a {
    background-image: var(--theme-home-product-img-a) !important;
    max-width: 360px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: 312px;
    display: block;
}

.product-img-b {
    background: var(--theme-home-product-img-b) !important;
    max-width: 360px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: 312px;
    display: block;
}

.product-img-c {
    background: var(--theme-home-product-img-c) !important;
    max-width: 360px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: 312px;
    display: block;
}

.about-image {
    background-image: var(--theme-home-about-image);
    max-width: 800px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: 400px;
    display: block;
}

.about-top-img {
    background-image: var(--theme-home-about-banner-bg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
}

.contact-top-img {
    background-image: var(--theme-home-contact-banner-bg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
}

.privacy-top-img {
    background-image: var(--theme-home-privacy-banner-bg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
}

.cancellation-top-img {
    background-image: var(--theme-home-cancellation-banner-bg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
}

.terms-top-img {
    background-image: var(--theme-home-terms-banner-bg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
}



.fxt-template-layout6 {
    position: relative;
    z-index: 2;
    height: calc(100vh - 120px);
    width: 100%;
    overflow: hidden;
    /*background: #ed1b24;
    background: -webkit-linear-gradient(45deg, #ed1b24, #fba819) !important;
    background: -moz- oldlinear-gradient(45deg, #ed1b24, #fba819) !important;
    background: -o-linear-gradient(45deg, #ed1b24, #fba819) !important;
    background: linear-gradient(45deg, #ed1b24, #fba819) !important;*/
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url(../../images/banner/home_banner_04.jpg)
}

@media only screen and (max-width: 991px) {
    .fxt-template-layout6 {
        overflow: visible;
    }
}


@media only screen and (max-width: 991px) {
    .fxt-template-layout6 .fxt-animated-buble {
        display: none;
    }
}

.fxt-template-layout6 .fxt-animated-buble li {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    list-style-type: none;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.51);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.51);
}

    .fxt-template-layout6 .fxt-animated-buble li:nth-child(1n) {
        height: 16vw;
        width: 16vw;
        background-color: #ff4377;
        top: 2vh;
        right: 14vw;
        bottom: inherit;
        animation: fxt_zoom1 50s infinite;
        animation-delay: 2s;
        background: url(../../images/banner/flight.jpg) no-repeat center;
        background-size: cover;
    }

    .fxt-template-layout6 .fxt-animated-buble li:nth-child(2n) {
        height: 15vw;
        width: 15vw;
        background-color: #faa33f;
        top: -3vh;
        right: -2vw;
        bottom: inherit;
        animation: fxt_zoom2 50s infinite;
        animation-delay: 2s;
        background: url(../../images/banner/qr.jpg) no-repeat center;
        background-size: cover;
    }

    .fxt-template-layout6 .fxt-animated-buble li:nth-child(3n) {
        height: 14vw;
        width: 14vw;
        background-color: #19bafd;
        bottom: 3vh;
        right: -1vw;
        top: inherit;
        animation: fxt_zoom1 50s infinite;
        animation-delay: 2s;
        background: url(../../images/banner/hotel.jpg) no-repeat center;
        background-size: cover;
    }

    .fxt-template-layout6 .fxt-animated-buble li:nth-child(4n) {
        height: 12vw;
        width: 12vw;
        background-color: #3a38b5;
        bottom: 22vh;
        top: inherit;
        right: 11vw;
        animation: fxt_zoom2 50s infinite;
        animation-delay: 2s;
        background: #fff url(../../images/banner/seamless_new.png) no-repeat center;
        background-size: cover;
    }

    .fxt-template-layout6 .fxt-animated-buble li:nth-child(5n) {
        height: 11vw;
        width: 13vw;
        background-color: #ff4377;
        top: -1vh;
        left: 15vw;
        bottom: inherit;
        animation: fxt_zoom1 50s infinite;
        animation-delay: 2s;
        background: url(../../images/banner/irctc.jpg) no-repeat left;
        background-size: cover;
    }

    .fxt-template-layout6 .fxt-animated-buble li:nth-child(6n) {
        height: 13vw;
        width: 13vw;
        background-color: #faa33f;
        top: -1.8vh;
        left: -1.4vw;
        bottom: inherit;
        animation: fxt_zoom2 50s infinite;
        animation-delay: 2s;
        background: url(../../images/banner/neo_bank.jpg) no-repeat center;
        background-size: cover;
    }

    .fxt-template-layout6 .fxt-animated-buble li:nth-child(7n) {
        height: 13vw;
        width: 13vw;
        background-color: #19bafd;
        top: inherit;
        left: 17vw;
        bottom: 4vh;
        animation: fxt_zoom1 50s infinite;
        animation-delay: 2s;
        background: url(../../images/banner/card_atm.jpg) no-repeat center;
        background-size: cover;
    }

    .fxt-template-layout6 .fxt-animated-buble li:nth-child(8n) {
        height: 14vw;
        width: 14vw;
        background-color: #3a38b5;
        bottom: 0vh;
        top: inherit;
        left: 0vw;
        animation: fxt_zoom2 50s infinite;
        animation-delay: 2s;
        background: url(../../images/banner/fastag.jpg) no-repeat center;
        background-size: cover;
    }

    .fxt-template-layout6 .fxt-animated-buble li:nth-child(9n) {
        height: 15vw;
        width: 15vw;
        background-color: #ff4377;
        top: 4vh;
        left: 30vw;
        bottom: inherit;
        animation: fxt_zoom1 50s infinite;
        animation-delay: 2s;
        background: url(../../images/banner/aeps.png) no-repeat center;
        background-size: cover;
    }

    .fxt-template-layout6 .fxt-animated-buble li:nth-child(10n) {
        height: 15vw;
        width: 15vw;
        background-color: #faa33f;
        top: 38vh;
        left: 30vw;
        bottom: inherit;
        animation: fxt_zoom2 50s infinite;
        animation-delay: 2s;
        background: url(../../images/banner/remittance_money.jpg) no-repeat center;
        background-size: cover;
    }

    .fxt-template-layout6 .fxt-animated-buble li:nth-child(11n) {
        height: 12vw;
        width: 12vw;
        background-color: #19bafd;
        top: 25vh;
        left: 4vw;
        bottom: inherit;
        animation: fxt_zoom1 50s infinite;
        animation-delay: 2s;
        background: url(../../images/banner/insurance.jpg) no-repeat center;
        background-size: cover;
    }

    .fxt-template-layout6 .fxt-animated-buble li:nth-child(12n) {
        height: 11vw;
        width: 11vw;
        background-color: #3a38b5;
        bottom: 34vh;
        top: inherit;
        left: 18.0vw;
        animation: fxt_zoom2 50s infinite;
        animation-delay: 2s;
        background: #fff url(../../images/banner/prepaidcard.png) no-repeat;
        background-size: cover;
    }


@-webkit-keyframes fxt_zoom1 {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(0.8);
    }

    75% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes fxt_zoom1 {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(0.8);
    }

    75% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes fxt_zoom2 {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.2);
    }

    75% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes fxt_zoom2 {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.2);
    }

    75% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}




.template-banner-bg {
    position: relative;
    z-index: 2;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--theme-home-banner-bg) no-repeat center;
}

@media only screen and (max-width: 991px) {
    .template-banner-bg {
        overflow: visible;
    }
}


@media only screen and (max-width: 991px) {
    .template-banner-bg .fxt-animated-buble {
        display: none;
    }
}


