﻿
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}


ul, ol {
    list-style: none;
}

.ng-hide {
    display: none !important;
}

.site-loading {
    margin: 0 auto;
    display: table;
    text-align: center;
    position: relative;
    top: 30%;
}

    .site-loading .site-loader {
        border: 3px solid #f1f1f1;
        border-radius: 50%;
        border-top-color: var(--textclr1);
        border-bottom-color: #009ad9;
        width: 200px;
        height: 200px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

    .site-loading img {
        width: 150px;
        position: absolute;
        left: 23px;
        top: 80px;
    }

.handler-loading {
    position: absolute;
    top: 16px;
    right: 30px;
    font-size: 18px;
    -webkit-animation: spin linear infinite 1s;
    -moz-animation: spin linear infinite 1s;
    -o-animation: spin linear infinite 1s;
    animation: spin linear infinite 1s;
}


i.fa.fa-spinner.handler-loading {
    font-size: 21px;
    position: absolute;
    top: 10px;
    right: 5px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.waiting:empty {
    width: 100%;
    height: 20px;
    margin-bottom: 2px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 100%), linear-gradient(RGBA(119, 153, 190, .2) 100%, transparent 0);
    background-repeat: no-repeat;
    background-size: 20px 100%, 100% 100%, 100% 70px;
    background-position: 0 100%, 0 0px, 0 72px;
    animation: waiting 1s infinite;
}

span.waiting {
    vertical-align: middle;
    display: inline-block;
}

.invalid-feedback {
    display: block;
}

@keyframes waiting {
    to {
        background-position: 100% 0, 0 0, 0 50px;
    }
}


.blueback {
    width: 100%;
    height: 500px;
    text-align: center;
    vertical-align: middle;
    background-color: var(--textclr1) !important;
}

    .blueback .waiting {
        text-align: center;
        align-items: center;
        position: relative;
        top: -56px;
    }

        .blueback .waiting img {
            width: 46%;
            position: relative;
            top: 20%;
        }

        .blueback .waiting .text {
            font-weight: 600;
            font-size: 18px;
            color: #009ad9;
        }


/*
@keyframes p1 {
    0% {
        width: 0%;
        transform: rotateX(270deg);
    }

    100% {
        width: 46%;
        transform: rotateX(0deg);
    }
}

.waitingp1 {
    animation: p1 1s linear;
}
    */


.banner {
    background-image: url("../img/banner/Home_Banner.jpg");
    height: 100vh;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: initial;
}

.header {
    align-items: center;
    display: inline-flex;
    height: 107px;
}

.header-flex {
    display: flex;
    float: right;
}

    .header-flex a {
        color: #333;
        padding: 7px 32px;
        border-radius: 8px;
        font-size: 17px;
        font-weight: 500;
    }

a:hover {
    color: rgb(67 209 9) !important;
}

.hireus {
    background-color: #009ad9;
    color: var(--textclr1) !important;
}

    .hireus:hover {
        color: var(--textclr1) !important;
    }

.loginbox {
    color: var(--textclr1);
}

    .loginbox input {
        border-radius: 9px;
        padding: 13px 19px;
        margin-bottom: 15px;
        width: 100%;
        font-size: 13px;
        border: none;
        outline: none;
    }

    .loginbox p span:hover {
        color: var(--textclr1);
    }

    .loginbox h6 {
        margin-bottom: 22px;
        padding: 0px 4px;
        font-size: 21px;
        font-weight: 600;
    }

    .loginbox p {
        font-size: 13px;
        display: flex;
        justify-content: space-between;
    }

        .loginbox p span {
            cursor: pointer;
            color: #81bd03;
        }

    .loginbox a:hover {
        text-decoration: none;
    }

.loginbutton button {
    padding: 8px 50px;
    border-radius: 10px;
    outline: none;
    border: none;
    background: #005ea8;
    color: var(--textclr1);
    text-align: center;
    font-size: 19px;
    font-weight: 600;
}

.loginbutton {
    width: 100%;
    text-align: center;
    margin: 37px 0px;
}

.loginbox {
    margin: 15vh auto;
    background-color: #0e2858d1;
    padding: 30px;
    border-radius: 10px;
    width: 450px;
}

.bannerheading {
    align-items: center;
    display: flex;
    color: var(--textclr1);
    font-size: 22px;
    position: absolute !important;
    top: 340px;
    right: -104px;
    transform: rotate(270deg);
}

    .bannerheading p {
        align-items: center;
        font-size: 22px;
        letter-spacing: 1px;
        word-spacing: 5px;
        color: var(--textclr1);
        background: #009ad9;
        padding: 5px 50px 5px 50px;
        border-radius: 7px 7px 0 0;
        text-transform: uppercase;
        margin: 0;
        border: 2px solid var(--textclr1);
        border-bottom: 0px;
    }

    .bannerheading span {
        font-size: 35px;
        font-weight: 600;
    }

.row.col-md-12.middleheading {
    text-align: center;
    display: block;
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 23px;
}

.middlecontentbox {
    padding: 50px 46px 70px 46px;
}

.row.col-md-12.middlebox {
    box-shadow: 2px 2px 17px #afafafa8;
    border-radius: 5px;
    padding: 0;
}

.col-md-6.middlecontenttext {
    padding: 40px 30px;
}

.col-md-6.middlecontentimage {
    padding: 0;
}

.col-md-6.middlecontenttext p:first-child {
    font-weight: 600;
    font-size: 21px;
}

.col-md-6.middlecontenttext p:nth-child(2) {
    font-size: 13px;
    font-weight: 600;
    margin: 23px 0px;
}

.learnmorebtn button {
    border: none;
    outline: none;
    padding: 10px 20px;
    font-size: 12px;
    background: #009ad9;
    color: var(--textclr1);
    font-weight: 600;
    border-radius: 10px;
}

.col-md-6.middlecontentimage img {
    height: 100%;
    width: 100%;
}

footer.container {
    background: #00000096;
}

footer {
    font-size: 14px;
    line-height: 27px;
    background-color: transparent;
    padding: 0px;
    box-shadow: none;
}
.subscribess .subs h4 {
    color: var(--textclr1);
    font-size: 21px;
}
.social-icns .fa {
    color: var(--textclr1);
}

.social-icns img, .social-icns .fa {
    width: 24px;
    margin-right: 13px;
    cursor: pointer;
    margin-bottom: 11px;
}

/*body::-webkit-scrollbar {
    color: var(--textclr1);
    background: #303030;
    width: 5px;
}

body::-webkit-scrollbar-thumb {
    background: #2e2e2e;
    border-radius: 10px;
}*/


/*new css from old design*/

.open > .dropdown-menu {
    display: block !important;
}

input::placeholder {
    color: #9b9b9b !important;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.navbar-default {
    background-color: var(--textclr1);
    border-color: var(--textclr1);
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e600;
    border-color: #adadad;
}

a {
    color: #009ad9;
}

span.caret {
    color: #009ad9;
    position: relative;
    left: 5px;
}

.bg {
    min-height: 83vh;
    width: 1170px;
    margin: 0 auto;
}


.fswTabs li .tabsCircle {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #9b9b9b;
}

.tabsCircle {
    display: inline-block;
}

    .tabsCircle:after {
        content: "";
        display: block;
        width: 3px;
        height: 6px;
        border: solid var(--textclr1);
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: 1px;
        margin-left: 3px;
    }

.fswTabs li .tabsCircle {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #9b9b9b;
}

.btn-primary {
    color: var(--textclr2);
    background-color: var(--textclr1);
    border-color: #2e6da400;
}

::placeholder {
    color: var(--textclr2) !important;
    opacity: 1;
}

input::placeholder {
    color: var(--textclr2) !important;
}

.btn-primary:hover {
    color: var(--textclr1);
    background-color: var(--textclr1);
    border-color: #ffffff00;
}

.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.panel-primary > .panel-heading {
    color: var(--textclr2);
    background-color: var(--textclr1);
    border-color: var(--textclr1);
}

.panel-primary {
    border-color: var(--textclr1);
}

.panel-primary {
    border-color: var(--textclr1);
}

#dropdownMenuButton {
    background: #e0e0e02b !important;
    border-radius: 0px !important;
    border: 1px solid #c0c3c38a !important;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
}

.footer li {
    position: relative;
    top: -8px;
}

.total_price.col-md-12 {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 27px;
}

.total_price span {
    margin-right: 5px;
}

.total_price_dom {
    font-size: 19px !important;
    padding: 0;
    padding-top: 70px;
}


/*******************************************************************************Result-Page css******************************************************************/

.myBtnn {
    color: #000000ad;
    padding: 5px 0px;
    background: #e0e0e02b;
    position: relative;
    /* top: 8px; */
    border-radius: 5px;
    border: 1px solid #c0c3c38a;
    width: 115px;
    font-size: 12px;
}

.sort_label {
    color: #000000bd;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
}

.new {
    margin-top: 17px !important;
}

.fli-code {
    font-size: 11px;
    color: gray;
    margin-bottom: 0;
    position: relative;
    top: 2px;
}

.new2 {
    background: var(--textclr1);
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.new20 {
    padding-right: 0px;
}

.flt_logo {
    padding-left: 0px;
    padding-right: 0px;
}

.dept-time {
    color: var(--textclr2);
    font-size: 20px;
}

.dept-city {
    font-size: 11px;
    color: #878787;
}

.dept-time1 {
    color: var(--textclr2);
    font-size: 20px;
    display: inline-block;
}

.fli-trvlDays {
    font-size: 8px;
    color: var(--color);
    display: inline-block;
    margin-left: 5px;
}

.fli-duration {
    margin-bottom: 0px;
    text-align: center;
}

.fli-stops-desc {
    margin-bottom: 0px;
    color: #1076bb;
    font-size: 12px;
    text-align: center;
}

.price_new {
    text-align: right;
    margin-bottom: 0px;
}

.fa-chevron-down {
    color: #1076bb;
}


/*******************************************************************************Result-Page css end******************************************************************/


/*Responsive for mobile device*/


.checkbox + .checkbox,
.radio + .radio {
    margin-top: -13px;
}

.checkbox label,
.radio label {
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

input::placeholder {
    color: #9b9b9b !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -0.6em;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #009ad9;
    color: #333333;
    font-weight: bold;
}

#price-range {
    width: 100%;
    margin: 37px auto;
    text-align: center;
}

.form-control:focus {
    border-color: #e7e7e7;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0);
    border-top: 0px solid #ff000000;
}

input[type="checkbox"] {
    background: #e0e0e0;
    border-radius: 5px;
    position: relative;
    top: 9px;
}

.custom-handle {
    background: var(--textclr1) !important;
    border-color: #f16367 !important;
    border-radius: 10px;
    height: 18px !important;
    width: 18px !important;
    top: -0.6em !important;
    box-shadow: 0px 0px 3px #f4f5f0;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #009ad9 !important;
    color: #333333;
}

.custom-slider {
    height: 5px !important;
}

.custom-handle {
    background: var(--textclr1) !important;
    border-color: #54a0c1 !important;
    border-radius: 10px;
    height: 20px !important;
    width: 20px !important;
    top: -0.6em !important;
    box-shadow: 0px 0px 3px #3c6d59;
}

.custom-range {
    background: #54a0c1;
}

input[type="checkbox"] {
    background: #e0e0e0;
    border-radius: 5px;
    position: relative;
    top: 10px;
}

.sort_label1,
.sort_label2 {
    color: #000000bd;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
}

.new2:hover {
    transition: all 0.3s linear 0s;
    cursor: pointer;
    box-shadow: rgb(211 211 211) 1px 1px 5px !important;
    background: #f6fbff !important;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

a.dropdown-item {
    display: block;
}



/*.ui-widget.ui-widget-content {
    border: none;
    height: 2px;
}
*/
.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -0.6em;
    border-radius: 10px;
    width: 16px;
    height: 16px;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 6px;
}

    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"],
    .radio input[type="radio"],
    .radio-inline input[type="radio"] {
        position: absolute;
        margin-top: 4px\9;
        margin-left: -20px;
        cursor: pointer;
    }

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #009ad9;
    /*border-radius: 10px;*/
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgb(237 106 8 / 0.31);
    }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    outline: none;
}

.navigation_block {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 12px 0px 12px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: var(--textclr1);
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navigation_block .nav_bar {
    overflow: visible !important;
}

.navigation_block .nav_bar {
    float: right;
}

ul.dropdown-menu li a {
    border: none !important;
}

ul.dropdown-menu {
    margin-top: 10px;
    padding: 10px;
}

li.menu a:hover {
    color: var(--textclr1) !important;
}

li.menu:hover span.caret {
    color: var(--textclr1);
}

ul.nav_bar li.menu a {
    display: inline-block;
    padding: 5px 13px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: capitalize;
    outline: none;
    border: 1px solid;
}

.navigation_block .nav_bar .menu a i {
    float: right;
    margin-left: 5px;
}

.navigation_block .nav_bar .menu:last-child {
    margin-right: 0px;
    border-right: none;
}

.navigation_block .nav_bar .menu {
    display: inline-block;
    list-style-type: none;
    margin: 0px;
    position: relative;
    padding: 0px 5px;
}

.dropdown-menu:hover {
    display: block !important;
}

.navigation_block .nav_bar .menu .dropdown-menu li a {
    color: var(--textclr2);
    font-weight: normal;
    font-size: 14px;
    padding: 8px 10px;
}

.navigation_block .nav_bar .menu a:hover,
.navigation_block .nav_bar .menu a:active,
.navigation_block .nav_bar .menu a:focus {
    text-decoration: none;
    color: var(--textclr1);
    background: #009ad9;
}

.navigation_block .nav_bar .menu .dropdown-menu li a:hover {
    color: var(--textclr1);
}

.open > .dropdown-menu {
    display: block;
}

.price_new {
    text-align: right;
}


/*animation css*/

@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.delay-1s {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .animated.delay-2s {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .animated.delay-3s {
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

    .animated.delay-4s {
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
    }

    .animated.delay-5s {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
    }

    .animated.fast {
        -webkit-animation-duration: 800ms;
        animation-duration: 800ms;
    }

    .animated.faster {
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
    }

    .animated.slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.slower {
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
    }

@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}


/*animation ends*/

.btn-group.show-on-hover button:hover {
    background: none;
}

ul.dropdown-menu.sm-menu1 a {
    padding: 7px 10px;
}

ul.dropdown-menu.sm-menu1 {
    width: 100%;
}

    ul.dropdown-menu.sm-menu1 a:hover {
        background: none;
    }

.navigation_block .nav_bar .menu .dropdown-menu li a:hover {
    background: none;
    color: #009ad9 !important;
}

a.navbar-brand {
    padding: 15px 0px;
}

/* .mainlogo {
    height: 80px;
} */

.modifyresult {
    display: flex;
}

    .modifyresult span {
        margin-right: 26px;
    }

.modalclose {
    opacity: 1;
    background: #009ad9;
    padding: 0px 10px;
    border-radius: 95px;
    color: var(--textclr1);
    position: relative;
    right: -27px;
    top: -11px;
    border: 0;
    font-size: 22px;
}

.full_new1 input {
    border-radius: 0;
}

button.modifysearch {
    background: #009ad9;
    border: none;
    padding: 10px 40px;
    border-radius: 6px;
    color: var(--textclr1);
    position: relative;
    top: 19px;
}

.row.back_new1 {
    border-radius: 5px 5px 0 0;
}

.modirow {
    border-radius: 0px 0px 5px 5px;
}

.fare_type .dropdown-menu a,
.booked .dropdown-menu a {
    padding: 4px 12px;
}

button.roundbooknow {
    border: none;
    padding: 9px 25px;
    border-radius: 7px;
    background: #009ad9;
    color: var(--textclr1);
    margin: 22px 0;
}

.select_flt {
    margin-left: 10px;
    position: relative;
    z-index: 1000;
}

.results {
    margin-bottom: 20px;
}


/*checkout*/

input[type="checkbox"] {
    background: #e0e0e0;
    border-radius: 5px;
    position: relative;
    top: 9px;
}


/****** Bootstrap Colors ******/


/*** Accordion Toggles ***/

.panel-heading {
    position: relative;
}

    .panel-heading .accordion-toggle:after {
        font-family: "Glyphicons Halflings";
        content: "\e260";
        position: absolute;
        right: 16px;
    }

    .panel-heading .accordion-toggle.collapsed:after {
        font-family: "Glyphicons Halflings";
        content: "\e259";
    }


/*** Filter Menu ***/


/* Panels */

.filter-menu .panel {
    border-radius: 0;
    border: 1px solid #eeeeee;
}

.filter-menu .panel-heading {
    background: var(--textclr1);
    padding: 0;
}

.filter-menu .panel-title {
    color: #333333;
    font-weight: bold;
    display: block;
    padding: 10px;
}

.filter-menu a.panel-title {
    color: #333333;
}

    .filter-menu a.panel-title:hover,
    .filter-menu a.panel-title:focus {
        color: #333333;
        text-decoration: none;
    }

.filter-menu .panel-body {
    padding: 16px;
}

.filter-menu .panel-group {
    margin: -16px;
}

    .filter-menu .panel-group .panel-title {
        background: #eee;
        transition: color, 0.5s, ease;
    }

        .filter-menu .panel-group .panel-title:hover {
            color: #333333;
            text-decoration: none;
            background: #777777;
        }

    .filter-menu .panel-group .panel + .panel {
        margin-top: 0;
    }

input[type="checkbox"] {
    background: #e0e0e0;
    border-radius: 5px;
    position: relative;
    top: 10px;
}

.sort_label1,
.sort_label2 {
    color: #000000bd;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
}

.panel-heading .accordion-toggle.collapsed:after {
    font-family: "Glyphicons Halflings";
    content: "\e259";
    color: #1076bb;
    top: 18px;
    font-size: 14px;
}

.filter-menu .panel-group .panel-title:hover {
    color: var(--textclr2);
    text-decoration: none;
    background: var(--textclr1);
}

.filter-menu .panel-group .panel-title {
    background: var(--textclr1);
    transition: color, 0.5s, ease;
}

.panel-heading .accordion-toggle:after {
    font-family: "Glyphicons Halflings";
    content: "\e260";
    position: absolute;
    right: 16px;
    color: #1076bb;
    top: 19px;
    font-size: 14px;
}

.tvlrDtls-wrapper {
    background: var(--textclr1);
    border-radius: 0px !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.make_relative {
    position: relative;
}

.tvlr-row:last-of-type {
    border-bottom: none;
}

.paddLR15 {
    padding-left: 15px;
    padding-right: 15px;
}

.tvlr-sctn {
    border-radius: 0px;
    background-color: var(--textclr1);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    color: #4a4a4a;
}

.collapse.in {
    display: block;
}

.tvlrDtls-section {
    border-top: 1px solid rgba(242, 242, 242, 0) !important;
}

.trvl-formfield-row:not(:last-child) {
    margin-bottom: 10px;
}

.trvl-formfield-row:not(:last-child) {
    margin-bottom: 10px;
}

.trvl-formfield-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.trvl-formfield-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 15px 10px 0;
}

.tvlrInput {
    width: 100%;
    border: 1px solid #dcdada;
    padding: 8px 12px;
    font-size: 12px !important;
    color: #4a4a4a;
    outline: 0;
}

.btn-danger {
    color: var(--textclr1);
    background-color: #f16367;
    border-color: #f16367;
    border-radius: 0px;
    width: 120px;
    height: 30px;
    line-height: 10px;
}

.panel-heading a:after {
    font-family: "Glyphicons Halflings";
    content: "\2212";
    float: left;
    color: grey;
}

.panel-heading a:after {
    font-family: "Glyphicons Halflings";
    content: "\2212";
    float: right;
    color: grey;
}

.panel-heading a.collapsed:after {
    content: "\2b";
    font-size: 9px;
    color: #1076bb;
}

.panel-heading a:after {
    font-family: "Glyphicons Halflings";
    content: "\2212";
    float: right;
    color: #1176bb;
    font-size: 10px;
}

.panel-heading a.collapsed:after {
    content: "\2b";
}

.fareSmry-sctn:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

.fareSmry-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 15px;
    cursor: pointer;
}

.fareSmry-hdng {
    color: var(--textclr2);
    font-size: 14px;
}

.fareSmry-expand-icon.open {
    background-position: -30px -331px;
}

.fareSmry-expand-icon {
    background-position: -51px -332px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.fareSmry-wrap {
    padding: 0px 15px;
}

.bookingcon {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    padding: 30px;
    color: #1076bb;
}

    .bookingcon span {
        font-size: 25px;
        font-weight: 600;
    }

button {
    cursor: pointer !important;
}

.btn-group.show-on-hover.open button:focus {
    background: none !important;
    box-shadow: none;
}

.btn-cont {
    padding: 8px 43px !important;
    background: #009ad9;
    color: var(--textclr1);
}

    .btn-cont:hover {
        color: var(--textclr1);
    }

.modal-header,
.modal-footer {
    font-size: 7px;
    color: var(--textclr1);
    background-image: linear-gradient( 96deg, #1076bb 0%, #009ad9 115%) !important;
    text-align: center;
}

.modal-dialog.modal-dialog-centered {
    width: 70%;
    transform: translate(0, 4%) !important;
    height: 100%;
}

.fa-close {
    color: var(--textclr1);
    opacity: 1;
}

button.close {
    opacity: 1;
}

.col-md-12.new_bg1 {
    background-image: linear-gradient(96deg, #1076bb 0%, #009ad9 115%) !important;
}

.printall button {
    width: 100%;
}

.checkoutpopupdetail {
    font-size: 12px;
}

.departure {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

.row.col-md-12.middlebox {
    margin-bottom: 70px;
}

span.tabsCircle.appendRight5 {
    background: var(--textclr1);
}

.mainsearch {
    display: inline-flex;
    margin: 30px 16px;
}

button.btnnser {
    border: none;
    padding: 10px 20px;
    font-weight: 600;
}

    button.btnnser:hover,
    button.btnnser:focus {
        background: #0b70b5;
        color: var(--textclr1);
    }

.searchsearch {
    width: 216px;
    padding: 5px;
    background: #009ad9;
    -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 20%);
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--textclr1);
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    border: 0;
    text-align: center;
    position: relative;
    top: 22px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 8px;
}

.loginbutton button:hover {
    transition: 0.3s;
    position: relative;
    top: -2px;
}

input {
    /*caret-color: #1076bb;*/
    color: var(--textclr2) !important;
}

.flight_chevron button {
    background: none;
    border: none;
    color: #1076bb;
}

.flight_chevron i {
    font-size: 13px;
    margin-right: 4px;
}

.fli-duration strong {
    margin: 0px 4px;
}

ul.paymentMethod li {
    list-style: none;
}

    ul.paymentMethod li label {
        font-weight: 600;
        font-size: 13px;
        margin-left: 10px;
        position: relative;
        top: -2px;
    }

ul.paymentMethod {
    margin: 24px 0px;
}

button.btn.btn-cont {
    margin-bottom: 20px;
}

.homepagea #dropdownMenuButton {
    color: var(--textclr1) !important;
}

.col-md-2.col-xs-6.one_way {
    width: 100px;
}

span.roundradio {
    float: left;
    position: absolute;
}

/*footer .mainlogo {
    width: 245px !important;
}*/

.roundnew20 {
    margin-bottom: 17px;
}

.roundchkback.round {
    border-right: 1px solid #f1f1f1;
}


/* .roundheading {
    background: var(--textclr1);
    padding: 10px 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #f1f1f1;
} */

.roundheading div:nth-child(1) {
    border-right: 1px solid #f1f1f1;
}

.roundheading div {
    display: flex;
}

img.logoss {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid var(--textclr1);
    margin-right: 10px;
    padding: 2px;
}

.roundheading p {
    font-weight: 600;
    font-size: 11px;
    margin: 0;
    align-items: center;
    display: flex;
}

.footer_fixed {
    position: fixed;
    z-index: 1;
    bottom: 10px;
    background: #f5f5ff;
    width: 85%;
    box-shadow: 0px 0px 8px #cdcdcd;
    transform: translate(7.5%, 0%);
    border-radius: 240px;
    padding: 12px 0px;
}

.rounddepart,
.roundreturn {
    margin-top: 10px;
}

div#demo1 {
    box-shadow: 0px 0px 10px #c1c1c1;
}

.resultaa {
    margin: 20px 0;
}

.loop1 p {
    font-weight: 600;
}

ul.widget-ul {
    margin-bottom: 30px;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
    top: -9px;
}

table.ui-datepicker-calendar td a {
    background: #0b70b5 !important;
    border: none;
    color: var(--textclr1) !important;
    text-align: center;
}

div#ui-datepicker-div {
    /*height: 40%;*/
    background: var(--textclr1) !important;
    box-shadow: 0px 0px 10px var(--textclr1);
    border: none;
    margin-top: 9px;
}

.ui-datepicker-buttonpane.ui-widget-content {
    display: none !important;
}

.ui-datepicker-header.ui-widget-header {
    background: var(--textclr1);
    border: none;
}

.ui-datepicker-title {
    background: var(--textclr1);
}

div#ui-datepicker-div::after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 15px solid var(--textclr1);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: -15px;
    left: 20px;
}

.selected_box_bottom {
    background: var(--textclr1);
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 9;
    width: 275px;
    box-shadow: 0 0 11px #0000001f;
    /*display:none;*/
}

    /*.selected_box_bottom.visible{
        display:block;
    }
*/
    .selected_box_bottom .col-7 label {
        font-weight: 700;
        font-size: 11px;
    }

.dropdown-item {
    cursor: pointer;
}

input.qtyminus,
input.qtyplus {
    font-size: 17px;
    font-weight: 600;
    background: var(--color) !important;
    color: var(--textclr1) !important;
    border: none;
}

.selected_box_bottom input {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    padding: 0 7px !important;
}

.plus_minus_box input[type="text"] {
    width: 100%;
    height: 50px;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #f5f5f5;
}

.selected_box_bottom .col-7 {
    margin-bottom: 16px;
}

button.btn_done.submitv {
    margin: 10px 0;
    width: 100%;
    background: var(--color);
    border: none;
    padding: 7px;
    border-radius: 5px;
    color: #f5f5f5;
}

.chevrontoggle1,
.chevrontoggle2,
.chevrontoggle3,
.chevrontoggle4 {
    text-align: right;
    position: absolute !important;
    top: 84px;
}

    .chevrontoggle1 div,
    .chevrontoggle2 div,
    .chevrontoggle3 div,
    .chevrontoggle4 div {
        border-radius: 60%;
        float: right;
        color: #009ad9;
        text-align: center;
        align-items: center;
        display: inline-table;
        cursor: pointer;
        border: 1px solid #009ad9;
        width: 6%;
    }

.relative {
    position: relative;
}

.bookingclass .dropdown-menu {
    width: 100%;
}

.rhead {
    display: flex;
    color: var(--textclr1);
    font-size: 11px;
    max-height: 100%;
    margin-top: 20px;
}

    .rhead p {
        position: relative;
        top: 5px;
    }

.fixed {
    position: fixed;
    background: var(--textclr1);
    width: 100% !important;
    z-index: 1;
    box-shadow: 0px 0px 10px #efefef;
}

.navv {
    transition: 0.3s;
}

.header .col-md-9 {
    padding-right: 0;
}

.navv .container {
    padding: 0;
}

.airimg {
    position: absolute;
    top: 200px;
    right: 320px;
}

    .airimg img {
        width: 290px;
    }

/*.blueback {
    width: 100%;
    height: 100%;
    position: absolute;
}*/

footer a,
.maill div {
    color: #333;
    font-weight: 600;
}

.lastt {
    display: block;
    background: #303030;
    padding: 15px 0px;
    margin-top: 16px;
}

.row.col-md-12.maill {
    margin-top: 6px;
}

.homepa {
    position: relative;
    display: flex;
    justify-content: center;
}

.homepagea {
    position: absolute;
    top: 80px;
}

.ser-control {
    background: #005ea8a6;
    border-radius: 0px 7px 7px 7px;
    padding: 0px 11px;
    display: inline-block;
}

.focuss:hover {
    background-color: #009ad9;
}

.one_way,
.round_trip {
    width: 118px !important;
}

.focuss {
    cursor: pointer;
    text-align: center;
}

.allway {
    padding: 0 !important;
}

.focuss {
    /*background: #005ea8a6;*/
    background: #009ad9;
    padding-top: 10px;
}

.one_way {
    border-radius: 5px 0px 0px 0px;
}

.round_trip {
    border-radius: 0px 5px 0px 0px;
}

.focusss {
    /*background: #009ad9;*/
    background: #005ea8a6;
}

button.owl-prev {
    width: 40px;
    height: 40px;
    background: var(--textclr1) !important;
    position: absolute;
    font-size: 38px !important;
    left: -13px;
    transition: 0.35s;
    top: 135px;
    box-shadow: 0 0 10px 2px #00000017;
    border-radius: 50%;
}

.owl-nav span {
    display: block;
    margin-top: -10px;
}

button.owl-next {
    width: 40px;
    height: 40px;
    background: var(--textclr1) !important;
    position: absolute;
    font-size: 38px !important;
    right: -13px;
    transition: 0.35s;
    top: 135px;
    box-shadow: 0 0 10px 2px #00000017;
    border-radius: 50%;
}

.findimg img {
    height: 160px;
    width: 100% !important;
}

.sabvacation .findimg img {
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.sabcontent {
    padding: 10px;
}

    .sabcontent h4 {
        color: var(--color);
        margin-bottom: 2px;
        font-size: 14px;
        font-weight: 600;
    }

    .sabcontent p {
        margin: 0;
        font-size: 14px;
    }

    .sabcontent h3 {
        margin-top: 14px;
        font-size: 12px;
        font-weight: 600;
    }

.sabvacation a {
    font-size: 14px;
    font-weight: 500;
    color: #009ad9;
}

span.rateofpoint {
    background: var(--color);
    color: var(--textclr1);
    padding: 6px;
    border-radius: 5px;
}

.sabcontent span:last-child {
    color: #565656;
}

.sabvacation {
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
}

.heading h2 {
    font-size: 22px;
    margin-top: 5px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    color: #555;
}

.pheading p {
    text-align: center;
    margin-bottom: 30px;
}

.topdeal {
    margin: 60px 0px;
}

.sabvacation a:hover {
    text-decoration: none;
}


/*new css 17/01/2022*/

.gocome {
    margin-top: 25px;
}

    .gocome span {
        color: var(--textclr1);
        font-size: 13px;
        font-weight: 500;
    }

        .gocome span input {
            position: relative;
            top: 2px;
            margin-right: 5px;
        }

.ser-control {
    width: 100%;
}

.mainsearch input[type="text"] {
    height: 44px !important;
}


/*hotelcss*/

.sort_by {
    margin-bottom: 15px;
}

    .sort_by .col-sm-2 {
        text-align: center;
    }

    .sort_by p,
    .sort_by span {
        font-weight: 600;
        color: #3a3939;
        font-size: 15px;
        padding-top: 4px;
    }

    .sort_by .col-sm-3 {
        flex: 0 0 21%;
        max-width: 21%;
    }

    .sort_by select {
        padding: 5px;
    }

/*span:first-child {
    border-right: 0px solid #7c7c7c;
    padding-right: 6px;
}*/

.lst_map > span {
    cursor: pointer;
    color: #7c7c7c;
    font-size: 13px;
    font-weight: 600;
}

.htldtl_ritscsn {
    padding: 10px 5px 10px 24px;
    margin: 7px 0px;
    border-radius: 4px 4px 4px 4px;
}

.htldtl_ritscsn_rw {
    border-bottom: 1px solid gainsboro;
    margin-bottom: 25px;
}

.htlcust {
    padding: 0;
}

.htlimg {
    position: relative;
    overflow: hidden !important;
    border-radius: 10px;
    margin-bottom: 13px;
}

    .htlimg img {
        height: 170px;
        overflow: hidden !important;
        transition: 0.3s;
        object-fit: cover;
        max-height: 171px;
        width: 100%;
    }

.htltxt {
    padding-left: 2px;
    padding-top: 3px;
    padding-bottom: 12px;
}

    .htltxt h3 {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.4px;
        text-transform: capitalize;
    }

        /*.htltxt h3 {
        display: flex;
        align-items: baseline;
    }
*/

        .htltxt h3 a, .htltxt h3 star-rating {
            display: inline;
        }

    .htltxt .htladrs {
        font-size: 10px;
        color: #8f8d8a;
        letter-spacing: 0.4px;
        font-weight: 600;
    }

    .htltxt p {
        font-size: 12px;
        font-weight: 500;
        padding: 5px 8px;
        color: #71747a;
        line-height: 21px;
        background-color: #f7f7f7;
        margin-top: 2px;
        margin-bottom: 5px;
    }

p.botttom_p {
    font-weight: bold;
    color: #eb6102;
    background-color: transparent;
    padding: 0;
}

    p.botttom_p span {
        margin-right: 15px;
        font-size: 12px;
    }

    p.botttom_p i {
        padding: 0;
        font-size: 12px;
        margin: 0;
    }

p.botttom_p_last {
    font-weight: 600;
    color: #a3a2a2;
    background-color: transparent;
    padding: 0;
    letter-spacing: 0.3px;
}

    p.botttom_p_last span, p.botttom_p_last a {
        margin-right: 15px;
        font-size: 11px;
        cursor: pointer;
        text-decoration: none;
        color: inherit;
    }

.price-border {
    border-left: 1px solid #e6e1e3;
}

.HtlPric {
    padding: 15px 0px;
    text-align: center;
}

    .HtlPric > h4 {
        font-weight: 600;
        color: #eb6102;
    }

    .HtlPric h4 > span {
        font-size: 17px;
        color: #b5b2ae;
    }

.htltxt h3 {
    margin-top: 1px;
}

.frslt-rightsid i.fa.fa-star {
    color: gold;
    margin-left: 6px;
    font-size: 16px;
}

.htlsrchbar {
    padding-top: 23px;
    padding-bottom: 23px;
}

.example {
    background-color: #eb6102;
    display: flex;
    border-radius: 15px;
}

.srch {
    width: 84%;
    font-weight: 500;
    background-color: var(--textclr1);
    border: 1px solid #eb6102;
    padding: 4px 0px 4px 15px;
    border-radius: 21px;
    outline: none;
}

button.sidbarsrchbtn {
    border: none;
    background-color: #ffffff00;
    color: var(--textclr1);
}

    button.sidbarsrchbtn i.fa.fa-search {
        padding-left: 5px;
    }

.htlsrch {
    margin: 20px 0px 10px 0px;
}

.htl {
    padding-top: 23px;
    padding-bottom: 23px;
}

.Htlfltr {
    padding: 4px 0px;
    display: flex;
    font-size: 12px;
    cursor: pointer;
}

.start.col-sm-12 {
    display: flex;
    justify-content: space-between;
}

    .start.col-sm-12 .rating span {
        display: block;
    }

    .start.col-sm-12 .rating .star-rating {
        background-color: #eb6102;
        padding: 4px 5px;
        color: var(--textclr1);
        border-radius: 4px;
        cursor: pointer;
        transition: 0.2s;
    }

    .start.col-sm-12 .rating .star-htl-count {
        text-align: center;
        padding: 1px;
        color: #7e7a7a;
        margin-top: 5px;
    }

.Htlfltr.HtmlNam.row {
    display: block;
}

.start.col-sm-12 {
    margin-bottom: 14px;
}




/*hotel-detail*/

.topdn {
    padding: 20px;
    width: 100%;
}

h3.namedetail a {
    font-size: 22px;
    font-weight: 600;
    color: var(--color);
}

.containerslider {
    margin-top: 10px;
    padding: 0 20px;
}

.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid var(--textclr1);
    background: var(--textclr1);
}

.containerslider #bx-pager {
    width: 50%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    overflow-y: auto;
    margin: 0px 5px 0px -5px;
    background: transparent;
    max-height: 345px;
}

    .containerslider #bx-pager a {
        display: inline-block;
        width: 25%;
        margin: 0px;
        padding: 0px;
        float: left;
    }

        .containerslider #bx-pager a img {
            height: 131px;
            width: 100%;
            display: inline-block;
        }

div#bx-pager a img {
    padding: 2px;
    border-radius: 6px;
}

a.bx-prev,
a.bx-next {
    cursor: pointer;
}


/*hoteloverview*/

.htlCntnt .card {
    margin-top: 1px;
    box-shadow: 0px 0px 10px #c1c1c1;
    margin-bottom: 25px;
}

.htlCntnt .card-header {
    padding: 0px;
    border-bottom: 1px solid rgb(47 116 162);
    background-image: linear-gradient(96deg, #1076bb 0%, #009ad9 115%) !important;
}

.mb-0 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    color: var(--textclr1) !important;
    padding: 6px 15px;
    padding-top: 14px;
}

.htlCntnt .card-body {
    background-color: var(--textclr1);
}

    .htlCntnt .card-body p {
        margin-bottom: 18px;
        font-size: 13px;
        color: #242424;
    }

    .htlCntnt .card-body p {
        margin-bottom: 18px;
        font-size: 13px;
        color: #242424;
    }

.htlCntnt ul li {
    font-size: 13px;
}

.htlCntnt b {
    font-size: 13px;
}

.location {
    font-size: 13px;
}

    .location STRONG {
        color: #5c5656;
    }


/*hotelamneties*/

.htlCntnt .card-body {
    background-color: var(--textclr1);
    margin-bottom: 18px;
    font-size: 14px;
    color: #242424;
    font-weight: 500;
    line-height: 29px;
    padding: 43px 16px;
}

    .htlCntnt .card-body li {
        list-style: none;
    }

.overView .row .tabtxt > div {
    width: 100%;
}

.amenty_content {
    font-size: 13px;
    line-height: 31px;
}

.tabtxt {
    display: flex;
}

.amenty_content i.fa.fa-check {
    margin-right: 9px;
    color: #eb6102;
}

.htlrstpg.htlDtlP fieldset {
    padding-bottom: 50px !important;
    position: relative;
    padding-top: 67px !important;
    box-shadow: 0px 0px 10px #c1c1c1;
    margin-bottom: 58px !important;
}

.cust_add_bottom legend {
    display: contents !important;
}

.toptext p {
    position: absolute;
    top: -20px;
    padding: 8px 10px;
    z-index: 1000;
    width: 313px;
    font-size: 16px;
    color: var(--textclr1);
    border-radius: 6px;
    left: 2%;
    background-image: linear-gradient(96deg, #1076bb 0%, #009ad9 115%) !important;
}

.RmInfoText {
    position: relative;
    padding-left: 18px;
}

    .RmInfoText > p {
        padding: 7px 4px;
        font-size: 13.2px;
        border: 2px solid #eb6102;
        background-color: var(--textclr1);
        font-weight: bold;
        color: #101010;
        margin-bottom: 18px;
        border-radius: 4px;
        width: 152px;
        text-align: center;
        margin: auto;
        margin-bottom: 34px;
        text-align: center;
    }

.txtbdr {
    text-align: left;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.4px;
    border-right: 1px solid #dcdcdc;
    margin-right: -14px;
    /* padding: 0px 0px 0px 12px; */
    min-height: 87px;
}

    .txtbdr p {
        color: #918e8e !important;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .txtbdr i {
        color: #eb6102;
        margin-right: 10px;
        color: #eb6102;
        font-size: 14px;
    }

.add_bottom_30.hidden-xs > div {
    margin-bottom: 20px;
    text-align: center;
}

span.badge {
    padding: 10px 4px;
    font-size: 13px;
    border: 2px solid #eb6102;
    background-color: var(--textclr1);
    font-weight: bold;
    color: #101010;
    margin-bottom: 18px;
    border-radius: 4px;
    width: 152px;
    text-align: center;
    /* margin: auto; */
}

.custar-right {
    padding: 10px 15px;
    border-right: 1px solid gainsboro;
}

ul.list_ok li {
    color: #918e8e !important;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
}

ul.list_ok i {
    margin-right: 10px;
    color: #eb6102;
    font-size: 14px;
}

ul.list_ok li a {
    letter-spacing: 0.3px;
    color: #e96a12 !important;
    text-decoration: underline !important;
}

.capcity_item i {
    color: #eb6204 !important;
    font-size: 26px;
    margin-right: 6px;
}

.capcity_item span {
    font-size: 16px !important;
    color: #918e8e;
}

.price_list {
    font-size: 18px;
    color: #eb6204;
    font-weight: 600;
}

span.currency {
    color: #eb6204;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.price_list small {
    color: #918e8e;
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 12px;
}

section#map {
    display: inline-block;
    width: 100%;
}

.col-md-12.detblk {
    box-shadow: 0px 0px 10px #c1c1c1;
    margin: 35px 0px;
}

    .col-md-12.detblk li {
        list-style: none;
    }


/*hotelcheckout*/

.check_lft_box > h4,
.check_rit_box > h4 {
    color: var(--textclr1);
    background-image: linear-gradient(96deg, #1076bb 0%, #009ad9 115%) !important;
    font-size: 17px;
    padding: 12px 11px;
    margin-bottom: 15px;
}

.htl_info {
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
}

.bk_htl_img img {
    height: 100px;
    width: 100%;
    border: 1px solid gainsboro;
}

.bk_htl_data > h5 {
    font-size: 15px;
    font-weight: 800;
    color: #eb6102;
    line-height: 20px;
    margin-bottom: 10px;
}

.bk_htl_data > span {
    font-size: 12px;
    color: #967a50;
}

.bk_htl_data p {
    line-height: 11px;
    font-size: 11px;
    font-weight: 500;
    color: #a3a3a3;
    letter-spacing: 0.2px;
}

.htl_info_p {
    line-height: 24px;
    padding-top: 26px;
    font-size: 13px;
}

    .htl_info_p p {
        color: #8d8989;
        font-size: 13px;
        line-height: 29px;
        font-weight: 600;
    }

.room_info {
    margin-top: 10px;
    font-weight: 600;
    line-height: 29px;
    background-color: #f5f5ff;
    padding: 12px;
    color: rgb(116, 116, 116);
    border: 1px solid gainsboro;
    border-radius: 5px;
}

.htl_info_p p {
    color: #8d8989;
    font-size: 13px;
    line-height: 29px;
    font-weight: 600;
}

.chek_lft_bottm {
    margin-top: 18px;
    border-top: 1px solid #dddddd;
    padding: 12px 15px;
    font-size: 18px;
    color: #525151;
}

    .chek_lft_bottm > span:first-child {
        float: left;
    }

    .chek_lft_bottm > span:last-child {
        float: right;
    }

.htl li {
    list-style: none;
}

.htl label {
    font-weight: 500;
    font-size: 12px;
}

.htl input {
    position: relative;
    top: 4px;
    margin-right: 7px !important;
}

.ui-menu.ui-widget.ui-widget-content {
    /*padding: 2px;*/
    border: none;
    color: var(--textclr1);
    background: #282525;
    max-height: 300px;
    display: block;
    overflow: hidden auto;
    font-size: 14px;
    border-radius: 5px;
    line-height: 30px;
    font-weight: 600;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 5px 10px !important;
    font-weight: normal;
}

.ui-menu.ui-widget.ui-widget-content li:after {
    background: #ffffff80;
}

.fade.show {
    opacity: 1;
}

.modal-backdrop {
    opacity: 0.6 !important;
}

.ngerror {
    color: red;
    font-size: 12px;
}

.sesion-expire {
    width: 500px;
    margin: 0 auto;
    padding: 40px 50px 50px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.45);
    margin-bottom: 15px;
    position: fixed;
    z-index: 9999;
    background: var(--textclr1);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 5px;
}

    .sesion-expire.checkout {
        transform: translate(80%, 30%);
    }

    .sesion-expire h3 {
        color: #555251;
        margin-top: 0;
    }

    .sesion-expire i {
        font-size: 21px;
        color: #f38a37;
        vertical-align: middle;
        margin: 0 2px;
    }

    .sesion-expire h5 {
        line-height: 1.4;
        margin: 15px 0 10px;
    }

    .sesion-expire a {
        margin: 0px 7px 0;
    }

.alert-modal .modal-content {
    transform: translate(0, 30vh);
    box-shadow: none !important;
    border: 0;
    outline: none !important;
}

/*.alert-modal .modal-content {
    width: 500px;
    margin: 0 auto;
    border-radius: 0;
    border: 0 !important;
}*/

.alert-content {
    text-align: center;
    padding: 20px;
}

    .alert-content .alert-icon {
        font-size: 50px;
    }

    .alert-content .alert-msg {
        margin: 10px 0 20px;
    }

.zoom-in {
    -webkit-animation: zoomin 0.2s ease-in forwards;
    -moz-animation: zoomin 0.2s ease-in forwards;
    -o-animation: zoomin 0.2s ease-in forwards;
    animation: zoomin 0.2s ease-in forwards;
}

@keyframes zoomin {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}


.flt-filter-reset {
    float: right;
    font-weight: 100;
    color: #1076bb;
    position: relative;
    left: -15px;
    font-size: 13px;
    cursor: pointer;
}

.flt-filter .widget-ul .checkbox label {
    margin-top: 10px;
    line-height: 1.5;
    vertical-align: top;
    font-size: 14px;
}

    .flt-filter .widget-ul .checkbox label input[type=checkbox] {
        top: 0;
    }

.flt-top-toolbar {
    background: var(--textclr1);
    box-shadow: 0px 0px 7px #d9d9d9;
    margin-bottom: 11px;
    padding: 8px 7px;
}

.flt-total-count {
    color: #000000e3;
    font-weight: 600;
    font-size: 11px;
}

.flt-destiantion-bar {
    background-image: linear-gradient( 96deg, var(--color) 0%, #009ad9 115%) !important;
    border-radius: 5px;
}

    .flt-destiantion-bar .flt-loc {
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        color: var(--textclr1);
        margin-top: 8px;
        margin-bottom: 5px;
        font-weight: 600;
    }

        .flt-destiantion-bar .flt-loc > img {
            width: 18px;
            margin-right: 13px;
            margin-left: 13px;
        }

    .flt-destiantion-bar .flt-dates {
        text-align: center;
        font-size: 11px;
        color: var(--textclr1);
    }

.flt-results {
    background-color: var(--textclr1);
    box-shadow: 0px 0px 7px #d9d9d9;
    padding: 15px;
}

.seconds_new {
    display: inline-block;
    font-size: 11px;
    position: relative;
    top: -2px;
    margin-bottom: 6px;
    color: gray;
}

.ui-slider {
    background: transparent !important;
    height: 2px;
    margin-bottom: 10px;
}

.range-min, .range-max {
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: center;
    color: #a7a9a5;
    font-weight: 600;
}

.ui-slider-handle {
    cursor: pointer !important;
}

    .ui-slider-handle.ui-state-hover {
        background-color: #005ea8 !important;
    }


.flt-result-container {
    background: var(--textclr1);
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .flt-result-container:hover {
        transition: all 0.3s linear 0s;
        cursor: pointer;
        box-shadow: rgb(211 211 211) 1px 1px 5px !important;
        background: #f6fbff !important;
    }

    .flt-result-container hr {
        margin-top: 0 !important;
    }

.widget-ul input[type=checkbox] {
    position: static;
    margin: 0;
    vertical-align: middle;
}

.widget-ul input + label {
    padding-left: 5px;
    margin: 0;
    vertical-align: middle;
}

.widget-ul .checkbox {
    margin: 0;
    margin-bottom: 10px;
}

.p-0 {
    padding: 0;
}

.checkout-loading {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.8);
}

    .checkout-loading .site-loading {
        top: 50%;
    }

.bookingclass button.btn.btn-secondary.btn-block {
    text-align: left;
}

.bookingclass span.caret {
    float: right;
    position: relative;
    top: 8px;
}

.controlpoint input {
    display: block;
    width: 100% !important;
    padding: 6px 12px;
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #555 !important;
    background-color: var(--textclr1);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    height: 44px !important;
    font-weight: normal !important;
}

input, select {
    outline: none;
}

.controlpoint {
    padding: 30px 10px;
}

    .controlpoint label {
        color: var(--textclr1);
        margin-bottom: 11px;
    }

.wdhtcs {
    padding: 1px;
}

    .wdhtcs:first-child {
        padding-left: 18px;
    }

div#htltop1 span {
    color: var(--textclr1) !important;
}

button.btn-search-control {
    width: 216px;
    padding: 5px;
    background: #009ad9;
    -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 20%);
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--textclr1);
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    border: 0;
    text-align: center;
    position: relative;
    top: 22px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 8px;
    position: relative;
    left: 38%;
    top: 49px;
}

div#htlbottom1 {
    margin-top: 22px;
}

#htlbottom1 select {
    border: none;
    height: 40px;
    border-radius: 5px;
    padding: 0px 7px;
}

#htlbottom1 .col-md-3.col-sm-4.col-xs-12.ar-right {
    display: flex;
    flex-direction: column;
}

.full_new1 input {
    padding: 23px 29px;
    border-radius: 7px;
}

.modal_new {
    box-shadow: 0px 0px 9px var(--textclr1);
}

.fare_type .dropdown-menu {
    width: 100%;
}

.newhotel i {
    position: absolute;
    left: 12px;
    top: 14px;
    font-size: 17px;
    color: #6a6a6a;
}

.newhotel input {
    padding-left: 38px;
}

.newflightt i {
    position: absolute;
    left: 12px;
    top: 14px;
    font-size: 17px;
    color: #6a6a6a;
}

.newflightt input {
    padding-left: 38px;
}

.nav_bar span {
    position: relative;
    right: -8px;
}

.allway p {
    text-decoration: none;
}

.plus_minus_box {
    display: flex;
}

#htlbottom label {
    color: initial !important;
    font-size: 12px;
    font-weight: 600;
}

div#htlbottom {
    padding: 10px 20px;
}

input.qtyminus, input.qtyplus {
    border: none !important;
    color: var(--textclr1) !important;
    height: 27px !important;
}

input#txtroom {
    /*height: 27px !important;*/
    color: var(--textclr2) !important;
}

input#txtFrom {
    padding: 6px 12px !important;
}

.room_block select {
    height: 38px;
    border-radius: 5px;
    padding: 0px 7px;
}

.room_block {
    margin-top: 10px;
    margin-bottom: 20px;
}

i#Closebox {
    float: right;
    cursor: pointer;
}

i.fa.fa-angle-down.new_down {
    position: relative;
    left: -13px;
    top: 15px;
    font-weight: bold;
}

.selected_box_top.selected_box_tri {
    display: flex;
}

input#txtroom {
    /*margin: 0px 4px;*/
}

input.qty.noTrav {
    height: initial !important;
    margin: 0px 7px;
}

.flt-modify .gocome span {
    color: var(--textclr2) !important;
}

.flt-results {
    display: grid;
}

.modal-header button.close {
    position: absolute;
    right: 11px;
    top: 17px;
}

.departure span {
    color: var(--textclr1);
    padding: 10px;
}

.checkoutpopupdetail .departure span {
    color: #333 !important;
}

.row.flight_popup {
    margin: 20px 0px;
}

.flight_popup_body.flight_fare_details {
    padding: 0px;
}

    .flight_popup_body.flight_fare_details .row {
        border-radius: 5px;
    }

.baggage-style span {
    font-weight: 600;
}

flight-baggage-details table.table.table-bordered {
    margin-top: 20px;
}

.dept-time, .dept-time1 {
    text-align: left;
}

a.btn.btn-danger.bok-btn {
    background: #005ea8;
    border: none;
    text-align: center;
    vertical-align: middle;
    display: initial;
    padding: 10px 30px;
    border-radius: 6px;
    border: 1px solid #005ea8;
}

.a.btn.btn-danger.bok-btn:hover {
    color: var(--textclr1) !important;
}

.modal-content {
    overflow: auto;
    display: block;
    border-radius: 5px;
}

a.btn_1.outline.selectRoom {
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 7px;
}

.btn_1, .bok-btn {
    position: relative;
    top: 20px;
}

a.btn_1.outline.selectRoom:hover {
    background: #005ea8;
    color: var(--textclr1) !important;
}

.flt-result-seg {
    margin-bottom: 20px;
}

li.ui-menu-item .ui-state-active {
    background: #005ea8 !important;
    border: none !important;
    margin: 0;
}

.ui-menu.ui-widget.ui-widget-content {
    margin-top: 16px !important;
    /*box-shadow: 0px 0px 5px 1px #b3b0b0;*/
}

.accordion-wrapper {
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
    width: 97%;
}

    .accordion-wrapper .accordion-header div {
        padding: 5px 0;
        cursor: pointer;
        font-size: 14px;
    }

    .accordion-wrapper .accordion-header .fa {
        padding: 0 10px;
    }

    .accordion-wrapper .accordion-header.active .fa:before {
        content: "\f068";
    }

    .accordion-wrapper .accordion-body {
        padding: 10px;
    }

.ui-autocomplete {
    z-index: 9999999;
}

.ui-autocomplete-loading {
    background-image: url("../img/ui-loader.gif") !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

span.next.ar-left {
    position: absolute;
    top: 40%;
    right: 28px;
    background: #8b8989;
    padding: 5px 11px;
    border-radius: 100%;
    color: #c1c1c1;
}

span.pre.ar-right {
    position: absolute;
    top: 40%;
    left: 20px;
    background: #8b8989;
    padding: 5px 11px;
    border-radius: 100%;
    color: #c1c1c1;
}

.list_icons .fa {
    width: 20px;
    text-align: right;
}


.canclsn-block{
    background:var(--textclr1);
    width:56vw;
}
a:hover {
    color: var(--color1) !important
}
flight-search .resp_full {
    WIDTH: 50% !IMPORTANT;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    font-size: 15px !important;
    border: 1px solid gainsboro;
    width: 45%;
    width: 78px !important;
    text-align: center;
    border-radius: 3px;
    margin-right: 3px;
}
footer .col-md-9 {
    width: 100%;
    text-align: center;
}


.container.contactusform > .row {
    padding: 20px 10px !important;
}

.longdash {
    width: 80px;
    height: 4px;
    background-color: var(--color2);
    border-radius: 145px;
}

.container.contactusform p img {
    /* width: 29.8%; */
    margin: 16px 0px;
}

    .container.contactusform p img:first-child, .container.contactusform p img:nth-child(2) {
        margin-right: 11px;
    }

.textchat {
    justify-content: space-between;
    margin-top: 21px;
    display: flex;
    margin-left: -42px;
}

    .textchat .row {
        padding: 0;
    }

.row.col-md-4.eachcol {
    box-shadow: 0px 0px 5px #e0e8f7;
    border-radius: 6px;
    padding: 9px 0px;
    background: var(--textclr1);
    justify-content: space-between;
    cursor: pointer;
    max-width: 32%;
    width:29%;
}

.usp1 {
    text-align: center;
}

.eachcol img {
    background: #ebf2ff;
    padding: 6px;
    border-radius: 50%;
    width: 39px;
}

.usp {
    padding: 9px 5px 0px 5px;
    text-align: center;
}

    .usp p:nth-child(1) {
        font-weight: bold;
    }

    .usp p:nth-child(1), .usp p:nth-child(2) {
        padding: 0;
        margin-bottom: 8px;
    }

    .usp p:nth-child(2) {
        font-size: 11px !important;
    }

.eachcol:nth-child(3) img {
    padding: 0 !important;
}

.col-md-12.tespk {
    margin-top: 19px;
    padding: 0;
    font-size: 13px;
}

.contactboxes {
    margin-top: 16px;
}

    .contactboxes input, .contactboxes textarea {
        width: 100%;
        padding: 6px 10px;
        margin-bottom: 20px;
        border: 1px solid var(--color2);
        transition: 0.5s;
        outline: none;
        border-radius: 3px;
    }

    .contactboxes textarea {
        color: #d5c4bb;
    }

textarea {
    overflow: auto;
    resize: vertical;
}

.query button {
    background-color: var(--color2);
    padding: 10px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    color: var(--textclr1);
}
/* fix blank or flashing items on carousel */
.home-demo .owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.home-demo .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}
h2#swal2-title {
    font-size: 22px;
}
.swal2-content {
    font-size: 18px;
    padding: 0px 7px;
}
.swal2-content {
    font-size: 18px;
    padding: 0px 7px;
}
.swal2-actions {
    margin-top: 10px;
}
.swal2-actions button.swal2-confirm.swal2-styled {
    padding: 7px 25px;
    font-size: 16px;
}
.swal2-popup.swal2-modal.swal2-icon-success.swal2-show {
    font-size: 14.9px;
}
.home-demo .owl-nav i {
    font-size: 52px;
    color: #bdbabaf2;
}

.home-demo {
    padding-bottom: 30px;
    padding-top: 10px;
}

.home-demo .owl-nav .owl-prev {
    left: -53px;
}

.home-demo .owl-nav .owl-next {
    right: -53px;
}

.home-demo .owl-nav {
    display: block;
}

.home-demo .owl-nav .owl-prev, .home-demo .owl-nav .owl-next {
    background: transparent !important;
    font-size: 38px !important;
    transition: 0.35s;
    box-shadow: none;
    top: 174px;
}

.swal2-popup.swal2-modal.swal2-icon-success.swal2-show {
    font-size: 15px;
}

.swal2-popup.swal2-modal.swal2-icon-error.swal2-show {
    font-size: 15px;
}
header div#sticky-header .header_bottom_border > div:nth-child(1) {
    align-items: center;
}
.loginbox .logo {
    width: auto;
    margin: auto;
    padding-top: 0px;
}
.thanku_cnfrm {
    font-weight: 500;
    text-align: center;
    padding-bottom: 11px;
    font-size: 22px;
    color: #005f9b;
}
    .thanku_cnfrm h1 {
        color: #7ab800;
        font-size: 50px;
    }
p.nonrcp {
    color: #801f5a;
    background: #c291af;
    width: 100% !important;
    font-size: 10.5pt;
    padding: 8px
}
/*ds*/
.flex-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

body {
    font-family: 'Segoe UI';
    font-weight: normal;
    font-style: normal;
}


.img {
    max-width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a,
.button {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    /* line 21, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
    a:focus,
    .button:focus, button:focus {
        text-decoration: none;
        outline: none;
    }

    /* line 26, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
    a:focus {
        text-decoration: none;
    }

    /* line 29, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
    a:focus,
    a:hover,
    .portfolio-cat a:hover,
    .footer -menu li a:hover {
        text-decoration: none;
    }

/* line 35, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
a,
button {
    color: #1F1F1F;
    outline: medium none;
}

    a:focus, a:hover {
        text-decoration: none !important;
    }

/* line 40, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
h1, h2, h3, h4, h5 {
    font-family: 'Segoe UI';
    color: #001D38;
}

    /* line 44, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

/* line 53, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
ul {
    margin: 0px;
    padding: 0px;
}

.about_v {
    background: #f9f9f9;
}

.about_heading {
    border-radius: 60px;
    background: #f9f9f9;
    top: -51px;
    position: relative;
    text-align: center;
    font-weight: bold;
    padding: 28px;
    color: var(--color);
}

.destination_heading {
    top: -20px;
    position: relative;
    text-align: center;
    font-weight: 600;
    padding: 0;
    margin: auto;
    color: var(--color);
    padding-top: 25px;
}

.about_heading h2 {
    color: var(--color);
}

.row.multi-slider {
    margin: 30px 0 60px 0;
}

.agntsd {
    padding: 0 20px;
}

h2.crosss::after {
    content: "";
    width: 20%;
    height: 2px;
    background-color: #bebebe;
    position: absolute;
    top: 117px;
    float: left;
    margin-left: 9px;
}

h2.crosss::before {
    content: "";
    width: 20%;
    height: 2px;
    background-color: #bebebe;
    position: absolute;
    top: 117px;
    float: left;
    margin-left: -278px;
}

h2.crosssv::after {
    content: "";
    width: 25%;
    height: 2px;
    background-color: #bebebe;
    position: absolute;
    top: 113px;
    float: left;
    margin-left: 7px;
}

h2.crosssv::before {
    content: "";
    width: 25%;
    height: 2px;
    background-color: #bebebe;
    position: absolute;
    top: 113px;
    float: left;
    margin-left: -26%;
}

h4.bothagent {
    margin: 0;
    text-align: center;
    background: #ffffff47;
    padding: 22px;
    color: #333;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid var(--textclr1);
    border-top-left-radius: 5px;
}

h4.bothagents {
    margin: 0;
    text-align: center;
    background: var(--color);
    padding: 22px;
    color: var(--textclr1);
    border-top-right-radius: 5px;
}

.owl-nav {
    display: none;
}
header img {
    height: 59px;
    object-fit: contain;
}
.detailspage {
    position:absolute;
    left:10%;
    width: 30%;
    border-radius: 5px;
    background: #ffffffde;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

.whyss {
    width: 100%;
}

.mids {
    margin: auto;
    text-align: center;
    position: relative;
    top: -61%;
    width: 100%;
}

    .mids p {
        width: 100%;
        margin: auto;
        line-height: 23px;
    }

    .mids h3 {
        margin: 8px 0 16px 0;
    }

footer .newsfooter {
    background-color: var(--color2);
    padding: 30px 0px;
}

.firsts {
    margin: auto;
    text-align: center;
    position: relative;
    bottom: 37%;
    width: 100%;
}

    .firsts p {
        width: 68%;
        margin: auto;
        line-height: 23px;
    }

    .firsts h3 {
        margin: 20px 0 8px 0;
    }

.pricedetails {
    position: relative;
    z-index: 999;
    padding: 12px;
    border-radius: 10px;
    width: 100%;
    color: var(--textclr1);
    text-align: left;
    margin-top: -82px;
}

span.headprice {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
header {
    border-bottom: 1.5px solid #8080808f;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -27px !important;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -27px !important;
}

footer p.coyrgt {
    font-size: 14px;
    color: var(--textclr1);
    font-weight: 500;
}

.getint {
    display: inline;
}

.optionsss {
    text-align: left;
    margin-top: 0px;
    margin-left: 38px;
    text-transform: uppercase;
}
footer .optionsss span a {
    font-size: 15px;
    color: var(--textclr1);
    font-weight: 600;
    display: block;
    letter-spacing: .5px;
}

.leftdetails {
    margin-top: 24px;
    display: flex;
    margin: auto;
}
footer .leftdetails img {
    width: 150px;
    object-fit: contain;
}
.gllry .col-md-6.col-xs-6 {
    padding: 0;
}
/*
.coyrgt {
    float: right;
}
*/
.subs p {
    margin: 0;
    line-height: 20px;
    margin-top: -6px;
    color: var(--textclr1);
    font-size: 17px !important;
}

.newsletter_field {
    margin-top: 12px;
}

.subscribess {
    background: linear-gradient(to right, var(--color), var(--color1));
    width: 80%;
    float: right;
    padding: 10px 50px 10px 0;
}

.row.gllry {
    margin-top: 20px;
}

.gallerys {
    padding: 6px;
}

    .gallerys img {
        width: 100%;
        border-radius: 5px;
    }

        .gallerys img:hover {
            transform: scale(1.02);
            transition: 0.2s;
            filter: grayscale(1);
        }

footer.footer {
    font-size: 17px;
    font-weight: 600;
    color: var(--textclr1);
    float: right;
    width: 100%;
    box-shadow: none;
    padding: 0px;
}

    footer.footer .social_linksv {
        text-align: right;
        font-size: 17px;
        letter-spacing: .5px;
    }
        footer.footer .social_linksv span a {
            margin: 4px;
            font-size: 25px;
            color: var(--textclr1);
        }

        .social_linksv span a:hover {
            color: #879fb7;
        }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 40px !important;
    height: 40px !important;
    font-size: 32px !important;
    color: darkgrey;
}

p.forgotps {
    width: 100%;
    text-align: center;
    padding: 7px 0px;
    margin: 0px;
    font-size: 14px;
}

.agnt label {
    display: block;
    padding-top: 15px;
    font-size: 14px;
    color: #333;
    cursor: initial;
    font-weight: 500;
    margin: 0;
}

.agnt input {
    padding: 10px 0;
    width: 100%;
    font-weight: normal;
    border: none;
    color: #333;
    background: none;
    border-bottom: 1px solid #737373c9;
    font-size: 14px;
}

.loginbtn button {
    margin: auto;
    display: block;
    padding: 10px 42px;
    font-size: 14px;
    color: var(--textclr1);
    background-image: linear-gradient(to right, var(--color), var(--color1));
    border: none;
    border-radius: 5px;
    margin-top: 15px;
    font-weight: 600;
}

.optionsss span a:hover {
    color: #ffffffc2;
}

.banner.loginpg .logindetails {
    top: 60px;
    z-index: 99;
    position: absolute;
    width: 100%;
/*    right: 26%;*/
}

.rating {
    background: whitesmoke;
    padding: 50px 0;
    padding-top: 81px;
}

.sliders {
    background: whitesmoke;
}

.ratingdetails {
    background: var(--textclr1);
    border-radius: 10px;
    text-align: center;
    padding: 44px 0;
}

.lstpa {
    color: var(--color);
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.header_tp {
    height: 10px;
    background-color: var(--color);
}

li {
    list-style: none;
}

/* line 60, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #7A838B;
    margin-bottom: 0px;
    font-family: 'Segoe UI';
}

/* line 69, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

/* line 75, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
*::-moz-selection {
    background: #444;
    color: var(--textclr1);
    text-shadow: none;
}

/* line 80, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
::-moz-selection {
    background: #444;
    color: var(--textclr1);
    text-shadow: none;
}

/* line 85, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
::selection {
    background: #444;
    color: var(--textclr1);
    text-shadow: none;
}

/* line 90, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
*::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}

/* line 95, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
*:-ms-input-placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}

/* line 100, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
*::-ms-input-placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}

/* line 105, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
*::placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}

/* line 111, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
h3 {
    font-size: 18px;
}

/* line 115, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
.mb-65 {
    margin-bottom: 67px;
}

/* line 119, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
.black-bg {
    background: #020c26 !important;
}

/* line 123, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
.white-bg {
    background: var(--textclr1);
}

/* line 126, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
.gray-bg {
    background: #f5f5f5;
}

/* line 131, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
.bg-img-1 {
    background-image: url(../img/slider/slider-img-1.jpg);
}

/* line 134, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
.bg-img-2 {
    background-image: url(../img/background-img/bg-img-2.jpg);
}

.cta-bg-1 {
    background-image: url(../img/background-img/bg-img-3.jpg);
}

.overlay {
    position: relative;
    z-index: 0;
}

.overlay2 {
    position: relative;
    z-index: 0;
}

    /* line 162, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
    .overlay2::before {
        position: absolute;
        content: "";
        background-color: #001D38;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.6;
    }

/* line 174, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
.overlay_03 {
    position: relative;
    z-index: 0;
}

    /* line 178, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
    .overlay_03::before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #001D38;
        opacity: .6;
        content: '';
        z-index: -1;
    }

/* line 191, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
.bradcam_overlay {
    position: relative;
    z-index: 0;
}

    /* line 195, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
    .bradcam_overlay::before {
        position: absolute;
        content: "";
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5db2ff+0,7db9e8+100&1+24,0+96 */
        background: -moz-linear-gradient(left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db2ff', endColorstr='#007db9e8',GradientType=1 );
        /* IE6-9 */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 1;
    }

/* line 211, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

/* line 215, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
.pt-120 {
    padding-top: 120px;
}

/* button style */
/* line 221, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div {
    background: transparent;
    height: 50px;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    color: #707070;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50px;
    font-size: 15px;
    line-height: 50px;
    border: 1px solid #4D6174;
    left: 150px;
    color: var(--textclr1);
}

    /* line 249, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
    .owl-carousel .owl-nav div.owl-next {
        left: auto;
        right: 150px;
    }

        /* line 254, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
        .owl-carousel .owl-nav div.owl-next i {
            position: relative;
            right: 0;
        }

    /* line 261, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
    .owl-carousel .owl-nav div.owl-prev i {
        position: relative;
        top: 0px;
    }

/* line 271, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

    /* line 274, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
    .owl-carousel:hover .owl-nav div:hover {
        color: var(--textclr1);
        background: #001D38;
        border: 1px solid transparent;
    }

/* line 284, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
.mb-20px {
    margin-bottom: 20px;
}

/* line 288, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
.mb-55 {
    margin-bottom: 55px;
}

/* line 291, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
.mb-40 {
    margin-bottom: 40px;
}

/* line 294, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
.mb-20 {
    margin-bottom: 20px;
}

/* line 299, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
.mb-60 {
    margin-bottom: 50px !important;
}

/* line 303, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: var(--textclr2);
}

/* line 315, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
.custom_search_pop .modal-content .serch_form {
    position: relative;
}

    /* line 317, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
    .custom_search_pop .modal-content .serch_form input {
        width: 100%;
        height: 70px;
        background: var(--textclr1);
        border: none;
        padding-left: 20px;
        color: var(--textclr2);
        font-size: 15px;
        padding-right: 120px;
    }

        .custom_search_pop .modal-content .serch_form input::placeholder {
            color: var(--textclr2);
            font-size: 20px;
        }

        /* line 333, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
        .custom_search_pop .modal-content .serch_form input:focus {
            outline: none;
        }

    /* line 337, ../../Arafath/CL/December/231. Travel-02/HTML/scss/theme-default.scss */
    .custom_search_pop .modal-content .serch_form button {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 18px;
        height: 100%;
        padding: 20px;
        color: var(--textclr1);
        background: var(--color);
        display: inline-block;
        border: none;
        line-height: 50px;
        height: 70px;
        padding: 0 30px;
        cursor: pointer;
    }

.modal::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--textclr2);
    z-index: 1062;
    opacity: 1;
    position: fixed;
    content: '';
    opacity: .8;
    z-index: -1;
}

/* line 1, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_btn.scss */
.boxed-btn {
    background: #1EC6B6;
    color: var(--textclr1);
    display: inline-block;
    padding: 14px 44px;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #1EC6B6;
    text-align: center;
    color: var(--textclr1) !important;
    text-transform: uppercase;
    cursor: pointer;
}

    /* line 16, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_btn.scss */
    .boxed-btn:hover {
        background: var(--color);
        color: var(--textclr1) !important;
        border: 1px solid var(--color);
    }

    /* line 21, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_btn.scss */
    .boxed-btn:focus {
        outline: none;
    }

    /* line 24, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_btn.scss */
    .boxed-btn.large-width {
        width: 220px;
    }

/* line 28, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_btn.scss */
.boxed-btn3 {
    background: #1EC6B6;
    color: var(--textclr1);
    display: inline-block;
    padding: 18px 41px;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 500;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

    /* line 42, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_btn.scss */
    .boxed-btn3:hover {
        background: var(--color);
        color: var(--textclr1) !important;
    }

    /* line 46, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_btn.scss */
    .boxed-btn3:focus {
        outline: none;
    }

    /* line 49, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_btn.scss */
    .boxed-btn3.large-width {
        width: 220px;
    }

.boxed-btn4 {
    background: linear-gradient( 213deg, var(--color2) 30%, #1299a4,#6ec6cc 190%);
    color: var(--textclr1);
    display: inline-block;
    padding: 13px 39px;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 500;
    border: 0;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0 10px 10px 0;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

    .boxed-btn4:hover {
        background: #1EC6B6;
        color: var(--textclr1) !important;
    }


    .boxed-btn4:focus {
        outline: none;
    }


    .boxed-btn4.large-width {
        width: 220px;
    }

/* line 2, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_section_title.scss */
.section_title h3 {
    font-size: 38px;
    font-weight: 400;
    color: #040E27;
    position: relative;
    z-index: 0;
    padding-bottom: 7px;
}

.section_title p {
    font-size: 16px;
    color: #7A838B;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 400;
}


/* line 48, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_section_title.scss */
.section_title h4 {
    font-size: 22px;
    font-weight: 500;
    color: #001D38;
    padding-bottom: 21px;
}

/* line 54, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_section_title.scss */
.mb-50 {
    margin-bottom: 50px;
}

.mb_70 {
    margin-bottom: 62px;
}

    /* line 28, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_slick-nav.scss */
    .slicknav_menu .slicknav_nav a:hover {
        background: transparent;
        color: var(--color);
    }

    /* line 32, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_slick-nav.scss */
    .slicknav_menu .slicknav_nav a.active {
        color: var(--color);
    }

    .slicknav_menu .slicknav_nav .slicknav_btn {
        background-color: transparent;
        cursor: pointer;
        margin-bottom: 10px;
        margin-top: -40px;
        position: relative;
        z-index: 99;
        border: 1px solid #ddd;
        top: 3px;
        right: 5px;
        top: -36px;
    }

        /* line 55, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_slick-nav.scss */
        .slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
            margin-right: 6px;
            margin-top: 3px;
            position: relative;
            padding-bottom: 3px;
            top: -11px;
            right: -5px;
        }

.slicknav_nav .slicknav_arrow {
    float: right;
    font-size: 22px;
    position: relative;
    top: -9px;
}

/* line 1, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_header.scss */
.header-area {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 9;
    position: relative;
}
.mobile_menu {
    position: absolute;
    right: 10px;
    width: 96%;
    z-index: 99;
}
.slicknav_menu:before {
    content: " ";
    display: table;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: var(--textclr2);
    height: 3px;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
    position: relative;
    display: block;
}
.slicknav_menu .slicknav_icon:before {
    background: transparent;
    width: 1.125em;
    height: 0.875em;
    display: block;
    content: "";
    position: absolute;
}
.slicknav_menu {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 16px;
    box-sizing: border-box;
}
    .slicknav_menu .slicknav_icon {
        margin-right: 6px;
        margin-top: 3px;
        position: relative;
        right: 0px;
        top: 0px;
        padding-bottom: 3px;
    }
    .header-area .main-header-area {
        background: transparent;
        padding: 5px 15px;
    }

        /* line 21, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_header.scss */
        .header-area .main-header-area.details_nav_bg {
            background: #727272;
            padding-bottom: 0;
        }

        .header-area .main-header-area.details_nav {
            background: #001D38;
        }

        .header-area .main-header-area .logo-img {
            text-align: center;
        }

        .header-area .main-header-area .main-menu {
            padding: 28px 0;
            position: relative;
            float: right;
        }

            /* line 75, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_header.scss */
            .header-area .main-header-area .main-menu::before {
                position: absolute;
                left: 0;
                height: 35px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 1px;
                background: #EAEAEA;
                content: '';
                left: -10%;
            }

.header-area .main-header-area .main-menu ul li {
    display: inline-block !important;
    position: relative;
    margin: 0 0 0 35px;
}

    .header-area .main-header-area .main-menu ul li a {
        color: var(--color);
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 600;
        display: inline-block;
        padding: 0px 0px 0px 0px;
        font-family: 'Segoe UI';
        position: relative;
        text-transform: capitalize;
    }

        .header-area .main-header-area .main-menu ul li a:hover {
            color: var(--color2) !important
        }

.header-area .main-header-area .main-menu ul li a i {
    font-size: 9px;
}

.header-area .main-header-area .main-menu ul li .submenu {
    position: absolute;
    left: 0;
    top: 160%;
    background: var(--textclr1);
    width: 200px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

    .header-area .main-header-area .main-menu ul li .submenu li {
        display: block;
    }

        .header-area .main-header-area .main-menu ul li .submenu li a {
            padding: 10px 15px;
            position: inherit;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            display: block;
            color: #040E27;
            font-size: 14px;
        }

            .header-area .main-header-area .main-menu ul li .submenu li a::before {
                display: none;
            }

        .header-area .main-header-area .main-menu ul li .submenu li:hover a {
            color: var(--textclr2);
        }

.header-area .main-header-area .main-menu ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 225%;
}

.header-area .main-header-area .main-menu ul li:hover > a::before {
    opacity: 1;
    transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li:first-child a {
    padding-left: 0;
}

.header-area .main-header-area.sticky {
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 990;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.96);
}

    .header-area .main-header-area.sticky .main-menu {
        padding: 0;
    }

    /* line 240, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_header.scss */
    .header-area .main-header-area.sticky .header_bottom_border {
        border-bottom: none;
    }

        /* line 243, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_header.scss */
        .header-area .main-header-area.sticky .header_bottom_border.white_border {
            border-bottom: none !important;
        }

.header-area .social_wrap .social_links {
    margin-right: 4px;
}

    /* line 279, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_header.scss */
    .header-area .social_wrap .social_links li {
        display: inline-block;
    }

        .header-area .social_wrap .social_links li a {
            display: inline-block;
            color: var(--textclr1);
            font-size: 16px;
            margin: 0 11px;
            background-color: var(--color);
            padding: 10px 26px;
            border-radius: 5px;
        }

            .header-area .social_wrap .social_links li a:hover {
                background-color: #04386d;
            }

/* line 292, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_header.scss */
.header-area .social_wrap .number {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #EAEAEA;
}

    .header-area .social_wrap .number p {
        font-size: 15px;
        color: #040E27;
        margin-bottom: 0;
        font-weight: 500;
    }

        .header-area .social_wrap .number p i {
            color: var(--color);
            font-size: 16px;
            margin-right: 5px;
        }

.header-area .seach_icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: var(--color);
    width: 100px;
}

    .header-area .seach_icon a {
        text-align: center;
        color: var(--textclr1);
        width: 100%;
        height: 100%;
        display: block;
    }

        /* line 349, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_header.scss */
        .header-area .seach_icon a i {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

.slider_bg_1 {
    background-image: url(../img/banner/banner.png);
}

.slider_bg_2 {
    background-image: url(../img/banner/banner.png);
}

.slider_bg_3 {
    background-image: url(../img/banner/banner.png);
}


.slider_area {
    position: relative;
    z-index: 0;
}


    .slider_area .single_slider {
        height: 500px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .slider_area .single_slider .slider_text h3 {
            font-family: "Nothing You Could Do", cursive;
            font-size: 150px;
            text-transform: capitalize;
            font-weight: 400;
            line-height: .5;
            color: var(--textclr1);
            margin-bottom: 0;
        }

        .slider_area .single_slider .slider_text p {
            font-size: 20px;
            font-weight: 400;
            color: var(--textclr1);
            margin-top: 33px;
            margin-bottom: 49px;
        }

    .slider_area .owl-carousel .owl-nav div {
        height: 120px;
        left: 0px;
        width: 50px;
        color: var(--textclr1);
        background-color: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        left: 50px;
        font-size: 14px;
        border: none;
        left: 150px;
        line-height: 120px;
        background: rgba(255, 255, 255, 0.2);
        left: 0;
        border: none !important;
    }

        /* line 94, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_slider.scss */
        .slider_area .owl-carousel .owl-nav div.owl-next {
            right: 0;
            left: auto;
        }

        /* line 98, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_slider.scss */
        .slider_area .owl-carousel .owl-nav div:hover {
            background: var(--textclr1);
            color: #001D38;
            border: none;
        }

/* line 105, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_slider.scss */
.property_bg {
    background-image: url(../img/banner/property.png);
}

.counter_wrap .single_counter {
    margin-bottom: 30px;
}

    .counter_wrap .single_counter h3 {
        color: var(--color);
        font-weight: 400;
        font-size: 60px;
        margin-bottom: 17px;
    }

    /* line 18, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_counter.scss */
    .counter_wrap .single_counter p {
        color: #7A838B;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0;
        line-height: 28px;
    }

/* line 1, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_team.scss */
.team_area {
    padding-top: 180px;
    padding-bottom: 150px;
}

    /* line 4, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_team.scss */
    .team_area .single_team {
        margin-bottom: 30px;
    }

        /* line 6, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_team.scss */
        .team_area .single_team .team_thumb {
            overflow: hidden;
            margin-bottom: 26px;
        }

            /* line 9, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_team.scss */
            .team_area .single_team .team_thumb img {
                width: 100%;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

        /* line 16, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_team.scss */
        .team_area .single_team .team_info h3 {
            font-size: 24px;
            font-weight: 300;
            color: #2C2C2C;
            margin-bottom: 0;
        }

        /* line 22, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_team.scss */
        .team_area .single_team .team_info p {
            font-size: 13px;
            font-weight: 300;
            color: #2C2C2C;
            margin-top: 6px;
            margin-bottom: 8px;
        }

        /* line 30, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_team.scss */
        .team_area .single_team .team_info .social_link li {
            display: inline-block;
        }

            /* line 32, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_team.scss */
            .team_area .single_team .team_info .social_link li a {
                font-size: 15px;
                color: #C7C7C7;
                margin: 0 5px;
            }

                /* line 36, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_team.scss */
                .team_area .single_team .team_info .social_link li a:hover {
                    color: var(--color1);
                }

        /* line 45, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_team.scss */
        .team_area .single_team:hover .team_thumb img {
            width: 100%;
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

/* line 2, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_testmonial.scss */
.testimonial_area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0 118px 0;
    background: #f7fafd;
}

    .testimonial_area .single_testmonial {
        margin-bottom: 20px;
    }

        /* line 14, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_testmonial.scss */
        .testimonial_area .single_testmonial p {
            color: #040E27;
            font-weight: 400;
            font-size: 18px;
            line-height: 32px;
            margin: 34px 0 10px 0;
        }

        /* line 22, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_testmonial.scss */
        .testimonial_area .single_testmonial .author_thumb {
            width: 106px;
            height: 106px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            margin: auto;
            margin: auto auto 15px auto;
            position: relative;
        }

            /* line 29, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_testmonial.scss */
            .testimonial_area .single_testmonial .author_thumb::before {
                position: absolute;
                right: -15px;
                bottom: -12px;
                width: 50px;
                height: 50px;
                content: "\f100";
                font-family: "Flaticon";
                text-align: center;
                line-height: 50px;
                background: #1EC6B6;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                color: var(--textclr1);
                font-size: 17px;
            }

        /* line 46, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_testmonial.scss */
        .testimonial_area .single_testmonial .testmonial_author h3 {
            color: #7A838B;
            font-size: 16px;
            font-weight: 400;
        }

    /* line 53, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_testmonial.scss */
    .testimonial_area .owl-carousel .owl-item img {
        display: inline-block;
        width: auto;
    }

    /* line 57, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_testmonial.scss */
    .testimonial_area .owl-carousel .owl-nav div.owl-next {
        left: auto;
        right: 0;
    }

    /* line 61, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_testmonial.scss */
    .testimonial_area .owl-carousel .owl-nav div {
        left: 0;
    }

    /* line 64, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_testmonial.scss */
    .testimonial_area .owl-dots {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
    }

        /* line 70, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_testmonial.scss */
        .testimonial_area .owl-dots .owl-dot {
            width: 12px;
            height: 12px;
            background: #AAB1B7;
            display: inline-block;
            border-radius: 50%;
            margin: 0 5px;
        }

.bradcam_bg_1 {
    background-image: url(../img/banner/bradcam.png);
}

/* line 4, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
.bradcam_bg_2 {
    background-image: url(../img/banner/bradcam2.png);
}

/* line 7, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
.bradcam_bg_3 {
    background-image: url(../img/banner/bradcam3.png);
}

/* line 10, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
.bradcam_bg_4 {
    background-image: url(../img/banner/bradcam4.png);
}

/* line 13, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
.bradcam_area {
    background-size: cover;
    background-position: center center;
    padding: 175px 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

    .bradcam_area::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #040E27;
        opacity: .1;
        z-index: -1;
        content: '';
    }

    .bradcam_area h3 {
        font-size: 80px;
        color: var(--textclr1);
        font-weight: 500;
        margin-bottom: 0;
        line-height: 90px;
        text-transform: capitalize;
        font-family: "Nothing You Could Do", cursive;
    }

    .bradcam_area p {
        font-size: 18px;
        color: var(--textclr1);
        font-weight: 400;
        text-transform: capitalize;
    }

        /* line 54, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
        .bradcam_area p a {
            color: var(--textclr1);
        }

            /* line 56, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
            .bradcam_area p a:hover {
                color: var(--textclr1);
            }

    /* line 62, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
    .bradcam_area .bradcam_text2 h3 {
        font-size: 50px;
        margin-bottom: 14px;
    }

    .bradcam_area .bradcam_text2 p {
        font-size: 20px;
        margin-bottom: 0;
    }

    /* line 74, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
    .bradcam_area.Extra_padding {
        padding: 399px 0;
    }

.popup_box {
    background: var(--textclr1);
    display: inline-block;
    z-index: 9;
    width: 558px;
}

    /* line 95, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
    .popup_box .boxed-btn3 {
        width: 100%;
        text-transform: capitalize;
    }

    /* line 99, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
    .popup_box .popup_header {
        background: #F5FBFF;
        padding: 28px 0;
        display: block;
    }

        /* line 103, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
        .popup_box .popup_header h3 {
            text-align: center;
            font-size: 20px;
            color: #2C2C2C;
            margin-bottom: 0;
            font-weight: 400;
        }

    /* line 111, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
    .popup_box .custom_form {
        padding: 60px 68px;
    }

    /* line 115, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
    .popup_box input {
        width: 100%;
        height: 50px;
        border: none;
        border-bottom: 1px solid #C7C7C7;
        padding: 15px 0;
        margin-bottom: 20px;
    }

        /* line 122, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
        .popup_box input::placeholder {
            color: #919191;
            font-weight: 400;
        }

        /* line 126, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
        .popup_box input:focus {
            outline: none;
        }

    /* line 130, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
    .popup_box textarea {
        width: 100%;
        border: none;
        margin-top: 112px;
        border-bottom: 1px solid #C7C7C7;
        padding: 15px 0;
        margin-bottom: 20px;
        height: 55px;
        resize: none;
        margin-bottom: 40px;
    }

        /* line 141, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
        .popup_box textarea::placeholder {
            color: #919191;
            font-weight: 400;
        }

        /* line 145, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
        .popup_box textarea:focus {
            outline: none;
        }

    /* line 149, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
    .popup_box .nice-select {
        -webkit-tap-highlight-color: transparent;
        background-color: var(--textclr1);
        /* border-radius: 5px; */
        border: solid 1px #E2E2E2;
        box-sizing: border-box;
        clear: both;
        cursor: pointer;
        display: block;
        float: left;
        font-family: 'Segoe UI';
        font-weight: normal;
        width: 100% !important;
        /* height: 42px; */
        line-height: 50px;
        outline: none;
        padding-left: 18px;
        padding-right: 30px;
        position: relative;
        text-align: left !important;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
        width: auto;
        border-radius: 0;
        margin-bottom: 30px;
        height: 50px !important;
        font-size: 16px;
        font-weight: 400;
        color: #919191;
    }

        /* line 183, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
        .popup_box .nice-select::after {
            content: "\f0d7";
            display: block;
            height: 5px;
            margin-top: -5px;
            pointer-events: none;
            position: absolute;
            right: 17px;
            top: 3px;
            transition: all 0.15s ease-in-out;
            width: 5px;
            font-family: fontawesome;
            color: #919191;
            font-size: 15px;
        }

        /* line 198, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
        .popup_box .nice-select.open .list {
            opacity: 1;
            pointer-events: auto;
            -webkit-transform: scale(1) translateY(0);
            -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
            height: 200px;
            overflow-y: scroll;
        }

        /* line 207, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
        .popup_box .nice-select.list {
            height: 200px;
            overflow-y: scroll;
        }

/* line 213, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
#test-form {
    display: inline-block;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    /* line 221, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
    #test-form .mfp-close-btn-in .mfp-close {
        color: #333;
        display: none !important;
    }

    /* line 226, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
    #test-form button.mfp-close {
        display: none !important;
    }

/* line 231, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_bradcam.scss */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: var(--textclr2);
    opacity: .7;
}

/* line 1, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_service.scss */
.service_area {
    padding-top: 100px;
    padding-bottom: 70px;
}

    /* line 4, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_service.scss */
    .service_area.minus_padding {
        padding-bottom: 0;
    }

    /* line 7, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_service.scss */
    .service_area .single_service {
        padding: 30px;
        border: 1px solid #E8E8E8;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        margin-bottom: 30px;
    }

        /* line 13, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_service.scss */
        .service_area .single_service .service_icon {
            line-height: 94px;
            text-align: center;
            width: 98px;
            height: 98px;
            margin: auto;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0181f5+0,5db2ff+100 */
            background: #0181f5;
            /* Old browsers */
            background: -moz-linear-gradient(top, #0181f5 0%, #5db2ff 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #0181f5 0%, #5db2ff 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #0181f5 0%, #5db2ff 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0181f5', endColorstr='#5db2ff',GradientType=0 );
            /* IE6-9 */
        }

        /* line 27, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_service.scss */
        .service_area .single_service h3 {
            font-size: 22px;
            color: #001D38;
            font-weight: 300;
            margin-top: 35px;
            margin-bottom: 23px;
        }

        /* line 34, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_service.scss */
        .service_area .single_service p {
            font-size: 15px;
            font-weight: 400;
            color: #727272;
            line-height: 28px;
            margin-bottom: 6px;
        }

        /* line 41, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_service.scss */
        .service_area .single_service a.learn_more {
            color: #5DB2FF;
            font-weight: 400;
            font-size: 15px;
        }

        /* line 46, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_service.scss */
        .service_area .single_service:hover {
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
            border-color: transparent;
        }

    /* line 51, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_service.scss */
    .service_area .col-xl-4:nth-child(2) .single_service .service_icon {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00d363+0,37ef8d+100 */
        background: #00d363;
        /* Old browsers */
        background: -moz-linear-gradient(top, #00d363 0%, #37ef8d 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #00d363 0%, #37ef8d 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #00d363 0%, #37ef8d 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d363', endColorstr='#37ef8d',GradientType=0 );
        /* IE6-9 */
    }

    /* line 60, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_service.scss */
    .service_area .col-xl-4:nth-child(3) .single_service .service_icon {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd8e5e+0,fd8e5e+100 */
        background: #fd8e5e;
        /* Old browsers */
        background: -moz-linear-gradient(top, #fd8e5e 0%, #fd8e5e 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #fd8e5e 0%, #fd8e5e 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #fd8e5e 0%, #fd8e5e 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8e5e', endColorstr='#fd8e5e',GradientType=0 );
        /* IE6-9 */
    }

    /* line 69, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_service.scss */
    .service_area .col-xl-4:nth-child(4) .single_service .service_icon {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#615cfd+0,d465ef+100 */
        background: #615cfd;
        /* Old browsers */
        background: -moz-linear-gradient(top, #615cfd 0%, #d465ef 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #615cfd 0%, #d465ef 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #615cfd 0%, #d465ef 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#615cfd', endColorstr='#d465ef',GradientType=0 );
        /* IE6-9 */
    }

    /* line 81, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_service.scss */
    .service_area .col-xl-4:nth-child(6) .single_service .service_icon {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a64eee+0,3c35ce+100 */
        background: #a64eee;
        /* Old browsers */
        background: -moz-linear-gradient(top, #a64eee 0%, #3c35ce 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #a64eee 0%, #3c35ce 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #a64eee 0%, #3c35ce 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a64eee', endColorstr='#3c35ce',GradientType=0 );
        /* IE6-9 */
    }

/* line 1, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_where_to_go.scss */
.where_togo_area {
    background: #040E27;
    padding: 50px 0;
}

    /* line 5, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_where_to_go.scss */
    .where_togo_area .form_area h3 {
        font-size: 24px;
        color: var(--textclr1);
        font-weight: 400;
        margin-bottom: 0;
    }

    .where_togo_area .search_wrap .search_form {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
    }

    .where_togo_area .search_wrap .input_field {
        width: 220px;
    }

/* line 41, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_where_to_go.scss */
.where_togo_area .search_wrap .input_field input {
    width: 100%;
    height: 50px;
    background: transparent;
    border: 1px solid #363E52;
    padding-left: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: var(--textclr1);
}

    /* line 49, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_where_to_go.scss */
    .where_togo_area .search_wrap .input_field input::placeholder {
        font-size: 16px;
        color: #AAB1B7;
        font-weight: 300;
    }

    /* line 55, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_where_to_go.scss */
    .where_togo_area .search_wrap .input_field input:focus {
        outline: none;
    }

/* line 59, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_where_to_go.scss */
.where_togo_area .search_wrap .input_field .nice-select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #AAB1B7;
    font-weight: 300;
    background: transparent;
    border: 1px solid #363E52;
}

    .where_togo_area .search_wrap .input_field .nice-select::after {
        content: '\f0d7 ';
        right: 21px;
        top: 5px;
        font-family: 'fontawesome';
        color: #AAB1B7;
        font-size: 16px;
    }

    /* line 79, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_where_to_go.scss */
    .where_togo_area .search_wrap .input_field .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        color: var(--textclr2);
        font-weight: 400;
    }

    /* line 94, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_where_to_go.scss */
    .where_togo_area .search_wrap .input_field .nice-select.open .list {
        width: 100%;
    }

/* line 103, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_where_to_go.scss */
.gj-datepicker-md [role="right-icon"] {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    color: #919191;
    margin-right: 15px;
    position: absolute;
    top: 16px;
    right: 10px;
    color: #AAB1B7;
}

/* line 115, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_where_to_go.scss */
.gj-picker-md div[role="navigator"] {
    padding-left: 30px !important;
}

/* line 1, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
.popular_destination_area {
    padding-top: 140px;
    padding-bottom: 120px;
}

    .popular_destination_area .single_destination {
        position: relative;
        margin-bottom: 30px;
        border-radius: 5px;
        overflow: hidden;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        /* line 14, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
        .popular_destination_area .single_destination:before {
            /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#040e27+0,040e27+100&0+0,0.7+100 */
            background: -moz-linear-gradient(top, rgba(4, 14, 39, 0) 0%, rgba(4, 14, 39, 0.7) 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(4, 14, 39, 0) 0%, rgba(4, 14, 39, 0.7) 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(4, 14, 39, 0) 0%, rgba(4, 14, 39, 0.7) 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00040e27', endColorstr='#b3040e27',GradientType=0 );
            /* IE6-9 */
            content: '';
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            position: absolute;
        }

        /* line 30, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
        .popular_destination_area .single_destination .thumb img {
            width: 100%;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        /* line 35, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
        .popular_destination_area .single_destination .content {
            position: absolute;
            left: 30px;
            bottom: 30px;
            z-index: 7;
        }

            /* line 40, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
            .popular_destination_area .single_destination .content p {
                margin-bottom: 0;
                font-size: 22px;
                color: var(--textclr1);
                font-weight: 400;
                font-family: 'Segoe UI';
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

                /* line 47, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
                .popular_destination_area .single_destination .content p a {
                    display: inline-block;
                    background: #1EC6B6;
                    font-size: 12px;
                    border-radius: 30px;
                    font-weight: 400;
                    padding: 0px 12px;
                    height: 25px;
                    line-height: 25px;
                    color: var(--textclr1);
                    margin-left: 10px;
                    -webkit-transition: 0.3s;
                    -moz-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                }

        /* line 62, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
        .popular_destination_area .single_destination:hover {
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            transform: translateY(-10px);
        }

            /* line 65, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
            .popular_destination_area .single_destination:hover .content p {
                color: var(--color);
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

                /* line 68, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
                .popular_destination_area .single_destination:hover .content p a {
                    background: var(--color);
                    color: var(--textclr1);
                }

/* line 80, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
.destination_banner_wrap {
    background-image: url(../img/banner/destination.png);
    padding: 340px 0;
    background-size: cover;
    background-position: center center;
}

    .destination_banner_wrap.overlay:before {
        opacity: .3;
    }

    /* line 95, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
    .destination_banner_wrap .destination_text h3 {
        font-size: 80px;
        line-height: 90px;
        color: var(--textclr1);
        font-family: "Nothing You Could Do", cursive;
        margin-bottom: 0;
    }

    .destination_banner_wrap .destination_text p {
        font-size: 20px;
        font-weight: 400;
        color: var(--textclr1);
    }

/* line 118, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
.destination_details_info {
    padding-bottom: 150px;
    padding-top: 70px;
}

/* line 129, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
.destination_details_info .bordered_1px {
    border-top: 1px solid #E4E6E8;
    margin-top: 65px;
    padding-bottom: 65px;
}

/* line 135, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
.destination_details_info .destination_info h3 {
    font-size: 24px;
    font-weight: 500;
    color: #001D38;
    margin-bottom: 25px;
}

/* line 142, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
.destination_details_info .destination_info p {
    margin-bottom: 20px;
}

/* line 145, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
.destination_details_info .destination_info .single_destination {
    margin-bottom: 22px;
}

    /* line 147, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
    .destination_details_info .destination_info .single_destination h4 {
        font-size: 16px;
        font-weight: 500;
    }

/* line 157, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
.destination_details_info .contact_join h3 {
    font-size: 24px;
    font-weight: 500;
    color: #001D38;
    margin-bottom: 32px;
}

/* line 163, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
.destination_details_info .contact_join .single_input {
    margin-bottom: 20px;
}

    /* line 165, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
    .destination_details_info .contact_join .single_input input, .destination_details_info .contact_join .single_input textarea {
        width: 100%;
        background: #F4F4F4;
        height: 50px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: var(--textclr2);
        padding-left: 15px;
        border: none;
    }

        /* line 173, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
        .destination_details_info .contact_join .single_input input::placeholder, .destination_details_info .contact_join .single_input textarea::placeholder {
            color: #727272;
            font-size: 14px;
            font-weight: 300;
        }

        /* line 179, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
        .destination_details_info .contact_join .single_input input:focus, .destination_details_info .contact_join .single_input textarea:focus {
            outline: none;
        }

    /* line 183, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_destination.scss */
    .destination_details_info .contact_join .single_input textarea {
        height: 115px;
        padding: 15px;
    }


.destination_details_info .contact_join .submit_btn button {
    width: 100%;
    text-align: center;
}

.newletter_area {
    background-color: var(--textclr1);
    padding: 30px 0 50px 0;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

    .newletter_area h3 {
        text-align: center;
        color: var(--color);
    }

    .newletter_area p {
        text-align: center;
    }

.newsletter_field input {
    padding: 12px;
    font-size: 16px;
    width: 70%;
    border-radius: 10px 0 0 10px;
    color: var(--textclr2);
    border: 1px solid var(--textclr1);
    position: relative;
}

.newletter_area .newsletter_text h4 {
    font-size: 24px;
    font-weight: 400;
    color: var(--textclr1);
    margin-bottom: 0;
    margin-bottom: 11px;
}

/* line 24, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_newsletter.scss */
.newletter_area .newsletter_text p {
    color: #AAB1B7;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}

/* line 32, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_newsletter.scss */
.newletter_area .mail_form .newsletter_field {
    margin-right: 10px;
}

    .newletter_area .mail_form .newsletter_field input {
        width: 100%;
        height: 50px;
        background: var(--textclr1);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 0;
        padding-left: 15px;
        color: var(--textclr2);
        font-size: 16px;
        font-family: 'Segoe UI';
        font-weight: 300;
    }

        /* line 49, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_newsletter.scss */
        .newletter_area .mail_form .newsletter_field input::placeholder {
            color: #AAB1B7;
            font-size: 16px;
            font-family: 'Segoe UI';
            font-weight: 300;
        }

        /* line 55, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_newsletter.scss */
        .newletter_area .mail_form .newsletter_field input:focus {
            outline: none;
        }

/* line 61, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_newsletter.scss */
.newletter_area .mail_form .newsletter_btn button {
    width: 100%;
    text-align: center;
    padding: 13px 10px;
}

.popular_places_area {
    padding-top: 142px;
    padding-bottom: 150px;
    background: #F7FAFD;
}

    .popular_places_area .single_place {
        background: var(--textclr1);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        margin-bottom: 30px;
    }

        /* line 15, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
        .popular_places_area .single_place .thumb {
            position: relative;
            overflow: hidden;
        }

            /* line 18, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
            .popular_places_area .single_place .thumb img {
                width: 100%;
            }

            /* line 21, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
            .popular_places_area .single_place .thumb .prise {
                position: absolute;
                background: #1EC6B6;
                padding: 7px 18px 4px 18px;
                display: inline-block;
                top: 20px;
                left: 20px;
                -webkit-border-radius: 18px;
                -moz-border-radius: 18px;
                border-radius: 18px;
                color: var(--textclr1);
                font-size: 16px;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

        /* line 34, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
        .popular_places_area .single_place .place_info {
            padding: 27px 20px 25px 20px;
        }

            /* line 36, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
            .popular_places_area .single_place .place_info h3 {
                font-size: 22px;
                font-weight: 400;
                color: #040E27;
                margin-bottom: 0;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

            /* line 43, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
            .popular_places_area .single_place .place_info p {
                font-size: 14px;
                font-weight: 400;
                color: #7A838B;
                margin-top: 2px;
                margin-bottom: 7px;
            }

            /* line 52, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
            .popular_places_area .single_place .place_info .rating_days span i {
                font-size: 12px;
                color: var(--color1);
            }

            /* line 56, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
            .popular_places_area .single_place .place_info .rating_days span a {
                font-size: 14px;
                color: #7A838B;
                margin-left: 5px;
            }

            /* line 62, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
            .popular_places_area .single_place .place_info .rating_days .days {
                font-size: 14px;
                font-weight: 400;
                color: #7A838B;
            }

                /* line 66, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
                .popular_places_area .single_place .place_info .rating_days .days i {
                    margin-right: 8px;
                }

                /* line 69, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
                .popular_places_area .single_place .place_info .rating_days .days a {
                    font-size: 14px;
                    color: #7A838B;
                }

        /* line 76, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
        .popular_places_area .single_place:hover {
            -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
        }

            /* line 79, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
            .popular_places_area .single_place:hover .place_info h3 {
                color: var(--color);
            }

            /* line 85, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
            .popular_places_area .single_place:hover .thumb .prise {
                background: var(--color);
            }

    /* line 91, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
    .popular_places_area .more_place_btn {
        margin-top: 40px;
    }

/* line 97, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
.filter_result_wrap h3 {
    font-size: 16px;
    font-weight: 500;
    color: #001D38;
    margin-bottom: 26px;
}

/* line 103, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
.filter_result_wrap .filter_bordered {
    border: 1px solid #DEE2E7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
}

.filter_result_wrap .filter_inner {
    display: block;
    overflow: visible;
}

    /* line 118, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
    .filter_result_wrap .filter_inner .nice-select {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #AAB1B7;
        font-weight: 300;
        background: transparent;
        border: 1px solid #DEE2E7;
        margin-bottom: 15px;
    }

        /* line 128, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
        .filter_result_wrap .filter_inner .nice-select::after {
            content: '\f0d7 ';
            right: 21px;
            top: 5px;
            font-family: 'fontawesome';
            color: #AAB1B7;
            font-size: 16px;
        }

        /* line 136, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
        .filter_result_wrap .filter_inner .nice-select .option {
            cursor: pointer;
            font-weight: 400;
            line-height: 40px;
            list-style: none;
            min-height: 40px;
            outline: none;
            padding-left: 18px;
            padding-right: 29px;
            text-align: left;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            color: var(--textclr2);
            font-weight: 400;
        }

        /* line 151, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
        .filter_result_wrap .filter_inner .nice-select.open .list {
            width: 100%;
        }

/* line 157, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
.filter_result_wrap .range_slider_wrap span.range {
    color: #040E27;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
}

/* line 164, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
.filter_result_wrap .range_slider_wrap p {
    margin-top: 14px;
    margin-bottom: 27px;
}

    /* line 167, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
    .filter_result_wrap .range_slider_wrap p input {
        background-color: transparent;
    }

/* line 171, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
.filter_result_wrap .range_slider_wrap .ui-widget.ui-widget-content {
    border: 0;
    background: #FFD8DA;
}

/* line 175, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
.filter_result_wrap .range_slider_wrap .ui-slider-horizontal {
    height: 2px;
}

/* line 178, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
.filter_result_wrap .range_slider_wrap .ui-state-default, .filter_result_wrap .range_slider_wrap .ui-widget-content .ui-state-default, .filter_result_wrap .range_slider_wrap .ui-widget-header .ui-state-default, .filter_result_wrap .range_slider_wrap .ui-button, .filter_result_wrap .range_slider_wrap html .ui-button.ui-state-disabled:hover, .filter_result_wrap .range_slider_wrap html .ui-button.ui-state-disabled:active {
    border: 2px solid var(--color);
    background: var(--textclr1);
    font-weight: normal;
    width: 14px;
    height: 16px;
    border-radius: 5px;
}

/* line 186, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
.filter_result_wrap .range_slider_wrap .ui-widget-header {
    background: var(--color);
}

/* line 189, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
.filter_result_wrap .range_slider_wrap .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -.6em;
}

/* line 195, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_popular_place.scss */
.filter_result_wrap .reset_btn button {
    width: 100%;
}

/* line 1, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_video.scss */
.video_bg {
    background-image: url(../img/banner/video.png);
}

/* line 4, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_video.scss */
.video_area {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 190px 0;
}

    .video_area.overlay:before {
        opacity: .2;
    }

    /* line 16, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_video.scss */
    .video_area .video_wrap h3 {
        font-family: "Nothing You Could Do", cursive;
        font-weight: 400;
        font-size: 80px;
        line-height: 90px;
        color: var(--textclr1);
        margin-bottom: 55px;
    }

    .video_area .video_wrap .video_icon a {
        width: 84px;
        height: 84px;
        text-align: center;
        line-height: 84px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #1EC6B6;
        display: inline-block;
        color: var(--textclr1);
        font-size: 17px;
    }

        /* line 38, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_video.scss */
        .video_area .video_wrap .video_icon a i {
            font-size: 17px;
            line-height: 84px;
            position: relative;
            left: 2px;
            top: -1px;
        }

/* line 49, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_video.scss */
.video_play_button {
    position: relative;
}

    /* line 52, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_video.scss */
    .video_play_button:before {
        content: "";
        position: absolute;
        z-index: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: #1EC6B6;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

/* line 80, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_video.scss */
.recent_trip_area {
    padding-top: 150px;
    padding-bottom: 120px;
}

    /* line 83, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_video.scss */
    .recent_trip_area .single_trip {
        margin-bottom: 30px;
    }

        /* line 85, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_video.scss */
        .recent_trip_area .single_trip .thumb {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            overflow: hidden;
        }

            /* line 88, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_video.scss */
            .recent_trip_area .single_trip .thumb img {
                width: 100%;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

        /* line 93, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_video.scss */
        .recent_trip_area .single_trip .info {
            padding-top: 16px;
        }

            /* line 96, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_video.scss */
            .recent_trip_area .single_trip .info .date span {
                font-size: 14px;
                font-weight: 400;
                color: #7A838B;
                display: block;
            }

            /* line 104, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_video.scss */
            .recent_trip_area .single_trip .info a h3 {
                color: #040E27;
                font-size: 22px;
                font-weight: 400;
                margin-bottom: 0;
                margin-top: 10px;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

/*designation*/
.carousel-showmanymoveone .carousel-control {
    width: initial;
    background-image: none;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -33.3%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 33.3%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(33.3%, 0, 0);
        transform: translate3d(33.3%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-33.3%, 0, 0);
        transform: translate3d(-33.3%, 0, 0);
        left: 0;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

.carousel-control:hover, .carousel-control:focus {
    opacity: 1;
}

.carousel-control, .carousel-control {
    opacity: 1;
}

@media all and (min-width: 1600px) {
    .carousel-main-container {
        width: 66.66666667%;
        margin-left: 16.66666667%;
    }
}

.glyphicon {
    color: #46166b;
    top: 60px;
}

@media all and (min-width: 768px) {
    .glyphicon {
        top: 62px;
    }
}


@media all and (min-width: 992px) {
    .glyphicon {
        top: 65px;
    }
}

@media all and (max-width: 767px) {
    .glyphicon-menu-right {
        margin-left: 20px;
    }

    .glyphicon-menu-left {
        right: 28px;
    }
}
/*designation end*/

.home-demo button.owl-dot.pre {
    position: absolute;
    right: -51px;
    top: 43%;
}
.home-demo button.owl-dot.next {
    position: absolute;
    left: -51px;
    top: 43%;
}
.catalog-row.catalog-row-styl {
    background: var(--textclr1);
    border: 1px solid #88888a;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px #002e6e;
}


header nav ul#navigation li.nav-item.dropdown a#dropdownMenuButton {
    background: none !important;
    width: 100%;
    font-weight: 600;
    color: var(--color);
    font-size: 15px;
    border: none !important;
    font-family: 'Segoe UI';
    text-transform: capitalize;
}

    header nav ul#navigation li.nav-item.dropdown a#dropdownMenuButton:focus,
    header nav ul#navigation li.nav-item.dropdown a#dropdownMenuButton:active {
        outline: none !important;
        box-shadow: none !important;
        font-family: 'Segoe UI';
        text-transform: capitalize;
    }
    header nav ul#navigation li.nav-item.dropdown a#dropdownMenuButton:hover {
        outline: none !important;
        box-shadow: none !important;
        background: none !important;
        width: 100%;
        font-weight: 600;
        color: var(--color2);
        font-size: 15px;
        border: none !important;
        font-family: 'Segoe UI';
        text-transform: capitalize;
    }
header nav ul#navigation .dropdown-menu {
    margin: 0px;
    padding: 6px 25px 11px 13px;
    min-width: 106px !important;
}



.ui-menu .ui-menu-item-wrapper:hover, .ui-menu .ui-menu-item-wrapper.ui-state-active { background: var(--color2) !important; color: var(--textclr1) !important; }
