@charset "UTF-8";

@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700";

@import "https://fonts.googleapis.com/css?family=Mukta:300,400,600,700";

@import "https://fonts.googleapis.com/css?family=Poppins&display=swap";

@import "https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap";

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: 0 0;
    box-sizing: border-box
}

ol, ul {
    list-style: none
}

:focus {
    outline: 0
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0
}

    .clearfix:after .test {
        color: red
    }

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

header, nav, section, article, aside, footer {
    display: block
}

* {
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    background: #fff;
    font-family: poppins,sans-serif;
    line-height: 1.5;
    color: #333;
    font-weight: 300
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #444;
    margin-top: 0;
    line-height: 1.5;
    font-family: josefin sans,sans-serif
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

hr {
    border: .5px solid #444
}

p {
    margin-bottom: 15px;
    color: #555;
    font-size: 18px;
    justify-content: space-between
}

ul {
    margin: 0;
    padding: 0
}

    ul li {
        margin-bottom: 15px;
        color: #777;
        position: relative
    }

a {
    color: #002147;
    transition: all ease-in-out .3s
}

    a:hover {
        text-decoration: none;
        color: #0d74ba
    }

input[type=text], input[type=email], input[type=number], input[type=search], input[type=password], input[type=tel], input[type=date], textarea, select, .form-control {
    font-size: 14px;
    font-family: roboto,sans-serif;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #eceaea;
    border-radius: 0;
    padding: 10px 25px;
    width: 100%;
    color: #444;
    height: auto;
    margin-bottom: 0;
    box-shadow: none
}

select {
    padding: 10px 20px
}

    input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=date]:focus, textarea:focus, select:focus {
        border-color: #66afe9;
        transition: all .5s ease
    }

textarea {
    resize: vertical;
    height: 200px
}

img {
    width: 100%
}

section {
    padding: 40px 0
}

    section:nth-child(even) {
        background: #fbfbfb
    }

    section:nth-child(odd) {
        background: #fff
    }

    section.white-bg {
        background: #fff
    }

body [class^=flaticon-]:before, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class*=" flaticon-"]:after {
    margin-left: 0;
    font-size: 16px
}

label {
    font-weight: 500;
    margin-bottom: 5px;
    font-size:17px
}

.btn-blue {
    border: 1px solid #005294;
    padding: 7px 4px;
    display: inline-block;
    background: #005294;
    color: #fff;
    transition: all ease-in-out .3s;
    cursor: pointer;
    float: inherit
}

.btn-blue-1 {
    border: 1px solid #005294;
    padding: 7px 4px;
    display: inline-block;
    background: #005294;
    color: #fff;
    transition: all ease-in-out .3s;
    cursor: pointer;
    float: right
}

abtn-blue:hover {
    background: #fff;
    color: #005294;
    border-color: #005294
}

.btn-white {
    background: 0 0;
    border-color: #fff;
    color: #fff
}

.daysbad {
    padding: 5px 10px;
    background: var(--card-d-n-info-bg-color,#000);
    border-radius: 13px;
    color: var(--card-d-n-info-color,#fff);
    position: absolute;
    margin-top: -15px;
    right: 5px;
    z-index: 1
}

.btn-red {
    background: #d60d45;
    border-color: #d60d45
}

.btn-red-1 {
    background: #d60d45;
    border-color: #d60d45
}

.btn-red:hover {
    background: #fff;
    color: #d60d45;
    border-color: #d60d45
}

.btn-style-1 {
    border-radius: 25px;
    padding: 10px 25px
}

.btn-style-2 {
    border-radius: 10px;
    padding: 10px 25px
}

.white {
    color: #fff
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999
}

#status {
    position: fixed;
    content: '';
    display: block;
    top: 28%;
    left: 0;
    right: 0;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    background: url(../images/loader.gif);
    background-size: cover;
    background-position: center;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9999999999
}

.bg-white {
    background: #fff !important
}

.section-title {
    position: relative;
    padding: 0 20%;
    margin-bottom: 40px;
    z-index: 1
}

    .section-title h2 {
        position: relative;
        margin-bottom: 10px;
        text-transform: uppercase
    }

    .section-title p {
        margin-bottom: 0
    }

    .section-title [class^=flaticon-]:before, [class*=" flaticon-"]:before {
        font-size: 36px;
        color: #005294
    }

.section-icon {
    display: inline-block;
    background: 0 0;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin-bottom: 15px
}

    .section-icon:before {
        position: absolute;
        width: 100px;
        height: 1px;
        background: #333;
        content: '';
        left: -100px;
        top: 50%
    }

    .section-icon:after {
        position: absolute;
        width: 100px;
        height: 1px;
        background: #333;
        content: '';
        right: -100px;
        top: 50%
    }

section.breadcrumb-outer {
    background: url(../images/breadcrumb.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 50px 0 0
}

.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5)
}

.breadcrumb-outer h2 {
    color: #fff;
    margin: 0;
    font-size: 36px;
    padding: 10px 0 35px
}

.breadcrumb-content {
    position: relative;
    z-index: 1;
    margin: 0 auto
}

    .breadcrumb-content:before {
        position: absolute;
        content: '';
        height: 2px;
        background: #fff;
        width: 50px;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .breadcrumb-content nav {
        display: inline-block
    }

    .breadcrumb-content ul {
        margin-bottom: 0;
        background-color: #fff;
        padding: 12px 30px;
        box-shadow: 0 0 10px #ccc;
        position: absolute;
        left: 0;
        right: 0;
        width: 40%;
        margin: 0 auto;
        bottom: -23px;
        border-radius: 0
    }

    .breadcrumb-content li {
        margin-bottom: 0
    }

        .breadcrumb-content li a {
            transition: all ease-in-out .3s;
            color: #666
        }

            .breadcrumb-content li a:hover {
                color: #ffb606
            }

    .breadcrumb-content .breadcrumb > .active {
        color: #ffb606
    }

.breadcrumb > li + li:before {
    padding: 0 10px 0 5px;
    content: '|'
}

ul.pagination {
    margin: 0;
    display: block
}

.pagination-content {
    margin-top: 30px;
    text-align: center
}

.pagination > li {
    display: inline-block
}

    .pagination > li > a, .pagination > li > span {
        line-height: 2;
        font-size: 18px;
        padding: 5px 16px;
        display: inline-block
    }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover, .pagination > li.active > a {
            background: #005294;
            color: #fff
        }

    .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-radius: 0
    }

label.error {
    color: red;
    margin-top: 5px;
    font-size: 14px
}

.alert-success {
    background: #3c763d;
    border: none;
    color: #fff
}

    .alert-success h3 {
        margin-bottom: 5px;
        color: #fbfbfb
    }

    .alert-success p {
        color: #fbfbfb
    }

.navbar {
    border-bottom: 0;
    padding: 0;
    -webkit-transition: all .1s ease-in-out 0s;
    -moz-transition: all .1s ease-in-out 0s;
    -ms-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
    min-height: 30px
}

    .navbar.navbar-default {
        margin: 0;
        padding: 0;
        height: auto;
        background: 0 0;
        border: none
    }

.logo {
    padding: 8px 0
}

    .logo a {
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 700
    }

.bg-color-header .navbar-default {
    background: #fe8800
}

.logo-wrapper, .navbar-nav-wrapper, .nav-mini-wrapper {
    float: left
}

.logo-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
}

ul.nav-mini {
    padding-top: 3px;
    padding-right: 13px
}

    ul.nav-mini li {
        display: inline-block;
        margin-right: 10px;
        font-size: 13px;
        background: #00bcd4;
        border-radius: 5px;
        padding: 2px 10px
    }

        ul.nav-mini li:last-child {
            margin-right: 0
        }

        ul.nav-mini li i {
            color: #fff;
            padding-right: 5px
        }

.nav.navbar-nav {
    float: left;
    transition: all ease-in-out .3s;
    display: inline-block
}

    .nav.navbar-nav > li {
        position: relative;
        float: left;
        display: inline-block;
        margin: 10px 13px
    }

    .nav.navbar-nav li:last-child {
        margin-right: 0
    }

    .nav.navbar-nav li a {
        color: #fff
    }

    .nav.navbar-nav li.has-child i {
        display: inline-block
    }

    .nav.navbar-nav > li > a {
        line-height: 3.5;
        font-size: 14px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        padding: 0;
        color: #333;
        position: relative;
        font-weight: 600
    }

        .nav.navbar-nav > li > a:hover, .nav.navbar-nav > li.active > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
            color: #d60d45;
            background: 0 0;
            text-decoration: none
        }

    .nav.navbar-nav > li:last-child > a:after {
        display: none
    }

    .nav.navbar-nav li ul {
        z-index: 99999;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 59px;
        left: 0;
        width: 200px;
        display: none;
        background-color: #fff;
        border: 1px solid #eee;
        border-top: 2px solid #d60d45;
        -webkit-box-shadow: 0 0 12px -3px rgba(0,0,0,.4);
        -moz-box-shadow: 0 0 12px -3px rgba(0,0,0,.4);
        box-shadow: 0 0 12px -3px rgba(0,0,0,.4)
    }

        .nav.navbar-nav li ul li a {
            border-bottom: 1px solid #e6e6e6;
            display: block;
            padding: 14px 20px;
            font-size: 13px;
            -webkit-transition: all .2s ease-in-out 0s;
            -moz-transition: all .2s ease-in-out 0s;
            -ms-transition: all .2s ease-in-out 0s;
            -o-transition: all .2s ease-in-out 0s;
            transition: all .2s ease-in-out 0s;
            color: #333;
            font-weight: 400;
            letter-spacing: .5px;
            line-height: 1.25
        }

    .nav.navbar-nav li > ul > li:last-child > a, .navbar-nav li > ul > li > ul > li:last-child > a {
        border-bottom: 0
    }

    .nav.navbar-nav li ul li:hover a {
        padding-left: 25px;
        padding-right: 15px
    }

    .nav.navbar-nav li ul li a:hover {
        color: #d60d45
    }

    .nav.navbar-nav li ul li ul {
        position: absolute;
        left: 199px;
        top: -2px
    }

    .nav.navbar-nav li ul li:hover ul li a {
        padding-left: 15px;
        padding-right: 15px
    }

    .nav.navbar-nav li ul li ul li:hover a {
        padding-left: 20px;
        padding-right: 10px
    }

    .nav.navbar-nav li ul li {
        display: block;
        text-align: left;
        margin: 0
    }

.navbar-nav > li.mega-menu {
    position: inherit;
    left: 0
}

    .navbar-nav > li.mega-menu ul {
        left: 0;
        width: 100%;
        top: 36px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .navbar-nav > li.mega-menu:hover > a, .navbar-nav > li.mega-menu > a:hover, .navbar-nav > li.dropdown:hover > a, .navbar-nav > li.dropdown > a:hover, .navbar-nav > li.dropdown.active > a, .navbar-nav > li.dropdown.active > a:hover, .navbar-nav > li:hover > a, .navbar-nav > li.active > a {
        color: #d60d45;
        background: 0 0
    }

.mega-menu-inner {
    padding: 0 20px
}

.bg-color-header .navbar-nav > li.dropdown:hover > a, .bg-color-header .navbar-nav > li.dropdown > a:hover, .bg-color-header .navbar-nav > li.dropdown.active > a, .bg-color-header .navbar-nav > li.dropdown.active > a:hover, .bg-color-header .navbar-nav > li:hover > a, .bg-color-header .navbar-nav > li.active > a {
    color: #fff
}

.nav.navbar-nav > li > a:hover {
    color: #d60d45
}

.navbar-arrow > ul > li .arrow-indicator {
    margin-left: 7px;
    color: #333
}

.navbar-arrow ul ul > li .arrow-indicator {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    font-size: 16px;
    color: #333
}

.nav.navbar-nav li ul li a:hover .navbar-arrow ul ul > li .arrow-indicator {
    color: #d60d45
}

.megamenu-container .arrow-indicator {
    display: none
}

@media only screen and (max-width:1100px) {
    .nav.navbar-nav > li {
        margin: 10px 4px
    }
}

@media only screen and (max-width:991px) {
    .logo-wrapper {
        width: 50%
    }

    .navbar-nav-wrapper {
        width: 0
    }

    .navbar {
        margin: 0;
        padding: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none
    }

    .navbar-brand {
        line-height: 30px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none
    }

    .navbar-arrow > ul > li .arrow-indicator, .navbar-arrow ul ul > li .arrow-indicator {
        display: none
    }

    ul.nav-mini {
        padding-right: 0
    }

        ul.nav-mini li {
            margin-right: 5px;
            padding: 2px 6px
        }
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 23px
    }

    .navbar.navbar-default {
        padding: 0
    }

    #sp-top-bar {
        top: 95px
    }

    #sp-top-bar, #sp-top2 {
        text-align: center
    }

    #sp-top1 .nav-mini-wrapper {
        display: inline-block;
        float: none !important;
        margin: 10px 0
    }

    #sp-top-bar .sp-contact-info {
        display: inline-block
    }
}

@media(min-width:768px) {
    .navbar-nav {
        margin: 0;
        display: inline-block
    }
}

.navbar-sticky {
    background: #fff;
    z-index: 99999;
    box-shadow: 0 0 5px #ccc;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%
}

    .navbar-sticky.navbar-default {
        padding: 10px 0 8px
    }

    .navbar-sticky .navbar-nav > li > ul {
        top: 59px
    }

    .navbar-sticky .navbar-nav > li.mega-menu ul {
        top: 60px
    }

.transparent-header .navbar-sticky {
    padding: 0;
    background-color: rgba(0,0,0,.9);
    margin: 0;
    border: none
}

.navbar.navbar-sticky .logo {
    padding: 5px 0
}

    .navbar.navbar-sticky .logo img {
        width: 85%
    }

.navbar.navbar-sticky .nav.navbar-nav > li > a {
    line-height: 1.5
}

.navigation.navbar-sticky .whitelogo {
    display: none
}

.navigation .colorlogo {
    display: none
}

.navigation.navbar-sticky .colorlogo {
    display: block
}

@media only screen and (max-width:1199px) {
}

@media only screen and (max-width:991px) {
    #sp-top2.col-sm-9 {
        padding-right: 0
    }

    .sp-contact-info li {
        font-size: 12px;
        padding: 6px 4px
    }

    .navbar-fixed-top {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        clear: both
    }

    .transparent-header .navbar-sticky {
        padding: 10px 0;
        background: 0 0;
        border: 1px solid rgba(255,255,255,.2)
    }

    .slicknav_btn {
        top: 32px
    }

        .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
            font-size: 21px
        }
}

@media(max-width:767px) {
}

@media(max-width:479px) {
}

.logo img {
    width: 80%
}

.logo h1 {
    margin-bottom: 0;
    color: #005294;
    font-size: 40px
}

.upper-head {
    background: #0808077a;
    padding: 10px 0
}

.header-menu {
    padding: 10px 0;
    background: #0808077a
}

.contact-info {
    display: inline-block
}

.upper-head p {
    margin-bottom: 0;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
    font-weight: 400
}

.upper-head i {
    padding-right: 5px
}

.upper-head [class^=flaticon-]:before, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class*=" flaticon-"]:after {
    font-size: 15px;
    margin-left: 0;
    font-weight: 600
}

.login-btn a {
    color: #fff;
    font-size: 14px;
    margin-left: 15px;
    font-weight: 400
}

#home_banner {
    position: relative;
    padding: 0;
    z-index: 3
}

.swiper-container {
    height: 100%;
    margin: 60px
}

.swiper-slide {
    overflow: hidden
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center
}

    .slide-inner:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.2)
    }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white, .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: none !important
}

    .swiper-button-next.swiper-button-white:before, .swiper-container-rtl .swiper-button-prev.swiper-button-white:before, .swiper-button-prev.swiper-button-white:before, .swiper-container-rtl .swiper-button-next.swiper-button-white:before {
        content: '\f3d6';
        font-family: ionicons;
        font-size: 45px;
        position: absolute;
        right: 25px;
        color: #fff
    }

    .swiper-button-prev.swiper-button-white:before, .swiper-container-rtl .swiper-button-next.swiper-button-white:before {
        content: '\f3d5';
        left: 25px
    }

.home_banner_text {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 12%
}

    .home_banner_text p {
        font-size: 20px;
        color: #fff
    }

    .home_banner_text h2, .home_banner_text span, .home_banner_text a {
        color: #fff;
        background: #005294;
        padding: 5px 15px;
        font-size: 33px
    }

    .home_banner_text h2 {
        margin-bottom: 3px
    }

    .home_banner_text span {
        background: #017ebb
    }

    .home_banner_text a {
        background: #036d9f;
        margin-left: -5px;
        transition: all ease-in-out .3s
    }

        .home_banner_text a:hover {
            color: #036d9f;
            background: #fff
        }

.search-box {
    padding: 0;
    position: relative;
    background: #fbfbfb
}

.search-outer {
    background: #fff;
    position: relative;
    top: -80px;
    z-index: 9;
    box-shadow: 0 0 40px #57575757
}

.search-title {
    background: #005294;
    position: relative;
    padding: 48px 21px
}

    .search-title p {
        font-size: 20px;
        color: #fff;
        margin-bottom: 0
    }

        .search-title p span {
            display: block;
            font-size: 50px;
            font-weight: 600
        }

    .search-title [class^=flaticon-]:before, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class*=" flaticon-"]:after {
        font-size: 50px;
        color: #fff
    }

.search-form {
    padding: 20px
}

.table_item {
    position: relative;
    padding: 25px 0
}

    .table_item .bootstrap-select > .dropdown-toggle {
        padding: 11px 40px;
        border-radius: 0;
        border: 1px solid #eceaea;
        background: #fff;
        font-size: 14px;
        font-weight: 300px;
        font-family: roboto,sans-serif;
        color: #444
    }

    .table_item .bootstrap-select .dropdown-menu {
        border-radius: 0
    }

        .table_item .bootstrap-select .dropdown-menu li {
            margin-bottom: 5px
        }

.table-item-slider {
    padding-right: 30px
}

.table_item .form-group {
    position: relative;
    margin-right: 0;
    margin-bottom: 0
}

.table_item .form-icon {
    margin-bottom: 0
}

.table_item .form-group i {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9
}

.table_item .input-group-addon i {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    left: 0
}

.table_item input[type=text], .table_item input[type=email], .table_item input[type=number], .table_item input[type=search], .table_item input[type=password], .table_item input[type=tel], .table_item input[type=date], .table_item textarea, .table_item select, .table_item .form-control {
    padding: 11px 40px
}

input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 1.42857143;
    padding: 9px 25px
}

.date .form-control {
    padding: 10px 40px !important
}

.table_item a.btn-blue {
    width: 100%;
    text-align: center;
    padding: 9px 25px 8px;
    font-weight: 600
}

.table_item .input-group-addon {
    border-radius: 0;
    border-left: 1px solid #ccc;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.8;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc
}

td.day {
    cursor: default
}

section.swiper-banner {
    padding: 0
}

.slider {
    height: 600px;
    overflow: hidden;
    position: relative
}

    .slider .swiper-slide:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,.5);
        top: 0;
        left: 0
    }

    .slider .swiper-container {
        width: 100%;
        height: 100%;
        margin: 0
    }

    .slider .swiper-slide {
        text-align: center;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-size: 100%;
        background-position: top center
    }

    .slider .swiper-container-horizontal > .swiper-pagination-bullets, .slider .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 40px
    }

    .slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #fff;
        opacity: 1
    }

    .slider .swiper-pagination-bullet-active {
        background: #fe4e37
    }

    .slider .swiper-container-vertical > .swiper-pagination-bullets {
        right: 50px
    }

    .slider .swiper-button-next, .slider .swiper-button-prev {
        background: #005294;
        padding: 14px 25px;
        border-radius: 10px 0 0 10px
    }

    .slider .swiper-button-next {
        right: 0
    }

    .slider .swiper-button-prev {
        left: 0;
        border-radius: 0 10px 10px 0
    }

        .slider .swiper-button-next:after, .slider .swiper-button-prev:after {
            font-size: 14px;
            color: #fff
        }

.swiper-content {
    z-index: 1
}

.slider .swiper-content h3 {
    color: #fff;
    margin: 16px 0 12px;
    font-size: 15px;
    position: relative;
    padding: 0;
    line-height: normal;
    font-weight: 400;
    display: inline-block
}

.slider .swiper-content > h2 {
    margin: 0;
    color: #a3d8f1;
    font-size: 28px;
    font-weight: 400;
    text-shadow: none;
    letter-spacing: 1px;
    text-transform: capitalize;
    -webkit-font-smoothing: antialiased;
    position: relative
}

.slider .swiper-content > h1 {
    color: #fff;
    margin: 10px 0;
    font-size: 48px;
    font-weight: 700;
    text-shadow: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased
}

.slider .swiper-content p {
    color: #fff;
    width: 70%;
    margin: 0 auto
}

.slider .slider-text {
    padding-top: 100px
}

.slider a.btn-blue {
    padding: 10px 25px;
    background: 0 0;
    border-width: 2px;
    border-color: #fff;
    transition: all .3s
}

    .slider a.btn-blue:hover {
        background: #d60d45;
        border-color: #d60d45;
        color: #fff;
        transition: all .3s
    }

@media(max-width:1100px) {
    .slider .swiper-slide {
        background-size: cover
    }
}

@media(max-width:991px) {
    .table_item .form-group {
        margin-bottom: 15px
    }
}

@media(max-width:991px) and (min-width:768px) {
    .slider .swiper-content > h1 {
        font-size: 36px
    }

    .slider .swiper-content > h2 {
        font-size: 24px
    }
}

@media(max-width:735px) {
    .slider .swiper-button-next, .slider .swiper-button-prev {
        display: none
    }
}

@media(max-width:767px) and (min-width:601px) {
    .slider .swiper-content > h1 {
        font-size: 30px
    }

    .slider .swiper-content > h2 {
        font-size: 20px
    }
}

@media(max-width:480px) {
    .slider {
        height: 400px
    }

        .slider .swiper-content > h1 {
            font-size: 20px;
            margin: 10px 0
        }

        .slider .swiper-content > h2 {
            font-size: 16px
        }
}

section.popular-packages {
    padding: 0 0 50px
}

.popular-packages .section-title {
    margin-bottom: 10px
}

.package-item {
    background: #fff;
    box-shadow: 0 0 15px #b7b7b785;
    margin: 30px 0;
    transition: all ease-in-out .3s
}

.package-content {
    padding: 25px;
    border-bottom: 1px solid #ddd
}

    .package-content h3 {
        display: inline-block
    }

.package-days {
    display: inline-block;
    float: right;
    font-weight: 400;
    font-size: 16px;
    color: #005294;
    margin: 3px 0 0
}

.package-content .deal-rating {
    display: inline-block;
    margin: 9px 0
}

.package-image {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: default;
    background: linear-gradient(45deg,#d60d45 0%,#046b8c 100%);
    margin-bottom: 22px
}

    .package-image img {
        display: block;
        position: relative;
        max-width: none;
        width: calc(100% + 60px) !important;
        -webkit-transition: opacity .35s,-webkit-transform .45s;
        transition: opacity .35s,transform .45s;
        -webkit-transform: translate3d(-40px,0,0);
        transform: translate3d(-40px,0,0)
    }

.package-item:hover {
    transition: all ease-in-out .3s;
    transform: translateY(-5px)
}

    .package-item:hover img {
        opacity: .6;
        filter: alpha(opacity=60);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

.package-price {
    right: 0;
    bottom: 0;
    padding: 10px 25px 8px;
    text-align: center;
    box-shadow: 1px 1px 5px #cccccc57;
    width: 100%
}

    .package-price .deal-rating {
        display: inline-block;
        margin: 0 20px 0 0
    }

    .package-price p {
        margin-bottom: 0;
        font-size: 20px;
        color: #fff;
        display: inline-block
    }

    .package-price span {
        font-weight: 600
    }

section.popular-packages .slick-prev {
    left: -10px;
    border-color: #fbfbfb
}

section.popular-packages .slick-next {
    right: -10px;
    border-color: #fbfbfb
}

.package-info {
    text-align: center;
    margin-top: 25px
}

section.countdown-section {
    background: url(../images/countdownbg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding-bottom: 53px
}

.countdown-title {
    position: relative;
    z-index: 1
}

    .countdown-title h2 {
        color: #fff;
        width: 80%;
        text-align: center;
        margin: 0 auto;
        font-size: 40px
    }

        .countdown-title h2 span {
            color: #f90
        }

    .countdown-title p {
        color: #fff;
        font-size: 20px;
        text-align: center;
        margin: 30px 0
    }

.countdown-container {
    position: relative;
    z-index: 1
}

p#demo {
    text-align: center;
    color: #fff;
    font-size: 80px;
    font-weight: 500;
    margin-bottom: 0
}

    p#demo span {
        font-size: 40px;
        color: #f90;
        margin-left: 10px
    }

@media(max-width:639px) {
    p#demo {
        font-size: 60px
    }
}

section.deals {
    background: url(../images/dealsbg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding-bottom: 80px
}

.section-title-white .section-icon {
    background: 0 0
}

.section-title-white h2, .section-title-white p, .section-title-white [class^=flaticon-]:before, .section-title-white [class*=" flaticon-"]:before {
    color: #fff
}

.section-title-white .section-icon:before, .section-title-white .section-icon:after {
    background: #fff
}

.deals-outer {
    position: relative;
    z-index: 1
}

.deals-item {
    position: relative;
    z-index: 1;
    margin: 15px
}

.deals-item-outer {
    position: relative;
    z-index: 5;
    padding: 10px;
    background: #fff
}

.deals-item:before {
    position: absolute;
    height: 97%;
    width: 50%;
    content: '';
    background: #fff;
    top: 15px;
    left: 5px;
    z-index: -1;
    transform: rotate(-5deg)
}

.deals-item:after {
    position: absolute;
    height: 50%;
    width: 90%;
    content: '';
    background: #fff;
    top: 0;
    right: 0;
    z-index: -1;
    transform: rotate(5deg)
}

.deal-content {
    text-align: center;
    padding: 25px 0
}

.deal-rating {
    margin-bottom: 15px
}

span.deal-price {
    background: #fb8b01;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 100px;
    width: 100px;
    text-align: center;
    border-radius: 50%;
    padding: 16px;
    box-shadow: 1px 1px 5px #00000057;
    z-index: 1
}

.deal-rating span, .sale-review span {
    color: #ffc63f;
    font-size: 16px
}

.deals-image {
    position: relative;
    overflow: hidden
}

    .deals-image:after {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient(to bottom right,#ff00001c,#ffff0047);
        content: '';
        opacity: 0;
        transition: all ease-in-out .3s
    }

.deals-item:hover .deals-image:after {
    opacity: 1
}

.deals .slick-dots li button:before, .deals .slick-dots li.slick-active button:before {
    background: #fff
}

.deal-content p {
    margin-bottom: 20px
}

@media(max-width:359px) {
    .deal-rating {
        margin-bottom: 5px
    }
}

section.bucket-list {
    padding-bottom: 0
}

.bucket-list li:after, .bucket-list li:before {
    display: none
}

.bucket-list .mt_filter .list-inline {
    margin: 0 0 30px;
    display: inline-block;
    width: 100%
}

    .bucket-list .mt_filter .list-inline > li {
        margin-bottom: 0;
        padding: 0;
        display: inline-block
    }

.bucket-list .mt_filter ul li a {
    border-radius: 0;
    display: inline-block;
    padding: 3px 20px;
    cursor: pointer;
    transition: all ease-in-out .3s;
    margin-bottom: 0;
    font-weight: 400;
    border: 1px solid #f1f1f1;
    background: #fff;
    color: #777;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px
}

    .bucket-list .mt_filter ul li a i {
        padding-right: 10px;
        font-weight: 600
    }

    .bucket-list .mt_filter ul li a span {
        vertical-align: super
    }

    .bucket-list .mt_filter ul li a [class^=flaticon-]:before, [class*=" flaticon-"]:before {
        font-size: 30px
    }

    .bucket-list .mt_filter ul li a:hover, .bucket-list .mt_filter ul li.active a {
        border-color: #005294;
        background: #005294;
        transition: all ease-in-out .3s;
        color: #fff
    }

        .bucket-list .mt_filter ul li a:hover i, .bucket-list .mt_filter ul li.active a i {
            color: #fff
        }

.bucket-list .mt_filter li.active a {
    color: #fff;
    transition: all ease-in-out .3s
}

.bucket-list .bucket-content {
    padding: 85px 0 55px;
    background: url(../images/bucketbg.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative
}

.bucket-list .row.isotopeContainer {
    position: relative;
    z-index: 1
}

.bucket-list .hovereffect-bucket:hover .bucket-image {
    overflow: hidden;
    transition: all ease-in-out .3s
}

    .bucket-list .hovereffect-bucket:hover .bucket-image img {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        transition: all ease-in-out .3s
    }

.bucket-list .bucket-item {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    transition: all ease-in-out .3s
}

    .bucket-list .bucket-item:before {
        content: '';
        background: #ffb300;
        height: 100%;
        width: 100%;
        bottom: -5px;
        right: -5px;
        position: absolute
    }

.bucket-list .bucket-image {
    width: 20%;
    position: relative
}

.bucket-list .bucket-item-content {
    padding: 20px;
    background: #fff;
    flex: 1 auto;
    position: relative
}

    .bucket-list .bucket-item-content h3 a {
        color: #444
    }

    .bucket-list .bucket-item-content span {
        font-weight: 600;
        color: #005294;
        padding-right: 10px
    }

        .bucket-list .bucket-item-content span.old-price {
            text-decoration: line-through;
            color: #ffc63f
        }

@media(max-width:767px) {
    .bucket-list .bucket-image {
        width: 20%
    }
}

@media(max-width:567px) {
    .bucket-list .bucket-image {
        width: 100%
    }
}

.top-destinations .col-md-4 {
    padding: 0 3px
}

.top-destination-item {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: linear-gradient(45deg,#ff89e9 0%,#05abe0 100%);
    margin-bottom: 6px
}

    .top-destination-item:last-child {
        margin-bottom: 0
    }

    .top-destination-item .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        padding: 85px 20px;
        background: #00000054
    }

    .top-destination-item .overlay-full {
        padding: 215px 20px
    }

    .top-destination-item img {
        display: block;
        position: relative;
        max-width: none;
        width: calc(100% + 20px);
        -webkit-transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,transform .35s;
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .top-destination-item:hover img {
        opacity: .4;
        filter: alpha(opacity=40);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .top-destination-item h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 24px;
        overflow: hidden;
        padding: .5em 0;
        background-color: transparent
    }

        .top-destination-item h2 a {
            color: #fff
        }

        .top-destination-item h2:after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #fff;
            content: '';
            -webkit-transition: -webkit-transform .35s;
            transition: transform .35s;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0)
        }

    .top-destination-item:hover h2:after {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .top-destination-item p {
        color: #fff;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,transform .35s;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    .top-destination-item:hover p {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

section.trip-ad {
    position: relative;
    background: url(../images/adbg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden
}

    section.trip-ad .container {
        position: relative;
        z-index: 2
    }

.trip-ad:before {
    position: absolute;
    content: '';
    top: 0;
    left: -12%;
    height: 100%;
    width: 65%;
    background: #fff;
    transform: skew(15deg);
    z-index: 1
}

.trip-ad:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5)
}

.ad-title h2 {
    text-transform: uppercase
}

.ad-title span {
    display: block;
    font-size: 40px;
    color: #005294
}

.trip-ad-btn {
    margin-top: 32px
}

.ad-price-outer {
    position: relative
}

.ad-price {
    padding: 5px;
    background: #d60d45;
    border-radius: 50%;
    box-shadow: 1px 1px 5px #000;
    text-align: center;
    height: 200px;
    width: 200px;
    z-index: 1;
    margin: 13% auto 0
}

.ad-price-inner {
    height: 190px;
    width: 190px;
    border: 1px dashed #fff;
    border-radius: 50%;
    padding: 45px 0;
    background: #99062f
}

.ad-price span {
    color: #fff;
    font-size: 25px
}

span.rate {
    display: block;
    font-size: 50px;
    font-weight: 600
}

section.testimonials {
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 38px
}

.testimonials .section-title {
    margin-bottom: 0
}

.testimonial_094_slide h5 {
    margin-top: 10px;
    font-size: 20px
}

.testemonials .section-title {
    margin-bottom: 30px
}

.testimonial-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7)
}

.blog-item {
    box-shadow: 0 0 10px #cccccc57;
    background: #fff
}

.blog-image {
    overflow: hidden
}

    .blog-image img {
        transition: all ease-in-out .3s
    }

.blog-content {
    padding: 20px 20px 12px;
    background: #fff
}

    .blog-content h3 {
        text-transform: capitalize;
        margin-bottom: 10px
    }

.blog-packagee:ladakh img {
    transition: all ease-in-out .3s
}

.blog-content i {
    padding-right: 5px
}

.blog-date {
    background: #2195c3;
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 15px;
    color: #fff
}

.blog-date-1 {
    border-radius: 4px;
    height: 30px;
    border: 2px solid #e4e4e4;
    display: inline-block;
    width: 130px;
    text-align: center;
    font-size: .75rem;
    line-height: 25px;
    margin-right: 15px;
    color: #666
}

.blog-date p {
    color: #fff;
    margin: 0;
    font-weight: 700
}

.blog-date-icon p {
    padding-left: 10px;
    margin-bottom: 0;
    display: inline-block
}

.blog-author {
    display: inline-block;
    width: 100%;
    border-top: 1px dashed #ccc;
    padding-top: 15px
}

.blog-author-pac {
    display: inline-block;
    width: 100%;
    padding-top: 15px
}

.blog-author p {
    margin-bottom: 0
}

.blog-wrapper .blog-item {
    margin-bottom: 30px
}

@media(max-width:991px) {
    section.blog .col-md-4.col-sm-12 {
        margin-bottom: 30px
    }
}

section.trusted-partners {
    background: #222935;
    text-align: center;
    padding: 0;
    overflow: hidden;
    position: relative
}

.trusted-partners:before {
    position: absolute;
    content: '';
    left: -5%;
    top: 0;
    height: 100%;
    width: 35%;
    background: #191e27;
    z-index: 1
}

section.trusted-partners .row {
    align-items: center
}

.partners-logo li {
    padding: 0 30px;
    margin-bottom: 0;
    transition: all ease-in-out .3s
}

    .partners-logo li:hover {
        opacity: .7
    }

.partners-title h3 {
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: right
}

.partners-title span {
    display: block;
    font-size: 32px
}

.partners-title {
    padding: 30px 30px 25px;
    position: relative;
    z-index: 2
}

.partners-logo {
    padding: 30px 0
}

footer {
    background: #060c17;
    position: relative
}

.newsletter {
    padding: 55px 0 35px;
    position: relative;
    z-index: 1
}

    .newsletter form {
        position: relative;
        width: 45%;
        margin: 0 auto
    }

    .newsletter a {
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px;
        background: #d60d45;
        color: #fff
    }

    .newsletter input[type=text] {
        padding-right: 115px;
        margin-bottom: 0
    }

.footer-links {
    padding: 45px 0 41px;
    border-top: 1px dashed #cccccc3b;
    position: relative;
    z-index: 1
}

    .footer-links h3 {
        color: #fff;
        margin-bottom: 50px
    }

    .footer-links li {
        padding: 0 0 10px;
        position: relative;
        margin-bottom: 10px
    }

        .footer-links li a {
            color: #fff;
            opacity: .8
        }

            .footer-links li a:hover {
                opacity: 1
            }

            .footer-links li a i {
                padding-left: 5px;
                transition: all ease-in-out .3s
            }

.footer-links-list li a:hover i {
    padding-left: 10px
}

.footer-links li:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.copyright {
    position: relative;
    z-index: 1;
    padding: 0 0 30px
}

.copyright-content p {
    margin-bottom: 0;
    display: inline-block;
    color: #fff
}

.copyright-content a {
    color: #ffc63f
}

.footer-recent-post li {
    padding: 0;
    margin-bottom: 10px
}

    .footer-recent-post li:last-child {
        margin-bottom: 0
    }

    .footer-recent-post li:before, .footer-social-links li:before {
        display: none
    }

.recent-post-item {
    display: flex;
    align-items: center
}

.recent-post-image {
    width: 27%
}

.recent-post-content {
    flex: 1 auto;
    padding-left: 15px
}

    .recent-post-content h4 {
        color: #fff;
        margin-bottom: 5px;
        font-weight: 300
    }

    .recent-post-content p {
        color: #ffc63f;
        margin-bottom: 0;
        font-size: 13px
    }

.footer-social-links li {
    padding: 0;
    display: inline-block;
    margin: 0 20px 0 0
}

.footer-instagram li {
    padding: 0;
    display: inline-block;
    width: 32.33%;
    margin: 0 0 4px
}

li.social-icon {
    margin-right: 15px;
    font-size: 20px
}

    li.social-icon a i {
        padding: 0
    }

.footer-about p {
    color: #fff;
    margin: 20px 0
}

.about-logo img {
    width: auto
}

.about-location li {
    color: #fff
}

    .about-location li i {
        color: #ffc63f;
        padding-right: 10px
    }

.footer-social-links {
    margin-top: 20px
}

.payment-content {
    text-align: right
}

    .payment-content li {
        display: inline-block;
        margin: 0 0 0 10px;
        color: #fff
    }

        .payment-content li:first-child {
            margin-left: 0
        }

        .payment-content li img {
            width: 30px
        }

#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    display: none
}

    #back-to-top a {
        display: block;
        width: 40px;
        height: 40px;
        border: 1px solid #ccc;
        background: #fff;
        position: relative;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: .2s all linear;
        -moz-transition: .2s all linear;
        -o-transition: .2s all linear;
        transition: .2s all linear
    }

        #back-to-top a:after {
            position: absolute;
            content: '\f176';
            font-family: fontawesome;
            font-size: 20px;
            color: #005294;
            top: 5px;
            left: 15px;
            z-index: 1;
            font-weight: 500
        }

.sale-item {
    position: relative
}

.sale-content {
    padding: 20px 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center
}

.sale-image {
    position: relative;
    overflow: hidden
}

    .sale-image img {
        transition: all ease-in-out 2s
    }

.sale-tag {
    position: absolute;
    padding: 10px;
    top: 10px;
    right: -10px;
    background: #005294;
    box-shadow: 0 0 10px #0000004a;
    z-index: 1
}

.sale-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right,#040404c7 1%,#ffad0000 100%)
}

.sale-tag span {
    color: #fff
}

span.new-price {
    font-weight: 600
}

.sale-tag:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #295070;
    border-right: 10px solid transparent;
    top: 42px;
    right: 0
}

.sale-content p {
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px
}

.sale-content h3 a {
    color: #fff
}

    .sale-content h3 a:hover {
        opacity: .8
    }

.sale-content .sale-review {
    text-align: left;
    margin-bottom: 90px
}

.slider-button .slick-prev, .slider-button .slick-next {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 5px solid #fff;
    line-height: 2;
    background: #005294
}

.sale-slider .slick-prev {
    left: -10px
}

.sale-slider .slick-next {
    right: -10px
}

.deals-slider .slick-prev {
    left: 5px
}

.deals-slider .slick-next {
    right: 5px
}

.sale-item:hover img {
    transform: scale(1.2)
}

.sale-content a.btn-blue {
    background: 0 0;
    border-color: #fff
}

    .sale-content a.btn-blue:hover {
        background: #005294;
        color: #fff
    }

section.destination-padding {
    padding-bottom: 50px
}

.destinations .category-box {
    margin-bottom: 20px
}

.destination-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    transition: all ease-in-out .3s;
    border: 1px solid #f1f1f1;
    box-shadow: 1px 1px 20px #cccccc67;
    background: #fff
}

.item-margin-zero {
    margin-bottom: 0
}

.destination-item:hover {
    transform: translateY(-3px)
}

.destination-image {
    position: relative;
    overflow: hidden
}

    .destination-image img {
        transition: all ease-in-out 3s
    }

.destination-icon {
    position: absolute;
    left: 40%;
    height: 45px;
    width: 45px;
    border: 2px solid #fff;
    text-align: center;
    top: -40%;
    border-radius: 50%;
    transition: all ease-in-out .3s;
    z-index: 2
}

.destination-content {
    padding: 15px 0;
    text-align: center
}

    .destination-content h3 {
        margin-bottom: 0
    }

    .destination-content p {
        margin-bottom: 0
    }

    .destination-content .deal-rating {
        margin: 5px 0
    }

.destination-4-col {
    text-align: center
}

    .destination-4-col .deal-rating {
        display: block;
        float: none;
        margin: 5px 0
    }

.destination-overlay {
    position: absolute;
    background: linear-gradient(45deg,#ff89e9 0%,#05abe0 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease-in-out .3s
}

.destination-item:hover .destination-overlay {
    opacity: .5
}

.destination-item:hover img {
    transform: scale(1.1)
}

.destination-icon:hover {
    background: #005294
}

    .destination-icon:hover i {
        transform: rotate(360deg)
    }

.destination-content span.bold {
    font-size: 20px;
    color: #d60d45
}

.destination-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all ease-in-out .3s
}

.destination-item:hover .destination-btn {
    opacity: 1;
    transform: translate(-50%,-50%)
}

.destination-4-col .destination-btn {
    width: 60%
}

.detail-info-content {
    margin-bottom: 20px;
    margin-top: 20px
}

.detail-info span.bold {
    font-size: 28px;
    color: #d60d45
}

.detail-info-content .deal-rating {
    margin: 0
}

.detail-info-content p.detail-info-price {
    display: inline-block;
    float: right;
    margin: 0
}

.detail-info-content h2 {
    margin-bottom: 0;
    display: inline-block;
    text-transform: uppercase
}

.detail-info-content table {
    margin-bottom: 21px
}

.detail-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

    .detail-title h3, .detail-title h4 {
        display: inline-block;
        margin: 0;
        padding-right: 20px;
        border: 1px solid #f1f1f1;
        padding: 8px 16px;
        background: #fbfbfb
    }

.sidebar-item .detail-title h3 {
    padding: 5px 15px
}

.sidebar-item-dark .detail-title h3 {
    background: #005294;
    color: #fff;
    border: none
}

.detail-title:after {
    position: absolute;
    top: 51%;
    content: '';
    background: #f1f1f1;
    height: 1px;
    width: 100%
}

.detail-box {
    margin-bottom: 30px
}

    .detail-box:last-child {
        margin: 0
    }

.description-content {
    border: 1px solid #f1f1f1;
    padding: 15px
}

    .description-content p:last-child {
        margin-bottom: 0
    }

.detail table {
    width: 100%;
    margin-top: 10px
}

    .detail table td {
        padding: 10px
    }

td.title {
    font-weight: 500
}

.detail table tr {
    margin-bottom: 10px;
    border: 1px solid #f1f1f1
}

    .detail table tr:last-child {
        margin-bottom: 0
    }

.detail table td ul li {
    margin-bottom: 5px;
    width: 49%;
    display: inline-block
}

    .detail table td ul li:last-child {
        margin-bottom: 0
    }

.detail table td i {
    width: 20px;
    color: #005294
}

.detail table tr:nth-child(even) {
    background: #fbfbfb
}

td.excludes ul li i {
    color: #d60d45
}

.timeline {
    position: relative
}

    .timeline li {
        position: relative;
        margin-bottom: 30px;
        background: #fff;
        padding: 0 15px 15px 110px;
        border: 1px solid #f1f1f1
    }

.flag-wrapper {
    margin-bottom: 10px;
    margin-top: 15px
}

.flag {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    transition: all ease-in-out .3s
}

.day-wrapper {
    position: absolute;
    height: 100%;
    width: 60px;
    background: #f1f1f1;
    left: 0;
    z-index: 1;
    text-align: center;
    transition: all ease-in-out .3s;
    top: 0
}

.timeline li:hover .day-wrapper {
    background: #d60d45
}

.timeline li:hover .flag {
    color: #d60d45
}

.day-wrapper span {
    color: #005294;
    font-weight: 600;
    font-size: 32px;
    line-height: 2;
    background: #fff;
    width: 100%;
    display: inline-block
}

.desc p:last-child {
    margin-bottom: 0
}

.map-frame {
    background: #ffff;
    padding: 15px 15px 10px;
    border: 1px solid #f1f1f1
}

    .map-frame iframe {
        height: 350px;
        width: 100%;
        frameborder: 0
    }

#sidebar-sticky {
    margin-bottom: 70px
}

.detail-tabs #sidebar-sticky {
    margin-bottom: 0
}

aside.detail-sidebar.sidebar-wrapper {
    position: sticky;
    top: 0
}

.sidebar-item {
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 20px #cccccc57;
    margin-bottom: 30px;
    padding: 15px
}

.sidebar-item-dark {
    background: #333
}

    .sidebar-item-dark .detail-title h4 {
        color: #fff;
        background: #333
    }

.sidebar-content li:last-child {
    margin-bottom: 0
}

.sidebar-item .detail-title {
    margin-bottom: 15px
}

.tour-details ul li span {
    color: #d60d45;
    font-weight: 600
}

.sidebar-socialicon {
    padding-bottom: 5px
}

.share-links li {
    display: inline-block;
    margin-bottom: 0;
    float: left;
    width: 50%;
    margin: 0 0 10px
}

    .share-links li span {
        font-size: 15px
    }

    .share-links li.social-icon a i {
        font-size: 15px;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        border: 1px solid #ccc;
        line-height: 2;
        margin-right: 5px;
        text-align: center;
        color: #fff;
        background: #38a1f3
    }

        .share-links li.social-icon a i.fa-facebook {
            background: #3c5a99
        }

        .share-links li.social-icon a i.fa-instagram {
            background: #f77737
        }

        .share-links li.social-icon a i.fa-youtube {
            background: red
        }

.support-content h4 {
    margin-bottom: 0
}

.support-content p {
    margin: 0;
    color: #d60d45
}

.sidebar-package-content {
    background: inherit;
    padding: 15px 0 0;
    text-align: left
}

    .sidebar-package-content h4 {
        margin-bottom: 1px;
        display: inline-block
    }

    .sidebar-package-content p {
        display: block;
        margin-bottom: 7px
    }

    .sidebar-package-content .deal-rating {
        display: inline-block;
        float: right
    }

.sidebar-item input, .sidebar-item textarea, .sidebar-item input .form-control {
    padding: 10px !important;
    font-size: 13px
}

.sidebar-item textarea {
    height: 100px
}

.sidebar-item .comment-btn .btn-blue {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff
}

.sidebar-helpline {
    background: url(../images/adbg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px
}

    .sidebar-helpline:after {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.5)
    }

.sidebar-helpline-content {
    position: relative;
    z-index: 1
}

    .sidebar-helpline-content h3, .sidebar-helpline-content p {
        color: #fff
    }

        .sidebar-helpline-content p:last-child {
            margin-bottom: 0
        }

    .sidebar-helpline-content i {
        margin-right: 5px
    }

.sidebar-content .range-slider {
    margin: 20px 0 0
}

.range-slider .ui-slider-range.ui-widget-header.ui-corner-all.whole {
    background: #ccc
}

.comment-item {
    display: flex;
    border: 1px solid #f1f1f1;
    padding: 20px;
    margin-bottom: 30px
}

.comment-image {
    flex: 0 1 75px;
    padding: 0 20px 0 0
}

.detail-content .comment-image {
    padding: 0
}

.comment-item:last-child {
    margin-bottom: 0
}

.comment-image {
    text-align: center
}

    .comment-image img {
        overflow: hidden;
        border-radius: 50%;
        width: 75px;
        height: 75px
    }

.comment-reply .comment-image img {
    height: 50px;
    width: 50px
}

.comment-image h4 {
    margin: 10px 0 0
}

.comment-desc {
    margin-bottom: 20px
}

.comment-reply .comment-desc {
    margin-bottom: 0
}

.comment-desc h4 {
    display: inline-block
}

.comment-desc p {
    margin: 0
}

span.comment-date {
    display: block;
    font-size: 12px;
    margin-bottom: 7px
}

.comment-image a.btn-blue {
    font-size: 12px;
    padding: 5px 15px
}

.comment-desc .deal-rating {
    display: inline-block;
    margin: 0 0 15px
}

span.travel-date {
    float: right;
    font-size: 12px
}

span.bold {
    font-weight: 500
}

.comment-btn {
    margin-top: 10px
}

.comments-form textarea, .comments-form input {
    background: #fff
}

.sidebar-slider .slick-prev {
    left: 0
}

.sidebar-slider .slick-next {
    right: 0
}

.event-list li {
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
    margin-bottom: 10px
}

    .event-list li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .event-list li a {
        color: #555
    }

        .event-list li a:hover {
            color: #0d74ba
        }

.comment-reply {
    background: #fff;
    margin-bottom: 10px
}

@media(max-width:640px) {
    .detail-content .comment-image {
        padding-bottom: 10px
    }
}

.tabs-navbar {
    background: #fbfbfb;
    padding: 5px 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1
}

ul#tabs {
    border-bottom: 0
}

.tabs-navbar.navbar-sticky {
    top: 69px;
    z-index: 99
}

.nav-tabs {
    border: none
}

    .nav-tabs > li {
        float: none;
        display: inline-block
    }

        .nav-tabs > li > a {
            border-radius: 0;
            border: none;
            font-weight: 600;
            margin: 0
        }

            .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
                color: #8bbeb2;
                background: inherit;
                border: none
            }

    .nav-tabs .nav-link, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border: none;
        border-radius: 0
    }

section.detail-tabs {
    padding-bottom: 60px
}

.detail-tab .breadcrumb-content ul {
    bottom: 0;
    box-shadow: none
}

.detail-tab .breadcrumb-outer h2 {
    margin-bottom: 15px
}

@media(min-width:767px) {
    section.detail-tabs .content-mobile {
        display: none
    }
}

@media(max-width:767px) {
    section.detail-tabs .content-mobile {
        display: block
    }

    section.detail-tabs .content-desktop {
        display: none
    }
}

@media(max-width:567px) {
    .comment-item {
        display: block;
        text-align: center
    }

    .comment-image, .comment-content {
        display: block;
        width: 100%
    }
}

.destination-fw-item {
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
    padding: 20px;
    transition: all ease-in-out .3s;
    box-shadow: 0 0 10px #cccccc67
}

.destination-fw-image {
    overflow: hidden;
    position: relative
}

    .destination-fw-image img {
        transition: all ease-in-out .3s
    }

.destination-fw-item:hover {
    transform: translateY(-3px)
}

    .destination-fw-item:hover img {
        transform: scale(1.2) rotate(-5deg)
    }

.destination-fw-item:nth-child(even):hover img {
    transform: scale(1.2) rotate(5deg)
}

.destination-fw-item:last-child {
    margin-bottom: 0
}

.destination-fw-desc h3 {
    margin-bottom: 10px;
    display: inline-block
}

.destination-fw-content p {
    margin-bottom: 15px;
    display: inline-block
}

.fw-content .deal-rating {
    margin: 0 0 10px;
    display: inline-block;
    float: right
}

.destination-fw-content span.bold {
    font-size: 28px
}

.fw-price p {
    margin-bottom: 0
}

.fw-price span.bold {
    display: block;
    font-size: 30px;
    color: #d60d45
}

.destination-fw-item .deal-rating {
    text-align: center;
    margin: 5px 0 14px
}

.fw-btns {
    text-align: center
}

    .fw-btns a.btn-blue {
        display: block;
        margin-top: 15px
    }

p.fw-info {
    display: inline-block;
    color: #7d7d7d;
    margin: 0 15px 0 0;
    font-size: 13px
}

.destination-2col-item {
    box-shadow: 1px 1px 5px #cccccc57;
    margin-bottom: 30px
}

    .destination-2col-item:hover img {
        transform: scale(1.2) rotate(-5deg)
    }

    .destination-2col-item h3 {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        z-index: 1
    }

        .destination-2col-item h3 a {
            color: #fff
        }

    .destination-2col-item .destination-fw-image:after {
        position: absolute;
        content: '';
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%)
    }

    .destination-2col-item .destination-fw-content {
        text-align: center
    }

@media(max-width:991px) {
    .destination-fw-desc.fw-content {
        padding-top: 15px;
        text-align: center
    }

    .fw-btns a.btn-blue {
        display: inline-block
    }
}

section.trekking {
    padding-bottom: 50px
}

.trekking-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden
}

    .trekking-item:after {
        position: absolute;
        content: '';
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%)
    }

.trekking-outer {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.trekking-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    transition: all ease-in-out .3s;
    z-index: 1
}

    .trekking-title h3 a {
        color: #fff
    }

    .trekking-title h3 {
        display: inline-block;
        margin-right: 20px
    }

    .trekking-title p {
        display: inline-block;
        color: #fff
    }

        .trekking-title p span {
            font-size: 20px;
            font-weight: 500
        }

.trekking-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    text-align: center;
    background: #005294ad;
    padding: 40px 0;
    opacity: 0;
    transition: all ease-in-out .3s;
    z-index: 1
}

    .trekking-content p {
        color: #fff
    }

    .trekking-content a.btn-blue {
        background: 0 0;
        border-color: #fff
    }

        .trekking-content a.btn-blue:hover {
            background: #fff;
            color: #005294
        }

.trekking-item:hover .trekking-content {
    opacity: 1;
    transform: translate(-50%,-50%)
}

.trekking-item:hover .trekking-title {
    opacity: 0
}

section.page-cover {
    background: #fbfbfb;
    padding-bottom: 0
}

.cover-content {
    position: relative;
    z-index: 1;
    margin: 0 auto
}

.cover-image {
    margin: 30px 0
}

.cover-content h2 {
    margin-bottom: 10px
}

.cover-content .author-detail p {
    font-size: 15px
}

a.tag, .sidebar-item a.tag {
    color: #d60d45;
    font-size: 13px;
    font-weight: 500;
    transition: all ease-in-out .3s;
    display: inline-block;
    padding: 0 5px
}

.author-detail p {
    display: inline-block;
    padding-right: 5px;
    margin: 0
}

.sidebar-title h3:before {
    content: '';
    background: #999;
    height: 1px;
    width: 30%;
    position: absolute;
    right: 0;
    top: 15px
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 20px !important;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 15px #cccccc57
}

    .sidebar-box:last-child {
        margin-bottom: 0
    }

.recent-item {
    float: left;
    margin-bottom: 20px;
    width: 100%
}

    .recent-item:last-child {
        margin-bottom: 0
    }

.recent-image {
    float: left;
    width: 25%
}

.recent-content {
    float: left;
    width: 75%;
    padding-left: 20px;
    position: relative
}

    .recent-content h4 {
        margin: 6px 0 5px
    }

    .recent-content .author-detail {
        padding: 0
    }

        .recent-content .author-detail p {
            margin-bottom: 0
        }

.sidebar-item a {
    color: #666
}

    .sidebar-item a.btn-blue {
        color: #fff
    }

        .sidebar-item a.btn-blue:hover {
            color: #d60d45
        }

    .sidebar-item a:hover {
        color: #0d74ba
    }

.popular-item {
    padding: 10px 0 10px 40px;
    border-bottom: 1px dashed #f1f1f1;
    position: relative
}

    .popular-item span.item-no {
        position: absolute;
        top: 15px;
        left: 0;
        font-size: 23px;
        color: #d60d45
    }

.popular-content h4 {
    margin-bottom: 5px
}

.popular-item:last-child {
    border: none;
    padding-bottom: 0
}

.popular-item .author-detail {
    padding: 0
}

p.articlepara {
    line-height: 1.7;
    margin-bottom: 25px
}

.sectionoverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5)
}

.item-wrapper blockquote, .blockquote-upper blockquote {
    border-left: none;
    position: relative;
    padding: 50px 20px;
    background: url(../images/blog1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center
}

    .item-wrapper blockquote p, .blockquote-upper blockquote p {
        font-weight: 600;
        font-size: initial;
        color: #fff;
        position: relative;
        z-index: 1;
        margin: 0
    }

.sidebar-title h3 {
    position: relative
}

.author-image {
    text-align: center;
    width: 40%;
    margin: 0 auto
}

    .author-image img {
        border-radius: 0 35px
    }

.author-content {
    padding-top: 20px;
    text-align: center
}

    .author-content ul {
        padding-top: 5px
    }

ul.header-social-links li {
    display: inline-block;
    margin: 0
}

.post-categories li {
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px
}

    .post-categories li:last-child {
        border: none;
        padding: 0;
        margin: 0
    }

    .post-categories li a {
        color: #666;
        transition: all ease-in-out .3s
    }

        .post-categories li a:hover {
            color: #0d74ba
        }

.author-content .header-social-links a {
    padding: 0 5px
}

.item-detail .detail-image {
    margin-bottom: 25px
}

h4.panel-title a {
    display: block
}

.att-item {
    margin-bottom: 15px;
    border: 1px dashed #e9e9e9;
    padding-bottom: 15px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    padding-right: 28%
}

.att-image {
    float: left;
    width: 20%
}

.att-content {
    padding-left: 30px;
    width: 80%;
    float: right
}

.att-content-left {
    width: 100%;
    display: inline-block
}

.att-content-right {
    text-align: right;
    background: #fbfbfb;
    padding: 40px 15px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px dashed #f1f1f1
}

.att-content-left ul li {
    line-height: 1.5;
    font-size: 14px;
    width: 49%;
    display: inline-block
}

    .att-content-left ul li i {
        width: 20px;
        color: #005294
    }

.att-content-right span.bold {
    color: #d60d45;
    font-size: 20px
}

.col-left-padding {
    padding-left: 0
}

.popular-tag-content li {
    display: inline-block;
    margin-bottom: 3px
}

    .popular-tag-content li a {
        display: inline-block;
        border: 1px solid #ccc;
        background: #fbfbfb;
        padding: 5px 20px;
        transition: all ease-in-out .3s
    }

        .popular-tag-content li a:hover {
            color: #fff;
            background: #005294
        }

fieldset {
    margin: 0;
    padding: 0
}

.rating {
    border: none;
    float: left
}

    .rating > input {
        display: none
    }

    .rating > label:before {
        margin: 0 5px;
        font-size: 1.25em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005"
    }

    .rating > .half:before {
        content: "\f089";
        position: absolute
    }

    .rating > label {
        color: #ddd;
        float: right
    }

    .rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
        color: #ffd700
    }

        .rating > input:checked + label:hover, .rating > input:checked ~ label:hover, .rating > label:hover ~ input:checked ~ label, .rating > input:checked ~ label:hover ~ label {
            color: #ffed85
        }

.sidebar-content input[type=checkbox] {
    margin: 15px 0 0
}

.sidebar-btn {
    margin-top: 15px
}

.list-item {
    border: 1px solid #f1f1f1;
    margin-bottom: 40px;
    padding: 15px;
    transition: all ease-in-out .3s;
    position: relative;
    overflow: hidden
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

    .image-overlay:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,.4);
        content: '';
        transition: all ease-in-out .6s;
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0)
    }

.grid-item .list-content {
    text-align: center;
    width: 100%;
    padding: 15px 0 0
}

.list-content h3 {
    margin-bottom: 12px
}

.grid-item .list-content p {
    margin: 11px 0 0
}

.author-detail p {
    font-size: 13px
}

.list-content p {
    margin: 10px 0 0
}

.list-image {
    overflow: hidden;
    position: relative
}

    .list-image img {
        position: relative;
        transition: all ease-in-out .3s
    }

.list-item:hover img {
    transform: rotate(5deg) scale(1.2)
}

.list-item:hover {
    box-shadow: 0 0 15px #cccccc57
}

    .list-item:hover .image-overlay:before {
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,110%,0)
    }

.author-profile {
    padding: 20px 0;
    display: flex;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin: 30px 0
}

.profile-image {
    width: 15%
}

    .profile-image img {
        border-radius: 50%
    }

.profile-content {
    width: 80%;
    padding: 9px 30px 0
}

ul.profile-link li {
    display: inline-block;
    padding-right: 10px
}

.profile-content p {
    margin-bottom: 0
}

.profile-content h3 {
    color: #000
}

    .profile-content h3 span {
        font-size: 15px;
        color: #777
    }

.share-buttons {
    text-align: center
}

a.btn-large {
    padding: 10px 70px;
    color: #fff;
    transition: all ease-in-out .3s;
    float: left
}

a.btn-facebook {
    background: #1c3a78
}

a.btn-twitter {
    background: #006dbf;
    float: right
}

a.btn-large:hover {
    background: #333
}

.share-buttons p {
    display: inline-block;
    margin: 0
}

    .share-buttons p span {
        font-weight: 400;
        font-size: 25px
    }

.item-tags {
    clear: both;
    padding: 30px 0;
    text-align: center
}

    .item-tags a.tag-blue {
        color: #a3a3a3;
        background: 0 0;
        border: 1px solid #a3a3a3;
        padding: 5px
    }

        .item-tags a.tag-blue:hover {
            color: #333
        }

.comment-box h3, form h3 {
    display: inline-block;
    padding-bottom: 18px;
    position: relative
}

    .comment-box h3:after, .comment-form h3:after {
        top: 36px;
        width: 100%
    }

    .comment-box h3:after, .comment-form h3:after {
        position: absolute;
        content: '';
        width: 15%;
        height: 1px;
        background: #999;
        bottom: 0;
        left: 0;
        z-index: 1;
        top: 36px;
        width: 100%
    }

.comment-image img {
    border-radius: 50%
}

.comment-content {
    flex: 1 1 100%
}

    .comment-content h4 {
        display: inline-block
    }

    .comment-content p.date {
        display: inline-block;
        float: right
    }

ul.reply {
    padding-left: 75px
}

    ul.reply li {
        margin-bottom: 30px
    }

.related-posts {
    margin-bottom: 30px
}

    .related-posts .list-item {
        margin-bottom: 0
    }

.blog-post-wrap {
    margin-bottom: 30px
}

    .blog-post-wrap:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }

#home_banner_blog {
    position: relative;
    padding: 0;
    z-index: 5;
    height: 450px
}

.swiper-button-next.swiper-button-white:before, .swiper-container-rtl .swiper-button-prev.swiper-button-white:before, .swiper-button-prev.swiper-button-white:before, .swiper-container-rtl .swiper-button-next.swiper-button-white:before {
    content: '\f177';
    font-family: fontawesome;
    font-size: 30px;
    position: absolute;
    right: 25px;
    color: #fff
}

.swiper-button-next.swiper-button-white:before, .swiper-container-rtl .swiper-button-next.swiper-button-white:before {
    content: '\f178'
}

.blog-post-wrap .author-detail {
    padding: 0 0 15px
}

.blockquote-upper blockquote {
    margin: 0
}

.blog-post-upper {
    overflow: hidden
}

    .blog-post-upper iframe {
        width: 100%
    }

.booking-outer {
    padding: 30px;
    border: 1px solid #f1f1f1;
    box-shadow: 1px 1px 20px #cccccc67
}

section.payment {
    padding-bottom: 0
}

section.booking {
    padding-top: 100px
}

td.b-id {
    color: #d60d45;
    font-weight: 500
}

.booking-form .detail table {
    margin-top: 0
}

.confirmation-title h2 {
    margin-bottom: 0
}

.booking-form .payment-info {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.checkbox-outer {
    margin: 0 0 10px
}

    .checkbox-outer a {
        color: #d60d45
    }

.login-form {
    text-align: center
}

    .login-form form {
        text-align: left;
        padding: 30px;
        border: 1px solid #f1f1f1;
        box-shadow: 1px 1px 20px #cccccc57
    }

.form-title {
    text-align: center;
    margin-bottom: 30px
}

.grid-item {
    padding: 20px
}

    .grid-item .blog-content {
        padding: 0
    }

    .grid-item:last-child {
        margin-bottom: 0
    }

.blog-content-1 {
    border: 1px solid #f1f1f1
}

.login-accounts {
    padding-top: 20px;
    margin-top: 23px;
    border-top: 1px solid #f1f1f1
}

    .login-accounts a.btn-blue {
        margin-right: 10px
    }

a.btn-google {
    background: #d34836;
    border-color: #d34836
}

a.btn-twit {
    background: #00aced;
    border-color: #00aced
}

.login-accounts h3 {
    display: block;
    margin: 10px 0 15px;
    padding-bottom: 0
}

a.forgotpw {
    color: #d60d45
}

.contact-about .about-logo {
    margin-bottom: 15px
}

.contact-location i {
    color: #d60d45;
    margin-right: 10px
}

.form-title h2, .form-title h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px
}

    .form-title h2:after, .form-title h3:after {
        position: absolute;
        content: '';
        height: 1px;
        width: 50px;
        background: #333;
        left: 0;
        bottom: 0;
        margin: 0 auto;
        right: 0
    }

.make-payment {
    margin-top: 30px
}

.form-title-1 {
    text-align: left
}

    .form-title-1 h2:after, .form-title-1 h3:after {
        right: none;
        margin: 0
    }

.forgot-password {
    padding: 100px 0 80px
}

@media(max-width:991px) {
    .contact-about.footer-margin {
        margin: 30px 0 0
    }
}

.error-box {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    background: #d60d45;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 30px
}

.error-box-inner {
    height: 180px;
    width: 180px;
    margin: 0 auto;
    background: #99062f;
    border-radius: 50%;
    border: 2px dashed #fff
}

    .error-box-inner h1 {
        font-size: 80px;
        line-height: 2;
        color: #fff;
        margin: 0
    }

h1.not-found {
    text-transform: uppercase;
    margin: 30px 0 0
}

.error-content a {
    color: #d60d45
}

.price-item {
    border: 1px solid #f1f1f1;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 1px 1px 20px #cccccc67;
    transition: all ease-in-out .3s
}

.price-table-head {
    padding: 30px 20px;
    background: #d60d45
}

.price-item-blue .price-table-head {
    background: #005294
}

.price-table-head i {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px
}

.price-table-head h3 {
    color: #fff;
    margin-bottom: 0
}

.price-table-price {
    padding: 20px
}

    .price-table-price span {
        color: #99062f;
        font-size: 40px;
        font-weight: 600
    }

.price-item-blue .price-table-price span {
    color: #005294
}

.price-table-content {
    background: #fbfbfb
}

    .price-table-content li {
        margin: 0;
        padding: 10px
    }

        .price-table-content li:nth-child(even) {
            background: #fff
        }

.price-btn {
    padding: 20px 0
}

.price-table-content i {
    color: #005294
}

.price-item-blue .price-table-content i {
    color: #d60d45
}

.price-item-blue a.btn-red {
    background: #005294;
    border-color: #005294
}

    .price-item-blue a.btn-red:hover {
        background: #fff;
        color: #005294
    }

.price-item:hover {
    transform: translateY(-10px)
}

@media(max-width:991px) {
    .price-item {
        margin-bottom: 30px
    }

    section.price-list {
        padding-bottom: 50px
    }
}

section.aboutus {
    padding-bottom: 55px
}

.about-item {
    padding: 40px 30px;
    border: 1px solid #f1f1f1;
    box-shadow: 1px 1px 20px #cccccc67;
    text-align: center;
    margin-bottom: 30px
}

.about-icon i {
    font-size: 50px;
    color: #d60d45;
    height: 60px;
    width: 60px;
    line-height: 1;
    padding: 5px;
    transition: all ease-in-out .3s
}

.about-item:hover .about-icon i {
    opacity: .8
}

.about-content {
    padding-top: 20px
}

    .about-content p {
        margin-bottom: 0
    }

.team-image {
    overflow: hidden
}

    .team-image img {
        transition: all ease-in-out .3s
    }

.team-item:hover .team-image img {
    transform: scale(1.2)
}

.team-content {
    background: #d60d45;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
    bottom: 20px;
    text-align: center;
    transition: all ease-in-out .3s
}

    .team-content h3 {
        color: #fff
    }

    .team-content p {
        color: #fff;
        margin: 0
    }

.team-item:hover .team-content {
    width: 100%;
    bottom: 0
}

.section_heading {
    margin: 0 0 4rem;
    padding-right: 30%
}

    .section_heading h2.section_title {
        position: relative;
        padding-left: 25px
    }

        .section_heading h2.section_title:before {
            content: '';
            height: 100%;
            width: 3px;
            background: #d60d45;
            position: absolute;
            top: 0;
            left: 0
        }

.our_store {
    padding: 75px 0 50px
}

    .our_store .col-sm-3.col-xs-12 {
        padding: 0 10px
    }

.rt-product-wrapper {
    border: 1px solid #f1f1f1;
    transition: all .5s;
    margin-bottom: 30px
}

    .rt-product-wrapper:hover {
        border-bottom-color: #d60d45;
        transition: all .5s;
        box-shadow: 0 0 5px #cccccc52
    }

    .rt-product-wrapper .product-image img {
        transition: all .5s
    }

    .rt-product-wrapper:hover .product-image img {
        transform: rotate(8deg) scale(1.2);
        transition: all .5s
    }

.product-thumbnail-wrapper {
    position: relative;
    overflow: hidden
}

.rt-product-wrapper .product-label span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 15px;
    background: #333;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px
}

    .rt-product-wrapper .product-label span.hot {
        background: #d60d45;
        text-align: center;
        left: inherit;
        right: 0
    }

.rt-product-meta-wrapper {
    text-align: center;
    background: #fbfbfb;
    padding: 28px 15px 30px;
    border-top: 1px solid #f1f1f1
}

.product-categories, .product-categories a {
    color: #d60d45;
    font-size: 14px
}

.rt-product-meta-wrapper del {
    opacity: .6;
    font-size: 16px
}

.rt-product-meta-wrapper ins {
    padding-left: 15px;
    text-decoration: none;
    font-size: 16px
}

.rt-cartprice-wrapper span.price {
    display: inline-block;
    width: 100%
}

.rt-product-meta-wrapper .btn_red {
    margin-bottom: 0
}

.slick-slider.row {
    margin: 0 -15px
}

.our_store .slick-prev, .our_store .slick-next {
    top: -80px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    height: 35px;
    width: 35px;
    margin-top: 0;
    line-height: inherit
}

.our_store .slick-prev {
    right: 55px;
    left: inherit
}

.our_store .slick-next {
    right: 10px
}

    .our_store .slick-prev:before, .our_store .slick-next:before {
        font-size: 17px;
        color: #666;
        background: 0 0
    }

    .our_store .slick-prev:hover, .our_store .slick-prev:focus, .our_store .slick-next:hover, .our_store .slick-next:focus, .our_store .slick-prev:visited, .our_store .slick-next:visited {
        color: #666;
        outline: none;
        background: #d60d45;
        border-color: #d60d45;
        transition: all .5s
    }

        .our_store .slick-prev:hover:before, .our_store .slick-prev:focus:before, .our_store .slick-next:hover:before, .our_store .slick-next:focus:before {
            color: #fff;
            transition: all .5s
        }

.mar-bottom-20 {
    margin-bottom: 20px
}

@media(max-width:1100px) {
    .rt-product-meta-wrapper {
        padding: 28px 5px 30px
    }
}

.store-detail {
    padding: 75px 0 0
}

    .store-detail .slider.slider-thumbs {
        margin-top: 2px;
        height: auto !important
    }

        .store-detail .slider.slider-thumbs .slick-slide {
            opacity: .5
        }

            .store-detail .slider.slider-thumbs .slick-slide.slick-active {
                opacity: 1
            }

        .store-detail .slider.slider-thumbs .slick-prev, .store-detail .slider.slider-thumbs .slick-next {
            top: 50%;
            background: #fff
        }

        .store-detail .slider.slider-thumbs .slick-prev {
            left: 0
        }

        .store-detail .slider.slider-thumbs .slick-next {
            right: 0
        }

            .store-detail .slider.slider-thumbs .slick-prev:before, .store-detail .slider.slider-thumbs .slick-next:before {
                color: #eb262a;
                opacity: 1;
                background: 0 0
            }

    .store-detail .rt-product-meta-wrapper {
        background: 0 0;
        text-align: left;
        padding: 0;
        border: none
    }

    .store-detail .quantity-buttons {
        display: inline-block
    }

    .store-detail span.rt-price-amount {
        font-weight: 600;
        font-size: 18px
    }

.single-product-summary .product-details_short-description {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

    .single-product-summary .product-details_short-description p {
        margin-bottom: 0
    }

.single-product-summary form.cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

span.quantity-buttons input {
    width: 60%;
    text-align: left;
    margin: 0;
    height: 42px
}

input.quantity-input {
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 0;
    padding: 12px;
    border-radius: 5px
}

.single-product-summary .product_meta > span {
    display: block;
    margin: 10px 0 0
}

.single-product-summary .product_meta a, .single-product-summary .product_meta span {
    font-size: 14px;
    line-height: 1.82em;
    letter-spacing: .12em;
    font-weight: 600;
    text-transform: uppercase;
    color: #333
}

    .single-product-summary .product_meta a:hover {
        color: #eb262a
    }

.our_store.related_store {
    padding-top: 0
}

#store-tabs {
    background: #fff;
    padding: 80px 0
}

#store-tab-main .nav-tabs {
    border-color: #f1f1f1
}

    #store-tab-main .nav-tabs > li {
        margin: 0
    }

        #store-tab-main .nav-tabs > li > a {
            position: relative;
            display: inline-block;
            vertical-align: top;
            padding: 14px 17px;
            font-size: 21px;
            text-align: center;
            font-weight: 300;
            color: #d60d45;
            background: 0 0;
            border-radius: 0;
            margin: 0;
            line-height: inherit;
            border: none
        }

            #store-tab-main .nav-tabs > li > a:hover, #store-tab-main .nav-tabs > li.active > a, #store-tab-main .nav-tabs > li.active > a, #store-tab-main .nav-tabs > li.active > a:focus {
                color: #fff !important;
                border: none;
                background: #d60d45
            }

#store-tab-main .tab-content {
    border: 1px solid #f1f1f1;
    padding: 30px;
    border-top: 1px solid transparent
}

@media(max-width:991px) {
    .single-product-summary {
        margin-top: 20px
    }
}

@media(max-width:767px) {
    .entry-summary {
        margin-top: 15px
    }
}

.shopping-main {
    position: absolute;
    right: 90px
}

.shopping-cart-holder .header-cart {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 25px 0 0
}

    .shopping-cart-holder .header-cart span.cart-icon path {
        fill: #fff
    }

#inner-navigation .navbar-sticky-in.navbar-default .shopping-cart-holder .header-cart span.cart-icon path, .home-2 .shopping-cart-holder .header-cart span.cart-icon path {
    fill: #000
}

.shopping-cart-holder .header-cart:hover {
    color: #818491
}

.shopping-cart-holder .header-cart .cart-number {
    position: relative;
    top: 0;
    right: 10px;
    font-weight: 500;
    font-size: 10px;
    border-radius: 100%;
    background-color: #d60d45;
    color: #fff;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    display: inline-block
}

.shopping-cart-dropdown {
    position: absolute;
    top: 75px;
    right: 0;
    width: 260px;
    background-color: #fff;
    text-align: left;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    -webkit-transition: all .35s cubic-bezier(.53,.01,.18,1);
    -moz-transition: all .35s cubic-bezier(.53,.01,.18,1);
    transition: all .35s cubic-bezier(.53,.01,.18,1);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.03)
}

.shopping-cart-holder:hover .shopping-cart-dropdown {
    opacity: 1;
    visibility: visible
}

.shopping-cart-dropdown ul {
    margin: 22px 20px;
    padding: 0
}

    .shopping-cart-dropdown ul li {
        position: relative;
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
        padding: 0 0 5px;
        box-sizing: border-box
    }

        .shopping-cart-dropdown ul li:first-child {
            padding-top: 0
        }

        .shopping-cart-dropdown ul li:last-child {
            padding-bottom: 0
        }

.shopping-cart-dropdown .item-image-holder {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 75px
}

    .shopping-cart-dropdown .item-image-holder img {
        display: block;
        width: 75px;
        height: 75px;
        border-radius: 50%
    }

.shopping-cart-dropdown .item-info-holder {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding-left: 14px
}

    .shopping-cart-dropdown .item-info-holder .product-title {
        display: block;
        margin: 0;
        padding: 0 20px 0 0;
        box-sizing: border-box;
        line-height: 1.2em
    }

    .shopping-cart-dropdown .item-info-holder .rt-price-amount, .shopping-cart-dropdown .item-info-holder .rt-quantity {
        display: inline-block;
        font-size: 16px;
        color: #c78665;
        font-weight: 600;
        margin-top: 3px
    }

    .shopping-cart-dropdown .item-info-holder .remove i {
        position: absolute;
        top: -1px;
        right: 0;
        font-size: 22px;
        line-height: 1
    }

.shopping-cart-dropdown .cart-bottom {
    padding: 16px 0 0;
    border-top: 1px solid #e1e1e1
}

    .shopping-cart-dropdown .cart-bottom .subtotal-holder {
        position: relative;
        display: table;
        width: 100%;
        margin: 0 0 17px
    }

    .shopping-cart-dropdown .cart-bottom a.mt_btn_yellow {
        padding: 5px 18px;
        width: 48%;
        float: left;
        color: #fff;
        margin: 0 1%
    }

    .shopping-cart-dropdown .cart-bottom a:hover {
        opacity: .9;
        color: #fff
    }

@media(max-width:991px) {
    .navbar-sticky-in .shopping-cart-holder .header-cart {
        padding-top: 13px
    }
}

@media(max-width:811px) {
    .shopping-main {
        right: 30px
    }
}

@media(max-width:639px) {
    #store-tab-main .nav-tabs > li, #store-tab-main .nav-tabs > li > a {
        width: 100%
    }
}

button.btn-red {
    padding: 10px 20px;
    background: #d60d45;
    font-size: 15px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border: 2px solid #d60d45;
    transition: all .5s ease
}

    button.btn-red:hover, button.btn-red:focus {
        color: #fff !important;
        background-color: #eb7979;
        border-color: #eb7979;
        transition: all .5s ease;
        text-shadow: initial;
        text-decoration: none
    }

.cart-table-list thead {
    width: 100%
}

.cart-table-list th, .cart-table-list td {
    text-align: center
}

.cart-table-list .product-thumbnail img {
    width: 30%;
    margin-right: 15px
}

.cart-inner .checkout-order {
    margin: 30px 0 20px
}

.cart-table-list table td.actions .coupon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left
}

.cart-table-list .coupon input[type=text] {
    width: 250px;
    margin-left: 22px;
    box-shadow: none;
    border: 1px solid #f1f1f1;
    background: #fff;
    height: 36px;
    padding-left: 10px
}

.cart-table-list table td.actions .coupon button {
    color: #d60d45;
    background-color: transparent;
    border: 1px solid #d60d45;
    border-radius: 0;
    padding: 6px 12px
}

    .cart-table-list table td.actions .coupon button.update_cart {
        background: #d60d45;
        color: #fff;
        border-color: #d60d45
    }

.cart-table-list table td.actions .button {
    margin: 0 0 0 22px
}

.coupon button.btn-red:hover {
    background-color: #d60d45 !important
}

@media(max-width:991px) {
    .cart-table-list .quantity-buttons {
        position: relative
    }
}

@media(max-width:568px) {
    .cart-table-list table.shop_table.rt-checkout-review-order-table {
        display: inline-block;
        overflow-x: scroll
    }

    span.quantity-buttons input {
        width: 100%
    }

    .cart-table-list .coupon input[type=text] {
        margin-bottom: 10px
    }
}

.checkout-inner .checkout-coupon {
    position: relative;
    display: block;
    padding: 30px;
    list-style: none;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    width: 100%;
    font-size: 16px
}

    .checkout-inner .checkout-coupon a {
        float: right;
        color: #d60d45
    }

.checkout-info, .checkout-order {
    margin-bottom: 20px
}

    .checkout-info label span {
        padding-left: 5px
    }

    .checkout-info label abbr[data-original-title], .checkout-infolabel abbr[title] {
        border: none
    }

    .checkout-info .form-control, .checkout-info textarea.form-control {
        height: 42px;
        box-shadow: none;
        background: #fff;
        border-color: #eee;
        border-radius: 0
    }

    .checkout-info textarea.form-control {
        min-height: 174px
    }

table.shop_table.rt-checkout-review-order-table {
    width: 100%
}

    table.shop_table.rt-checkout-review-order-table tr {
        border: 1px solid #f1f1f1
    }

        table.shop_table.rt-checkout-review-order-table tr th, table.shop_table.rt-checkout-review-order-table tr td {
            padding: 10px 15px;
            font-size: 15px;
            border: 1px solid #f1f1f1
        }

        table.shop_table.rt-checkout-review-order-table thead, table.shop_table.rt-checkout-review-order-table tr.order-total {
            background: #fbfbfb
        }

.mar-bottom-30 {
    margin-bottom: 30px
}

.mar-bottom-40 {
    margin-bottom: 40px
}

.mar-bottom-20 {
    margin-bottom: 20px
}

.mar-top-30 {
    margin-top: 30px
}

.mar-bottom-60 {
    margin-bottom: 60px
}

@media(max-width:500px) {
    .checkout-inner .checkout-coupon a {
        display: block;
        float: none
    }
}

.account-inner.lost-pswrd {
    width: 60%;
    margin: 0 auto
}

.account-inner span {
    color: #666;
    font-size: 15px
}

.account-inner button.mt_btn_yellow {
    margin-right: 15px
}

.account-inner input[type=checkbox] {
    display: inline-block
}

p.lt-pswrd {
    margin-bottom: 20px
}

p.lost_password {
    margin: 15px 0
}

.fp-content label {
    margin-bottom: 15px
}

.style-1 section {
    padding: 95px 0 80px
}

header.head-style-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(255,255,255,.1);
    width: 100%;
    border-bottom: 1px solid #ffffff2e
}

.head-style-1 .upper-head {
    padding: 0
}

.logo-color {
    display: none
}

.navbar-sticky .logo-white {
    display: none
}

.navbar-sticky .logo-color {
    display: block
}

.head-style-1 .upper-head-inner {
    border-bottom: 2px solid #000;
    float: left;
    width: 100%
}

.head-style-1 .nav.navbar-nav li {
    margin: 0
}

.head-style-1 .nav.navbar-nav > li > a {
    color: #fff;
    padding: 10px 13px
}

    .head-style-1 .nav.navbar-nav > li > a:hover, .head-style-1 .nav.navbar-nav > li.active > a, .head-style-1 .navbar-default .navbar-nav > .active > a {
        background: #cac9c966;
        color: #fff;
        font-size:17px
    }

.head-style-1 .navbar-sticky .nav.navbar-nav > li > a:hover, .head-style-1 .navbar-sticky .nav.navbar-nav > li.active > a, .head-style-1 .navbar-sticky .navbar-default .navbar-nav > .active > a {
    color: #d60d45
}

.head-style-1 .navbar-sticky .nav.navbar-nav > li > a {
    color: #333
}

.head-style-1 .slicknav_menu {
    background: 0 0
}

.head-style-1 .nav.navbar-nav li ul {
    top: 54px
}

.head-style-1 .navbar-sticky .navbar-nav > li > ul {
    top: 54px
}

.head-style-1 .nav.navbar-nav li ul li ul {
    top: -2px
}

.contact-info-item {
    display: inline-block;
    border-right: 1px solid #ffffff2e;
    padding: 10px 0;
    margin-right: 15px
}

.banner-style-1 #js_frm_040 {
    max-height: 650px
}

.banner-style-1 .js_frm_subscribe {
    top: 43%
}

.banner-style-1 .kenburns_061_slide {
    text-align: center
}

    .banner-style-1 .kenburns_061_slide a.btn-blue {
        margin-top: 25px;
        float: inherit
    }

.head-style-1 .login-btn a:hover {
    opacity: .8;
    font-size:17px
}

.head-style-1 .login-btn {
    line-height: 3.5;
    padding: 10px 0
}

.head-style-1 .upper-head [class^=flaticon-]:before, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class*=" flaticon-"]:after {
    color: #fff;
    font-size: 34px
}

.head-style-1 .upper-head i {
    padding-right: 20px
}

.head-style-1 .contact-info span {
    display: block;
    font-size:17px
}

.style-1 section.popular-packages {
    padding: 80px 0
}

.banner-style-1 .slider-content {
    position: relative;
    margin-bottom: 25px;
    left: 0;
    width: 100%
}

.style-1 .section-title h2:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 75px;
    background: #d60d45;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1
}

.style-1 .section-title h2:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 200px;
    background: #e1e1e1;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.style-1 .section-icon {
    display: none
}

.style-1 .newsletter input[type=text] {
    padding: 15px 115px 15px 15px;
    border-radius: 5px
}

.style-1 .newsletter a {
    top: 5px;
    right: 5px;
    border-radius: 5px
}

.style-1 .partners-logo {
    padding: 0
}

.style-1 .search-box {
    background: #fff
}

.search-content-slider {
    padding: 20px;
    background: #ffffff57
}

    .search-content-slider .table_item {
        padding: 0
    }

    .search-content-slider a.btn-style-1 {
        border-radius: 0
    }

@media(max-width:1100px) {
    .head-style-1 .nav.navbar-nav > li > a {
        padding: 10px 8px;
        float: left
    }
}

@media(max-width:480px) {
    .banner-style-1 .js_frm_subscribe {
        display: none
    }
}

section.amazing-tours {
    padding-bottom: 50px
}

.at-item {
    margin-bottom: 30px;
    position: relative
}

.at-image {
    overflow: hidden;
    position: relative
}

.at-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0;
    transition: all ease-in-out .3s
}

.at-image img {
    transform: scale(1.1);
    transition: all ease-in-out .3s
}

.at-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px
}

    .at-content h3 a, .at-content span {
        color: #fff
    }

.at-item:hover .at-image img {
    transform: scale(1)
}

.at-image:hover .at-overlay {
    opacity: .5
}

.at-content h3 a:hover {
    color: #ccc
}

.style-1 .ad-price {
    background: no-repeat;
    box-shadow: none
}

.style-1 .ad-price-inner {
    background: #44675b;
    border: 2px dashed #fff
}

.style-1 .trip-ad:before {
    left: 0;
    width: 100%;
    transform: none;
    background: linear-gradient(to left,rgba(255,0,0,0),#1d0c0c)
}

.style-1 .trip-ad:after {
    display: none
}

.style-1 section.deals {
    background: #fbfbfb;
    position: relative
}

    .style-1 section.deals:before, .style-2 section.deals:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 59.2%;
        top: 0;
        left: 0;
        background: url(../images/dealsbg-1.jpg) no-repeat;
        background-attachment: fixed
    }

.style-1 .deals-item-outer {
    padding: 0
}

.style-1 .deals .section-overlay, .style-2 .deals .section-overlay {
    height: 59.2%
}

.style-1 .deal-content {
    background: #fff
}

.bucket-content-image {
    position: relative;
    z-index: 1
}

.style-1 section.bucket-list {
    padding-bottom: 0;
    position: relative;
    overflow: hidden
}

    .style-1 section.bucket-list:after {
        content: '';
        background: #fff;
        position: absolute;
        width: 80%;
        height: 100%;
        right: -33%;
        bottom: 0;
        transform: rotate(40deg);
        top: 0
    }

.style-1 .box-item {
    border-radius: 10px;
    overflow: hidden
}

.style-1 .deals-item {
    margin: 0;
    box-shadow: 0 0 20px #cccccc67
}

    .style-1 .deals-item:before, .style-1 .deals-item:after, .style-2 .deals-item:before, .style-2 .deals-item:after {
        display: none
    }

.style-1 .ad-title h2, .style-1 .trip-ad-content p {
    color: #fff
}

.style-1 span.deal-price {
    line-height: 2;
    bottom: 10px;
    height: 50px;
    border-radius: 10px;
    padding: 0;
    font-size: 25px;
    right: 10px;
    margin: 0;
    left: unset;
    background: #ae882f
}

.style-1 .sale-tag {
    right: 10px;
    background: #ae882f;
    border-radius: 10px
}

    .style-1 .sale-tag:after {
        display: none
    }

.style-1 .package-image {
    width: 50%;
    margin-bottom: 0
}

.style-1 .package-content {
    width: 50%;
    float: right;
    padding: 12px 15px 15px;
    border-bottom: none
}

.style-1 .package-price {
    box-shadow: none;
    padding: 0;
    text-align: left;
    display: inline-block
}

    .style-1 .package-price p {
        color: #d60d45
    }

.style-1 .package-content p, .style-1 .package-content h4 {
    margin-bottom: 10px
}

.style-1 .package-info {
    margin: 0
}

.style-1 .package-item {
    margin: 30px 0 0
}

.style-1 .ad-title span {
    color: #f90
}

.style-1 .package-item .package-days {
    display: block;
    float: none;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 10px 15px;
    border-radius: 0 10px 10px 0;
    margin-bottom: 0;
    color: #fff;
    background: #403f3f
}

.style-1 .bucket-content {
    background: 0 0;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 0
}

.style-1 .bucket-item {
    display: block;
    position: relative
}

    .style-1 .bucket-item:before {
        border-radius: 10px
    }

.style-1 .bucket-image {
    float: left;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 15px;
    left: -10%
}

.bucket-right .bucket-image {
    float: right;
    left: unset;
    right: -10%
}

.style-1 .bucket-image i {
    padding: 4px 11px
}

.style-1 .bucket-item-content {
    border-radius: 10px;
    padding: 25px 15px 25px 52px;
    border: 1px solid #f1f1f1;
    box-shadow: 1px 1px 20px #cccccc67
}

.bucket-right .bucket-item-content {
    padding: 25px 52px 25px 15px
}

.style-1 .bucket-item:hover .bucket-image i {
    border-radius: 10px
}

.style-1 section.testimonials {
    background: url(../images/bucketbg.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    padding-bottom: 45px;
    position: relative
}

    .style-1 section.testimonials:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(0,0,0,.5)
    }

.testimonial-content {
    position: relative;
    z-index: 1
}

.style-1 .trusted-partners {
    padding: 0 0 80px;
    background: #fff
}

    .style-1 .trusted-partners:before {
        display: none
    }

.style-1 footer {
    position: relative;
    background: url(../images/slider/slider3.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom
}

    .style-1 footer:before {
        content: '';
        background: #060c17cf;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%
    }

.style-1 .newsletter {
    padding-top: 70px
}

.newsletter-title h3, .newsletter-title p {
    color: #fff
}

.newsletter-content {
    margin-top: 8px
}

.style-1 section.newsletter:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 47%;
    top: 0;
    background: #39404e
}

.style-1 .sale-content a.btn-blue:hover {
    background: #d60d45
}

.destination-item-1 {
    box-shadow: 1px 1px 10px #cccccc57
}

.destination-content-1 {
    background: #fff;
    border: 1px solid #f1f1f1
}

.destination-image-1 {
    overflow: hidden;
    width: 100%;
    position: relative
}

    .destination-image-1 img {
        transition: all ease-in-out 1s
    }

.destination-item-1:hover img {
    transform: scale(1.1)
}

.destination-upper {
    padding: 15px 15px 0
}

.destination-lower {
    padding: 15px 15px 0;
    background: #005294
}

    .destination-lower p {
        display: inline-block;
        color: #fff;
        margin: 0
    }

p.top-price {
    font-size: 18px;
    font-weight: 600;
    color: #d60d45
}

.destination-lower .deal-rating {
    display: inline-block;
    margin: 3px 0 15px
}

.sale-content-1 {
    top: 75%;
    transition: all ease-in-out 1s
}

    .sale-content-1 .sale-review {
        margin-bottom: 10px
    }

    .sale-content-1 h3 {
        margin-bottom: 80px;
        text-align: left
    }

.sale-content-inner {
    opacity: 0;
    transition: all ease-in-out .3s
}

.sale-item:hover .sale-content-1 {
    top: 0
}

.sale-item:hover .sale-content-inner {
    opacity: 1
}

.style-1 .partners-logo .slick-slide img {
    border-radius: 10px;
    display: block;
    width: 100%;
    background: linear-gradient(-29deg,#064f79 0,#1581bf 100%);
    padding: 15px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px #ccc;
    margin: 2px
}

.style-1 .testimonial_094_slide > p {
    color: #fff
}

.style-1 .testimonial_094_slide > h5 > a {
    color: #fff
}

.style-1 .testimonial_094_slide:before {
    display: none
}

@media(max-width:991px) {
    .style-1 .ad-title h2 {
        color: #005294
    }

    .style-1 .trip-ad-content p {
        color: #777
    }

    .style-1 .package-image, .style-1 .package-content {
        width: 100%
    }

    .style-1 .ad-price {
        top: 68%;
        height: 150px;
        width: 150px
    }

    .style-1 .ad-price-inner {
        height: 140px;
        width: 140px
    }

    .style-1 .bucket-image {
        width: 15%
    }

    .style-1 section.deals:before, .style-2 section.deals:before, .style-1 .deals .section-overlay, .style-2 .deals .section-overlay {
        height: 53.5%
    }

    .head-style-1 .login-btn {
        float: left !important
    }

    .style-1 .search-1 {
        background: #fbfbfb
    }

    .search-1 .search-title {
        padding: 20px;
        border-radius: 10px
    }

    .search-1 .search-outer {
        top: 0;
        background: #fbfbfb;
        box-shadow: none
    }

    .style-1 section.amazing-tours {
        padding-top: 95px
    }

    .style-1 .ad-price span {
        font-size: 20px
    }

    .style-1 span.rate {
        font-size: 30px
    }

    .style-1 .ad-price-inner {
        padding: 35px 0
    }

    .style-1 .bucket-image {
        top: 0;
        left: 0
    }

    .style-1 .bucket-item-content {
        padding-left: 130px
    }

    .style-1 .bucket-right .bucket-image {
        left: unset;
        right: 0
    }

    .bucket-right .bucket-item-content {
        padding: 25px 130px 25px 15px
    }

    .bucket-content-image {
        width: 40%;
        margin: 0 auto
    }

    .sale-content-1 {
        top: 76%
    }

    .style-1 .banner-style-1 .slider-content {
        display: none
    }
}

@media(max-width:767px) {
    .section-title {
        padding: 0
    }

    .style-1 section.deals {
        padding-bottom: 50px
    }

    .style-1 .deals-item {
        margin-bottom: 30px
    }

    .style-1 .bucket-image {
        width: 18.5%
    }

    .style-1 .newsletter {
        text-align: center
    }

    .style-1 section.newsletter:before {
        display: none
    }

    .col-left-padding {
        padding-left: 15px
    }
}

@media(max-width:500px) {
    .style-1 .bucket-image, .style-1 .bucket-right .bucket-image {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 15px
    }

    .style-1 .bucket-item-content {
        padding: 110px 15px 15px;
        text-align: center
    }

    .style-1 .ad-price {
        top: 75%
    }

    .head-style-1 .upper-head {
        display: none
    }

    .style-1 #js_frm_040 {
        height: 400px
    }

    section.top-destinations-1 {
        padding-bottom: 50px
    }

    .destination-item-1 {
        margin-bottom: 30px
    }

    .sale-content-1 h3 {
        margin-bottom: 30px
    }

    .style-1 section.bucket-list {
        padding-bottom: 0
    }

    .bucket-content .col-xs-4 {
        width: 100%
    }

    .bucket-content .col-xs-offset-4 {
        margin: 0
    }

    .search-content-slider .col-xs-6 {
        width: 100%
    }

    .style-1 section.amazing-tours .col-md-3.col-xs-6, .style-2 section.amazing-tours .col-md-3.col-xs-6 {
        width: 100%
    }
}

.style-2 .search-box {
    background: #fbfbfb
}

.style-2 section.top-destinations-1 {
    background: #fbfbfb;
    padding-top: 0
}

section.full-tours {
    padding: 0;
    overflow: hidden
}

.full-tours .col-xs-6, .full-tours .col-xs-3 {
    padding: 0
}

.ft-item {
    position: relative
}

.ft-image {
    position: relative;
    overflow: hidden
}

    .ft-image img {
        transform: scale(1.2);
        transition: all ease-in-out 3s
    }

.ft-overlay {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3)
}

.ft-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 90%
}

    .ft-content h2 a, .ft-content p {
        color: #fff;
        line-height: 1.2
    }

    .ft-content h2 {
        margin-bottom: 10px
    }

.ft-item:hover .ft-image img {
    transform: scale(1)
}

.ft-content p span {
    font-size: 32px;
    display: block;
    font-weight: 400
}

section.testimonial-1 {
    padding: 0;
    background: url(../images/testimonialbg.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative
}

.video-content {
    position: relative;
    z-index: 1
}

    .video-content iframe {
        width: 100%;
        height: 350px;
        position: relative;
        top: -50px
    }

.testimonial-inner {
    background: #333;
    position: relative;
    bottom: -75px;
    z-index: 1
}

.testimonial-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #005294;
    width: 60%;
    top: -25px;
    padding: 5px 15px;
    text-align: center
}

    .testimonial-title h3 {
        margin-bottom: 0;
        text-transform: uppercase;
        color: #fff
    }

.testimonial-image {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 15px;
    overflow: hidden
}

.style-2 section.amazing-tours {
    padding-bottom: 100px
}

.style-2 section.deals-on-sale {
    padding-top: 130px
}

.style-2 .testimonial_095_slide {
    width: 90%
}

.footer-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7)
}

@media(max-width:991px) {
    .testimonial-inner {
        bottom: -50px
    }

    .style-2 .search-box, .style-2 .search-outer {
        background: #fff
    }
}

@media(max-width:767px) {
    .full-tours .col-xs-6 {
        width: 100%
    }

    .full-tours .col-xs-3 {
        width: 50%
    }

    .destination-item-1 {
        margin-bottom: 30px
    }

    .style-2 section.top-destinations-1 {
        padding: 90px 0 50px
    }
}

@media(max-width:567px) {
    .full-tours .col-xs-3 {
        width: 100%
    }
}

@media(max-width:359px) {
    .testimonial-inner {
        bottom: 0
    }

    .testimonial-title {
        position: relative;
        top: 0;
        width: 100%
    }
}

body.style-3 {
    background: #fbfbfb
}

.style-3 section {
    padding: 0 0 85px;
    background: #fbfbfb
}

.style-3 .section-title h2 {
    margin-bottom: 0
}

.style-3 .section-title a {
    color: #d81e47
}

    .style-3 .section-title a:hover {
        text-decoration: underline
    }

.style-3 .back-title h3 {
    position: absolute;
    font-size: 90px;
    text-transform: uppercase;
    text-align: center;
    left: 0;
    right: 0;
    z-index: -1;
    top: -12px;
    color: #fff;
    text-shadow: 0 0 15px #cccccc20
}

.style-3 header.head-style-1 {
    background: 0 0;
    border: none
}

.style-3 .head-style-1 .upper-head {
    border-bottom: 1px solid #ffffff2e
}

    .style-3 .head-style-1 .upper-head i {
        padding-right: 10px
    }

.style-3 .head-style-1 .upper-head-inner {
    border: none
}

.style-3 .head-style-1 .upper-head [class^=flaticon-]:before, .style-3 .head-style-1 [class*=" flaticon-"]:before, .style-3 .head-style-1 [class^=flaticon-]:after, .style-3 .head-style-1 [class*=" flaticon-"]:after {
    font-size: 18px
}

.style-3 .head-style-1 .contact-info span {
    display: inline-block
}

.style-3 .head-style-1 .login-btn {
    padding: 0;
    line-height: 3.1
}

.style-3 .head-style-1 .nav.navbar-nav > li > a:hover, .style-3 .head-style-1 .nav.navbar-nav > li.active > a, .style-3 .head-style-1 .navbar-default .navbar-nav > .active > a {
    background: 0 0;
    opacity: .8
}

section#home_banner_new {
    padding-bottom: 0
}

    section#home_banner_new .sale-overlay {
        background: #00000073
    }

    section#home_banner_new .slick-slider.row {
        margin: 0
    }

    section#home_banner_new .slick-initialized .slick-slide {
        padding: 0
    }

    section#home_banner_new .sale-content-1 {
        padding: 0 30px
    }

        section#home_banner_new .sale-content-1 .sale-review {
            text-align: center
        }

        section#home_banner_new .sale-content-1 h3 {
            margin-bottom: 10px;
            text-align: center
        }

        section#home_banner_new .sale-content-1 .popular-price {
            color: #fff;
            font-size: 18px;
            background: #bd566c;
            padding: 5px 15px;
            display: inline-block
        }

            section#home_banner_new .sale-content-1 .popular-price span i {
                font-weight: 500;
                text-decoration: line-through;
                font-size: 16px
            }

    section#home_banner_new .sale-item:hover .sale-content-1 {
        top: 75%
    }

    section#home_banner_new .sale-item:hover img {
        transform: none
    }

    section#home_banner_new .slider-button .slick-prev, section#home_banner_new .slider-button .slick-next {
        height: 50px;
        width: 50px;
        border-radius: inherit;
        border: none;
        background: #ffffff38
    }

    section#home_banner_new .slick-prev:hover, section#home_banner_new .slick-prev:focus, section#home_banner_new .slick-next:hover, section#home_banner_new .slick-next:focus {
        background: #000
    }

    section#home_banner_new .slider-button .slick-prev {
        left: 30px
    }

    section#home_banner_new .slider-button .slick-next {
        right: 30px
    }

section#mt_services {
    padding-top: 80px
}

#mt_services .services-main {
    margin-top: 60px;
    position: relative;
    z-index: 3
}

#mt_services .box .icon {
    margin: 0 0 20px;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    background: #fff;
    display: inline-block;
    box-shadow: 0 0 15px #cccccc94;
    transition: all ease-in-out .3s
}

    #mt_services .box .icon i {
        font-size: 42px;
        color: #999;
        line-height: 2.4;
        font-weight: 300;
        transition: all ease-in-out .3s
    }

    #mt_services .box .icon:hover, #mt_services .box .icon.active {
        background: #d81e47;
        transition: all ease-in-out .3s
    }

        #mt_services .box .icon:hover i, #mt_services .box .icon.active i {
            color: #fff;
            transition: all ease-in-out .3s
        }

#mt_services .box h3 {
    margin-bottom: 10px
}

#mt_services .box p {
    margin-bottom: 0;
    line-height: 1.5;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5em;
    max-height: 3.1em
}

.style-3 .search-content-slider {
    padding: 0;
    background: 0 0
}

.style-3 .destination-content-1 {
    padding: 30px 20px;
    position: relative;
    overflow: hidden
}

    .style-3 .destination-content-1 h3 {
        margin-bottom: 15px;
        border-bottom: 1px dashed #f1f1f1;
        padding-bottom: 15px
    }

    .style-3 .destination-content-1 .deal-rating {
        margin-bottom: 0
    }

.tour-price {
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 34px
}

    .tour-price .tour-head {
        display: block;
        font-size: 15px;
        margin-bottom: 7px;
        font-weight: 400
    }

    .tour-price .tour-tail {
        font-size: 22px;
        font-weight: 800;
        line-height: 1;
        color: #d81e47
    }

.thumbnail-ribbon {
    position: absolute;
    z-index: 1;
    bottom: 0;
    background: #d81e47;
    padding: 10px 20px;
    left: 0;
    color: #fff
}

.full-tours .col-md-6, .full-tours .col-md-3 {
    padding: 0
}

.style-3 .amazing-tours {
    padding-bottom: 75px
}

    .style-3 .amazing-tours .col-md-4.col-xs-6 {
        padding: 0 5px
    }

    .style-3 .amazing-tours .at-item {
        margin-bottom: 10px
    }

    .style-3 .amazing-tours .at-image {
        height: 350px
    }

    .style-3 .amazing-tours .at-content {
        width: 100%;
        height: 100%;
        background: #00000060;
        transition: all ease-in-out .3s
    }

        .style-3 .amazing-tours .at-content h3 {
            margin: 10px 0
        }

        .style-3 .amazing-tours .at-content .deal-rating {
            margin-bottom: 0
        }

    .style-3 .amazing-tours .at-item:hover .at-content {
        padding-top: 60%;
        transition: all ease-in-out .3s
    }

.style-3 .tour-cta {
    background: url(../images/section1-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 0
}

.style-3 .cta-content {
    padding: 40px 30px;
    background: #fbfbfb;
    margin-top: 14%;
    box-shadow: 0 0 30px #cccccc50;
    border: 5px solid #fff
}

    .style-3 .cta-content h3 {
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        color: #d60d45
    }

    .style-3 .cta-content h2 {
        font-size: 52px;
        font-weight: 700
    }

    .style-3 .cta-content a.btn-blue.btn-style-1:hover {
        color: #fff;
        opacity: .8
    }

.style-3 .tour-cta .video-thumbnail {
    position: relative;
    bottom: -30px;
    box-shadow: 0 27px 24px -35px rgba(0,0,0,.5);
    border: 8px solid #fbfbfb;
    overflow: hidden
}

.style-3 .tour-cta .pulses {
    font-size: 16px;
    transition: all ease-in-out .5s;
    position: absolute;
    right: 0;
    left: 46%;
    margin: 0 auto;
    top: 46%;
    animation: pulse 1.5s cubic-bezier(.66,.66,.88,1.86) infinite
}

    .style-3 .tour-cta .pulses button.play-btn:before {
        content: "";
        border: 2px solid #fff;
        height: 90px;
        position: absolute;
        width: 90px;
        left: -5px;
        top: -5px;
        border-radius: 50%
    }

    .style-3 .tour-cta .pulses button.play-btn i {
        font-size: 28px;
        border: 3px solid #d60d45;
        height: 80px;
        width: 80px;
        line-height: 2.8;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        background: #d60d45;
        transition: all ease-in-out .5s;
        padding-left: 5px
    }

.style-3 .tour-cta .video-content iframe {
    top: 0
}

.style-3 section.deals-on-sale {
    padding-top: 100px
}

    .style-3 section.deals-on-sale .sale-content-1 {
        padding: 0 20px
    }

        .style-3 section.deals-on-sale .sale-content-1 h3 {
            margin-bottom: 10px
        }

    .style-3 section.deals-on-sale .popular-price {
        text-align: left;
        color: #fff;
        font-size: 18px
    }

    .style-3 section.deals-on-sale .sale-item:hover .sale-content-1 {
        top: 75%
    }

.style-3 .testi-detail {
    background: #05678e;
    padding: 40px 20px;
    text-align: center;
    overflow: hidden
}

    .style-3 .testi-detail img {
        border-radius: 50%;
        height: 100px;
        width: 100px;
        margin: 0 auto
    }

    .style-3 .testi-detail span {
        margin: 20px 0 5px;
        display: inline-flex
    }

    .style-3 .testi-detail p {
        margin-bottom: 0;
        position: relative
    }

        .style-3 .testi-detail p:before {
            content: '\f10d';
            font-family: fontawesome;
            padding-right: 10px
        }

.style-3 section.blog {
    padding-bottom: 0
}

.style-3 .blog-item {
    box-shadow: none;
    position: relative
}

    .style-3 .blog-item:before {
        content: '';
        background: #00000058;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1
    }

.style-3 .blog-image {
    position: relative
}

.style-3 .blog-content {
    padding: 20px 20px 12px;
    background: 0 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1
}

    .style-3 .blog-content h3 a:hover {
        opacity: .8;
        color: #fff
    }

.style-3 .blog-author {
    padding: 0;
    border: none
}

#newsletter-main {
    background: url(../images/newssection-bg.jpg) no-repeat;
    background-position: bottom;
    background-size: 100%;
    padding-top: 80px
}

    #newsletter-main .section-title {
        padding: 0
    }

    #newsletter-main .newsletter form {
        width: 100%
    }

    #newsletter-main .newsletter input[type=text] {
        background: #ffffff8f
    }

.style-3 .footer-links {
    border: none;
    padding-top: 80px
}

    .style-3 .footer-links .recent-post-content {
        padding-left: 0;
        border-bottom: 1px dashed #11203c;
        padding-bottom: 10px
    }

@media(max-width:1100px) and (min-width:991px) {
    .style-3 .amazing-tours .at-image {
        height: auto
    }

    .style-3 .blog-author .pull-left, .style-3 .blog-author .pull-right {
        width: 100%
    }

    .style-3 .blog-date-icon p {
        padding-left: 0;
        padding-right: 10px
    }
}

@media(max-width:1100px) {
    .style-3 .cta-content {
        padding: 20px;
        margin-top: 0
    }

    .style-3 section.deals-on-sale .sale-content-1 {
        top: 68%
    }
}

@media(max-width:991px) {
    section#home_banner_new .sale-content-1 {
        top: 66%
    }

    section#mt_services, .style-3 section.top-destinations-1 {
        padding-bottom: 55px
    }

    #mt_services .services-box, .style-3 .destination-item-1.box-item {
        margin-bottom: 30px
    }

    .style-3 .cta-content h3 {
        font-size: 18px
    }

    .style-3 .cta-content h2 {
        font-size: 28px
    }

    .style-3 .tour-cta .pulses {
        top: 40%;
        left: 40%
    }
}

@media(max-width:811px) {
    .style-3 .full-tours .col-xs-6 {
        width: 50%
    }

    .style-3 .newsletter {
        padding: 0
    }
}

@media(max-width:735px) {
    .style-3 .back-title h3 {
        font-size: 70px
    }

    section#home_banner_new .sale-content-1 {
        top: 58%
    }

    .style-3 .amazing-tours .at-image {
        height: 300px
    }

    .style-3 section.blog .col-xs-6 {
        width: 100%
    }
}

@media(max-width:639px) {
    .style-3 section.top-destinations-1 .col-xs-6, .style-3 .amazing-tours .col-xs-6, .style-3 .full-tours .col-xs-6 {
        width: 100%
    }

    .style-3 section.deals-on-sale .sale-content-1 {
        top: 82%
    }

    section#home_banner_new .sale-content-1 {
        top: 76%
    }
}

@media(max-width:480px) {
    .style-3 .back-title h3 {
        font-size: 36px;
        top: 12px
    }

    section#home_banner_new .sale-content-1 {
        top: 56%
    }
}

body.style-tab {
    position: relative;
    z-index: 1;
    background: url(../images/slider/slider9.jpg) no-repeat;
    background-position: top;
    background-size: cover
}

    body.style-tab::before {
        background-color: #006699ab;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        z-index: 1
    }

    body.style-tab::after {
        background-color: rgba(168,159,136,.6);
        bottom: 0;
        content: "";
        right: 0;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0
    }

.main-slider-inner {
    position: relative;
    padding: 50px 0
}

    .main-slider-inner:before {
        content: '';
        background: url(../images/slider/slider1.jpg) no-repeat;
        height: 100%;
        width: 50%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 0;
        background-size: cover;
        background-attachment: fixed;
        background-position: top
    }

.main-slider-1 .logo-tab {
    position: relative;
    z-index: 1;
    text-align: right
}

    .main-slider-1 .logo-tab a {
        display: inline-block;
        margin-bottom: 80px;
        padding-right: 20px
    }

.main-slider-1 .block-box {
    margin: 0 auto;
    vertical-align: middle;
    width: 80%;
    position: relative;
    z-index: 2
}

.main-slider-1 .main-tab-sec {
    padding-right: 15px
}

.main-slider-1 .search-tabs {
    width: 100%;
    display: inline-block
}

    .main-slider-1 .search-tabs li {
        padding-bottom: 15px;
        border-bottom: 1px dashed #ffffff40;
        margin-bottom: 15px
    }

        .main-slider-1 .search-tabs li:last-child {
            margin: 0;
            padding: 0;
            border: none
        }

.main-slider-1 img {
    max-width: 100%;
    height: auto;
    transition: all .4s linear 0s;
    -webkit-transition: all .4s linear 0s;
    width: inherit
}

.main-slider-1 .search-tabs li.active a, .main-slider-1 .search-tabs li.active a span, .main-slider-1 .search-tabs li.active a, .main-slider-1 .search-tabs li.active:before {
    color: #fcb100
}

.main-slider-1 .search-form {
    padding: 0 0 0 20px
}

.main-slider-1 .search-tabs img {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle
}

.main-slider-1 .search-tabs a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500
}

.main-slider-1 .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: 0
}

.main-slider-1 .search-tabs a span {
    color: #fff;
    font-style: italic;
    display: block;
    font-size: 15px
}

.main-slider-1 .search-tabs .icon {
    border-radius: 50%;
    color: #fff;
    float: right;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin-right: 0;
    margin-top: 2px;
    text-align: center;
    float: right width: 38px;
    background: #fcb100
}

.main-slider-1 .form-group {
    position: relative;
    z-index: 1
}

.main-slider-1 .form-control {
    height: 52px;
    border-radius: 10px;
    border: none
}

.main-slider-1 .form-control, .main-slider-1 .input-group-addon, .main-slider-1 .bootstrap-select .btn {
    border: medium;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    height: 52px;
    line-height: 2.5;
    padding: 10px 20px;
    font-weight: 500;
    background: #fff
}

.main-slider-1 .bootstrap-select.btn-group .dropdown-toggle .filter-option, .main-slider-1 .bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #444
}

.main-slider-1 .btn-blue {
    padding: 12px 25px
}

.main-slider-1 .form-group .fa {
    position: absolute;
    right: 35px;
    top: 20px;
    color: #fcb100
}

.main-slider-1 .footer {
    text-align: right;
    margin-top: 80px;
    padding-right: 20px
}

.main-slider-1 .social-icons li {
    display: inline-block;
    position: relative
}

.main-slider-1 .search-tabs li:before {
    content: '\f118';
    font-family: fontawesome;
    font-size: 21px;
    color: #fff;
    padding-right: 20px;
    vertical-align: middle
}

.main-slider-1 .social-icons li a {
    background: #ffffff54;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 2.3;
    margin: 0 2px
}

.main-slider-1 .mobile-tab .search-tabs {
    margin-bottom: 30px
}

    .main-slider-1 .mobile-tab .search-tabs li {
        text-align: center
    }

        .main-slider-1 .mobile-tab .search-tabs li:before {
            display: none
        }

    .main-slider-1 .mobile-tab .search-tabs .icon {
        margin: 5px 0 0
    }

@media(min-width:1500px) {
    .main-slider-1, .main-slider-inner {
        height: 145vh
    }
}

@media(min-width:813px) {
    .main-slider-1 .mobile-tab {
        display: none
    }
}

@media(max-width:812px) {
    .main-slider-1 .block-box {
        width: 100%
    }

    .main-slider-1 .main-tab-sec {
        display: none
    }

    .main-slider-1 .mobile-tab {
        display: block
    }
}

@media(max-width:767px) {
    body.style-tab::before, .main-slider-inner:before {
        width: 100%
    }

    .main-slider-1 .footer {
        text-align: center
    }

    .main-slider-1 .search-tabs .icon {
        float: none
    }
}

@media(max-width:639px) {
    .main-slider-1 .mobile-tab {
        padding-right: 0
    }
}

@media(max-width:567px) {
    body.style-tab::after {
        background-color: #00000078
    }

    .logo-tab, .main-slider-1 .footer {
        text-align: center;
        padding: 0
    }
}

@media(max-width:400px) {
    .main-slider-1 .mobile-tab .col-sm-6.col-xs-8 {
        width: 70%
    }

    .main-slider-1 .mobile-tab .col-sm-6.col-xs-4 {
        width: 30%
    }
}

.dark section:nth-child(odd) {
    background: #23282d
}

.dark section:nth-child(even) {
    background: #32373c
}

.dark .trip-ad:before {
    background: #32373c
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark .section-title [class^=flaticon-]:before, [class*=" flaticon-"]:before {
    color: #fff
}

.dark .section-icon:before, .dark .section-icon:after {
    background: #fff
}

.dark .deals-item-outer, .dark .deals-item:before, .dark .deals-item:after {
    background: #23282d
}

.dark .package-item, .dark .blog-content {
    background: #32373c;
    box-shadow: none
}

.dark .package-content {
    border-bottom: none
}

.dark .search-box {
    background: #23282d
}

.dark section.trip-ad {
    background: url(../images/adbg.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover
}

.dark section.countdown-section {
    background: url(../images/countdownbg.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover
}

.dark .blog-content a {
    color: #fff
}

    .dark .blog-content a:hover {
        opacity: .8
    }

.dark section.deals {
    background: url(../images/dealsbg.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover
}

.dark .slider-button .slick-prev, .dark .slider-button .slick-next {
    border-color: #23282d
}

.dark .blog-item {
    box-shadow: none
}

.dark .deals-on-sale .slider-button .slick-prev, .dark .deals-on-sale .slider-button .slick-next {
    border-color: #32373c
}

.dark .search-outer {
    background: #32373c;
    box-shadow: none
}

#home_banner_video {
    height: 650px;
    padding: 0;
    position: relative;
    overflow: hidden
}

    #home_banner_video video {
        width: 100%;
        display: block
    }

.video-banner {
    position: relative
}

    .video-banner:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.4);
        height: 100%;
        width: 100%;
        z-index: 1
    }

.video-banner-content .js_frm_subscribe {
    z-index: 1
}

.banner-with-form .js_frm_subscribe {
    top: 43%
}

@media(max-width:1100px) {
    .footer-instagram li {
        width: 31.33%
    }

    .upper-head {
        display: none
    }

    .logo {
        margin-bottom: 5px
    }

        .logo img {
            width: 100%
        }
}

@media(max-width:991px) {
    .search-content {
        padding: 30px
    }

    .search-title {
        padding: 25px
    }

    .table_item {
        padding: 30px 0 0
    }

    .bucket-content {
        padding-bottom: 40px
    }

    .top-destination-item .overlay {
        padding: 25px
    }

    .top-destination-item .overlay-full {
        padding: 120px 20px
    }

    .text .type-time {
        font-size: 15px
    }

    .text .val {
        font-size: 45px;
        margin-bottom: 0
    }

    section.countdown-section {
        padding-bottom: 50px
    }

    .trusted-partners:before {
        width: 35%
    }

    .partners-logo li {
        padding: 0 20px
    }

    .partners-title h3 {
        text-align: left
    }

    .partners-title span {
        font-size: 21px
    }

    .breadcrumb-content ul {
        width: 80%
    }

    #sidebar-sticky {
        margin: 30px 0 0
    }

    #home_banner_video {
        height: auto
    }

    .bucket-content .mix {
        display: block;
        width: auto
    }

    .search-outer {
        top: 0
    }

    section.popular-packages, .style-2 section.top-destinations-1 {
        padding: 80px 0 50px
    }

    .search-box {
        padding-top: 80px
    }

    .footer-instagram li {
        width: 32.94%
    }

    .section-title {
        padding: 0 10%
    }

    .newsletter form {
        width: 60%
    }

    .trip-ad:before {
        display: none
    }

    .trip-ad-content {
        background: #fff;
        padding: 30px
    }

    .footer-margin {
        margin-bottom: 30px
    }

    .copyright {
        text-align: center
    }

    .payment-content {
        text-align: center;
        padding-top: 10px
    }
}

@media(max-width:767px) {
    .partners-logo {
        padding: 30px 0
    }

    .blog-item {
        margin-bottom: 30px
    }

    .clock-item {
        width: 20%
    }

    .newsletter form {
        width: 80%
    }

    section.blog {
        padding-bottom: 50px
    }

    .footer-links {
        padding-bottom: 60px
    }

        .footer-links .col-md-3.col-xs-6 {
            width: 100%
        }

    section.countdown-section {
        padding-bottom: 85px
    }

    .detail-info-content {
        margin-top: 20px
    }

    .cover-content {
        padding: 0 0 30px
    }

    .att-content-right {
        padding: 25px 15px
    }

        .att-content-right span.bold {
            display: block
        }

    a.btn-large {
        padding: 10px 20px
    }

    .related-posts .list-item {
        margin-top: 30px
    }

    .item-tags {
        padding-bottom: 0
    }

    .tabs-navbar {
        padding: 0
    }

    section.popular-packages .slick-prev, .sale-slider .slick-prev {
        left: 0;
        top: 45%
    }

    section.popular-packages .slick-next, .sale-slider .slick-next {
        right: 0;
        top: 45%
    }

    .style-1 section.bucket-list:after {
        right: -65%
    }

    .footer-instagram li {
        width: 32.95%%
    }

    .detail-tab .breadcrumb-content ul {
        box-shadow: 0 0 10px #ccc;
        bottom: -23px
    }

    .breadcrumb-outer .tabs-navbar {
        display: none
    }
}

@media(max-width:735px) {
    .bucket-list .mt_filter .list-inline > li {
        margin-bottom: 4px
    }
}

@media(max-width:639px) {
    .package-price .deal-rating {
        margin: 0;
        display: block
    }

    .section-title h2 {
        font-size: 24px
    }

    .top-destinations .col-md-4 {
        width: 100%;
        padding: 0 15px
    }

    .top-destination-item:last-child {
        margin-bottom: 6px
    }

    .partners-logo {
        padding: 15px 0
    }
}

@media(max-width:567px) {
    section.trusted-partners {
        padding-bottom: 30px
    }

    .trusted-partners:before {
        display: none
    }

    .partners-title span {
        display: inline-block
    }

    .partners-title h3 {
        text-align: center
    }

    .trusted-partners .col-md-3.col-xs-4, .trusted-partners .col-md-9.col-xs-8 {
        width: 100%
    }

    .partners-logo li {
        padding: 0 30px
    }

    .partners-title {
        padding: 40px 0
    }
}

@media(max-width:500px) {
    .section-title h2 {
        font-size: 21px
    }

    header .col-xs-3 {
        width: 75%
    }

    header .col-xs-9 {
        width: 25%
    }

    .section-title {
        padding: 0
    }

    .upper-head {
        text-align: center
    }

    .login-btn {
        float: none !important
    }

    .search-content .col-xs-6 {
        width: 100%
    }

    .table_item {
        padding: 0 0 30px
    }

    .search-title {
        margin-bottom: 30px
    }

    ul.post-category li {
        margin: 10px 0;
        width: 30%
    }

    .bucket-list .bucket-item {
        display: block
    }

    .bucket-item-content {
        padding: 25px
    }

    .trip-ad:before {
        transform: skew(0);
        left: 0
    }

    .ad-price {
        left: 50%;
        top: 46%;
        height: 170px;
        width: 170px
    }

    .ad-price-inner {
        height: 160px;
        width: 160px;
        padding: 30px 0
    }

    .clock-item {
        width: 45%;
        margin: 5px
    }

    footer .col-xs-6, .newsletter form {
        width: 100%
    }

    .countdown-title h2 {
        font-size: 30px
    }

    .destination-margin {
        margin: 6px 0 !important
    }

    .top-destination-item .overlay {
        padding: 90px 20px
    }

    .top-destination-item .overlay-full {
        padding: 210px 20px
    }

    .login-btn a {
        margin: 0 10px
    }

    .payment-content {
        text-align: center
    }

    section.testimonials {
        padding-bottom: 90px
    }

        section.testimonials .testimonial_094_indicators > .carousel-indicators li {
            display: none;
            transition: all ease-in-out .3s
        }

        section.testimonials .testimonial_094_indicators > .carousel-indicators .active {
            display: block;
            margin: 0 auto
        }

        section.testimonials #testimonial_094 {
            min-height: 340px
        }

    .detail table td ul li {
        width: 100%
    }

    .fw-content {
        margin: 15px 0
    }

    .destinations .col-xs-6 {
        width: 100%
    }

    .att-item {
        padding: 15px
    }

    .att-content-right {
        text-align: center;
        position: relative
    }

    .att-content-left ul li {
        width: 100%
    }

    .detail-info-content {
        text-align: center
    }

    .detail-content .comment-image {
        margin-bottom: 10px;
        padding: 0
    }

    .breadcrumb-content ul {
        width: 100%;
        padding: 12px
    }

    .att-content-right p:last-child {
        margin-bottom: 0
    }

    .detail-info-content p.detail-info-price {
        float: none;
        display: block;
        margin-bottom: 8px
    }

    section.main-content.detail {
        padding: 40px 0 30px
    }

    .breadcrumb-content {
        width: 100%
    }

    .sidebar-slider .slick-prev, .sidebar-slider .slick-next {
        top: 40%
    }

    .destination-content .deal-rating {
        float: none
    }

    .att-image {
        width: 100%;
        margin-bottom: 20px
    }

    .att-content {
        padding-left: 0;
        width: 100%
    }

    .timeline li {
        padding-left: 80px
    }

    span.travel-date, .comment-desc .deal-rating {
        float: none;
        display: block;
        text-align: center
    }

    a.btn-large {
        width: 100%
    }

    ul.reply {
        padding-left: 0;
        background: #fbfbfb
    }

    .comment-content p.date {
        display: block;
        float: none
    }

    .login-accounts a.btn-blue {
        margin: 10px 10px 0 0
    }

    .search-content-slider {
        padding: 20px
    }

    form .col-xs-6 {
        width: 100%
    }

    .booking-outer h3 {
        margin: 10px 0
    }

    .sale-content {
        padding: 20px 40px
    }

    .comment-content h4 {
        display: block
    }
}

@media(max-width:359px) {
    .sale-content {
        padding: 10px 30px
    }
}

.datepicker {
    border-radius: 0;
    padding: 10px
}

    .datepicker th, .datepicker td {
        padding: 5px;
        text-align: center;
        font-size: 14px
    }

.packname {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5px
}

.packagec {
    margin-left: 8px;
    font-size: var(--card-package-name-font-size,16px);
    font-weight: 900;
    padding-bottom: 0;
    margin-bottom: 0;
    width: unset;
    overflow: unset
}

.1 {
    background: #000;
    padding: 5px 5px 7px;
    width: 230px;
    border-radius: 4px;
    display: none;
    border: 1px solid #000;
    position: absolute;
    z-index: 500;
    left: 15px;
    color: #fff;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    margin-top: 25px
}

.packageNameRow {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5px
}

.packageName tooltipPackageName {
    margin-left: 8px;
    font-size: var(--card-package-name-font-size,16px);
    font-weight: 900;
    padding-bottom: 0;
    margin-bottom: 0;
    width: unset;
    overflow: unset
}

.shad {
    margin: 0;
    padding: 2px
}

.blog-ladakh {
    background: #03a9f5;
    display: block;
    padding: 8px 15px;
    color: #fff;
    margin-bottom: 1px
}

    .blog-ladakh p {
        color: #fff;
        margin: 0;
        font-weight: 700
    }

.blog-ladakh-icon p {
    padding-left: 10px;
    margin-bottom: 0;
    display: inline-block
}

.sDeal-bottom {
    font-size: 15px;
    text-align: center !important;
    color: #a1cc90;
    margin: -10px 0 8px 2px
}

.fevi {
    width: 100px;
    height: 100px;
    display: block;
    background-color: #dcdcdc;
    border-radius: 73px;
    margin: auto;
    margin-top: -70px;
    margin-bottom: 1px;
    overflow: hidden;
    border: solid 3px #000
}

.destination-content-hotels {
    padding: 15px 0;
    text-align: center;
    background: #e5bd2e
}

.InlineList {
    margin: 0;
    padding: 0
}

    .InlineList li {
        display: inline-block;
        margin-right: 15px;
        padding-left: 15px
    }

        .InlineList li a {
            color: #3e3e3e
        }

.LabelSeoLinks .tabbed-label-seo:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    display: none
}

.LabelSeoLinks .tabbed-label-seo p {
    color: #fff;
    padding-right: 15px;
    position: relative
}

    .LabelSeoLinks .tabbed-label-seo p:after, .LabelSeoLinks .tabbed-label-seo p:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 6px;
        background: #fff;
        top: 8px
    }

    .LabelSeoLinks .tabbed-label-seo p:before {
        transform: rotate(45deg);
        right: 0
    }

    .LabelSeoLinks .tabbed-label-seo p:after {
        transform: rotate(135deg);
        right: 3px
    }

.LabelSeoLinks:hover {
    background: #f1f1f1;
    color: #3e3e3e
}

    .LabelSeoLinks:hover .tabbed-label-seo p {
        color: #3e3e3e
    }

        .LabelSeoLinks:hover .tabbed-label-seo p:after, .LabelSeoLinks:hover .tabbed-label-seo p:before {
            background: #3e3e3e
        }

        .LabelSeoLinks:hover .tabbed-label-seo p:before {
            transform: rotate(-45deg)
        }

        .LabelSeoLinks:hover .tabbed-label-seo p:after {
            transform: rotate(-135deg)
        }

.LabelSeoLinks .tabs-data-main {
    display: none;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    width: calc(100vw - 8px);
    box-sizing: border-box !important;
    padding: 0;
    margin: 16px auto 0;
    height: 30px;
    line-height: 30px
}

.LabelSeoLinks:hover .tabs-data-main {
    display: block
}

.thank-you-animation {
    margin: 0 auto;
    width: 87px;
    padding-top: 40px;
    height: 88px
}

.envelope-box, .envelope-box svg {
    width: 87px;
    height: 48px
}

    .envelope-box svg {
        display: block
    }

.thankyou-tick {
    width: 49px;
    height: 49px;
    position: absolute;
    top: -10px !important;
    right: -32px !important;
    animation: fadeInTick 2s;
    animation-fill-mode: forwards;
    visibility: hidden
}

    .thankyou-tick svg {
        width: 49px;
        height: 49px;
        display: block
    }

@keyframes fadeInTick {
    0% {
        opacity: 0
    }

    10% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    30% {
        opacity: 0
    }

    40% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    60% {
        opacity: 0
    }

    70% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    90% {
        opacity: 0
    }

    to {
        visibility: visible;
        opacity: 1
    }
}

.animation-bar {
    width: 87px;
    border-radius: 20px;
    overflow: hidden;
    background: #d8d8d8;
    margin: 8px auto 0
}

.animation-bar-inner {
    -webkit-animation: animateWidth 6s ease-in;
    -webkit-animation-fill-mode: forwards;
    height: 5px;
    background-color: #009688
}

@-webkit-keyframes animateWidth {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow, .react-datepicker__year-read-view--down-arrow {
    margin-left: -8px;
    position: absolute
}

    .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow:before, .react-datepicker__month-year-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow:before, .react-datepicker__year-read-view--down-arrow, .react-datepicker__year-read-view--down-arrow:before {
        box-sizing: content-box;
        position: absolute;
        border: 8px solid transparent;
        height: 0;
        width: 1px
    }

        .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before, .react-datepicker__month-read-view--down-arrow:before, .react-datepicker__month-year-read-view--down-arrow:before, .react-datepicker__year-read-view--down-arrow:before {
            content: "";
            z-index: -1;
            border-width: 8px;
            left: -8px;
            border-bottom-color: #20a397 !important
        }

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
    top: 0;
    margin-top: -8px
}

    .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before {
        border-top: none;
        border-bottom-color: #20a397
    }

        .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before {
            top: -1px;
            border-bottom-color: #aeaeae
        }

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow, .react-datepicker__year-read-view--down-arrow {
    bottom: 0;
    margin-bottom: -8px
}

    .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow:before, .react-datepicker__month-year-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow:before, .react-datepicker__year-read-view--down-arrow, .react-datepicker__year-read-view--down-arrow:before {
        border-bottom: none;
        border-top-color: #fff
    }

        .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before, .react-datepicker__month-read-view--down-arrow:before, .react-datepicker__month-year-read-view--down-arrow:before, .react-datepicker__year-read-view--down-arrow:before {
            bottom: -1px;
            border-top-color: #aeaeae
        }

.react-datepicker-wrapper {
    display: inline-block;
    width: 100%
}

.react-datepicker {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: .8rem;
    background-color: #fff;
    color: #000;
    border: 1px solid #aeaeae;
    border-radius: .3rem;
    display: inline-block;
    position: relative
}

.react-datepicker__triangle {
    position: absolute;
    left: 50px
}

.react-datepicker-popper {
    z-index: 2147483647
}

    .react-datepicker-popper[data-placement^=bottom] {
        margin-top: 10px
    }

    .react-datepicker-popper[data-placement^=top] {
        margin-bottom: 10px
    }

    .react-datepicker-popper[data-placement^=right] {
        margin-left: 8px
    }

        .react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
            left: auto;
            right: 42px
        }

    .react-datepicker-popper[data-placement^=left] {
        margin-right: 8px
    }

        .react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
            left: 42px;
            right: auto
        }

.react-datepicker__header {
    text-align: center;
    background-color: #20a397;
    border-bottom: 1px solid #20a397;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    padding-top: 8px;
    position: relative
}

.react-datepicker__header--time {
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px
}

.react-datepicker__month-dropdown-container--scroll, .react-datepicker__month-dropdown-container--select, .react-datepicker__month-year-dropdown-container--scroll, .react-datepicker__month-year-dropdown-container--select, .react-datepicker__year-dropdown-container--scroll, .react-datepicker__year-dropdown-container--select {
    display: inline-block;
    margin: 0 2px
}

.react-datepicker-time__header, .react-datepicker__current-month {
    margin-top: 0;
    color: #fff;
    font-weight: 700;
    font-size: .944rem
}

.react-datepicker-time__header {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.react-datepicker__navigation {
    background: none;
    line-height: 1.7rem;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    width: 0;
    padding: 0;
    border: .45rem solid transparent;
    z-index: 1;
    color: transparent;
    height: 15px;
    overflow: hidden
}

.react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #fff
}

    .react-datepicker__navigation--previous:hover {
        border-right-color: #fff
    }

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
    border-right-color: #e6e6e6;
    cursor: default
}

.react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #fff
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
    right: 80px
}

.react-datepicker__navigation--next:hover {
    border-left-color: #fff
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
    border-left-color: #e6e6e6;
    cursor: default
}

.react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.react-datepicker__navigation--years-previous {
    top: 4px;
    border-top-color: #ccc
}

    .react-datepicker__navigation--years-previous:hover {
        border-top-color: #b3b3b3
    }

.react-datepicker__navigation--years-upcoming {
    top: -4px;
    border-bottom-color: #ccc
}

    .react-datepicker__navigation--years-upcoming:hover {
        border-bottom-color: #b3b3b3
    }

.react-datepicker__month-container {
    float: left
}

.react-datepicker__month {
    margin: .2rem;
    text-align: center
}

.react-datepicker__time-container {
    float: right;
    border-left: 1px solid #aeaeae;
    width: 70px
}

.react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: .3rem;
    position: absolute;
    right: -72px;
    top: 0
}

.react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: #fff
}

    .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
        width: 70px;
        overflow-x: hidden;
        margin: 0 auto;
        text-align: center
    }

        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
            list-style: none;
            margin: 0;
            height: calc(195px + .85rem);
            overflow-y: scroll;
            padding-right: 30px;
            width: 100%;
            box-sizing: content-box
        }

            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
                padding: 5px 10px
            }

                .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
                    cursor: pointer;
                    background-color: #f0f0f0
                }

            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
                background-color: #216ba5;
                color: #fff;
                font-weight: 700
            }

                .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
                    background-color: #216ba5
                }

            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
                color: #ccc
            }

                .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
                    cursor: default;
                    background-color: transparent
                }

.react-datepicker__week-number {
    color: #ccc;
    display: inline-block;
    width: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    margin: .166rem
}

    .react-datepicker__week-number.react-datepicker__week-number--clickable {
        cursor: pointer
    }

        .react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
            border-radius: .3rem;
            background-color: #f0f0f0
        }

.react-datepicker__day-names, .react-datepicker__week {
    white-space: nowrap
}

.react-datepicker__day, .react-datepicker__day-name, .react-datepicker__time-name {
    color: #fff;
    display: inline-block;
    width: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    margin: .13rem
}

.react-datepicker__day {
    cursor: pointer;
    color: #000
}

    .react-datepicker__day:hover {
        border-radius: .3rem;
        background-color: #f0f0f0
    }

.react-datepicker__day--today {
    font-weight: 700
}

.react-datepicker__day--highlighted {
    border-radius: .3rem;
    background-color: #3dcc4a;
    color: #fff
}

    .react-datepicker__day--highlighted:hover {
        background-color: #32be3f
    }

.react-datepicker__day--highlighted-custom-1 {
    color: #f0f
}

.react-datepicker__day--highlighted-custom-2 {
    color: green
}

.react-datepicker__day--in-range, .react-datepicker__day--in-selecting-range, .react-datepicker__day--selected {
    border-radius: .3rem;
    background-color: #20a397;
    color: #fff
}

    .react-datepicker__day--in-range:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--selected:hover {
        background-color: #20a397
    }

.react-datepicker__day--keyboard-selected {
    border-radius: .3rem;
    background-color: #20a397;
    color: #fff
}

    .react-datepicker__day--keyboard-selected:hover {
        background-color: #20a397
    }

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
    background-color: rgba(33,107,165,.5)
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
    background-color: #f0f0f0;
    color: #000
}

.react-datepicker__day--disabled {
    cursor: default;
    color: #ccc
}

    .react-datepicker__day--disabled:hover {
        background-color: transparent
    }

.react-datepicker__input-container {
    position: relative;
    display: inline-block
}

.react-datepicker__month-read-view, .react-datepicker__month-year-read-view, .react-datepicker__year-read-view {
    border: 1px solid transparent;
    border-radius: .3rem
}

    .react-datepicker__month-read-view:hover, .react-datepicker__month-year-read-view:hover, .react-datepicker__year-read-view:hover {
        cursor: pointer
    }

        .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow {
            border-top-color: #b3b3b3
        }

.react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow, .react-datepicker__year-read-view--down-arrow {
    border-top-color: #ccc;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: .45rem
}

.react-datepicker__month-dropdown, .react-datepicker__month-year-dropdown, .react-datepicker__year-dropdown {
    background-color: #f0f0f0;
    position: absolute;
    width: 50%;
    left: 25%;
    top: 30px;
    z-index: 1;
    text-align: center;
    border-radius: .3rem;
    border: 1px solid #aeaeae
}

    .react-datepicker__month-dropdown:hover, .react-datepicker__month-year-dropdown:hover, .react-datepicker__year-dropdown:hover {
        cursor: pointer
    }

.react-datepicker__month-dropdown--scrollable, .react-datepicker__month-year-dropdown--scrollable, .react-datepicker__year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll
}

.react-datepicker__month-option, .react-datepicker__month-year-option, .react-datepicker__year-option {
    line-height: 20px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .react-datepicker__month-option:first-of-type, .react-datepicker__month-year-option:first-of-type, .react-datepicker__year-option:first-of-type {
        border-top-left-radius: .3rem;
        border-top-right-radius: .3rem
    }

    .react-datepicker__month-option:last-of-type, .react-datepicker__month-year-option:last-of-type, .react-datepicker__year-option:last-of-type {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-bottom-left-radius: .3rem;
        border-bottom-right-radius: .3rem
    }

    .react-datepicker__month-option:hover, .react-datepicker__month-year-option:hover, .react-datepicker__year-option:hover {
        background-color: #ccc
    }

        .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming, .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming, .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming {
            border-bottom-color: #b3b3b3
        }

        .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous, .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous, .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous {
            border-top-color: #b3b3b3
        }

.react-datepicker__month-option--selected, .react-datepicker__month-year-option--selected, .react-datepicker__year-option--selected {
    position: absolute;
    left: 15px
}

.react-datepicker__close-icon {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 0;
    outline: 0;
    padding: 0;
    vertical-align: middle
}

    .react-datepicker__close-icon:after {
        background-color: #216ba5;
        border-radius: 50%;
        bottom: 0;
        box-sizing: border-box;
        color: #fff;
        content: "\00d7";
        cursor: pointer;
        font-size: 12px;
        height: 16px;
        width: 16px;
        line-height: 1;
        margin: -8px auto 0;
        padding: 2px;
        position: absolute;
        right: 7px;
        text-align: center;
        top: 50%
    }

.react-datepicker__today-button {
    background: #f0f0f0;
    border-top: 1px solid #aeaeae;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    padding: 5px 0;
    clear: left
}

.react-datepicker__portal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.8);
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 2147483647
}

    .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__day-name, .react-datepicker__portal .react-datepicker__time-name {
        width: 3rem;
        line-height: 3rem
    }

@media (max-height:550px),(max-width:400px) {
    .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__day-name, .react-datepicker__portal .react-datepicker__time-name {
        width: 2rem;
        line-height: 2rem
    }
}

.react-datepicker__portal .react-datepicker-time__header, .react-datepicker__portal .react-datepicker__current-month {
    font-size: 1.44rem
}

.react-datepicker__portal .react-datepicker__navigation {
    border: .81rem solid transparent
}

.react-datepicker__portal .react-datepicker__navigation--previous, .react-datepicker__portal .react-datepicker__navigation--previous:hover {
    border-right-color: #fff
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
    border-right-color: #e6e6e6;
    cursor: default
}

.react-datepicker__portal .react-datepicker__navigation--next, .react-datepicker__portal .react-datepicker__navigation--next:hover {
    border-left-color: #fff
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
    border-left-color: #e6e6e6;
    cursor: default
}

.react-datepicker__tether-element {
    z-index: 2147483647
}

.booked-tkt-cnf {
    top: 48px
}

.month-picker {
    position: relative
}

    .month-picker > .rmp-container {
        position: relative;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
        z-index: 100;
        top: 1px;
        left: -10000px
    }

@media screen and (max-width:767px) {
    .month-picker > .rmp-container {
        position: fixed;
        top: 0;
        left: -10000px;
        width: 100%;
        height: 100%
    }
}

.month-picker > .rmp-container.rmp-table {
    display: table
}

.month-picker > .rmp-container.show, .month-picker > .rmp-container.show .rmp-overlay {
    left: 0
}

.month-picker > .rmp-container .rmp-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9;
    top: 0;
    left: -10000px;
    opacity: 1;
    -webkit-tap-highlight-color: transparent;
    will-change: opacity;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

@media screen and (max-width:767px) {
    .month-picker > .rmp-container .rmp-overlay {
        background-color: rgba(0,0,0,.25)
    }
}

.month-picker > .rmp-container .rmp-cell {
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center
}

.activeDate .month-picker > .rmp-container .rmp-cell {
    display: block
}

@media screen and (max-width:767px) {
    .month-picker > .rmp-container .rmp-cell {
        vertical-align: bottom
    }
}

.month-picker > .rmp-container .rmp-popup {
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .45s cubic-bezier(.23,1,.32,1);
    -moz-transition: all .45s cubic-bezier(.23,1,.32,1);
    transition: all .45s cubic-bezier(.23,1,.32,1);
    margin: 0 auto;
    z-index: 10;
    font-size: 1.2rem;
    opacity: 0;
    border-radius: 3px;
    padding: 0;
    box-sizing: content-box;
    border: 1px solid #20a397;
    box-shadow: 0 1px 5px #ddd
}

@media screen and (max-width:767px) {
    .month-picker > .rmp-container .rmp-popup {
        box-sizing: border-box;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        height: 14.4rem;
        -webkit-transform: translate3d(0,14.4rem,0);
        -moz-transform: translate3d(0,14.4rem,0);
        -ms-transform: translate3d(0,14.4rem,0);
        -o-transform: translate3d(0,14.4rem,0);
        transform: translate3d(0,14.4rem,0)
    }

        .month-picker > .rmp-container .rmp-popup.range {
            height: 28rem;
            -webkit-transform: translate3d(0,28rem,0);
            -moz-transform: translate3d(0,28rem,0);
            -ms-transform: translate3d(0,28rem,0);
            -o-transform: translate3d(0,28rem,0);
            transform: translate3d(0,28rem,0)
        }

            .month-picker > .rmp-container .rmp-popup.range .rmp-pad {
                margin-top: .4rem
            }

                .month-picker > .rmp-container .rmp-popup.range .rmp-pad:first-of-type {
                    margin-top: 0
                }
}

@media screen and (min-width:768px) {
    .month-picker > .rmp-container .rmp-popup {
        -webkit-transform: translate3d(0,-64px,0);
        -moz-transform: translate3d(0,-64px,0);
        -ms-transform: translate3d(0,-64px,0);
        -o-transform: translate3d(0,-64px,0);
        transform: translate3d(0,-64px,0);
        top: 0;
        width: 20rem
    }

        .month-picker > .rmp-container .rmp-popup.range {
            width: 40.6rem;
            padding: .6rem
        }
}

.month-picker > .rmp-container .rmp-popup.show {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.month-picker > .rmp-container .rmp-popup:after {
    content: " ";
    clear: both;
    display: table
}

.month-picker > .rmp-container .rmp-popup .rmp-pad {
    position: relative
}

@media screen and (min-width:768px) {
    .month-picker > .rmp-container .rmp-popup .rmp-pad {
        box-sizing: border-box;
        float: left;
        width: 20rem
    }

        .month-picker > .rmp-container .rmp-popup .rmp-pad:nth-of-type(2) {
            float: right
        }
}

.month-picker > .rmp-container .rmp-popup .rmp-pad > div label {
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    padding: 5px;
    color: #fff;
    background-color: #20a397
}

    .month-picker > .rmp-container .rmp-popup .rmp-pad > div label b {
        font-weight: 400;
        margin-right: .5em
    }

.month-picker > .rmp-container .rmp-popup .rmp-pad > div i {
    font-style: normal;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background-color: transparent;
    position: absolute;
    top: 0
}

    .month-picker > .rmp-container .rmp-popup .rmp-pad > div i.prev {
        left: 0
    }

    .month-picker > .rmp-container .rmp-popup .rmp-pad > div i.next {
        right: 0
    }

.month-picker > .rmp-container .rmp-popup .rmp-pad li, .month-picker > .rmp-container .rmp-popup .rmp-pad ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.month-picker > .rmp-container .rmp-popup .rmp-pad ul {
    display: block;
    width: 100%
}

    .month-picker > .rmp-container .rmp-popup .rmp-pad ul:after {
        content: " ";
        clear: both;
        display: table
    }

.month-picker > .rmp-container .rmp-popup .rmp-pad li {
    display: block;
    float: left;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    border-radius: 2px;
    padding: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out,color .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out
}

@media screen and (max-width:767px) {
    .month-picker > .rmp-container .rmp-popup .rmp-pad li {
        width: 25%
    }
}

@media screen and (min-width:768px) {
    .month-picker > .rmp-container .rmp-popup .rmp-pad li {
        width: 33.3333333333%
    }
}

.month-picker > .rmp-container .rmp-popup.light {
    color: #666;
    background-color: #fff
}

@media screen and (max-width:767px) {
    .month-picker > .rmp-container .rmp-popup.light {
        border-top: 1px solid #ccc;
        box-shadow: 0 -1px 5px rgba(0,0,0,.08)
    }

        .month-picker > .rmp-container .rmp-popup.light.range .rmp-pad {
            border-top: 1px solid hsla(0,0%,80%,.5)
        }

            .month-picker > .rmp-container .rmp-popup.light.range .rmp-pad:first-of-type {
                border-top: 0
            }
}

@media screen and (min-width:768px) {
    .month-picker > .rmp-container .rmp-popup.light {
        border: 1px solid #ccc;
        box-shadow: 0 1px 5px #ddd
    }

        .month-picker > .rmp-container .rmp-popup.light.range .rmp-pad {
            background-color: hsla(0,0%,93.3%,.9)
        }
}

.month-picker > .rmp-container .rmp-popup.light .rmp-pad .rmp-btn {
    cursor: pointer
}

@media screen and (min-width:768px) {
    .month-picker > .rmp-container .rmp-popup.light .rmp-pad .rmp-btn:hover {
        background-color: #f0f0f0
    }

    .month-picker > .rmp-container .rmp-popup.light .rmp-pad .rmp-tab.rmp-btn:hover {
        background-color: transparent
    }
}

.month-picker > .rmp-container .rmp-popup.light .rmp-pad li.active, .month-picker > .rmp-container .rmp-popup.light .rmp-pad li.active:hover {
    background-color: #20a397;
    color: #fff;
    cursor: default;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.month-picker > .rmp-container .rmp-popup.light .rmp-pad .disable, .month-picker > .rmp-container .rmp-popup.light .rmp-pad .disable:hover {
    background-color: transparent;
    color: #bbb;
    cursor: default
}

.month-picker > .rmp-container .rmp-popup.dark {
    color: #fff;
    background-color: rgba(50,50,50,.96)
}

@media screen and (max-width:767px) {
    .month-picker > .rmp-container .rmp-popup.dark.range .rmp-pad {
        border-top: 1px solid hsla(0,0%,44.3%,.41)
    }

        .month-picker > .rmp-container .rmp-popup.dark.range .rmp-pad:first-of-type {
            border-top: 0
        }
}

@media screen and (min-width:768px) {
    .month-picker > .rmp-container .rmp-popup.dark.range .rmp-pad {
        background-color: rgba(70,70,70,.9)
    }
}

.month-picker > .rmp-container .rmp-popup.dark .rmp-pad .rmp-btn {
    cursor: pointer
}

@media screen and (min-width:768px) {
    .month-picker > .rmp-container .rmp-popup.dark .rmp-pad .rmp-btn:hover {
        background-color: transparent
    }
}

.month-picker > .rmp-container .rmp-popup.dark .rmp-pad li.active, .month-picker > .rmp-container .rmp-popup.dark .rmp-pad li.active:hover {
    background-color: #20a397;
    color: #303030;
    cursor: default
}

.month-picker > .rmp-container .rmp-popup.dark .rmp-pad .disable, .month-picker > .rmp-container .rmp-popup.dark .rmp-pad .disable:hover {
    background-color: transparent;
    color: #717171;
    cursor: default
}

.month-picker .next:after, .month-picker .next:before, .month-picker .prev:after, .month-picker .prev:before {
    content: "";
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    position: absolute;
    top: 10px;
    background-color: transparent;
    transform: none
}

.month-picker .next:after, .month-picker .next:before {
    border-left: 7px solid #fff;
    border-right: 7px solid transparent
}

.month-picker .prev:after, .month-picker .prev:before {
    border-left: 7px solid transparent;
    border-right: 7px solid #fff;
    left: 0;
    right: auto
}

.month-picker .disable.next, .month-picker .disable.prev {
    display: none
}

    .month-picker .disable.next:after, .month-picker .disable.prev:after {
        opacity: .5
    }

._2H13SCz {
    position: relative;
    padding-bottom: 0
}

._3hG4WkL {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 10px 10px 0
}

.back-link {
    font-size: 14px;
    color: #2196f3;
    position: relative;
    padding-left: 20px;
    line-height: 16px;
    text-decoration: none
}

    .back-link span {
        position: absolute;
        top: 5px;
        left: 0
    }

        .back-link span, .back-link span svg {
            display: block;
            width: 10px;
            height: 6px
        }

.quote-back-link .back-link {
    margin-top: 12px !important
}

.leadform-wrapper {
    overflow: auto
}

.leadform-content {
    margin: 1% auto;
    max-width: 845px !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.leadform-close-icon {
    top: -10px;
    right: -35px
}

.leadformLeftpanel {
    width: 45%
}

.leadformrightpanel {
    min-height: 607px
}

.round-bullets {
    border: 1px solid #20a397;
    top: -3px
}

.input-with-icon-box input.isd-code-input {
    padding: 0 !important
}

.input-with-icon-box .isd-codes {
    padding: 0 !important;
    border: 1px solid #ccc;
    max-height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none
}

.isd-codes li {
    display: block;
    cursor: pointer;
    padding: 5px 8px;
    border-bottom: 1px solid #ccc
}

    .isd-codes li:hover {
        background: #20a397;
        color: #fff
    }

.input-with-icon-box input:focus + ul.isd-codes {
    display: block
}

.input-with-icon-box input.duration, .input-with-icon-box input.phone-number {
    padding: 0 15px !important
}

.money-safe-icon svg {
    width: 20px
}

.input-with-icon-box.input-two-icons input {
    padding-right: 30px !important;
    padding-left: 48px !important
}

.daysCount .minus-icon {
    height: calc(100% - 2px);
    width: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1px;
    cursor: pointer;
    background: #fff;
    display: inline-block;
    z-index: 3;
    padding: 0
}

    .daysCount .minus-icon:after {
        content: "";
        width: 18px;
        height: 1px;
        background: #20a397;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

.daysCount .plus-icon {
    height: calc(100% - 2px);
    width: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
    cursor: pointer;
    background: #fff;
    display: inline-block;
    z-index: 3;
    padding: 0
}

    .daysCount .plus-icon:after {
        width: 15px;
        height: 1px
    }

    .daysCount .plus-icon:after, .daysCount .plus-icon:before {
        content: "";
        background: #20a397;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .daysCount .plus-icon:before {
        width: 1px;
        height: 15px
    }

.daysCount.input-with-icon-box.input-two-icons input[type=number] {
    padding-left: 40px !important;
    padding-right: 40px !important;
    text-align: center
}

.at_whatsapp_opt_status label {
    padding-left: 50px !important
}

    .at_whatsapp_opt_status label .labelIcon {
        position: absolute;
        width: 20px;
        height: 20px;
        left: 24px;
        top: 4px
    }

        .at_whatsapp_opt_status label .labelIcon svg {
            width: 100%;
            height: 100%
        }

.at_whatsapp_opt_status.disabled label {
    color: #999;
    cursor: auto;
    pointer-events: none
}

    .at_whatsapp_opt_status.disabled label:before {
        border-color: #999
    }

    .at_whatsapp_opt_status.disabled label .labelIcon svg {
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }

.location_heading {
    color: #009688
}

.location_logo {
    height: 100px
}

.back-arrow {
    width: 30px;
    min-width: 20px;
    height: 20px;
    float: left;
    display: block;
    margin-right: 2px;
    position: relative;
    padding: 10px;
    text-indent: -100px;
    overflow: hidden;
    background-color: transparent;
    border: 0
}

    .back-arrow:before {
        transform: rotate(-45deg);
        top: 6px
    }

    .back-arrow:after, .back-arrow:before {
        content: "";
        width: 10px;
        height: 1px;
        background: #fff;
        display: block;
        position: absolute;
        left: 5px
    }

    .back-arrow:after {
        transform: rotate(45deg);
        top: 13px
    }

.back-arrow-left {
    width: 48px;
    height: 48px;
    background-color: #fe5246;
    border: 0;
    top: 0;
    left: 0;
    border-right: 1px solid #fe6359
}

.month-picker > .rmp-container {
    top: -240px !important
}

.back-arrow-left:after, .back-arrow-left:before {
    left: 18px
}

.back-arrow-left:before {
    top: 19px
}

.back-arrow-left:after {
    top: 26px
}

.departure-date-radio input[type=radio] {
    display: none
}

    .departure-date-radio input[type=radio] + label {
        padding: 10px 20px;
        width: 94%
    }

    .departure-date-radio input[type=radio]:checked + label {
        background: #20a397
    }

.custom-date-width {
    width: 62%
}

.custom-date-width, .custom-days-width {
    float: left;
    position: relative;
    min-height: 1px
}

.custom-days-width {
    width: 38%
}

.flight-included p {
    padding-left: 32px;
    min-height: 22px;
    height: auto;
    line-height: 22px
}

    .flight-included p .flight-icon {
        width: 22px;
        height: 22px;
        position: absolute;
        left: 0
    }

.flight-radio:checked + label {
    color: #20a397;
    font-weight: 700
}

.flight-radio {
    display: none
}

    .flight-radio:checked + label p {
        color: #20a397 !important;
        font-weight: 700
    }

.additional-prefrences textarea {
    width: 100%;
    min-height: 96px;
    max-height: 96px;
    overflow: auto;
    resize: none
}

.No-hotel-input:checked + label {
    color: #009688;
    font-weight: 900
}

.typetourpackage label {
    height: auto;
    text-align: left
}

.Dropdown-root {
    position: absolute;
    z-index: 3;
    cursor: pointer;
    width: 100%;
    height: 100%
}

.Dropdown-control, .Dropdown-root {
    top: 50%;
    transform: translateY(-50%)
}

.Dropdown-control {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    box-sizing: border-box;
    color: #3e3e3e;
    outline: none;
    padding: 8px 10px;
    transition: all .2s ease;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.Dropdown-menu {
    background-color: #fff;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    margin-top: 1px;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-overflow-scrolling: touch
}

    .Dropdown-menu .Dropdown-group > .Dropdown-title {
        padding: 8px 10px;
        color: #333;
        font-weight: 700;
        text-transform: capitalize
    }

.Dropdown-option {
    box-sizing: border-box;
    color: #3e3e3e;
    cursor: pointer;
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #f0f0f0
}

    .Dropdown-option:last-child {
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px
    }

    .Dropdown-option:hover {
        background-color: #20a397;
        color: #fff
    }

.Dropdown-noresults {
    box-sizing: border-box;
    color: #3e3e3e;
    cursor: default;
    display: block;
    padding: 8px 10px
}

.input-dropdown-box {
    position: relative;
    height: 40px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #b2b2b2
}

    .input-dropdown-box.input-dropdown-box-small {
        height: 32px
    }

    .input-dropdown-box.input-dropdown-box-long {
        height: 48px
    }

.input-with-icon-box .Dropdown-control {
    padding-left: 45px
}

._38FxE-5 {
    max-width: 800px
}

._2CnjIp7 {
    width: 760px
}

.breadcrumb-list {
    margin: 0;
    padding: 0
}

    .breadcrumb-list li {
        display: inline-block;
        list-style: none;
        margin-right: 3px;
        font-size: 10px;
        line-height: 16px
    }

    .breadcrumb-list a {
        color: #2196f3
    }

    .breadcrumb-list li span:after {
        content: ">";
        padding-left: 2px
    }

    .breadcrumb-list li:last-child span:after {
        content: ""
    }

.hXTeGka {
    display: inline-block;
    top: -3px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 100%
}

._3-aaNsP {
    display: block;
    width: 8px;
    position: absolute;
    height: 8px;
    background: rgba(250,194,46,.8);
    border-radius: 100%
}

._2pYxrIv {
    width: 760px
}

._1tZZJom {
    height: 24px;
    background-color: #fac22e;
    left: -8px
}

._3uaYgsv {
    position: absolute;
    background-color: #fff;
    width: 160px;
    padding: 10px;
    border: 1px solid #ccc;
    z-index: 4;
    transform: translateX(-50%);
    left: 50%;
    bottom: 26px;
    display: none
}

    ._3uaYgsv:after {
        bottom: -5px;
        border-top: 6px solid #fff;
        z-index: 2
    }

    ._3uaYgsv:after, ._3uaYgsv:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        left: 50%;
        transform: translateX(-50%)
    }

    ._3uaYgsv:before {
        bottom: -7px;
        border-top: 6px solid #ccc
    }

._1IDFBSq {
    bottom: auto;
    left: calc(100% + 8px);
    right: -8px;
    top: 0;
    padding: 15px;
    transform: translateX(0)
}

._1gJcJhF {
    transform: rotate(90deg) !important;
    left: -14px !important;
    top: 15px
}

._2DEdEQx {
    height: 42px;
    min-width: 50px;
    width: auto
}

._1jgRrdA {
    margin-bottom: 8px
}

    ._1jgRrdA:last-child {
        margin-bottom: 0
    }

._2G3MtqN {
    height: 42px;
    overflow: hidden
}

._3c8zF4y {
    padding: 3px 12px;
    border-radius: 100px;
    width: auto;
    font-size: 10px;
    margin-right: 10px
}

._2Q_GO02 {
    width: 24px;
    height: 24px;
    left: 30px;
    display: inline-block
}

    ._2Q_GO02 svg {
        max-height: 24px;
        min-height: 20px;
        display: block
    }

.AP_WEMI {
    padding-left: 70px !important
}

._238cf_g {
    padding-left: 31px !important
}

._1bq5EDX ._3W_1LdT:hover {
    color: #b2b2b2
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height,-webkit-transform;
        transition-property: height,-webkit-transform;
        -o-transition-property: transform,height;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
        background-image: -o-linear-gradient(right,rgba(0,0,0,.5),transparent);
        background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5),transparent);
        background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
        background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
        background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
        background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
        background-image: -o-linear-gradient(top,rgba(0,0,0,.5),transparent);
        background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
    }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: top .2s,-webkit-transform .2s;
            transition: top .2s,-webkit-transform .2s;
            -o-transition: .2s transform,.2s top;
            transition: transform .2s,top .2s;
            transition: transform .2s,top .2s,-webkit-transform .2s
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: left .2s,-webkit-transform .2s;
        transition: left .2s,-webkit-transform .2s;
        -o-transition: .2s transform,.2s left;
        transition: transform .2s,left .2s;
        transition: transform .2s,left .2s,-webkit-transform .2s
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s,-webkit-transform .2s;
    transition: right .2s,-webkit-transform .2s;
    -o-transition: .2s transform,.2s right;
    transition: transform .2s,right .2s;
    transition: transform .2s,right .2s,-webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0,0%,100%,.25)
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000
    }

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.arrowleftSlider:after, .arrowleftSlider:before {
    border-right: 1px solid #3e3e3e;
    content: "";
    display: block;
    height: 9px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 5px;
    top: 50%;
    width: 0
}

.arrowleftSlider:after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.slider-prev .arrowContainer {
    transform: rotate(178deg);
    position: relative;
    top: 2px;
    left: -2px
}

.traveler-card-img {
    width: 100%;
    height: 140px;
    position: relative;
    overflow: hidden;
    border-radius: 2px
}

    .traveler-card-img img {
        display: block;
        min-height: 140px;
        min-width: 100%
    }

.traveler-story-heading {
    height: 40px;
    overflow: hidden
}

.cardsmain:hover .viewbtn {
    display: block
}

.traveler-story-story:hover {
    color: #3e3e3e
}

.left-arr a, .pag-arr a {
    height: 20px;
    width: 10px;
    display: block;
    position: relative
}

.pag-arr svg {
    height: 10px;
    width: 20px
}

.left-arr svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.right-arr svg {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.pag-num {
    min-width: 20px;
    height: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

    .pag-num:hover {
        color: #fff !important;
        background-color: #20a397
    }

    .pag-num.active {
        background-color: #20a397;
        color: #fff
    }

    .pag-arr a:active, .pag-arr a:focus, .pag-arr a:hover, .pag-arr a:visited, .pag-num:active, .pag-num:focus, .pag-num:hover, .pag-num:visited {
        outline: none;
        text-decoration: none
    }

.page-num-new.active a {
    background-color: #20a397;
    color: #fff !important
}

.page-num-new.active {
    background-color: #fff;
    color: #fff
}

.pag-arr.disabled a {
    opacity: .5;
    cursor: not-allowed
}

._2VRQQ8H label {
    min-height: 48px;
    cursor: pointer
}

    ._2VRQQ8H label a {
        font-weight: 400;
        color: #3e3e3e
    }

    ._2VRQQ8H label span {
        white-space: nowrap;
        background-color: #d9f7f1;
        min-width: 100px;
        height: 48px
    }

._2VRQQ8H input:checked + label .Qff0z8F {
    background-color: #009688;
    color: #fff
}

._3vjWz6L {
    width: 218px;
    vertical-align: top
}

    ._3vjWz6L a:hover {
        text-decoration: underline !important
    }

.bannerLayerCon img {
    min-width: 100%;
    max-width: 140%;
    min-height: 100%
}

.bannerLayerCon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0,0,0,.4)
}

.ListingBannerData {
    max-width: 720px;
    width: 100%
}

.bannerContainerListing {
    height: 200px;
    max-width: 100%
}

.applied-filters li {
    display: inline-block;
    margin-right: 5px;
    border-radius: 50px;
    padding: 8px 40px 8px 16px;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
    background: #efefef
}

    .applied-filters li a {
        position: absolute;
        right: 15px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 10px;
        height: 10px
    }

        .applied-filters li a svg {
            width: 12px;
            height: 12px;
            display: block
        }

.package-cities {
    width: 100%
}

.package-cities-list {
    margin: 0;
    padding: 0
}

    .package-cities-list li {
        display: inline-block;
        float: left;
        text-transform: capitalize;
        padding-right: 13px;
        margin-right: 7px;
        position: relative;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIHN0cm9rZT0iIzJCMkIyQiIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik03LjMzMyAzSC45ODRNNS4zMzMuNjY3bDIgMi4zMDRMNS4zOCA1LjMzMyIvPjwvZz48L3N2Zz4=);
        background-position: 100%;
        background-size: 8px 6px;
        background-repeat: no-repeat;
        color: #2b2b2b
    }

        .package-cities-list li:last-child {
            padding-right: 0;
            background: none
        }

.itinerarysec .package-cities-list li {
    font-weight: 700
}

.discount-ribbon {
    font-size: 12px;
    color: #fff;
    background: #20a397;
    border-radius: 27px;
    display: inline-block;
    padding: 0 10px
}

.package-info-icon {
    float: right;
    width: 20px;
    height: 20px;
    display: inline-block
}

.package-img {
    height: 200px;
    overflow: hidden;
    position: relative;
    background-color: #f1f1f1
}

    .package-img img {
        max-width: 160%;
        min-width: 100%;
        height: auto;
        min-height: 100%
    }

.package-img-deal {
    height: 284px
}

.package-img:before {
    position: absolute;
    content: "";
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3MC4yNCA0NiI+PHBhdGggY2xhc3M9ImNscy0xIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTY5Ljc0IDQ1LjQ3SC41TTE3LjEyLjVoMzZ2My42aC0zNnoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMTguOTIgNDUuNVY0LjFoMzIuNHY0MS4zOCIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0yMi41NyAxMS4yOWg1LjR2NS40aC01LjR6TTQyLjM2IDExLjI5aDUuNHY1LjRoLTUuNHpNMjIuNTcgMjYuMjloNS40djUuNGgtNS40ek00Mi4zNiAyNi4yOWg1LjR2NS40aC01LjR6TTM0LjgxIDM1LjI1aDBhMy42IDMuNiAwIDAgMSAzLjYgMy42djYuNjVoMC03LjIgMHYtNi42NWEzLjYgMy42IDAgMCAxIDMuNi0zLjZ6TTU4LjgyIDQ1LjM2VjMxLjIyTTU4LjgyIDM1LjMxczEuNS0yLjMzIDIuNzUgME01OC44MiAzMy4zOWEyIDIgMCAwIDEgMi43NS0xTTU4LjgyIDMzLjM5YTIgMiAwIDAgMC0yLjc1LTFNNTYuMDcgMzUuMzFzMS41LTIuMzMgMi43NSAwTTY2LjU3IDQ1LjM2di05LjE0TTY2LjU3IDQwLjMxczEuNS0yLjMzIDIuNzUgME02Ni41NyAzOC4zOWEyIDIgMCAwIDEgMi43NS0xTTY2LjU3IDM4LjM5YTIgMiAwIDAgMC0yLjc1LTFNNjMuODIgNDAuMzFzMS41LTIuMzMgMi43NSAwTTEyLjE3IDQ1LjM2VjMxLjIyTTEyLjE3IDM1LjMxcy0xLjUtMi4zMy0yLjc1IDBNMTIuMTcgMzMuMzlhMiAyIDAgMCAwLTIuNzUtMU0xMi4xNyAzMy4zOWEyIDIgMCAwIDEgMi43NS0xTTE0LjkyIDM1LjMxcy0xLjUtMi4zMy0yLjc1IDBNNC40MiA0NS4zNnYtOS4xNE00LjQyIDQwLjMxcy0xLjUtMi4zMy0yLjc1IDBNNC40MiAzOC4zOWEyIDIgMCAwIDAtMi43NS0xTTQuNDIgMzguMzlhMiAyIDAgMCAxIDIuNzUtMU03LjE3IDQwLjMxcy0xLjUtMi4zMy0yLjc1IDAiLz48L3N2Zz4=);
    background-size: 80px 80px;
    background-position: 50%;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat
}

.package-incexc-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

    .package-incexc-list li {
        list-style: none;
        display: inline-block;
        width: 60px;
        margin: 0 5px;
        float: left;
        text-align: center;
        height: auto;
        max-height: 66px;
        overflow: hidden
    }

        .package-incexc-list li.not-included {
            opacity: .5
        }

            .package-incexc-list li.not-included .icon-box svg {
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%)
            }

            .package-incexc-list li.not-included .icon-box:before {
                content: "";
                box-sizing: content-box;
                width: 6px;
                height: 30px;
                border-left: 2px solid #fff;
                border-right: 2px solid #fff;
                position: absolute;
                display: block;
                bottom: 0;
                right: 9px;
                transform: rotate(-45deg);
                z-index: 4;
                background: grey;
                top: -1px
            }

        .package-incexc-list li .icon-box {
            width: 24px;
            display: block;
            margin: 0 auto;
            height: 24px;
            position: relative
        }

            .package-incexc-list li .icon-box svg {
                left: 50%;
                -moz-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                width: auto;
                max-width: 100%;
                height: 20px;
                position: absolute;
                bottom: 0;
                display: block;
                top: auto
            }

    .package-incexc-list p {
        line-height: 12px !important;
        font-size: 10px !important;
        padding-top: 5px;
        word-wrap: break-word;
        color: #3e3e3e
    }

.package-tags {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

    .package-tags li {
        display: block;
        border-radius: 20px;
        border: 1px solid #b2b2b2;
        font-size: 12px;
        color: #b2b2b2;
        padding: 3px 10px;
        list-style: none;
        margin: 4px;
        line-height: 12px;
        text-align: center;
        height: 20px;
        width: auto
    }

.package-tag-box {
    text-align: right;
    overflow: hidden;
    height: 56px
}

    .package-tag-box .package-tags {
        justify-content: flex-end
    }

.packagehotel-radio-box .checkbox-common + label {
    display: inline-block;
    float: left;
    cursor: pointer;
    padding-top: 1px;
    font-weight: 400;
    padding-bottom: 1px
}

    .packagehotel-radio-box .checkbox-common + label:before {
        border-radius: 100%
    }

.filter-row-container, .filter-row-container2 {
    display: none
}

    .filter-row-container + label {
        display: block
    }

    .filter-row-container2:checked + label + div .destination-type-btn > span svg, .filter-row-container:checked + div .destination-type-btn > span svg, .filter-row-container:checked + label .destination-type-btn > span svg {
        -moz-transform: translate(-50%,-50%) rotate(180deg);
        -webkit-transform: translate(-50%,-50%) rotate(180deg);
        transform: translate(-50%,-50%) rotate(180deg)
    }

.destination-type-btn {
    padding-right: 30px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1.1
}

    .destination-type-btn span {
        width: 10px;
        height: 6px;
        right: 0;
        display: block;
        left: auto
    }

        .destination-type-btn span svg {
            display: block
        }

.destination-type-body {
    display: none
}

    .destination-type-body.scrollable {
        max-height: 300px;
        overflow-y: auto
    }

.filter-row-container2:checked + label + div .destination-type-body, .filter-row-container:checked + div .destination-type-body, .filter-row-container:checked + label .destination-type-body {
    display: block
}

.destination-type-body .checkbox-common + label {
    display: inline-block;
    font-weight: 400;
    cursor: pointer
}

    .destination-type-body .checkbox-common + label svg {
        position: relative;
        top: auto;
        left: auto;
        transform: none
    }

    .destination-type-body .checkbox-common + label:nth-of-type(2n-1) {
        margin-right: 20px
    }

.destination-type-body .custom-dest .checkbox-common + label:nth-of-type(2n-1) {
    margin-right: 5px
}

.stars-checkbox {
    display: inline-block
}

    .stars-checkbox span {
        width: 10px;
        height: 10px;
        margin-right: 4px
    }

    .stars-checkbox svg {
        width: 10px;
        height: 10px;
        display: inline-block
    }

.activity-icon label svg {
    width: 18px;
    margin-right: 8px;
    float: left
}

.filter-city-destination {
    max-height: 300px;
    overflow-y: auto
}

.pl30 {
    padding-left: 30px
}

.filter-type-row {
    display: none
}

.weekend-filter-heading span {
    width: 10px;
    height: 6px;
    transition: all .5s ease-in 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 5px
}

    .weekend-filter-heading span svg {
        display: block
    }

.weekend-filter-content {
    display: none
}

.filter-type-row:checked + label .weekend-filter-content {
    display: block
}

.filter-type-row:checked + label .weekend-filter-heading span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filter-icon svg {
    top: 0;
    left: 0;
    transform: translate(-50%,50%)
}

.filter-icon {
    width: 24px;
    height: 24px;
    display: block;
    left: 30px
}

    .filter-icon svg {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        transform: translate(-50%,-50%)
    }

.weekend-filter-icon-content label {
    padding-left: 70px
}

.checkbox-common.addto-compare + label {
    padding: 0 26px 0 8px;
    text-align: right
}

    .checkbox-common.addto-compare + label:before {
        left: auto;
        right: 0
    }

.tabbed > input {
    display: none
}

.tabbed > section.tabbed-data > .tabbed-label {
    font-size: 14px;
    font-weight: 900;
    position: relative;
    padding: 15px 24px;
    float: left;
    cursor: pointer;
    overflow: hidden
}

    .tabbed > section.tabbed-data > .tabbed-label:after {
        height: 2px;
        width: 0;
        position: absolute;
        content: "";
        bottom: 0;
        left: 0
    }

.tabbed.single-tab > section.tabbed-data:last-child {
    display: none
}

.tabbed.single-tab > section.tabbed-data:nth-child(2) > .tabbed-label {
    width: 100%
}

.tabbed > input:checked + section.tabbed-data > .tabbed-label:after {
    background: #20a397;
    width: 100%;
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out
}

.tabbed > input:checked + section.tabbed-data > .tabbed-label {
    background: #efefef
}

.tabbed > section.tabbed-data > .tabbed-label {
    display: inline-block
}

.tabbed > section.tabbed-data > div.tabs-data-main {
    position: relative;
    z-index: 2;
    float: right;
    width: 100%;
    padding-top: 24px;
    border-top: 1px solid #f0f0f0;
    margin: 51px 0 0 -100%
}

.faqBox, .tabbed > input:not(:checked) + section.tabbed-data > div.tabs-data-main {
    display: none
}

.faqBox {
    position: relative
}

    .faqBox:last-child {
        border-bottom: 0
    }

    .faqBox > .faq-heading {
        min-height: 48px;
        padding: 17px 30px 5px 35px
    }

        .faqBox > .faq-heading:before {
            content: "Q";
            font-weight: 300;
            position: absolute;
            left: 0;
            color: #eb5e3c;
            font-size: 24px;
            top: 15px
        }

        .faqBox > .faq-heading span {
            width: 14px;
            height: 6px;
            right: 0
        }

        .faqBox > .faq-heading svg {
            display: block;
            width: 14px;
            height: 6px
        }

.answer-box-faq {
    padding-left: 35px;
    display: block;
    max-height: 0;
    opacity: 0
}

    .answer-box-faq ul {
        margin-left: 0
    }

.question-faq_trigger {
    background: transparent;
    appearance: none;
    height: 48px
}

    .question-faq_trigger:checked + .faq-heading span svg {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .question-faq_trigger:checked ~ .answer-box-faq {
        display: block;
        padding-bottom: 8px;
        padding-top: 8px;
        max-height: fit-content;
        opacity: 1
    }

.faqLoadMoreContainer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% - 8px);
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.49) 22%,#fff 86%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=0);
    width: 100%;
    height: 100%
}

.disable-hover, .disable-hover * {
    pointer-events: none !important
}

.animated--fast {
    animation-duration: .2s
}

    .animated--fast.zoomOutUp {
        animation-duration: .75s
    }

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-1%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes arriveDownSlight {
    0% {
        transform: translate3d(0,-1%,0)
    }

    to {
        transform: none
    }
}

.arriveDownSlight {
    animation-name: arriveDownSlight
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes zoomOutUp {
    0% {
        opacity: 1;
        transform: scaleX(1) translateZ(0)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-50%,-1000px,0);
        transform-origin: left
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

.menu__container .menu__content {
    visibility: hidden
}

.menu__container.menu--active .menu__content {
    visibility: visible
}

.menu .button, .menu a {
    line-height: 1.33 !important
}

.user-loggedin:hover .user-loggedin-options {
    display: block
}

.default-link-subbar {
    position: relative
}

    .default-link-subbar .default-link-subbar-line {
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        display: block;
        position: absolute
    }

    .default-link-subbar.hover-enabled:hover {
        background: #f2f2f2
    }

        .default-link-subbar.hover-enabled:hover .default-link-subbar-line {
            background: #20a397;
            width: 100%;
            transition: all .7s ease-in-out;
            -webkit-transition: all .7s ease-in-out
        }

        .default-link-subbar.hover-enabled:hover .down-arrow-menu:before {
            transform: rotate(140deg)
        }

        .default-link-subbar.hover-enabled:hover .down-arrow-menu:after {
            transform: rotate(220deg)
        }

.down-arrow-menu {
    width: 11px;
    height: 8px;
    padding-top: 2px
}

    .down-arrow-menu:after, .down-arrow-menu:before {
        content: "";
        width: 5px;
        top: 5px;
        height: 1px;
        position: absolute
    }

    .down-arrow-menu:before {
        transform: rotate(40deg);
        left: 2px
    }

    .down-arrow-menu:after {
        transform: rotate(140deg);
        right: 1px
    }

.menu .btnPopUpMenuRound .gotTop {
    left: 0;
    display: none !important
}

    .menu .btnPopUpMenuRound .gotTop .top-arr {
        left: 35%;
        display: none !important
    }

.ppHideNav .navStickyLeftSec {
    margin-top: 0
}

.notification-hover-box {
    width: 48px;
    height: 48px
}

.notifications-head {
    display: none;
    position: absolute;
    top: 48px;
    width: 300px;
    max-height: 400px;
    overflow: auto;
    right: 0;
    background: #efefef;
    text-align: left;
    box-shadow: 0 0 4px #ccc
}

.notification-hover-box:hover .notifications-head {
    display: block;
    z-index: 1000
}

.download-app-link:hover .download-appbox {
    display: block
}

.reviewer-image {
    width: 60px;
    height: 60px
}

.guide-footer .scroll-to-packages-link-mobile {
    display: none
}

.guide-footer > section {
    border-bottom: 1px solid #d4d4d4;
    color: #3e3e3e;
    margin-bottom: 48px
}

    .guide-footer > section h2 {
        font-size: 20px;
        font-weight: 900;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .guide-footer > section p {
        font-size: 14px;
        margin: 8px 0;
        padding-top: 15px
    }

    .guide-footer > section > header > p, .guide-footer > section > p {
        font-size: 16px;
        line-height: 24px
    }

    .guide-footer > section .image-container {
        height: 396px;
        position: relative;
        display: block;
        margin-bottom: 24px
    }

        .guide-footer > section .image-container img {
            position: absolute;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            max-height: 100%;
            max-width: 100%
        }

    .guide-footer > section article {
        padding-left: 60px;
        padding-top: 16px
    }

        .guide-footer > section article > div {
            border-left: 1px solid #d4d4d4;
            padding-left: 24px
        }

            .guide-footer > section article > div > p {
                padding-top: 0
            }

        .guide-footer > section article > p {
            padding-top: 0;
            margin-top: 24px;
            margin-bottom: 24px
        }

        .guide-footer > section article > header {
            margin-left: -60px;
            border: 1px solid #d4d4d4;
            padding: 2px 15px;
            position: relative;
            margin-bottom: 24px;
            display: flex
        }

            .guide-footer > section article > header:before {
                content: "";
                height: 100%;
                width: 1px;
                display: block;
                position: absolute;
                background: #efefef;
                left: 54px
            }

            .guide-footer > section article > header > span {
                font-size: 24px;
                padding: 16px 15px 16px 0;
                display: inline-block;
                vertical-align: top
            }

            .guide-footer > section article > header > p {
                font-size: 16px;
                font-weight: 900;
                display: inline-block;
                padding-left: 15px;
                padding-top: 0
            }

                .guide-footer > section article > header > p > small {
                    font-size: 12px;
                    display: block;
                    margin-bottom: 4px
                }

        .guide-footer > section article > a {
            color: #2196f3;
            font-size: 14px;
            font-weight: 700;
            display: block;
            text-align: right;
            text-decoration: none;
            margin-bottom: 32px
        }

    .guide-footer > section ul {
        list-style: none;
        padding: 0;
        margin: 32px 0
    }

        .guide-footer > section ul li {
            margin-bottom: 24px;
            display: flex
        }

            .guide-footer > section ul li em {
                font-size: 24px;
                font-weight: 900;
                font-style: normal
            }

            .guide-footer > section ul li p {
                margin: 0 32px;
                font-size: 14px;
                padding-top: 5px
            }

                .guide-footer > section ul li p strong {
                    display: block;
                    margin-bottom: 4px
                }

    .guide-footer > section.travelogues article > header > p > small, .guide-footer > section.travelogues article > header > span {
        color: #32aa9f
    }

    .guide-footer > section.accommodation article > header > p > small, .guide-footer > section.accommodation article > header > span {
        color: #fe746b
    }

    .guide-footer > section.food article > header > p > small, .guide-footer > section.food article > header > span {
        color: #6fbf73
    }

    .guide-footer > section.places-to-visit article > header > p > small, .guide-footer > section.places-to-visit article > header > span {
        color: #4dabf5
    }

    .guide-footer > section.things-to-do article > header > p > small, .guide-footer > section.things-to-do article > header > span {
        color: #fac22e
    }

    .guide-footer > section.essential-info > ul em {
        color: #00786c
    }

    .guide-footer > section.pro-tips > ul em {
        color: #cb4138
    }

.scroll-to-packages-link {
    cursor: pointer;
    font-weight: 900;
    color: #2196f3
}

    .scroll-to-packages-link .scroll-to-packages-text {
        transform: translate(-350px,250px) rotate(270deg);
        display: block
    }

.sticky-outer-wrapper.active .footer-navigation-container {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2)
}

    .sticky-outer-wrapper.active .footer-navigation-container .navigation-tile a {
        display: inline-block;
        padding: 15px 21px;
        position: relative
    }

        .sticky-outer-wrapper.active .footer-navigation-container .navigation-tile a:after {
            content: " ";
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 1px;
            background: #fff
        }

        .sticky-outer-wrapper.active .footer-navigation-container .navigation-tile a.active {
            background-color: #efefef
        }

            .sticky-outer-wrapper.active .footer-navigation-container .navigation-tile a.active:after {
                background: #20a397;
                width: 100%;
                transition: all .7s ease-in-out
            }

    .sticky-outer-wrapper.active .footer-navigation-container .navigation-tile .navigation-logo-container, .sticky-outer-wrapper.active .footer-navigation-container .navigation-tile img {
        display: none
    }

.active .sidebar-lead-form-margin-top .lead-form-one-height {
    padding-top: 65px !important
}

.compare-button {
    width: 48px;
    height: 48px;
    position: relative
}

    .compare-button button {
        width: 120px;
        text-align: left;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        height: 40px;
        padding-left: 50px;
        position: relative
    }

        .compare-button button span {
            width: 22px;
            height: 22px;
            display: block;
            position: absolute;
            left: 15px;
            top: 50%;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background: #fff
        }

            .compare-button button span svg {
                display: block
            }

.packages-counter {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    background-color: #2196f3;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    cursor: pointer
}

    .packages-counter .length-compare {
        width: 16px;
        height: 16px;
        background-color: #fe5246;
        color: #fff;
        border-radius: 10px;
        font-size: 10px;
        text-align: center;
        display: inline-block;
        position: absolute;
        right: -2px;
        top: -4px
    }

    .packages-counter .packages-counter-icon {
        width: 24px;
        height: 24px
    }

.compare-section-container-outer {
    min-width: 285px;
    max-width: 285px;
    height: auto;
    right: 46px;
    padding-right: 12px;
    top: 50%;
    z-index: 10;
    display: none;
    position: absolute
}

.compare-section-container {
    background-color: #fff;
    position: relative;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2)
}

    .compare-section-container ul {
        margin: 0;
        padding: 0
    }

    .compare-section-container:before {
        right: -6px;
        border-left: 6px solid #fff;
        z-index: 2
    }

    .compare-section-container:after, .compare-section-container:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        top: 50%;
        transform: translateY(-50%)
    }

    .compare-section-container:after {
        right: -8px;
        border-left: 6px solid rgba(0,0,0,.1)
    }

.heading-compare {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #3e3e3e;
    margin-bottom: 0;
    padding-bottom: 8px;
    line-height: 1.1
}

.package-list-compare {
    border-bottom: 1px solid #efefef;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-right: 24px;
    position: relative
}

.package-name-heading {
    font-size: 15px;
    color: #20a397;
    margin-bottom: 0
}

.currency-compare, .package-name-heading {
    font-family: Lato;
    font-weight: 700;
    text-align: left
}

.currency-compare {
    font-size: 14px;
    color: #4caf50;
    line-height: 20px
}

.night-compare {
    font-family: Lato;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #3e3e3e
}

.compare-icon-white {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 4px
}

.closeIcon-compare {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 8px;
    top: 4px;
    background-color: #f2f2f2;
    color: #000;
    font-weight: 700;
    padding: 4px;
    cursor: pointer
}

    .closeIcon-compare svg {
        width: 10px;
        height: 10px;
        display: block
    }

    .closeIcon-compare:visited .package-list-compare {
        display: none
    }

.stickyCompareNode .sticky-outer-wrapper {
    height: 0 !important
}

.compare-packages-box {
    width: 48px;
    height: 48px;
    right: 70px;
    z-index: 101;
    visibility: hidden
}

.showCompare .sticky-inner-wrapper {
    right: 30px;
    width: 48px !important;
    z-index: 101 !important
}

.showCompare .compare-packages-box {
    visibility: visible
}

.length-compare {
    opacity: 0
}

.cp-pkg-count-active {
    opacity: 1
}

.cp-pkg-count-active-anim {
    -webkit-animation: cp-box-pop .7s ease-in-out;
    animation: cp-box-pop .7s ease-in-out
}

@-webkit-keyframes cp-box-pop {
    0%,50%,to {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    25%,75% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2)
    }
}

@keyframes cp-box-pop {
    0%,50%,to {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    25%,75% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2)
    }
}

.compare-text {
    position: absolute;
    top: 50px;
    font-size: 12px;
    margin: 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%)
}

.compare-packages-box:hover .compare-section-container-outer {
    display: block
}

.at_packagecard_wrapper.exp_1 .package-tag-box .package-tags {
    justify-content: flex-start;
    margin-left: -4px
}

.at_packagecard_wrapper.exp_1 .info-icon-box {
    min-width: 140px
}

.at_packagecard_wrapper.exp_1 .package-tags li {
    background: #efefef;
    color: #3e3e3e;
    border-color: #efefef;
    font-size: 10px;
    line-height: 10px
}

.at_packagecard_wrapper.exp_1 .radio-common-circle:checked + label:before {
    background-image: none;
    background-color: #fff !important
}

.at_packagecard_wrapper.exp_1 .radio-common-circle:checked + label:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    background: #009688
}

.at_packagecard_wrapper.exp_1 .radio-common-circle + label {
    padding: 12px 8px 0 26px
}

.at_packagecard_wrapper.exp_1 .package-tag-box {
    height: auto
}

.at_packagecard_wrapper.exp_1 .recomendedIcon {
    width: 26px;
    display: inline-block
}

.at_packagecard_wrapper.exp_1 .at_aboutpackage_text p {
    font-size: 10px !important
}

.at_packagecard_wrapper.exp_1 .at_package_duration {
    font-size: 14px !important
}

    .at_packagecard_wrapper.exp_1 .at_package_duration + .pfc4 {
        font-size: 12px !important;
        font-weight: 400
    }

.bb {
    border-bottom: 1px solid #d4d4d4
}

.trip {
    display: inline-block !important;
    color: #f07c00
}

.sfc6 {
    color: #f07c00
}

.pac-con {
    margin: 0 !important;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000
}

    .pac-con .textcon {
        visibility: hidden;
        width: 200px;
        background-color: #000;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 90%;
        left: 30%;
        margin-left: -60px;
        font-size: 13px
    }

    .pac-con:hover .textcon {
        visibility: visible
    }

.pac-txt {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 100%;
    vertical-align: baseline
}

.pac-text {
    border-radius: 4px;
    height: 25px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    width: 250px;
    text-align: center;
    font-size: .75rem;
    line-height: 25px;
    margin-right: 15px;
    color: #666
}

.pac-text-maj {
    border-radius: 5px;
    height: 25px;
    border: 1px solid #d60d45;
    display: inline-block;
    width: 100px;
    text-align: center;
    font-size: .75rem;
    line-height: 25px;
    margin-right: 15px;
    color: #666
}

.pac-con-14 {
    float: right;
    width: 235px;
    padding: 20px;
    height: 100%;
    background: #f9f9f9;
    min-height: 124px;
    border-radius: 5px
}

.price-con {
    float: left;
    text-align: right;
    width: 100%
}

.amount {
    font-family: Rubik Medium;
    font-size: 25px;
    float: right
}

.rs {
    font-family: RupeeSign;
    font-weight: 400;
    font-style: normal;
    font-size: 20px
}

.twin {
    float: left;
    text-align: right;
    width: 100%
}

.collapsible {
    background-color: #d60d45;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px
}

    .active, .collapsible:hover {
        background-color:
    }

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1
}

.pac-nig {
    margin: 0 !important;
    border-radius: 4px;
    height: 25px;
    border: 1px solid #e4e4e4;
    font-size: 15px;
    position: relative;
    display: inline-block
}

    .pac-nig .textnig {
        visibility: hidden;
        width: 200px;
        background-color: #708c98;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        left: 130%;
        margin-left: -60px;
        font-size: 13px
    }

    .pac-nig:hover .textnig {
        visibility: visible
    }

.plus {
    text-decoration-color: unset;
    color: red;
    font-weight: 700;
    text-shadow: 2px 1px #005294;
    font-size: 18px
}

.centerfaq {
    margin: auto;
    width: 100%;
    border-block-end: inset
}

.question {
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
    font-family: Montserrat
}

.lineheight {
    line-height: 1rem
}

.middeltex {
    font-weight: 700;
    color: #005294
}

.homecontent {
    font-size: 20px;
    width: 100%
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: ionicons;
    src: url(../fonts/ionicons28b528b5.eot/index28b5.html?v=2.0.0);
    src: url(../fonts/ionicons28b528b5.eot/index28b5.html?v=2.0.0#iefix) format("embedded-opentype"),url(../fonts/ionicons28b528b5.ttf/index28b5.html?v=2.0.0) format("truetype"),url(../fonts/ionicons28b528b5.woff/index28b5.html?v=2.0.0) format("woff"),url(../fonts/ionicons28b528b5.svg/index28b5.html?v=2.0.0#Ionicons) format("svg");
    font-weight: 400;
    font-style: normal
}

.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
    display: inline-block;
    font-family: ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ion-alert:before {
    content: "\f101"
}

.ion-alert-circled:before {
    content: "\f100"
}

.ion-android-add:before {
    content: "\f2c7"
}

.ion-android-add-circle:before {
    content: "\f359"
}

.ion-android-alarm-clock:before {
    content: "\f35a"
}

.ion-android-alert:before {
    content: "\f35b"
}

.ion-android-apps:before {
    content: "\f35c"
}

.ion-android-archive:before {
    content: "\f2c9"
}

.ion-android-arrow-back:before {
    content: "\f2ca"
}

.ion-android-arrow-down:before {
    content: "\f35d"
}

.ion-android-arrow-dropdown:before {
    content: "\f35f"
}

.ion-android-arrow-dropdown-circle:before {
    content: "\f35e"
}

.ion-android-arrow-dropleft:before {
    content: "\f361"
}

.ion-android-arrow-dropleft-circle:before {
    content: "\f360"
}

.ion-android-arrow-dropright:before {
    content: "\f363"
}

.ion-android-arrow-dropright-circle:before {
    content: "\f362"
}

.ion-android-arrow-dropup:before {
    content: "\f365"
}

.ion-android-arrow-dropup-circle:before {
    content: "\f364"
}

.ion-android-arrow-forward:before {
    content: "\f30f"
}

.ion-android-arrow-up:before {
    content: "\f366"
}

.ion-android-attach:before {
    content: "\f367"
}

.ion-android-bar:before {
    content: "\f368"
}

.ion-android-bicycle:before {
    content: "\f369"
}

.ion-android-boat:before {
    content: "\f36a"
}

.ion-android-bookmark:before {
    content: "\f36b"
}

.ion-android-bulb:before {
    content: "\f36c"
}

.ion-android-bus:before {
    content: "\f36d"
}

.ion-android-calendar:before {
    content: "\f2d1"
}

.ion-android-call:before {
    content: "\f2d2"
}

.ion-android-camera:before {
    content: "\f2d3"
}

.ion-android-cancel:before {
    content: "\f36e"
}

.ion-android-car:before {
    content: "\f36f"
}

.ion-android-cart:before {
    content: "\f370"
}

.ion-android-chat:before {
    content: "\f2d4"
}

.ion-android-checkbox:before {
    content: "\f374"
}

.ion-android-checkbox-blank:before {
    content: "\f371"
}

.ion-android-checkbox-outline:before {
    content: "\f373"
}

.ion-android-checkbox-outline-blank:before {
    content: "\f372"
}

.ion-android-checkmark-circle:before {
    content: "\f375"
}

.ion-android-clipboard:before {
    content: "\f376"
}

.ion-android-close:before {
    content: "\f2d7"
}

.ion-android-cloud:before {
    content: "\f37a"
}

.ion-android-cloud-circle:before {
    content: "\f377"
}

.ion-android-cloud-done:before {
    content: "\f378"
}

.ion-android-cloud-outline:before {
    content: "\f379"
}

.ion-android-color-palette:before {
    content: "\f37b"
}

.ion-android-compass:before {
    content: "\f37c"
}

.ion-android-contact:before {
    content: "\f2d8"
}

.ion-android-contacts:before {
    content: "\f2d9"
}

.ion-android-contract:before {
    content: "\f37d"
}

.ion-android-create:before {
    content: "\f37e"
}

.ion-android-delete:before {
    content: "\f37f"
}

.ion-android-desktop:before {
    content: "\f380"
}

.ion-android-document:before {
    content: "\f381"
}

.ion-android-done:before {
    content: "\f383"
}

.ion-android-done-all:before {
    content: "\f382"
}

.ion-android-download:before {
    content: "\f2dd"
}

.ion-android-drafts:before {
    content: "\f384"
}

.ion-android-exit:before {
    content: "\f385"
}

.ion-android-expand:before {
    content: "\f386"
}

.ion-android-favorite:before {
    content: "\f388"
}

.ion-android-favorite-outline:before {
    content: "\f387"
}

.ion-android-film:before {
    content: "\f389"
}

.ion-android-folder:before {
    content: "\f2e0"
}

.ion-android-folder-open:before {
    content: "\f38a"
}

.ion-android-funnel:before {
    content: "\f38b"
}

.ion-android-globe:before {
    content: "\f38c"
}

.ion-android-hand:before {
    content: "\f2e3"
}

.ion-android-hangout:before {
    content: "\f38d"
}

.ion-android-happy:before {
    content: "\f38e"
}

.ion-android-home:before {
    content: "\f38f"
}

.ion-android-image:before {
    content: "\f2e4"
}

.ion-android-laptop:before {
    content: "\f390"
}

.ion-android-list:before {
    content: "\f391"
}

.ion-android-locate:before {
    content: "\f2e9"
}

.ion-android-lock:before {
    content: "\f392"
}

.ion-android-mail:before {
    content: "\f2eb"
}

.ion-android-map:before {
    content: "\f393"
}

.ion-android-menu:before {
    content: "\f394"
}

.ion-android-microphone:before {
    content: "\f2ec"
}

.ion-android-microphone-off:before {
    content: "\f395"
}

.ion-android-more-horizontal:before {
    content: "\f396"
}

.ion-android-more-vertical:before {
    content: "\f397"
}

.ion-android-navigate:before {
    content: "\f398"
}

.ion-android-notifications:before {
    content: "\f39b"
}

.ion-android-notifications-none:before {
    content: "\f399"
}

.ion-android-notifications-off:before {
    content: "\f39a"
}

.ion-android-open:before {
    content: "\f39c"
}

.ion-android-options:before {
    content: "\f39d"
}

.ion-android-people:before {
    content: "\f39e"
}

.ion-android-person:before {
    content: "\f3a0"
}

.ion-android-person-add:before {
    content: "\f39f"
}

.ion-android-phone-landscape:before {
    content: "\f3a1"
}

.ion-android-phone-portrait:before {
    content: "\f3a2"
}

.ion-android-pin:before {
    content: "\f3a3"
}

.ion-android-plane:before {
    content: "\f3a4"
}

.ion-android-playstore:before {
    content: "\f2f0"
}

.ion-android-print:before {
    content: "\f3a5"
}

.ion-android-radio-button-off:before {
    content: "\f3a6"
}

.ion-android-radio-button-on:before {
    content: "\f3a7"
}

.ion-android-refresh:before {
    content: "\f3a8"
}

.ion-android-remove:before {
    content: "\f2f4"
}

.ion-android-remove-circle:before {
    content: "\f3a9"
}

.ion-android-restaurant:before {
    content: "\f3aa"
}

.ion-android-sad:before {
    content: "\f3ab"
}

.ion-android-search:before {
    content: "\f2f5"
}

.ion-android-send:before {
    content: "\f2f6"
}

.ion-android-settings:before {
    content: "\f2f7"
}

.ion-android-share:before {
    content: "\f2f8"
}

.ion-android-share-alt:before {
    content: "\f3ac"
}

.ion-android-star:before {
    content: "\f2fc"
}

.ion-android-star-half:before {
    content: "\f3ad"
}

.ion-android-star-outline:before {
    content: "\f3ae"
}

.ion-android-stopwatch:before {
    content: "\f2fd"
}

.ion-android-subway:before {
    content: "\f3af"
}

.ion-android-sunny:before {
    content: "\f3b0"
}

.ion-android-sync:before {
    content: "\f3b1"
}

.ion-android-textsms:before {
    content: "\f3b2"
}

.ion-android-time:before {
    content: "\f3b3"
}

.ion-android-train:before {
    content: "\f3b4"
}

.ion-android-unlock:before {
    content: "\f3b5"
}

.ion-android-upload:before {
    content: "\f3b6"
}

.ion-android-volume-down:before {
    content: "\f3b7"
}

.ion-android-volume-mute:before {
    content: "\f3b8"
}

.ion-android-volume-off:before {
    content: "\f3b9"
}

.ion-android-volume-up:before {
    content: "\f3ba"
}

.ion-android-walk:before {
    content: "\f3bb"
}

.ion-android-warning:before {
    content: "\f3bc"
}

.ion-android-watch:before {
    content: "\f3bd"
}

.ion-android-wifi:before {
    content: "\f305"
}

.ion-aperture:before {
    content: "\f313"
}

.ion-archive:before {
    content: "\f102"
}

.ion-arrow-down-a:before {
    content: "\f103"
}

.ion-arrow-down-b:before {
    content: "\f104"
}

.ion-arrow-down-c:before {
    content: "\f105"
}

.ion-arrow-expand:before {
    content: "\f25e"
}

.ion-arrow-graph-down-left:before {
    content: "\f25f"
}

.ion-arrow-graph-down-right:before {
    content: "\f260"
}

.ion-arrow-graph-up-left:before {
    content: "\f261"
}

.ion-arrow-graph-up-right:before {
    content: "\f262"
}

.ion-arrow-left-a:before {
    content: "\f106"
}

.ion-arrow-left-b:before {
    content: "\f107"
}

.ion-arrow-left-c:before {
    content: "\f108"
}

.ion-arrow-move:before {
    content: "\f263"
}

.ion-arrow-resize:before {
    content: "\f264"
}

.ion-arrow-return-left:before {
    content: "\f265"
}

.ion-arrow-return-right:before {
    content: "\f266"
}

.ion-arrow-right-a:before {
    content: "\f109"
}

.ion-arrow-right-b:before {
    content: "\f10a"
}

.ion-arrow-right-c:before {
    content: "\f10b"
}

.ion-arrow-shrink:before {
    content: "\f267"
}

.ion-arrow-swap:before {
    content: "\f268"
}

.ion-arrow-up-a:before {
    content: "\f10c"
}

.ion-arrow-up-b:before {
    content: "\f10d"
}

.ion-arrow-up-c:before {
    content: "\f10e"
}

.ion-asterisk:before {
    content: "\f314"
}

.ion-at:before {
    content: "\f10f"
}

.ion-backspace:before {
    content: "\f3bf"
}

.ion-backspace-outline:before {
    content: "\f3be"
}

.ion-bag:before {
    content: "\f110"
}

.ion-battery-charging:before {
    content: "\f111"
}

.ion-battery-empty:before {
    content: "\f112"
}

.ion-battery-full:before {
    content: "\f113"
}

.ion-battery-half:before {
    content: "\f114"
}

.ion-battery-low:before {
    content: "\f115"
}

.ion-beaker:before {
    content: "\f269"
}

.ion-beer:before {
    content: "\f26a"
}

.ion-bluetooth:before {
    content: "\f116"
}

.ion-bonfire:before {
    content: "\f315"
}

.ion-bookmark:before {
    content: "\f26b"
}

.ion-bowtie:before {
    content: "\f3c0"
}

.ion-briefcase:before {
    content: "\f26c"
}

.ion-bug:before {
    content: "\f2be"
}

.ion-calculator:before {
    content: "\f26d"
}

.ion-calendar:before {
    content: "\f117"
}

.ion-camera:before {
    content: "\f118"
}

.ion-card:before {
    content: "\f119"
}

.ion-cash:before {
    content: "\f316"
}

.ion-chatbox:before {
    content: "\f11b"
}

.ion-chatbox-working:before {
    content: "\f11a"
}

.ion-chatboxes:before {
    content: "\f11c"
}

.ion-chatbubble:before {
    content: "\f11e"
}

.ion-chatbubble-working:before {
    content: "\f11d"
}

.ion-chatbubbles:before {
    content: "\f11f"
}

.ion-checkmark:before {
    content: "\f122"
}

.ion-checkmark-circled:before {
    content: "\f120"
}

.ion-checkmark-round:before {
    content: "\f121"
}

.ion-chevron-down:before {
    content: "\f123"
}

.ion-chevron-left:before {
    content: "\f124"
}

.ion-chevron-right:before {
    content: "\f125"
}

.ion-chevron-up:before {
    content: "\f126"
}

.ion-clipboard:before {
    content: "\f127"
}

.ion-clock:before {
    content: "\f26e"
}

.ion-close:before {
    content: "\f12a"
}

.ion-close-circled:before {
    content: "\f128"
}

.ion-close-round:before {
    content: "\f129"
}

.ion-closed-captioning:before {
    content: "\f317"
}

.ion-cloud:before {
    content: "\f12b"
}

.ion-code:before {
    content: "\f271"
}

.ion-code-download:before {
    content: "\f26f"
}

.ion-code-working:before {
    content: "\f270"
}

.ion-coffee:before {
    content: "\f272"
}

.ion-compass:before {
    content: "\f273"
}

.ion-compose:before {
    content: "\f12c"
}

.ion-connection-bars:before {
    content: "\f274"
}

.ion-contrast:before {
    content: "\f275"
}

.ion-crop:before {
    content: "\f3c1"
}

.ion-cube:before {
    content: "\f318"
}

.ion-disc:before {
    content: "\f12d"
}

.ion-document:before {
    content: "\f12f"
}

.ion-document-text:before {
    content: "\f12e"
}

.ion-drag:before {
    content: "\f130"
}

.ion-earth:before {
    content: "\f276"
}

.ion-easel:before {
    content: "\f3c2"
}

.ion-edit:before {
    content: "\f2bf"
}

.ion-egg:before {
    content: "\f277"
}

.ion-eject:before {
    content: "\f131"
}

.ion-email:before {
    content: "\f132"
}

.ion-email-unread:before {
    content: "\f3c3"
}

.ion-erlenmeyer-flask:before {
    content: "\f3c5"
}

.ion-erlenmeyer-flask-bubbles:before {
    content: "\f3c4"
}

.ion-eye:before {
    content: "\f133"
}

.ion-eye-disabled:before {
    content: "\f306"
}

.ion-female:before {
    content: "\f278"
}

.ion-filing:before {
    content: "\f134"
}

.ion-film-marker:before {
    content: "\f135"
}

.ion-fireball:before {
    content: "\f319"
}

.ion-flag:before {
    content: "\f279"
}

.ion-flame:before {
    content: "\f31a"
}

.ion-flash:before {
    content: "\f137"
}

.ion-flash-off:before {
    content: "\f136"
}

.ion-folder:before {
    content: "\f139"
}

.ion-fork:before {
    content: "\f27a"
}

.ion-fork-repo:before {
    content: "\f2c0"
}

.ion-forward:before {
    content: "\f13a"
}

.ion-funnel:before {
    content: "\f31b"
}

.ion-gear-a:before {
    content: "\f13d"
}

.ion-gear-b:before {
    content: "\f13e"
}

.ion-grid:before {
    content: "\f13f"
}

.ion-hammer:before {
    content: "\f27b"
}

.ion-happy:before {
    content: "\f31c"
}

.ion-happy-outline:before {
    content: "\f3c6"
}

.ion-headphone:before {
    content: "\f140"
}

.ion-heart:before {
    content: "\f141"
}

.ion-heart-broken:before {
    content: "\f31d"
}

.ion-help:before {
    content: "\f143"
}

.ion-help-buoy:before {
    content: "\f27c"
}

.ion-help-circled:before {
    content: "\f142"
}

.ion-home:before {
    content: "\f144"
}

.ion-icecream:before {
    content: "\f27d"
}

.ion-image:before {
    content: "\f147"
}

.ion-images:before {
    content: "\f148"
}

.ion-information:before {
    content: "\f14a"
}

.ion-information-circled:before {
    content: "\f149"
}

.ion-ionic:before {
    content: "\f14b"
}

.ion-ios-alarm:before {
    content: "\f3c8"
}

.ion-ios-alarm-outline:before {
    content: "\f3c7"
}

.ion-ios-albums:before {
    content: "\f3ca"
}

.ion-ios-albums-outline:before {
    content: "\f3c9"
}

.ion-ios-americanfootball:before {
    content: "\f3cc"
}

.ion-ios-americanfootball-outline:before {
    content: "\f3cb"
}

.ion-ios-analytics:before {
    content: "\f3ce"
}

.ion-ios-analytics-outline:before {
    content: "\f3cd"
}

.ion-ios-arrow-back:before {
    content: "\f3cf"
}

.ion-ios-arrow-down:before {
    content: "\f3d0"
}

.ion-ios-arrow-forward:before {
    content: "\f3d1"
}

.ion-ios-arrow-left:before {
    content: "\f3d2"
}

.ion-ios-arrow-right:before {
    content: "\f3d3"
}

.ion-ios-arrow-thin-down:before {
    content: "\f3d4"
}

.ion-ios-arrow-thin-left:before {
    content: "\f3d5"
}

.ion-ios-arrow-thin-right:before {
    content: "\f3d6"
}

.ion-ios-arrow-thin-up:before {
    content: "\f3d7"
}

.ion-ios-arrow-up:before {
    content: "\f3d8"
}

.ion-ios-at:before {
    content: "\f3da"
}

.ion-ios-at-outline:before {
    content: "\f3d9"
}

.ion-ios-barcode:before {
    content: "\f3dc"
}

.ion-ios-barcode-outline:before {
    content: "\f3db"
}

.ion-ios-baseball:before {
    content: "\f3de"
}

.ion-ios-baseball-outline:before {
    content: "\f3dd"
}

.ion-ios-basketball:before {
    content: "\f3e0"
}

.ion-ios-basketball-outline:before {
    content: "\f3df"
}

.ion-ios-bell:before {
    content: "\f3e2"
}

.ion-ios-bell-outline:before {
    content: "\f3e1"
}

.ion-ios-body:before {
    content: "\f3e4"
}

.ion-ios-body-outline:before {
    content: "\f3e3"
}

.ion-ios-bolt:before {
    content: "\f3e6"
}

.ion-ios-bolt-outline:before {
    content: "\f3e5"
}

.ion-ios-book:before {
    content: "\f3e8"
}

.ion-ios-book-outline:before {
    content: "\f3e7"
}

.ion-ios-bookmarks:before {
    content: "\f3ea"
}

.ion-ios-bookmarks-outline:before {
    content: "\f3e9"
}

.ion-ios-box:before {
    content: "\f3ec"
}

.ion-ios-box-outline:before {
    content: "\f3eb"
}

.ion-ios-briefcase:before {
    content: "\f3ee"
}

.ion-ios-briefcase-outline:before {
    content: "\f3ed"
}

.ion-ios-browsers:before {
    content: "\f3f0"
}

.ion-ios-browsers-outline:before {
    content: "\f3ef"
}

.ion-ios-calculator:before {
    content: "\f3f2"
}

.ion-ios-calculator-outline:before {
    content: "\f3f1"
}

.ion-ios-calendar:before {
    content: "\f3f4"
}

.ion-ios-calendar-outline:before {
    content: "\f3f3"
}

.ion-ios-camera:before {
    content: "\f3f6"
}

.ion-ios-camera-outline:before {
    content: "\f3f5"
}

.ion-ios-cart:before {
    content: "\f3f8"
}

.ion-ios-cart-outline:before {
    content: "\f3f7"
}

.ion-ios-chatboxes:before {
    content: "\f3fa"
}

.ion-ios-chatboxes-outline:before {
    content: "\f3f9"
}

.ion-ios-chatbubble:before {
    content: "\f3fc"
}

.ion-ios-chatbubble-outline:before {
    content: "\f3fb"
}

.ion-ios-checkmark:before {
    content: "\f3ff"
}

.ion-ios-checkmark-empty:before {
    content: "\f3fd"
}

.ion-ios-checkmark-outline:before {
    content: "\f3fe"
}

.ion-ios-circle-filled:before {
    content: "\f400"
}

.ion-ios-circle-outline:before {
    content: "\f401"
}

.ion-ios-clock:before {
    content: "\f403"
}

.ion-ios-clock-outline:before {
    content: "\f402"
}

.ion-ios-close:before {
    content: "\f406"
}

.ion-ios-close-empty:before {
    content: "\f404"
}

.ion-ios-close-outline:before {
    content: "\f405"
}

.ion-ios-cloud:before {
    content: "\f40c"
}

.ion-ios-cloud-download:before {
    content: "\f408"
}

.ion-ios-cloud-download-outline:before {
    content: "\f407"
}

.ion-ios-cloud-outline:before {
    content: "\f409"
}

.ion-ios-cloud-upload:before {
    content: "\f40b"
}

.ion-ios-cloud-upload-outline:before {
    content: "\f40a"
}

.ion-ios-cloudy:before {
    content: "\f410"
}

.ion-ios-cloudy-night:before {
    content: "\f40e"
}

.ion-ios-cloudy-night-outline:before {
    content: "\f40d"
}

.ion-ios-cloudy-outline:before {
    content: "\f40f"
}

.ion-ios-cog:before {
    content: "\f412"
}

.ion-ios-cog-outline:before {
    content: "\f411"
}

.ion-ios-color-filter:before {
    content: "\f414"
}

.ion-ios-color-filter-outline:before {
    content: "\f413"
}

.ion-ios-color-wand:before {
    content: "\f416"
}

.ion-ios-color-wand-outline:before {
    content: "\f415"
}

.ion-ios-compose:before {
    content: "\f418"
}

.ion-ios-compose-outline:before {
    content: "\f417"
}

.ion-ios-contact:before {
    content: "\f41a"
}

.ion-ios-contact-outline:before {
    content: "\f419"
}

.ion-ios-copy:before {
    content: "\f41c"
}

.ion-ios-copy-outline:before {
    content: "\f41b"
}

.ion-ios-crop:before {
    content: "\f41e"
}

.ion-ios-crop-strong:before {
    content: "\f41d"
}

.ion-ios-download:before {
    content: "\f420"
}

.ion-ios-download-outline:before {
    content: "\f41f"
}

.ion-ios-drag:before {
    content: "\f421"
}

.ion-ios-email:before {
    content: "\f423"
}

.ion-ios-email-outline:before {
    content: "\f422"
}

.ion-ios-eye:before {
    content: "\f425"
}

.ion-ios-eye-outline:before {
    content: "\f424"
}

.ion-ios-fastforward:before {
    content: "\f427"
}

.ion-ios-fastforward-outline:before {
    content: "\f426"
}

.ion-ios-filing:before {
    content: "\f429"
}

.ion-ios-filing-outline:before {
    content: "\f428"
}

.ion-ios-film:before {
    content: "\f42b"
}

.ion-ios-film-outline:before {
    content: "\f42a"
}

.ion-ios-flag:before {
    content: "\f42d"
}

.ion-ios-flag-outline:before {
    content: "\f42c"
}

.ion-ios-flame:before {
    content: "\f42f"
}

.ion-ios-flame-outline:before {
    content: "\f42e"
}

.ion-ios-flask:before {
    content: "\f431"
}

.ion-ios-flask-outline:before {
    content: "\f430"
}

.ion-ios-flower:before {
    content: "\f433"
}

.ion-ios-flower-outline:before {
    content: "\f432"
}

.ion-ios-folder:before {
    content: "\f435"
}

.ion-ios-folder-outline:before {
    content: "\f434"
}

.ion-ios-football:before {
    content: "\f437"
}

.ion-ios-football-outline:before {
    content: "\f436"
}

.ion-ios-game-controller-a:before {
    content: "\f439"
}

.ion-ios-game-controller-a-outline:before {
    content: "\f438"
}

.ion-ios-game-controller-b:before {
    content: "\f43b"
}

.ion-ios-game-controller-b-outline:before {
    content: "\f43a"
}

.ion-ios-gear:before {
    content: "\f43d"
}

.ion-ios-gear-outline:before {
    content: "\f43c"
}

.ion-ios-glasses:before {
    content: "\f43f"
}

.ion-ios-glasses-outline:before {
    content: "\f43e"
}

.ion-ios-grid-view:before {
    content: "\f441"
}

.ion-ios-grid-view-outline:before {
    content: "\f440"
}

.ion-ios-heart:before {
    content: "\f443"
}

.ion-ios-heart-outline:before {
    content: "\f442"
}

.ion-ios-help:before {
    content: "\f446"
}

.ion-ios-help-empty:before {
    content: "\f444"
}

.ion-ios-help-outline:before {
    content: "\f445"
}

.ion-ios-home:before {
    content: "\f448"
}

.ion-ios-home-outline:before {
    content: "\f447"
}

.ion-ios-infinite:before {
    content: "\f44a"
}

.ion-ios-infinite-outline:before {
    content: "\f449"
}

.ion-ios-information:before {
    content: "\f44d"
}

.ion-ios-information-empty:before {
    content: "\f44b"
}

.ion-ios-information-outline:before {
    content: "\f44c"
}

.ion-ios-ionic-outline:before {
    content: "\f44e"
}

.ion-ios-keypad:before {
    content: "\f450"
}

.ion-ios-keypad-outline:before {
    content: "\f44f"
}

.ion-ios-lightbulb:before {
    content: "\f452"
}

.ion-ios-lightbulb-outline:before {
    content: "\f451"
}

.ion-ios-list:before {
    content: "\f454"
}

.ion-ios-list-outline:before {
    content: "\f453"
}

.ion-ios-location:before {
    content: "\f456"
}

.ion-ios-location-outline:before {
    content: "\f455"
}

.ion-ios-locked:before {
    content: "\f458"
}

.ion-ios-locked-outline:before {
    content: "\f457"
}

.ion-ios-loop:before {
    content: "\f45a"
}

.ion-ios-loop-strong:before {
    content: "\f459"
}

.ion-ios-medical:before {
    content: "\f45c"
}

.ion-ios-medical-outline:before {
    content: "\f45b"
}

.ion-ios-medkit:before {
    content: "\f45e"
}

.ion-ios-medkit-outline:before {
    content: "\f45d"
}

.ion-ios-mic:before {
    content: "\f461"
}

.ion-ios-mic-off:before {
    content: "\f45f"
}

.ion-ios-mic-outline:before {
    content: "\f460"
}

.ion-ios-minus:before {
    content: "\f464"
}

.ion-ios-minus-empty:before {
    content: "\f462"
}

.ion-ios-minus-outline:before {
    content: "\f463"
}

.ion-ios-monitor:before {
    content: "\f466"
}

.ion-ios-monitor-outline:before {
    content: "\f465"
}

.ion-ios-moon:before {
    content: "\f468"
}

.ion-ios-moon-outline:before {
    content: "\f467"
}

.ion-ios-more:before {
    content: "\f46a"
}

.ion-ios-more-outline:before {
    content: "\f469"
}

.ion-ios-musical-note:before {
    content: "\f46b"
}

.ion-ios-musical-notes:before {
    content: "\f46c"
}

.ion-ios-navigate:before {
    content: "\f46e"
}

.ion-ios-navigate-outline:before {
    content: "\f46d"
}

.ion-ios-nutrition:before {
    content: "\f470"
}

.ion-ios-nutrition-outline:before {
    content: "\f46f"
}

.ion-ios-paper:before {
    content: "\f472"
}

.ion-ios-paper-outline:before {
    content: "\f471"
}

.ion-ios-paperplane:before {
    content: "\f474"
}

.ion-ios-paperplane-outline:before {
    content: "\f473"
}

.ion-ios-partlysunny:before {
    content: "\f476"
}

.ion-ios-partlysunny-outline:before {
    content: "\f475"
}

.ion-ios-pause:before {
    content: "\f478"
}

.ion-ios-pause-outline:before {
    content: "\f477"
}

.ion-ios-paw:before {
    content: "\f47a"
}

.ion-ios-paw-outline:before {
    content: "\f479"
}

.ion-ios-people:before {
    content: "\f47c"
}

.ion-ios-people-outline:before {
    content: "\f47b"
}

.ion-ios-person:before {
    content: "\f47e"
}

.ion-ios-person-outline:before {
    content: "\f47d"
}

.ion-ios-personadd:before {
    content: "\f480"
}

.ion-ios-personadd-outline:before {
    content: "\f47f"
}

.ion-ios-photos:before {
    content: "\f482"
}

.ion-ios-photos-outline:before {
    content: "\f481"
}

.ion-ios-pie:before {
    content: "\f484"
}

.ion-ios-pie-outline:before {
    content: "\f483"
}

.ion-ios-pint:before {
    content: "\f486"
}

.ion-ios-pint-outline:before {
    content: "\f485"
}

.ion-ios-play:before {
    content: "\f488"
}

.ion-ios-play-outline:before {
    content: "\f487"
}

.ion-ios-plus:before {
    content: "\f48b"
}

.ion-ios-plus-empty:before {
    content: "\f489"
}

.ion-ios-plus-outline:before {
    content: "\f48a"
}

.ion-ios-pricetag:before {
    content: "\f48d"
}

.ion-ios-pricetag-outline:before {
    content: "\f48c"
}

.ion-ios-pricetags:before {
    content: "\f48f"
}

.ion-ios-pricetags-outline:before {
    content: "\f48e"
}

.ion-ios-printer:before {
    content: "\f491"
}

.ion-ios-printer-outline:before {
    content: "\f490"
}

.ion-ios-pulse:before {
    content: "\f493"
}

.ion-ios-pulse-strong:before {
    content: "\f492"
}

.ion-ios-rainy:before {
    content: "\f495"
}

.ion-ios-rainy-outline:before {
    content: "\f494"
}

.ion-ios-recording:before {
    content: "\f497"
}

.ion-ios-recording-outline:before {
    content: "\f496"
}

.ion-ios-redo:before {
    content: "\f499"
}

.ion-ios-redo-outline:before {
    content: "\f498"
}

.ion-ios-refresh:before {
    content: "\f49c"
}

.ion-ios-refresh-empty:before {
    content: "\f49a"
}

.ion-ios-refresh-outline:before {
    content: "\f49b"
}

.ion-ios-reload:before {
    content: "\f49d"
}

.ion-ios-reverse-camera:before {
    content: "\f49f"
}

.ion-ios-reverse-camera-outline:before {
    content: "\f49e"
}

.ion-ios-rewind:before {
    content: "\f4a1"
}

.ion-ios-rewind-outline:before {
    content: "\f4a0"
}

.ion-ios-rose:before {
    content: "\f4a3"
}

.ion-ios-rose-outline:before {
    content: "\f4a2"
}

.ion-ios-search:before {
    content: "\f4a5"
}

.ion-ios-search-strong:before {
    content: "\f4a4"
}

.ion-ios-settings:before {
    content: "\f4a7"
}

.ion-ios-settings-strong:before {
    content: "\f4a6"
}

.ion-ios-shuffle:before {
    content: "\f4a9"
}

.ion-ios-shuffle-strong:before {
    content: "\f4a8"
}

.ion-ios-skipbackward:before {
    content: "\f4ab"
}

.ion-ios-skipbackward-outline:before {
    content: "\f4aa"
}

.ion-ios-skipforward:before {
    content: "\f4ad"
}

.ion-ios-skipforward-outline:before {
    content: "\f4ac"
}

.ion-ios-snowy:before {
    content: "\f4ae"
}

.ion-ios-speedometer:before {
    content: "\f4b0"
}

.ion-ios-speedometer-outline:before {
    content: "\f4af"
}

.ion-ios-star:before {
    content: "\f4b3"
}

.ion-ios-star-half:before {
    content: "\f4b1"
}

.ion-ios-star-outline:before {
    content: "\f4b2"
}

.ion-ios-stopwatch:before {
    content: "\f4b5"
}

.ion-ios-stopwatch-outline:before {
    content: "\f4b4"
}

.ion-ios-sunny:before {
    content: "\f4b7"
}

.ion-ios-sunny-outline:before {
    content: "\f4b6"
}

.ion-ios-telephone:before {
    content: "\f4b9"
}

.ion-ios-telephone-outline:before {
    content: "\f4b8"
}

.ion-ios-tennisball:before {
    content: "\f4bb"
}

.ion-ios-tennisball-outline:before {
    content: "\f4ba"
}

.ion-ios-thunderstorm:before {
    content: "\f4bd"
}

.ion-ios-thunderstorm-outline:before {
    content: "\f4bc"
}

.ion-ios-time:before {
    content: "\f4bf"
}

.ion-ios-time-outline:before {
    content: "\f4be"
}

.ion-ios-timer:before {
    content: "\f4c1"
}

.ion-ios-timer-outline:before {
    content: "\f4c0"
}

.ion-ios-toggle:before {
    content: "\f4c3"
}

.ion-ios-toggle-outline:before {
    content: "\f4c2"
}

.ion-ios-trash:before {
    content: "\f4c5"
}

.ion-ios-trash-outline:before {
    content: "\f4c4"
}

.ion-ios-undo:before {
    content: "\f4c7"
}

.ion-ios-undo-outline:before {
    content: "\f4c6"
}

.ion-ios-unlocked:before {
    content: "\f4c9"
}

.ion-ios-unlocked-outline:before {
    content: "\f4c8"
}

.ion-ios-upload:before {
    content: "\f4cb"
}

.ion-ios-upload-outline:before {
    content: "\f4ca"
}

.ion-ios-videocam:before {
    content: "\f4cd"
}

.ion-ios-videocam-outline:before {
    content: "\f4cc"
}

.ion-ios-volume-high:before {
    content: "\f4ce"
}

.ion-ios-volume-low:before {
    content: "\f4cf"
}

.ion-ios-wineglass:before {
    content: "\f4d1"
}

.ion-ios-wineglass-outline:before {
    content: "\f4d0"
}

.ion-ios-world:before {
    content: "\f4d3"
}

.ion-ios-world-outline:before {
    content: "\f4d2"
}

.ion-ipad:before {
    content: "\f1f9"
}

.ion-iphone:before {
    content: "\f1fa"
}

.ion-ipod:before {
    content: "\f1fb"
}

.ion-jet:before {
    content: "\f295"
}

.ion-key:before {
    content: "\f296"
}

.ion-knife:before {
    content: "\f297"
}

.ion-laptop:before {
    content: "\f1fc"
}

.ion-leaf:before {
    content: "\f1fd"
}

.ion-levels:before {
    content: "\f298"
}

.ion-lightbulb:before {
    content: "\f299"
}

.ion-link:before {
    content: "\f1fe"
}

.ion-load-a:before {
    content: "\f29a"
}

.ion-load-b:before {
    content: "\f29b"
}

.ion-load-c:before {
    content: "\f29c"
}

.ion-load-d:before {
    content: "\f29d"
}

.ion-location:before {
    content: "\f1ff"
}

.ion-lock-combination:before {
    content: "\f4d4"
}

.ion-locked:before {
    content: "\f200"
}

.ion-log-in:before {
    content: "\f29e"
}

.ion-log-out:before {
    content: "\f29f"
}

.ion-loop:before {
    content: "\f201"
}

.ion-magnet:before {
    content: "\f2a0"
}

.ion-male:before {
    content: "\f2a1"
}

.ion-man:before {
    content: "\f202"
}

.ion-map:before {
    content: "\f203"
}

.ion-medkit:before {
    content: "\f2a2"
}

.ion-merge:before {
    content: "\f33f"
}

.ion-mic-a:before {
    content: "\f204"
}

.ion-mic-b:before {
    content: "\f205"
}

.ion-mic-c:before {
    content: "\f206"
}

.ion-minus:before {
    content: "\f209"
}

.ion-minus-circled:before {
    content: "\f207"
}

.ion-minus-round:before {
    content: "\f208"
}

.ion-model-s:before {
    content: "\f2c1"
}

.ion-monitor:before {
    content: "\f20a"
}

.ion-more:before {
    content: "\f20b"
}

.ion-mouse:before {
    content: "\f340"
}

.ion-music-note:before {
    content: "\f20c"
}

.ion-navicon:before {
    content: "\f20e"
}

.ion-navicon-round:before {
    content: "\f20d"
}

.ion-navigate:before {
    content: "\f2a3"
}

.ion-network:before {
    content: "\f341"
}

.ion-no-smoking:before {
    content: "\f2c2"
}

.ion-nuclear:before {
    content: "\f2a4"
}

.ion-outlet:before {
    content: "\f342"
}

.ion-paintbrush:before {
    content: "\f4d5"
}

.ion-paintbucket:before {
    content: "\f4d6"
}

.ion-paper-airplane:before {
    content: "\f2c3"
}

.ion-paperclip:before {
    content: "\f20f"
}

.ion-pause:before {
    content: "\f210"
}

.ion-person:before {
    content: "\f213"
}

.ion-person-add:before {
    content: "\f211"
}

.ion-person-stalker:before {
    content: "\f212"
}

.ion-pie-graph:before {
    content: "\f2a5"
}

.ion-pin:before {
    content: "\f2a6"
}

.ion-pinpoint:before {
    content: "\f2a7"
}

.ion-pizza:before {
    content: "\f2a8"
}

.ion-plane:before {
    content: "\f214"
}

.ion-planet:before {
    content: "\f343"
}

.ion-play:before {
    content: "\f215"
}

.ion-playstation:before {
    content: "\f30a"
}

.ion-plus:before {
    content: "\f218"
}

.ion-plus-circled:before {
    content: "\f216"
}

.ion-plus-round:before {
    content: "\f217"
}

.ion-podium:before {
    content: "\f344"
}

.ion-pound:before {
    content: "\f219"
}

.ion-power:before {
    content: "\f2a9"
}

.ion-pricetag:before {
    content: "\f2aa"
}

.ion-pricetags:before {
    content: "\f2ab"
}

.ion-printer:before {
    content: "\f21a"
}

.ion-pull-request:before {
    content: "\f345"
}

.ion-qr-scanner:before {
    content: "\f346"
}

.ion-quote:before {
    content: "\f347"
}

.ion-radio-waves:before {
    content: "\f2ac"
}

.ion-record:before {
    content: "\f21b"
}

.ion-refresh:before {
    content: "\f21c"
}

.ion-reply:before {
    content: "\f21e"
}

.ion-reply-all:before {
    content: "\f21d"
}

.ion-ribbon-a:before {
    content: "\f348"
}

.ion-ribbon-b:before {
    content: "\f349"
}

.ion-sad:before {
    content: "\f34a"
}

.ion-sad-outline:before {
    content: "\f4d7"
}

.ion-scissors:before {
    content: "\f34b"
}

.ion-search:before {
    content: "\f21f"
}

.ion-settings:before {
    content: "\f2ad"
}

.ion-share:before {
    content: "\f220"
}

.ion-shuffle:before {
    content: "\f221"
}

.ion-skip-backward:before {
    content: "\f222"
}

.ion-skip-forward:before {
    content: "\f223"
}

.ion-social-android:before {
    content: "\f225"
}

.ion-social-android-outline:before {
    content: "\f224"
}

.ion-social-angular:before {
    content: "\f4d9"
}

.ion-social-angular-outline:before {
    content: "\f4d8"
}

.ion-social-apple:before {
    content: "\f227"
}

.ion-social-apple-outline:before {
    content: "\f226"
}

.ion-social-bitcoin:before {
    content: "\f2af"
}

.ion-social-bitcoin-outline:before {
    content: "\f2ae"
}

.ion-social-buffer:before {
    content: "\f229"
}

.ion-social-buffer-outline:before {
    content: "\f228"
}

.ion-social-chrome:before {
    content: "\f4db"
}

.ion-social-chrome-outline:before {
    content: "\f4da"
}

.ion-social-codepen:before {
    content: "\f4dd"
}

.ion-social-codepen-outline:before {
    content: "\f4dc"
}

.ion-social-css3:before {
    content: "\f4df"
}

.ion-social-css3-outline:before {
    content: "\f4de"
}

.ion-social-designernews:before {
    content: "\f22b"
}

.ion-social-designernews-outline:before {
    content: "\f22a"
}

.ion-social-dribbble:before {
    content: "\f22d"
}

.ion-social-dribbble-outline:before {
    content: "\f22c"
}

.ion-social-dropbox:before {
    content: "\f22f"
}

.ion-social-dropbox-outline:before {
    content: "\f22e"
}

.ion-social-euro:before {
    content: "\f4e1"
}

.ion-social-euro-outline:before {
    content: "\f4e0"
}

.ion-social-facebook:before {
    content: "\f231"
}

.ion-social-facebook-outline:before {
    content: "\f230"
}

.ion-social-foursquare:before {
    content: "\f34d"
}

.ion-social-foursquare-outline:before {
    content: "\f34c"
}

.ion-social-freebsd-devil:before {
    content: "\f2c4"
}

.ion-social-github:before {
    content: "\f233"
}

.ion-social-github-outline:before {
    content: "\f232"
}

.ion-social-google:before {
    content: "\f34f"
}

.ion-social-google-outline:before {
    content: "\f34e"
}

.ion-social-googleplus:before {
    content: "\f235"
}

.ion-social-googleplus-outline:before {
    content: "\f234"
}

.ion-social-hackernews:before {
    content: "\f237"
}

.ion-social-hackernews-outline:before {
    content: "\f236"
}

.ion-social-html5:before {
    content: "\f4e3"
}

.ion-social-html5-outline:before {
    content: "\f4e2"
}

.ion-social-instagram:before {
    content: "\f351"
}

.ion-social-instagram-outline:before {
    content: "\f350"
}

.ion-social-javascript:before {
    content: "\f4e5"
}

.ion-social-javascript-outline:before {
    content: "\f4e4"
}

.ion-social-linkedin:before {
    content: "\f239"
}

.ion-social-linkedin-outline:before {
    content: "\f238"
}

.ion-social-markdown:before {
    content: "\f4e6"
}

.ion-social-nodejs:before {
    content: "\f4e7"
}

.ion-social-octocat:before {
    content: "\f4e8"
}

.ion-social-pinterest:before {
    content: "\f2b1"
}

.ion-social-pinterest-outline:before {
    content: "\f2b0"
}

.ion-social-python:before {
    content: "\f4e9"
}

.ion-social-reddit:before {
    content: "\f23b"
}

.ion-social-reddit-outline:before {
    content: "\f23a"
}

.ion-social-rss:before {
    content: "\f23d"
}

.ion-social-rss-outline:before {
    content: "\f23c"
}

.ion-social-sass:before {
    content: "\f4ea"
}

.ion-social-skype:before {
    content: "\f23f"
}

.ion-social-skype-outline:before {
    content: "\f23e"
}

.ion-social-snapchat:before {
    content: "\f4ec"
}

.ion-social-snapchat-outline:before {
    content: "\f4eb"
}

.ion-social-tumblr:before {
    content: "\f241"
}

.ion-social-tumblr-outline:before {
    content: "\f240"
}

.ion-social-tux:before {
    content: "\f2c5"
}

.ion-social-twitch:before {
    content: "\f4ee"
}

.ion-social-twitch-outline:before {
    content: "\f4ed"
}

.ion-social-twitter:before {
    content: "\f243"
}

.ion-social-twitter-outline:before {
    content: "\f242"
}

.ion-social-usd:before {
    content: "\f353"
}

.ion-social-usd-outline:before {
    content: "\f352"
}

.ion-social-vimeo:before {
    content: "\f245"
}

.ion-social-vimeo-outline:before {
    content: "\f244"
}

.ion-social-whatsapp:before {
    content: "\f4f0"
}

.ion-social-whatsapp-outline:before {
    content: "\f4ef"
}

.ion-social-windows:before {
    content: "\f247"
}

.ion-social-windows-outline:before {
    content: "\f246"
}

.ion-social-wordpress:before {
    content: "\f249"
}

.ion-social-wordpress-outline:before {
    content: "\f248"
}

.ion-social-yahoo:before {
    content: "\f24b"
}

.ion-social-yahoo-outline:before {
    content: "\f24a"
}

.ion-social-yen:before {
    content: "\f4f2"
}

.ion-social-yen-outline:before {
    content: "\f4f1"
}

.ion-social-youtube:before {
    content: "\f24d"
}

.ion-social-youtube-outline:before {
    content: "\f24c"
}

.ion-soup-can:before {
    content: "\f4f4"
}

.ion-soup-can-outline:before {
    content: "\f4f3"
}

.ion-speakerphone:before {
    content: "\f2b2"
}

.ion-speedometer:before {
    content: "\f2b3"
}

.ion-spoon:before {
    content: "\f2b4"
}

.ion-star:before {
    content: "\f24e"
}

.ion-stats-bars:before {
    content: "\f2b5"
}

.ion-steam:before {
    content: "\f30b"
}

.ion-stop:before {
    content: "\f24f"
}

.ion-thermometer:before {
    content: "\f2b6"
}

.ion-thumbsdown:before {
    content: "\f250"
}

.ion-thumbsup:before {
    content: "\f251"
}

.ion-toggle:before {
    content: "\f355"
}

.ion-toggle-filled:before {
    content: "\f354"
}

.ion-transgender:before {
    content: "\f4f5"
}

.ion-trash-a:before {
    content: "\f252"
}

.ion-trash-b:before {
    content: "\f253"
}

.ion-trophy:before {
    content: "\f356"
}

.ion-tshirt:before {
    content: "\f4f7"
}

.ion-tshirt-outline:before {
    content: "\f4f6"
}

.ion-umbrella:before {
    content: "\f2b7"
}

.ion-university:before {
    content: "\f357"
}

.ion-unlocked:before {
    content: "\f254"
}

.ion-upload:before {
    content: "\f255"
}

.ion-usb:before {
    content: "\f2b8"
}

.ion-videocamera:before {
    content: "\f256"
}

.ion-volume-high:before {
    content: "\f257"
}

.ion-volume-low:before {
    content: "\f258"
}

.ion-volume-medium:before {
    content: "\f259"
}

.ion-volume-mute:before {
    content: "\f25a"
}

.ion-wand:before {
    content: "\f358"
}

.ion-waterdrop:before {
    content: "\f25b"
}

.ion-wifi:before {
    content: "\f25c"
}

.ion-wineglass:before {
    content: "\f2b9"
}

.ion-woman:before {
    content: "\f25d"
}

.ion-wrench:before {
    content: "\f2ba"
}

.ion-xbox:before {
    content: "\f30c"
}

/*!* animate.css -http://daneden.me/animate
* Version - 3.5.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2017 Daniel Eden*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

    .animated.infinite {
        animation-iteration-count: infinite
    }

    .animated.hinge {
        animation-duration: 2s
    }

    .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
        animation-duration: .75s
    }

@keyframes bounce {
    from,20%,53%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-30px,0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0)
    }

    90% {
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    from,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from {
        transform: scale3d(1,1,1)
    }

    30% {
        transform: scale3d(1.25,.75,1)
    }

    40% {
        transform: scale3d(.75,1.25,1)
    }

    50% {
        transform: scale3d(1.15,.85,1)
    }

    65% {
        transform: scale3d(.95,1.05,1)
    }

    75% {
        transform: scale3d(1.05,.95,1)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    from,to {
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px,0,0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        transform: rotate3d(0,0,1,0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from {
        transform: scale3d(1,1,1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from {
        transform: none
    }

    15% {
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    from,11.1%,to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0)
    }

    75% {
        transform: translate3d(0,-10px,0)
    }

    90% {
        transform: translate3d(0,5px,0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0)
    }

    75% {
        transform: translate3d(-10px,0,0)
    }

    90% {
        transform: translate3d(5px,0,0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0)
    }

    75% {
        transform: translate3d(10px,0,0)
    }

    90% {
        transform: translate3d(-5px,0,0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    75% {
        transform: translate3d(0,10px,0)
    }

    90% {
        transform: translate3d(0,-5px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95,.95,.95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate3d(0,0,1,80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        transform: rotate3d(0,0,1,60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

/*!* Bootstrap-select v1.13.10 (https://developer.snapappointments.com/bootstrap-select)
*
* Copyright 2012-2019 SnapAppointments, LLC
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)*/
.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px\0;
    vertical-align: middle
}

    .bootstrap-select > .dropdown-toggle {
        position: relative;
        width: 100%;
        text-align: right;
        white-space: nowrap;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .bootstrap-select > .dropdown-toggle:after {
            margin-top: -1px
        }

        .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
            color: #999
        }

            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
                color: rgba(255,255,255,.5)
            }

    .bootstrap-select > select {
        position: absolute !important;
        bottom: 0;
        left: 50%;
        display: block !important;
        width: .5px !important;
        height: 100% !important;
        padding: 0 !important;
        opacity: 0 !important;
        border: none;
        z-index: 0 !important
    }

        .bootstrap-select > select.mobile-device {
            top: 0;
            left: 0;
            display: block !important;
            width: 100% !important;
            z-index: 2 !important
        }

    .bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
        border-color: #b94a48
    }

    .bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
        border-color: #28a745
    }

    .bootstrap-select.fit-width {
        width: auto !important
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 220px
    }

    .bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
        outline: thin dotted #333 !important;
        outline: 5px auto -webkit-focus-ring-color !important;
        outline-offset: -2px
    }

    .bootstrap-select.form-control {
        margin-bottom: 0;
        padding: 0;
        border: none;
        height: auto
    }

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

    .bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
        float: right
    }

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
    padding: 0
}

    .form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
        height: 100%;
        font-size: inherit;
        line-height: inherit;
        border-radius: inherit
    }

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
    cursor: not-allowed
}

    .bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
        outline: 0 !important
    }

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important
}

    .bootstrap-select.bs-container .dropdown-menu {
        z-index: 1060
    }

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none
}

    .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
        padding-right: inherit
    }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .bootstrap-select .dropdown-menu > .inner:focus {
        outline: 0 !important
    }

    .bootstrap-select .dropdown-menu.inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .bootstrap-select .dropdown-menu li {
        position: relative
    }

        .bootstrap-select .dropdown-menu li.active small {
            color: rgba(255,255,255,.5) !important
        }

        .bootstrap-select .dropdown-menu li.disabled a {
            cursor: not-allowed
        }

        .bootstrap-select .dropdown-menu li a {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .bootstrap-select .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em
            }

            .bootstrap-select .dropdown-menu li a span.check-mark {
                display: none
            }

            .bootstrap-select .dropdown-menu li a span.text {
                display: inline-block
            }

        .bootstrap-select .dropdown-menu li small {
            padding-left: .5em
        }

    .bootstrap-select .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        pointer-events: none;
        opacity: .9;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0'
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204,204,204,.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204,204,204,.2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .bs-actionsbox .btn-group button {
        width: 50%
    }

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .bs-donebutton .btn-group button {
        width: 100%
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-container-3d {
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: initial
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev'
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next'
    }

    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color: #fff
    }

    .swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
        --swiper-navigation-color: #000
    }

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform,.2s top
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform,.2s left
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #000;
    line-height: 40px;
    z-index: 1;
    transition: all ease-in-out .3s
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        color: transparent;
        outline: none;
        background: #333
    }

        .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            opacity: 1
        }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: 0
    }

    .slick-prev:before, .slick-next:before {
        font-family: fontawesome;
        font-size: 20px;
        line-height: 2.1;
        opacity: 1;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slider-section .slick-prev, .slider-section .slick-next {
    left: 44%;
    background: #fff;
    height: 50px;
    width: 50px;
    z-index: 10;
    top: 15%;
    padding: 5px 5px 5px 0;
    box-shadow: 0 0 10px #ccc;
    z-index: 1
}

.slider-section .slick-next {
    right: 44%;
    left: inherit;
    padding: 5px 0 5px 5px
}

    .slider-section .slick-prev:before, .slider-section .slick-next:before {
        font-size: 36px
    }

.slick-prev {
    left: 15px
}

[dir=rtl] .slick-prev {
    right: 15px;
    left: auto
}

.slick-prev:before {
    content: '\f177'
}

[dir=rtl] .slick-prev:before {
    content: '\f105'
}

.slick-next {
    right: -30px
}

[dir=rtl] .slick-next {
    right: auto;
    left: 15px
}

.slick-next:before {
    content: '\f178'
}

[dir=rtl] .slick-next:before {
    content: '\f104'
}

@media(max-width:1100px) {
}

@media(max-width:991px) {
}

@media(max-width:767px) {
}

@media(max-width:639px) {
}

.slick-slider {
    margin: 0
}

.slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 16px;
            height: 16px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: 0 0
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                width: 10px;
                height: 10px;
                content: '';
                opacity: .25;
                background: #337ab7;
                border-radius: 50%
            }

        .slick-dots li.slick-active button:before {
            opacity: .9;
            background: #337ab7
        }

.slick-slide .image {
    padding: 2px
}

.slick-slide img {
    display: block;
    width: 100%
}

    .slick-slide img.slick-loading {
        border: 0
    }

.slider h3 {
    color: #000;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center
}

.variable-width .slick-slide p {
    height: 100px;
    color: #fff;
    margin: 5px;
    line-height: 100px
}

.variable-width .image {
    height: 100%
}

    .variable-width .image img {
        display: block;
        height: 100%;
        width: 100%
    }

.slick-center-mode .slick-center h3 {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    color: #e67e22;
    opacity: 1;
    transform: scale(1.08)
}

.slick-center h3 {
    opacity: .8;
    transition: all 300ms ease
}

.slick-content {
    margin: auto;
    padding: 20px;
    width: 600px
}

    .slick-content:after, .buttons::after {
        clear: both;
        content: "";
        display: table
    }

.slick-center-mode .slick-center .image {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    color: #e67e22;
    opacity: 1;
    transform: scale(1.08)
}

.slick-center-mode .image {
    opacity: .3;
    transition: all 300ms ease;
    padding: 10px
}

    .slick-center-mode .image:hover {
        cursor: pointer
    }

.slick-content {
    margin: auto;
    padding: 20px;
    width: 600px
}

    .slick-content:after, .buttons::after {
        clear: both;
        content: "";
        display: table
    }

.slick-center-mode img {
    border: 2px solid #fff;
    display: block;
    width: 100%
}

.slick-slide .image {
    padding: 0
}

.slick-carousel.gap-2 {
    margin-left: -1px;
    margin-right: -1px
}

    .slick-carousel.gap-2 .slick-carousel-inner {
        padding-left: 1px;
        padding-right: 1px
    }

.slick-carousel.gap-5 {
    margin-left: -2px;
    margin-right: -3px
}

    .slick-carousel.gap-5 .slick-carousel-inner {
        padding-left: 2px;
        padding-right: 3px
    }

.slick-carousel.gap-10 {
    margin-left: -5px;
    margin-right: -5px
}

    .slick-carousel.gap-10 .slick-carousel-inner {
        padding-left: 5px;
        padding-right: 5px
    }

.slick-carousel.gap-15 {
    margin-left: -7px;
    margin-right: -8px
}

    .slick-carousel.gap-15 .slick-carousel-inner {
        padding-left: 7px;
        padding-right: 8px
    }

.slick-carousel.gap-20 {
    margin-left: -10px;
    margin-right: -10px
}

    .slick-carousel.gap-20 .slick-carousel-inner {
        padding-left: 10px;
        padding-right: 10px
    }

.slick-carousel.gap-25 {
    margin-left: -12px;
    margin-right: -13px
}

    .slick-carousel.gap-25 .slick-carousel-inner {
        padding-left: 12px;
        padding-right: 13px
    }

.slick-carousel.gap-30 {
    margin-left: -15px;
    margin-right: -15px
}

    .slick-carousel.gap-30 .slick-carousel-inner {
        padding-left: 15px;
        padding-right: 15px
    }

.slick-carousel.gap-40 {
    margin-left: -20px;
    margin-right: -20px
}

    .slick-carousel.gap-40 .slick-carousel-inner {
        padding-left: 20px;
        padding-right: 20px
    }

.slick-carousel.gap-50 {
    margin-left: -25px;
    margin-right: -25px
}

    .slick-carousel.gap-50 .slick-carousel-inner {
        padding-left: 25px;
        padding-right: 25px
    }

.slick-carousel-center-mode {
    margin-left: -40px;
    margin-right: -40px
}

    .slick-carousel-center-mode .slick-carousel-inner {
        margin: 40px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s
    }

    .slick-carousel-center-mode .slick-center .slick-carousel-inner {
        margin: 0;
        margin-left: -10px;
        margin-right: -10px
    }

    .slick-carousel-center-mode .slick-dots {
        bottom: -50px
    }

.slick-gallery-slideshow .slick-prev {
    left: 0
}

.slick-gallery-slideshow .slick-next {
    right: 0
}

    .slick-gallery-slideshow .slick-prev:before, .slick-gallery-slideshow .slick-next:before {
        color: #fff;
        opacity: .7
    }

    .slick-gallery-slideshow .slick-prev:hover:before, .slick-gallery-slideshow .slick-prev:focus:before, .slick-gallery-slideshow .slick-next:hover:before, .slick-gallery-slideshow .slick-next:focus:before {
        opacity: 1
    }

.gallery-slideshow {
    margin-bottom: 1px
}

    .gallery-slideshow .image {
        padding: 0
    }

.gallery-nav .image {
    padding: 0;
    border: 1px solid transparent;
    opacity: 1;
    transition: all 300ms ease;
    position: relative
}

    .gallery-nav .image:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s
    }

.gallery-nav .slick-center .image {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none
}

    .gallery-nav .slick-center .image:after {
        background: transparent
    }

.gallery-nav .image:hover {
    cursor: pointer
}

.slick-slider-center-mode .slick-item {
    position: relative
}

    .slick-slider-center-mode .slick-item .image {
        position: relative;
        padding: 0
    }

        .slick-slider-center-mode .slick-item .image:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.7);
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s
        }

.slick-slider-center-mode .slick-center.slick-item .image:after {
    background: transparent
}

.slick-slider-center-mode .slick-item .image:hover {
    cursor: pointer
}

.slick-slider-center-mode.slick-slider-full .slick-item .image:after {
    display: none
}

.slick-slider-center-mode.gap-2 .slick-item {
    padding: 0 1px
}

.slick-slider-center-mode .slick-prev {
    left: 30px
}

.slick-slider-center-mode .slick-next {
    right: 30px
}

    .slick-slider-center-mode .slick-prev:before, .slick-slider-center-mode .slick-next:before {
        color: #fff;
        opacity: .7
    }

    .slick-slider-center-mode .slick-prev:hover:before, .slick-slider-center-mode .slick-prev:focus:before, .slick-slider-center-mode .slick-next:hover:before, .slick-slider-center-mode .slick-next:focus:before {
        opacity: 1
    }

.slick-slider-center-mode.slick-slider-full .slick-prev {
    left: 15px
}

.slick-slider-center-mode.slick-slider-full .slick-next {
    right: 15px
}

.slick-slider-center-mode.slick-slider-full .image.image-bg {
    height: 660px;
    background-size: cover !important;
    background-position: center center
}

.slick-slider-center-mode .slick-caption {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 700;
    color: rgba(255,255,255,.3)
}

.slick-slider-center-mode .slick-center .slick-caption {
    color: #fff
}

.variable-width .image {
    padding: 0;
    border: 1px solid transparent;
    opacity: .5;
    transition: all 300ms ease
}

.variable-width .slick-center .image {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    opacity: 1;
    border-color: red
}

.variable-width .image:hover {
    cursor: pointer
}

.slick-animation .animation {
    display: inline-block;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.slick-animation .animation {
    display: inline-block;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.slick-animation .transitionDelay1 {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.slick-animation .transitionDelay2 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.slick-animation .transitionDelay3 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.slick-animation .transitionDelay4 {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.slick-animation .transitionDelay5 {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.slick-animation .transitionDelay6 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.slick-animation .transitionDelay7 {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.slick-animation .transitionDelay8 {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.slick-animation .transitionDelay9 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.slick-animation .transitionDelay10 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.slick-animation .transitionDelay12 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.slick-animation .transitionDelay14 {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.slick-animation .transitionDuration2 {
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.slick-animation .transitionDuration4 {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.slick-animation .transitionDuration6 {
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

.slick-animation .transitionDuration8 {
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

.slick-animation .transitionDuration10 {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.slick-animation .transitionDuration12 {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s
}

.slick-animation .transitionDuration14 {
    -webkit-transition-duration: 1.4s;
    transition-duration: 1.4s
}

.slick-animation .transitionDuration16 {
    -webkit-transition-duration: 1.6s;
    transition-duration: 1.6s
}

.slick-animation .transitionDuration18 {
    -webkit-transition-duration: 1.8s;
    transition-duration: 1.8s
}

.slick-animation .transitionDuration20 {
    -webkit-transition-duration: 2s;
    transition-duration: 2s
}

.slick-animation .transitionDuration22 {
    -webkit-transition-duration: 2.2s;
    transition-duration: 2.2s
}

.slick-animation .transitionDuration24 {
    -webkit-transition-duration: 2.4s;
    transition-duration: 2.4s
}

.slick-animation .transitionDuration26 {
    -webkit-transition-duration: 2.6s;
    transition-duration: 2.6s
}

.slick-animation .fromTop {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slick-animation .fromBottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.slick-animation .fromLeft {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.slick-animation .fromRight {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.slick-animation .slick-center .animation {
    opacity: 1
}

.slick-animation .slick-center .fromTop {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.slick-animation .slick-center .fromBottom {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.slick-animation .slick-center .fromLeft {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%)
}

.slick-animation .slick-center .fromRight {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%)
}

.slicknav_menu {
    display: none
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em;
    cursor: pointer
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 0 rgba(0,0,0,.25)
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: .188em
}

.slicknav_nav {
    clear: both
}

    .slicknav_nav ul, .slicknav_nav li {
        display: block;
        margin-bottom: 0
    }

        .slicknav_nav li a i.fa-angle-down {
            display: none
        }

    .slicknav_nav .slicknav_arrow {
        font-size: .8em;
        margin: 0 0 0 .4em
    }

    .slicknav_nav .slicknav_item {
        cursor: pointer
    }

    .slicknav_nav .slicknav_row {
        display: block
    }

    .slicknav_nav a {
        display: block
    }

    .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
        display: inline
    }

.slicknav_menu:before, .slicknav_menu:after {
    content: " ";
    display: table
}

.slicknav_menu:after {
    clear: both
}

.slicknav_menu {
    *zoom: 1
}

.slicknav_menu {
    font-size: 16px
}

.slicknav_btn {
    margin: 0;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

    .slicknav_btn.slicknav_open, .slicknav_btn.slicknav_collapsed, .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before, .head-style-1 .navbar-sticky .slicknav_btn.slicknav_open, .head-style-1 .navbar-sticky .slicknav_btn.slicknav_collapsed, .head-style-1 .navbar-sticky .slicknav_btn.slicknav_open:before, .head-style-1 .navbar-sticky .slicknav_btn.slicknav_collapsed:before {
        text-decoration: none !important;
        color: #005294 !important;
        border: none
    }

#dark .slicknav_btn.slicknav_open, #dark .slicknav_btn.slicknav_collapsed, #dark .slicknav_btn.slicknav_open:before, #dark .slicknav_btn.slicknav_collapsed:before {
    color: #fff !important
}

.head-style-1 .slicknav_btn.slicknav_open, .head-style-1 .slicknav_btn.slicknav_collapsed, .head-style-1 .slicknav_btn.slicknav_open:before, .head-style-1 .slicknav_btn.slicknav_collapsed:before {
    color: #fff !important
}

.slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
    font-size: 21px;
    color: #fff
}

.slicknav_menutxt {
    line-height: 22px !important
}

.slicknav_btn:focus {
}

.slicknav_menu .slicknav_menutxt {
    color: #dff2f2;
    font-weight: 400;
    font-size: 14px
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5
}

.slicknav_menu {
    background: #383546;
    padding: 0;
    margin-top: 0
}

.slicknav_nav {
    color: #b6b3c4;
    margin: 0;
    padding: 0;
    font-size: .875em
}

    .slicknav_nav, .slicknav_nav ul {
        list-style: none;
        overflow: hidden
    }

        .slicknav_nav ul {
            padding: 0;
            margin: 0
        }

            .slicknav_nav ul li {
                border-bottom: 0
            }

        .slicknav_nav .slicknav_row {
            padding: 0;
            margin: 0
        }

        .slicknav_nav a {
            padding: 10px 15px;
            margin: 0;
            text-decoration: none;
            color: #b6b3c4;
            display: block;
            border-bottom: 1px solid rgba(255,255,255,.05);
            -o-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            font-weight: 400;
            text-transform: uppercase;
            font-size: 13px;
            text-align: left
        }

        .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
            padding: 10px 15px;
            margin: 0
        }

        .slicknav_nav .slicknav_item {
            position: relative
        }

            .slicknav_nav .slicknav_item a {
                border-bottom: none;
                display: block
            }

.slicknav_nav {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background: #1f1d26
}

    .slicknav_nav ul li {
        padding-left: 0;
        background: #1f1d26
    }

        .slicknav_nav ul li li {
            padding-left: 0
        }

        .slicknav_nav ul li ul {
            padding-left: 15px;
            padding-right: 15px
        }

            .slicknav_nav ul li ul a {
                padding: 10px
            }

    .slicknav_nav .slicknav_row:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #443e56;
        color: #fff
    }

    .slicknav_nav a:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #443e56
    }

    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px
    }

    .slicknav_nav .slicknav_arrow {
        font-size: 14px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding-top: 13px;
        width: 50px;
        text-align: center;
        border-left: 1px solid rgba(255,255,255,.05)
    }

        .slicknav_nav .slicknav_arrow:hover {
            background: rgba(255,255,255,.05)
        }

.slicknav_menu .slicknav_icon {
    display: none
}

@media only screen and (max-width:991px) {
}

@media only screen and (max-width:991px) and (max-width:768px) {
    .slicknav_btn {
        top: 16px
    }
}

@media(max-width:767px) {
    #responsive-menu {
        display: none
    }

    .slicknav_menu {
        display: block
    }

    nav.navbar.navbar-default.navbar-fixed-top.with-slicknav {
        background: rgba(0,0,0,.5)
    }
}

@media(max-width:479px) {
    .slicknav_btn {
        top: 4px;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: right
    }

        .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
            color: #fff
        }

    .slicknav_nav {
        top: 50px
    }
}

.slicknav_menu {
    display: none
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em;
    cursor: pointer
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 0 rgba(0,0,0,.25)
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: .188em
}

.slicknav_nav {
    clear: both
}

    .slicknav_nav ul, .slicknav_nav li {
        display: block
    }

    .slicknav_nav .slicknav_arrow {
        font-size: .8em;
        margin: 0 0 0 .4em
    }

    .slicknav_nav .slicknav_item {
        cursor: pointer
    }

    .slicknav_nav .slicknav_row {
        display: block
    }

    .slicknav_nav a {
        display: block
    }

    .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
        display: inline
    }

.slicknav_menu:before, .slicknav_menu:after {
    content: " ";
    display: table
}

.slicknav_menu:after {
    clear: both
}

.slicknav_menu {
    *zoom: 1
}

.slicknav_menu {
    font-size: 16px
}

.slicknav_btn {
    margin: 0;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 28px;
    right: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 9
}

    .slicknav_btn.slicknav_open:before {
        font-family: fontawesome;
        content: "\f00d"
    }

    .slicknav_btn.slicknav_collapsed:before {
        font-family: fontawesome;
        content: "\f0c9"
    }

    .slicknav_btn.slicknav_open, .slicknav_btn.slicknav_collapsed, .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
        text-decoration: none !important;
        color: #fff;
        border: none
    }

        .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
            font-size: 17px;
            color: #fff
        }

.slicknav_menutxt {
    line-height: 22px !important
}

.slicknav_btn:focus {
}

.slicknav_menu .slicknav_menutxt {
    color: #dff2f2;
    font-weight: 400;
    font-size: 14px
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5
}

.slicknav_menu {
    background: #fff;
    padding: 0;
    margin-top: 0
}

.slicknav_nav {
    color: #b6b3c4;
    margin: 0;
    padding: 0;
    font-size: .875em
}

    .slicknav_nav, .slicknav_nav ul {
        list-style: none;
        overflow: hidden
    }

        .slicknav_nav ul {
            padding: 0;
            margin: 0
        }

            .slicknav_nav ul li {
                border-bottom: 0
            }

        .slicknav_nav .slicknav_row {
            padding: 0;
            margin: 0
        }

        .slicknav_nav a {
            padding: 12px 20px;
            margin: 2rem;
            text-decoration: none;
            color: #b6b3c4;
            display: block;
            border-bottom: 1px solid rgba(255,255,255,.05);
            -o-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            font-weight: 400;
            text-transform: uppercase;
            font-size: 13px
        }

        .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
            padding: 12px 20px;
            margin: 0
        }

        .slicknav_nav .slicknav_item {
            position: relative
        }

            .slicknav_nav .slicknav_item a {
                border-bottom: none;
                display: block
            }

.slicknav_nav {
    position: absolute;
    top: 96px;
    left: 0;
    right: 0;
    background: #1f1d26;
    z-index: 99999
}

    .slicknav_nav ul li {
        padding-left: 0;
        background: #1f1d26
    }

        .slicknav_nav ul li li {
            padding-left: 0
        }

        .slicknav_nav ul li ul {
            padding-left: 15px;
            padding-right: 15px
        }

            .slicknav_nav ul li ul a {
                padding: 12px 15px
            }

    .slicknav_nav .slicknav_row:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #443e56;
        color: #fff
    }

    .slicknav_nav a:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #443e56
    }

    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px
    }

    .slicknav_nav .slicknav_arrow {
        font-size: 14px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding-top: 13px;
        width: 50px;
        text-align: center;
        border-left: 1px solid rgba(255,255,255,.05)
    }

        .slicknav_nav .slicknav_arrow:hover {
            background: rgba(255,255,255,.05)
        }

.slicknav_menu .slicknav_icon {
    display: none
}

@media only screen and (max-width:1100px) {
    #responsive-menu {
        display: none
    }

    .slicknav_menu {
        display: block
    }

    .slicknav_nav {
        top: 76px
    }
}

@media only screen and (max-width:991px) {
    .slicknav_nav {
        height: 240px;
        overflow-y: scroll
    }

    .home-style-1 .slick_nav {
        top: 80px
    }

    .navigation-1 .slicknav_nav {
        top: 36px
    }

    .nav-content-style-1 .slicknav_btn {
        top: 23px
    }

    .navigation-1 .slicknav_btn {
        top: 6px
    }
}

@media(max-width:767px) {
    .slicknav_nav {
    }

    .home-one .slicknav_nav {
        top: 76px
    }

    .slicknav_btn {
        top: 30px;
        right: 0
    }

    .nav-content-style-1 .slicknav_btn {
        top: 6px
    }

    .nav-content-style-2 .slicknav_nav {
        top: 38px
    }

    .nav-content-style-1 .slicknav_nav {
        top: 36px
    }

    a.searchtoggle {
        display: none
    }
}

#testimonial_094 {
    overflow: hidden;
    min-height: 400px;
    position: relative;
    z-index: 1
}

    #testimonial_094 > .carousel-inner:hover {
        cursor: -moz-grab;
        cursor: -webkit-grab
    }

    #testimonial_094 > .carousel-inner:active {
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing
    }

    #testimonial_094 > .carousel-inner > .item {
        overflow: hidden
    }

.testimonial_094_indicators > .carousel-indicators {
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    padding: 2px 0;
    cursor: e-resize;
    overflow-x: auto;
    line-height: 90px;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap
}

    .testimonial_094_indicators > .carousel-indicators li {
        padding: 0;
        width: 90px;
        height: 90px;
        border: none;
        text-indent: 0;
        margin: 0 6px;
        cursor: pointer;
        display: inline-block;
        background-color: transparent;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 1px 1px 15px #cccccc57;
        transition: all ease-in-out 1s;
        position: relative
    }

        .testimonial_094_indicators > .carousel-indicators li:after {
            position: absolute;
            content: '';
            background-image: linear-gradient(to right,rgba(87,87,87,0.46),rgba(84,99,103,0.73));
            top: 0;
            left: 0;
            height: 100%;
            width: 100%
        }

        .testimonial_094_indicators > .carousel-indicators li.active:after {
            opacity: 0
        }

    .testimonial_094_indicators > .carousel-indicators .active {
        padding: 0;
        width: 130px;
        height: 130px;
        border: none;
        margin: 0 6px;
        border-radius: 50%;
        overflow: hidden
    }

    .testimonial_094_indicators > .carousel-indicators li img {
        width: 100%;
        display: block;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .7s cubic-bezier(.39,.575,.565,1);
        -moz-transition: all .7s cubic-bezier(.39,.575,.565,1);
        transition: all .7s cubic-bezier(.39,.575,.565,1)
    }

    .testimonial_094_indicators > .carousel-indicators::-webkit-scrollbar {
        height: 3px
    }

    .testimonial_094_indicators > .carousel-indicators::-webkit-scrollbar-thumb {
        background: #eee;
        -webkit-border-radius: 0;
        border-radius: 0
    }

.testimonial_094_header > h5, .testimonial_094_slide > p, .testimonial_094_slide > h5 > a, .testimonial_094_slide > h6 > a {
    text-shadow: none;
    font-family: raleway,sans-serif;
    -webkit-font-smoothing: antialiased
}

.testimonial_094_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative
}

    .testimonial_094_header > h5 {
        color: #1e1e25;
        font-size: 35px;
        font-weight: 900;
        position: relative;
        letter-spacing: 1px;
        text-transform: uppercase
    }

        .testimonial_094_header > h5 > span {
            color: #c32026;
            margin: 0 10px;
            position: relative
        }

            .testimonial_094_header > h5 > span:after {
                left: 0;
                right: 0;
                bottom: 0;
                top: auto;
                height: 2px;
                content: "";
                width: 100%;
                margin: auto;
                position: absolute;
                background: #c32026
            }

.testimonial_094_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    margin: auto;
    padding: 25px 10px 10px;
    position: relative;
    text-align: center
}

    .testimonial_094_slide:before {
        position: absolute;
        height: 100px;
        width: 100px;
        top: -20px;
        left: -100px;
        background: url(../images/quote.png) no-repeat;
        content: '';
        background-size: cover;
        transform: rotate(180deg)
    }

    .testimonial_094_slide > p {
    }

    .testimonial_094_slide > h5 > a {
        color: #005294;
        font-weight: 600;
        letter-spacing: 1px;
        text-decoration: none;
        -webkit-transition: opacity .7s cubic-bezier(.39,.575,.565,1);
        transition: opacity .7s cubic-bezier(.39,.575,.565,1)
    }

        .testimonial_094_slide > h5 > a:hover {
            opacity: .6
        }

    .testimonial_094_slide > h6 > a {
        color: #1e1e25;
        font-size: 14px;
        font-weight: 300;
        text-decoration: none;
        text-transform: lowercase;
        -webkit-transition: color .7s cubic-bezier(.39,.575,.565,1);
        transition: color .7s cubic-bezier(.39,.575,.565,1)
    }

        .testimonial_094_slide > h6 > a:hover {
            color: #c32026
        }

@media only screen and (max-width:480px) {
    .testimonial_094_header {
        width: 95%;
        margin: 20px auto
    }

        .testimonial_094_header > h5 {
            font-size: 20px
        }

    .testimonial_094_slide {
        width: 98%;
        padding: 5px
    }

        .testimonial_094_slide > p {
            font-size: 12px
        }

        .testimonial_094_slide > h5 > a {
            font-size: 16px
        }

        .testimonial_094_slide > h6 > a {
            font-size: 14px
        }
}

@media(min-width:481px) and (max-width:767px) {
    .testimonial_094_header {
        width: 95%;
        margin: 15px auto
    }

    .testimonial_094_slide {
        width: 98%;
        padding: 5px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .testimonial_094_slide {
        width: 98%;
        padding: 5px
    }
}

@media(min-width:992px) and (max-width:1225px) {
    .testimonial_094_slide {
        padding: 5px
    }
}

#js_frm_040 {
    overflow: hidden;
    max-height: 658px;
    position: relative;
    background: #000
}

    #js_frm_040:hover {
        cursor: -moz-grab;
        cursor: -webkit-grab
    }

    #js_frm_040:active {
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing
    }

    #js_frm_040 > .carousel-inner > .item > img, #js_frm_040 > .carousel-inner > .item > a > img {
        width: 100%;
        margin: auto;
        opacity: .5
    }

.ps_control_hrbrarrow .carousel-control {
    top: 45%;
    opacity: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
    color: #fff;
    display: block;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
    line-height: 50px;
    text-shadow: none;
    position: absolute;
    font-weight: 400;
    background: #0080bd;
    text-align: center
}

.ps_control_hrbrarrow:hover .carousel-control {
    opacity: 1
}

.ps_control_hrbrarrow .carousel-control.left {
    left: 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

.ps_control_hrbrarrow .carousel-control.right {
    right: 0;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

    .ps_control_hrbrarrow .carousel-control.left:hover, .ps_control_hrbrarrow .carousel-control.right:hover {
        opacity: 1;
        background: #136f9c
    }

.ps_control_hrbrarrow .carousel-control.left > span:nth-child(1) {
    left: 45%
}

.ps_control_hrbrarrow .carousel-control.right > span:nth-child(1) {
    right: 45%
}

.js_frm_subscribe form {
    background: 0 0
}

.js_frm_subscribe > form > div input::-webkit-input-placeholder {
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: all .5s cubic-bezier(.23,1,.32,1);
    transition: all .5s cubic-bezier(.23,1,.32,1)
}

.js_frm_subscribe > form > div input::-moz-placeholder {
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: all .5s cubic-bezier(.23,1,.32,1);
    transition: all .5s cubic-bezier(.23,1,.32,1)
}

.js_frm_subscribe > form > div input:-ms-input-placeholder {
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: all .5s cubic-bezier(.23,1,.32,1);
    transition: all .5s cubic-bezier(.23,1,.32,1)
}

.js_frm_subscribe > form > div input:-moz-placeholder {
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: all .5s cubic-bezier(.23,1,.32,1);
    transition: all .5s cubic-bezier(.23,1,.32,1)
}

.js_frm_subscribe > form > div input:focus::-webkit-input-placeholder {
    color: #000
}

.js_frm_subscribe > form > div input:focus::-moz-placeholder {
    color: #000
}

.js_frm_subscribe > form > div input:focus:-ms-input-placeholder {
    color: #000
}

.js_frm_subscribe > form > div input:focus:-moz-placeholder {
    color: #000
}

.js_frm_subscribe {
    left: 0;
    top: 15%;
    right: 0;
    width: 75%;
    margin: auto;
    overflow: hidden;
    text-align: center;
    position: absolute
}

    .js_frm_subscribe > h3 {
        padding: 0;
        color: rgba(255,255,255,.8);
        font-size: 40px;
        font-weight: 700;
        text-shadow: none;
        margin-bottom: 10px;
        letter-spacing: 1px;
        text-transform: uppercase;
        -webkit-font-smoothing: antialiased;
        font-family: open sans,sans-serif
    }

    .js_frm_subscribe > p {
        color: rgba(255,255,255,.8);
        width: 65%;
        margin: auto;
        font-size: 14px;
        text-shadow: none;
        letter-spacing: 1px;
        margin-bottom: 20px;
        text-transform: capitalize;
        -webkit-font-smoothing: antialiased;
        font-family: open sans,sans-serif
    }

    .js_frm_subscribe > form > div > div > button, .js_frm_subscribe > form > div > div > button:focus {
        width: 100%;
        height: 50px;
        border: none;
        outline: none;
        color: #fff;
        box-shadow: none;
        letter-spacing: 1px;
        background: #e6ae48;
        display: inline-block;
        text-transform: uppercase;
        font-family: open sans,sans-serif;
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all .5s cubic-bezier(.23,1,.32,1);
        transition: all .5s cubic-bezier(.23,1,.32,1)
    }

        .js_frm_subscribe > form > div > div > button:hover, .js_frm_subscribe > form > div > div > button:active {
            outline: none !important;
            color: rgba(255,255,255,.7) !important;
            background: #e6ae48 !important;
            border: none !important
        }

@media only screen and (max-width:480px) {
    .js_frm_subscribe > form > div input {
        font-size: 10px
    }

    .js_frm_subscribe > form > div select {
        font-size: 10px
    }

    .js_frm_subscribe > form > div > div > button, .js_frm_subscribe > form > div > div > button:focus {
        font-size: 10px
    }

    .ps_control_hrbrarrow .carousel-control {
        display: none
    }

    .js_frm_subscribe {
        top: 10%;
        width: 90%
    }

        .js_frm_subscribe > h3 {
            font-size: 14px;
            margin-bottom: 5px
        }

        .js_frm_subscribe > p {
            width: 100%;
            font-size: 12px;
            margin-bottom: 5px
        }

    .banner-style-1 .js_frm_subscribe {
        top: 28%
    }

    #js_frm_040 > .carousel-inner > .item > img, #js_frm_040 > .carousel-inner > .item > a > img {
        width: auto;
        max-width: unset
    }
}

@media(min-width:481px) and (max-width:600px) {
    .js_frm_subscribe {
        top: 15%;
        width: 90%
    }

        .js_frm_subscribe > h3 {
            font-size: 25px
        }
}

@media(min-width:601px) and (max-width:767px) {
    .js_frm_subscribe {
        top: 15%;
        width: 90%
    }

    .style-2 .banner-style-1 .js_frm_subscribe {
        top: 30%
    }
}

@media(min-width:768px) and (max-width:1000px) {
    .js_frm_subscribe {
        top: 25%;
        width: 90%
    }
}

#testimonial_095 {
    overflow: hidden;
    min-height: 330px;
    position: relative
}

    #testimonial_095 > .carousel-inner {
        width: 75%;
        margin: auto
    }

        #testimonial_095 > .carousel-inner:hover {
            cursor: -moz-grab;
            cursor: -webkit-grab
        }

        #testimonial_095 > .carousel-inner:active {
            cursor: -moz-grabbing;
            cursor: -webkit-grabbing
        }

        #testimonial_095 > .carousel-inner > .item {
            overflow: hidden
        }

.testimonial_095_indicators > .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap
}

    .testimonial_095_indicators > .carousel-indicators li {
        padding: 0;
        width: 10px;
        height: 10px;
        border: none;
        text-indent: 0;
        margin: 2px 3px;
        cursor: pointer;
        display: inline-block;
        background: #fff;
        -webkit-border-radius: 100%;
        border-radius: 100%
    }

    .testimonial_095_indicators > .carousel-indicators .active {
        padding: 0;
        width: 10px;
        height: 10px;
        border: none;
        margin: 2px 3px;
        background: #aa914f;
        -webkit-border-radius: 100%;
        border-radius: 100%
    }

    .testimonial_095_indicators > .carousel-indicators::-webkit-scrollbar {
        height: 3px
    }

    .testimonial_095_indicators > .carousel-indicators::-webkit-scrollbar-thumb {
        background: #eee;
        -webkit-border-radius: 0;
        border-radius: 0
    }

.testimonial_095_control_button .carousel-control {
    top: 120px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: 0 0;
    border: 2px solid #fff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .6s cubic-bezier(.3,1,0,1);
    transition: all .6s cubic-bezier(.3,1,0,1);
    color: #fff
}

    .testimonial_095_control_button .carousel-control.left {
        left: 7%;
        right: auto
    }

    .testimonial_095_control_button .carousel-control.right {
        right: 7%;
        left: auto
    }

        .testimonial_095_control_button .carousel-control.left:hover, .testimonial_095_control_button .carousel-control.right:hover {
            color: #fff;
            background: #aa914f;
            border: 2px solid #aa914f
        }

.testimonial_095_header > h5, .testimonial_095_slide > p, .testimonial_095_slide > h5 > a {
    text-shadow: none;
    font-family: raleway,sans-serif;
    -webkit-font-smoothing: antialiased
}

.testimonial_095_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative
}

    .testimonial_095_header > h5 {
        color: #f2f2f2;
        font-size: 30px;
        font-weight: 600;
        position: relative;
        letter-spacing: 1px;
        text-transform: uppercase
    }

        .testimonial_095_header > h5 > span {
            color: #aa914f;
            margin: 0 10px;
            position: relative
        }

            .testimonial_095_header > h5 > span:after {
                left: 0;
                right: 0;
                bottom: 0;
                top: auto;
                height: 1px;
                content: "";
                width: 100%;
                margin: auto;
                position: absolute;
                background: #aa914f
            }

.testimonial_095_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center
}

    .testimonial_095_slide > a {
        top: 0;
        left: 0;
        right: 0;
        width: 50px;
        height: 50px;
        margin: auto;
        display: block;
        color: #f2f2f2;
        font-size: 18px;
        line-height: 46px;
        text-align: center;
        position: relative;
        border: 3px solid #f2f2f2;
        -webkit-border-radius: 100%;
        border-radius: 100%
    }

        .testimonial_095_slide > a:after {
            top: 0;
            left: 0;
            padding: 0;
            opacity: 0;
            width: 100%;
            content: '';
            height: 100%;
            position: absolute;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            -webkit-transform: scale(.9);
            -ms-transform: scale(.9);
            transform: scale(.9);
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.1);
            box-shadow: 0 0 0 2px rgba(255,255,255,.1)
        }

        .testimonial_095_slide > a:hover:after {
            -webkit-animation: psBoxShadowEffect_2 2s ease-out;
            animation: psBoxShadowEffect_2 2s ease-out
        }

    .testimonial_095_slide > p {
        color: #f2f2f2;
        font-size: 18px;
        margin: 15px 0
    }

        .testimonial_095_slide > p > a {
            color: #aa914f;
            padding: 2px 5px;
            text-decoration: none;
            -webkit-transition: all .3s cubic-bezier(.39,.575,.565,1);
            transition: all .3s cubic-bezier(.39,.575,.565,1)
        }

            .testimonial_095_slide > p > a:hover {
                color: #fff;
                background: #aa914f
            }

    .testimonial_095_slide > h5 > a {
        padding: 3px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
        border: 1px solid transparent;
        -webkit-transition: border .5s cubic-bezier(.39,.575,.565,1);
        transition: border .5s cubic-bezier(.39,.575,.565,1)
    }

@media(max-width:359px) {
    .testimonial_095_indicators > .carousel-indicators {
        bottom: 10px
    }
}

@media only screen and (max-width:480px) {
    .testimonial_095_control_button .carousel-control {
        display: none
    }

    .testimonial_095_header {
        width: 95%
    }

        .testimonial_095_header > h5 {
            font-size: 20px
        }

    .testimonial_095_slide {
        width: 98%;
        padding: 5px
    }

    #testimonial_095 > .carousel-inner {
        width: 100%
    }
}

@media(min-width:481px) and (max-width:767px) {
    .testimonial_095_control_button .carousel-control.left {
        left: 2%
    }

    .testimonial_095_control_button .carousel-control.right {
        right: 2%
    }

    .testimonial_095_header {
        width: 95%
    }

    .testimonial_095_slide {
        width: 98%;
        padding: 5px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .testimonial_095_control_button .carousel-control.left {
        left: 5%
    }

    .testimonial_095_control_button .carousel-control.right {
        right: 5%
    }
}

@media(min-width:992px) and (max-width:1225px) {
}

@-webkit-keyframes psBoxShadowEffect_2 {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #fff,0 0 0 10px rgba(255,255,255,.5)
    }

    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 5px 5px #fff,0 0 0 5px rgba(255,255,255,.5);
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

@keyframes psBoxShadowEffect_2 {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #fff,0 0 0 10px rgba(255,255,255,.5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 5px 5px #fff,0 0 0 5px rgba(255,255,255,.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.ps_ease .carousel-inner > .item {
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_ease .carousel-inner > .item {
        -webkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -ms-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease
    }
}

.ps_easeInOut .carousel-inner > .item {
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeInOut .carousel-inner > .item {
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -ms-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out
    }
}

.ps_speedy .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(0,1,0,1);
    -moz-transition-timing-function: cubic-bezier(0,1,0,1);
    -ms-transition-timing-function: cubic-bezier(0,1,0,1);
    -o-transition-timing-function: cubic-bezier(0,1,0,1);
    transition-timing-function: cubic-bezier(0,1,0,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_speedy .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(0,1,0,1);
        -moz-transition-timing-function: cubic-bezier(0,1,0,1);
        -ms-transition-timing-function: cubic-bezier(0,1,0,1);
        -o-transition-timing-function: cubic-bezier(0,1,0,1);
        transition-timing-function: cubic-bezier(0,1,0,1)
    }
}

.ps_slowSpeedy .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.3,1,0,1);
    -moz-transition-timing-function: cubic-bezier(.3,1,0,1);
    -ms-transition-timing-function: cubic-bezier(.3,1,0,1);
    -o-transition-timing-function: cubic-bezier(.3,1,0,1);
    transition-timing-function: cubic-bezier(.3,1,0,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_slowSpeedy .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.3,1,0,1);
        -moz-transition-timing-function: cubic-bezier(.3,1,0,1);
        -ms-transition-timing-function: cubic-bezier(.3,1,0,1);
        -o-transition-timing-function: cubic-bezier(.3,1,0,1);
        transition-timing-function: cubic-bezier(.3,1,0,1)
    }
}

.ps_easeOutInCubic .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.22,.81,.01,.99);
    -moz-transition-timing-function: cubic-bezier(.22,.81,.01,.99);
    -ms-transition-timing-function: cubic-bezier(.22,.81,.01,.99);
    -o-transition-timing-function: cubic-bezier(.22,.81,.01,.99);
    transition-timing-function: cubic-bezier(.22,.81,.01,.99)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeOutInCubic .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.22,.81,.01,.99);
        -moz-transition-timing-function: cubic-bezier(.22,.81,.01,.99);
        -ms-transition-timing-function: cubic-bezier(.22,.81,.01,.99);
        -o-transition-timing-function: cubic-bezier(.22,.81,.01,.99);
        transition-timing-function: cubic-bezier(.22,.81,.01,.99)
    }
}

.ps_swing .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.02,.01,.47,1);
    -moz-transition-timing-function: cubic-bezier(.02,.01,.47,1);
    -ms-transition-timing-function: cubic-bezier(.02,.01,.47,1);
    -o-transition-timing-function: cubic-bezier(.02,.01,.47,1);
    transition-timing-function: cubic-bezier(.02,.01,.47,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_swing .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.02,.01,.47,1);
        -moz-transition-timing-function: cubic-bezier(.02,.01,.47,1);
        -ms-transition-timing-function: cubic-bezier(.02,.01,.47,1);
        -o-transition-timing-function: cubic-bezier(.02,.01,.47,1);
        transition-timing-function: cubic-bezier(.02,.01,.47,1)
    }
}

.ps_easeOutCubic .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -ms-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeOutCubic .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -ms-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }
}

.ps_easeInOutCubic .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    -moz-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    -ms-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    -o-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeInOutCubic .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
        -moz-transition-timing-function: cubic-bezier(.645,.045,.355,1);
        -ms-transition-timing-function: cubic-bezier(.645,.045,.355,1);
        -o-transition-timing-function: cubic-bezier(.645,.045,.355,1);
        transition-timing-function: cubic-bezier(.645,.045,.355,1)
    }
}

.ps_easeOutCirc .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -moz-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -ms-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -o-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeOutCirc .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
        -moz-transition-timing-function: cubic-bezier(.075,.82,.165,1);
        -ms-transition-timing-function: cubic-bezier(.075,.82,.165,1);
        -o-transition-timing-function: cubic-bezier(.075,.82,.165,1);
        transition-timing-function: cubic-bezier(.075,.82,.165,1)
    }
}

.ps_easeOutExpo .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    -moz-transition-timing-function: cubic-bezier(.19,1,.22,1);
    -ms-transition-timing-function: cubic-bezier(.19,1,.22,1);
    -o-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeOutExpo .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
        -moz-transition-timing-function: cubic-bezier(.19,1,.22,1);
        -ms-transition-timing-function: cubic-bezier(.19,1,.22,1);
        -o-transition-timing-function: cubic-bezier(.19,1,.22,1);
        transition-timing-function: cubic-bezier(.19,1,.22,1)
    }
}

.ps_easeInQuad .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    -moz-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    -ms-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    -o-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeInQuad .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
        -moz-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
        -ms-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
        -o-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
        transition-timing-function: cubic-bezier(.55,.085,.68,.53)
    }
}

.ps_easeOutQuad .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    -moz-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    -ms-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    -o-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeOutQuad .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
        -moz-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
        -ms-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
        -o-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
        transition-timing-function: cubic-bezier(.25,.46,.45,.94)
    }
}

.ps_easeInOutQuad .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    -moz-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    -ms-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    -o-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeInOutQuad .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
        -moz-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
        -ms-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
        -o-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
        transition-timing-function: cubic-bezier(.455,.03,.515,.955)
    }
}

.ps_easeOutQuart .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -moz-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -ms-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -o-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeOutQuart .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
        -moz-transition-timing-function: cubic-bezier(.165,.84,.44,1);
        -ms-transition-timing-function: cubic-bezier(.165,.84,.44,1);
        -o-transition-timing-function: cubic-bezier(.165,.84,.44,1);
        transition-timing-function: cubic-bezier(.165,.84,.44,1)
    }
}

.ps_easeInOutQuart .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -moz-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -ms-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -o-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeInOutQuart .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
        -moz-transition-timing-function: cubic-bezier(.77,0,.175,1);
        -ms-transition-timing-function: cubic-bezier(.77,0,.175,1);
        -o-transition-timing-function: cubic-bezier(.77,0,.175,1);
        transition-timing-function: cubic-bezier(.77,0,.175,1)
    }
}

.ps_easeOutQuint .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
    -moz-transition-timing-function: cubic-bezier(.23,1,.32,1);
    -ms-transition-timing-function: cubic-bezier(.23,1,.32,1);
    -o-transition-timing-function: cubic-bezier(.23,1,.32,1);
    transition-timing-function: cubic-bezier(.23,1,.32,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeOutQuint .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
        -moz-transition-timing-function: cubic-bezier(.23,1,.32,1);
        -ms-transition-timing-function: cubic-bezier(.23,1,.32,1);
        -o-transition-timing-function: cubic-bezier(.23,1,.32,1);
        transition-timing-function: cubic-bezier(.23,1,.32,1)
    }
}

.ps_easeInSine .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.47,0,.745,.715);
    -moz-transition-timing-function: cubic-bezier(.47,0,.745,.715);
    -ms-transition-timing-function: cubic-bezier(.47,0,.745,.715);
    -o-transition-timing-function: cubic-bezier(.47,0,.745,.715);
    transition-timing-function: cubic-bezier(.47,0,.745,.715)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeInSine .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.47,0,.745,.715);
        -moz-transition-timing-function: cubic-bezier(.47,0,.745,.715);
        -ms-transition-timing-function: cubic-bezier(.47,0,.745,.715);
        -o-transition-timing-function: cubic-bezier(.47,0,.745,.715);
        transition-timing-function: cubic-bezier(.47,0,.745,.715)
    }
}

.ps_easeOutSine .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.39,.575,.565,1);
    -moz-transition-timing-function: cubic-bezier(.39,.575,.565,1);
    -ms-transition-timing-function: cubic-bezier(.39,.575,.565,1);
    -o-transition-timing-function: cubic-bezier(.39,.575,.565,1);
    transition-timing-function: cubic-bezier(.39,.575,.565,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeOutSine .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.39,.575,.565,1);
        -moz-transition-timing-function: cubic-bezier(.39,.575,.565,1);
        -ms-transition-timing-function: cubic-bezier(.39,.575,.565,1);
        -o-transition-timing-function: cubic-bezier(.39,.575,.565,1);
        transition-timing-function: cubic-bezier(.39,.575,.565,1)
    }
}

.ps_easeInOutSine .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
    -moz-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
    -ms-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
    -o-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
    transition-timing-function: cubic-bezier(.445,.05,.55,.95)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeInOutSine .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
        -moz-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
        -ms-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
        -o-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
        transition-timing-function: cubic-bezier(.445,.05,.55,.95)
    }
}

.ps_ease .carousel-inner > .item {
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_ease .carousel-inner > .item {
        -webkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -ms-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease
    }
}

.ps_easeInOut .carousel-inner > .item {
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeInOut .carousel-inner > .item {
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -ms-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out
    }
}

.ps_speedy .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(0,1,0,1);
    -moz-transition-timing-function: cubic-bezier(0,1,0,1);
    -ms-transition-timing-function: cubic-bezier(0,1,0,1);
    -o-transition-timing-function: cubic-bezier(0,1,0,1);
    transition-timing-function: cubic-bezier(0,1,0,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_speedy .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(0,1,0,1);
        -moz-transition-timing-function: cubic-bezier(0,1,0,1);
        -ms-transition-timing-function: cubic-bezier(0,1,0,1);
        -o-transition-timing-function: cubic-bezier(0,1,0,1);
        transition-timing-function: cubic-bezier(0,1,0,1)
    }
}

.ps_slowSpeedy .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.3,1,0,1);
    -moz-transition-timing-function: cubic-bezier(.3,1,0,1);
    -ms-transition-timing-function: cubic-bezier(.3,1,0,1);
    -o-transition-timing-function: cubic-bezier(.3,1,0,1);
    transition-timing-function: cubic-bezier(.3,1,0,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_slowSpeedy .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.3,1,0,1);
        -moz-transition-timing-function: cubic-bezier(.3,1,0,1);
        -ms-transition-timing-function: cubic-bezier(.3,1,0,1);
        -o-transition-timing-function: cubic-bezier(.3,1,0,1);
        transition-timing-function: cubic-bezier(.3,1,0,1)
    }
}

.ps_easeOutInCubic .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.22,.81,.01,.99);
    -moz-transition-timing-function: cubic-bezier(.22,.81,.01,.99);
    -ms-transition-timing-function: cubic-bezier(.22,.81,.01,.99);
    -o-transition-timing-function: cubic-bezier(.22,.81,.01,.99);
    transition-timing-function: cubic-bezier(.22,.81,.01,.99)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeOutInCubic .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.22,.81,.01,.99);
        -moz-transition-timing-function: cubic-bezier(.22,.81,.01,.99);
        -ms-transition-timing-function: cubic-bezier(.22,.81,.01,.99);
        -o-transition-timing-function: cubic-bezier(.22,.81,.01,.99);
        transition-timing-function: cubic-bezier(.22,.81,.01,.99)
    }
}

.ps_swing .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.02,.01,.47,1);
    -moz-transition-timing-function: cubic-bezier(.02,.01,.47,1);
    -ms-transition-timing-function: cubic-bezier(.02,.01,.47,1);
    -o-transition-timing-function: cubic-bezier(.02,.01,.47,1);
    transition-timing-function: cubic-bezier(.02,.01,.47,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_swing .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.02,.01,.47,1);
        -moz-transition-timing-function: cubic-bezier(.02,.01,.47,1);
        -ms-transition-timing-function: cubic-bezier(.02,.01,.47,1);
        -o-transition-timing-function: cubic-bezier(.02,.01,.47,1);
        transition-timing-function: cubic-bezier(.02,.01,.47,1)
    }
}

.ps_easeOutCubic .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -ms-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeOutCubic .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -ms-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }
}

.ps_easeInOutCubic .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    -moz-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    -ms-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    -o-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeInOutCubic .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
        -moz-transition-timing-function: cubic-bezier(.645,.045,.355,1);
        -ms-transition-timing-function: cubic-bezier(.645,.045,.355,1);
        -o-transition-timing-function: cubic-bezier(.645,.045,.355,1);
        transition-timing-function: cubic-bezier(.645,.045,.355,1)
    }
}

.ps_easeOutCirc .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -moz-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -ms-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -o-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeOutCirc .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
        -moz-transition-timing-function: cubic-bezier(.075,.82,.165,1);
        -ms-transition-timing-function: cubic-bezier(.075,.82,.165,1);
        -o-transition-timing-function: cubic-bezier(.075,.82,.165,1);
        transition-timing-function: cubic-bezier(.075,.82,.165,1)
    }
}

.ps_easeOutExpo .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    -moz-transition-timing-function: cubic-bezier(.19,1,.22,1);
    -ms-transition-timing-function: cubic-bezier(.19,1,.22,1);
    -o-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeOutExpo .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
        -moz-transition-timing-function: cubic-bezier(.19,1,.22,1);
        -ms-transition-timing-function: cubic-bezier(.19,1,.22,1);
        -o-transition-timing-function: cubic-bezier(.19,1,.22,1);
        transition-timing-function: cubic-bezier(.19,1,.22,1)
    }
}

.ps_easeInQuad .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    -moz-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    -ms-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    -o-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeInQuad .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
        -moz-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
        -ms-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
        -o-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
        transition-timing-function: cubic-bezier(.55,.085,.68,.53)
    }
}

.ps_easeOutQuad .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    -moz-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    -ms-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    -o-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeOutQuad .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
        -moz-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
        -ms-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
        -o-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
        transition-timing-function: cubic-bezier(.25,.46,.45,.94)
    }
}

.ps_easeInOutQuad .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    -moz-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    -ms-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    -o-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeInOutQuad .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
        -moz-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
        -ms-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
        -o-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
        transition-timing-function: cubic-bezier(.455,.03,.515,.955)
    }
}

.ps_easeOutQuart .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -moz-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -ms-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -o-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeOutQuart .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
        -moz-transition-timing-function: cubic-bezier(.165,.84,.44,1);
        -ms-transition-timing-function: cubic-bezier(.165,.84,.44,1);
        -o-transition-timing-function: cubic-bezier(.165,.84,.44,1);
        transition-timing-function: cubic-bezier(.165,.84,.44,1)
    }
}

.ps_easeInOutQuart .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -moz-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -ms-transition-timing-function: cubic-bezier(.77,0,.175,1);
    -o-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeInOutQuart .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
        -moz-transition-timing-function: cubic-bezier(.77,0,.175,1);
        -ms-transition-timing-function: cubic-bezier(.77,0,.175,1);
        -o-transition-timing-function: cubic-bezier(.77,0,.175,1);
        transition-timing-function: cubic-bezier(.77,0,.175,1)
    }
}

.ps_easeOutQuint .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
    -moz-transition-timing-function: cubic-bezier(.23,1,.32,1);
    -ms-transition-timing-function: cubic-bezier(.23,1,.32,1);
    -o-transition-timing-function: cubic-bezier(.23,1,.32,1);
    transition-timing-function: cubic-bezier(.23,1,.32,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeOutQuint .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
        -moz-transition-timing-function: cubic-bezier(.23,1,.32,1);
        -ms-transition-timing-function: cubic-bezier(.23,1,.32,1);
        -o-transition-timing-function: cubic-bezier(.23,1,.32,1);
        transition-timing-function: cubic-bezier(.23,1,.32,1)
    }
}

.ps_easeInSine .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.47,0,.745,.715);
    -moz-transition-timing-function: cubic-bezier(.47,0,.745,.715);
    -ms-transition-timing-function: cubic-bezier(.47,0,.745,.715);
    -o-transition-timing-function: cubic-bezier(.47,0,.745,.715);
    transition-timing-function: cubic-bezier(.47,0,.745,.715)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeInSine .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.47,0,.745,.715);
        -moz-transition-timing-function: cubic-bezier(.47,0,.745,.715);
        -ms-transition-timing-function: cubic-bezier(.47,0,.745,.715);
        -o-transition-timing-function: cubic-bezier(.47,0,.745,.715);
        transition-timing-function: cubic-bezier(.47,0,.745,.715)
    }
}

.ps_easeOutSine .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.39,.575,.565,1);
    -moz-transition-timing-function: cubic-bezier(.39,.575,.565,1);
    -ms-transition-timing-function: cubic-bezier(.39,.575,.565,1);
    -o-transition-timing-function: cubic-bezier(.39,.575,.565,1);
    transition-timing-function: cubic-bezier(.39,.575,.565,1)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeOutSine .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.39,.575,.565,1);
        -moz-transition-timing-function: cubic-bezier(.39,.575,.565,1);
        -ms-transition-timing-function: cubic-bezier(.39,.575,.565,1);
        -o-transition-timing-function: cubic-bezier(.39,.575,.565,1);
        transition-timing-function: cubic-bezier(.39,.575,.565,1)
    }
}

.ps_easeInOutSine .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
    -moz-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
    -ms-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
    -o-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
    transition-timing-function: cubic-bezier(.445,.05,.55,.95)
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .ps_easeInOutSine .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
        -moz-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
        -ms-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
        -o-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
        transition-timing-function: cubic-bezier(.445,.05,.55,.95)
    }
}

#kenburns_061 {
    overflow: hidden;
    max-height: 600px;
    position: relative;
    background: #000
}

    #kenburns_061 > .carousel-inner > .item {
        overflow: hidden
    }

        #kenburns_061 > .carousel-inner > .item > img, #kenburns_061 > .carousel-inner > .item > a > img {
            width: 100%;
            margin: auto;
            opacity: .5
        }

.ps_indicators_txt_icon > .carousel-indicators {
    top: 1%;
    right: 9%;
    left: auto;
    width: 80%;
    height: 35px;
    font-size: 0;
    cursor: e-resize;
    overflow-x: auto;
    text-align: center;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap
}

    .ps_indicators_txt_icon > .carousel-indicators li {
        width: 50px;
        height: 30px;
        border: none;
        color: #fff;
        text-indent: 0;
        padding: 0 10px;
        font-size: 12px;
        overflow: hidden;
        text-align: left;
        line-height: 30px;
        position: relative;
        letter-spacing: 1px;
        background: 0 0;
        text-transform: uppercase;
        font-family: poppins,sans-serif;
        -webkit-font-smoothing: antialiased;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-transition: all cubic-bezier(.165,.84,.44,1) .5s;
        transition: all cubic-bezier(.165,.84,.44,1) .5s
    }

        .ps_indicators_txt_icon > .carousel-indicators li:after {
            top: 0;
            right: 15%;
            content: "\f178";
            font-style: normal;
            position: absolute;
            font-weight: 400;
            font-family: FontAwesome;
            text-decoration: inherit
        }

    .ps_indicators_txt_icon > .carousel-indicators .active {
        width: 75px;
        margin: 1px;
        height: 30px;
        border: none;
        text-indent: 0;
        color: #fff;
        background: 0 0;
        border-bottom: 1px solid #fff
    }

    .ps_indicators_txt_icon > .carousel-indicators::-webkit-scrollbar {
        height: 5px
    }

    .ps_indicators_txt_icon > .carousel-indicators::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,.8);
        -webkit-border-radius: 0;
        border-radius: 0
    }

.ps_control_txt_icon .carousel-control {
    top: 10%;
    opacity: 1;
    width: 140px;
    padding: 14px 25px;
    height: 40px;
    z-index: 100;
    bottom: auto;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    line-height: 15px;
    font-weight: 400;
    overflow: visible;
    text-shadow: none;
    position: absolute;
    background: 0 0;
    font-family: poppins,sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: none;
    background: #005294;
    border-radius: 30px
}

.ps_control_txt_icon:hover .carousel-control {
    opacity: 1
}

.ps_control_txt_icon .carousel-control.left {
    left: -2%;
    right: auto
}

.ps_control_txt_icon .carousel-control.right {
    right: -2%;
    left: auto
}

.ps_control_txt_icon .carousel-control > span {
    text-transform: uppercase;
    font-family: poppins,sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all cubic-bezier(.165,.84,.44,1) .5s;
    transition: all cubic-bezier(.165,.84,.44,1) .5s
}

.ps_control_txt_icon .carousel-control.left span:after {
    top: 2px;
    left: 101px;
    opacity: 1;
    visibility: visible;
    content: "\f104";
    font-style: normal;
    position: absolute;
    font-weight: 400;
    font-family: FontAwesome;
    text-decoration: inherit;
    -webkit-transition: all cubic-bezier(.165,.84,.44,1) .5s;
    transition: all cubic-bezier(.165,.84,.44,1) .5s;
    height: 37px;
    width: 37px;
    border-radius: 50%;
    line-height: 2.1;
    font-size: 18px;
    font-weight: 600
}

.ps_control_txt_icon .carousel-control.right span:before {
    top: 2px;
    right: 101px;
    opacity: 1;
    visibility: visible;
    content: "\f105";
    font-style: normal;
    position: absolute;
    font-weight: 400;
    font-family: FontAwesome;
    text-decoration: inherit;
    -webkit-transition: all cubic-bezier(.165,.84,.44,1) .5s;
    transition: all cubic-bezier(.165,.84,.44,1) .5s;
    height: 37px;
    width: 37px;
    border-radius: 50%;
    line-height: 2.1;
    font-size: 18px;
    font-weight: 500
}

.ps_control_txt_icon .carousel-control.left:hover span:after, .ps_control_txt_icon .carousel-control.right:hover span:before {
    background: #063f6d;
    box-shadow: 0 0 5px #cccccc80
}

.kenburns_061_slide {
    top: 30%;
    left: 8%;
    width: 80%;
    right: auto;
    text-align: left;
    position: absolute;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(.165,.84,.44,1);
    animation-timing-function: cubic-bezier(.165,.84,.44,1)
}

.kenburns_061_slide_right {
    right: 8%;
    left: auto;
    text-align: right
}

.kenburns_061_slide_center {
    left: 0 !important;
    right: 0;
    margin: auto;
    text-align: center
}

.kenburns_061_slide > h1 {
    color: #fff;
    margin: 10px 0;
    font-size: 48px;
    font-weight: 700;
    text-shadow: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased
}

.kenburns_061_slide > h2 {
    margin: 0;
    color: #a3d8f1;
    font-size: 28px;
    font-weight: 400;
    text-shadow: none;
    letter-spacing: 1px;
    text-transform: capitalize;
    -webkit-font-smoothing: antialiased;
    position: relative
}

.kenburns_061_slide > h3 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-shadow: none;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: poppins,sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.3
}

    .kenburns_061_slide > h3 span {
        font-size: 16px;
        display: block
    }

.kenburns_061_slide > a, .kenburns_061_slide > a:visited {
    color: #fff;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    margin-top: 0;
    text-shadow: none;
    position: relative;
    letter-spacing: 2px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: poppins,sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: width cubic-bezier(.165,.84,.44,1) .5s;
    transition: all ease-in-out .3s
}

.kenburns_061_slide a.btn-blue {
    padding: 10px 25px;
    background: 0 0;
    border-width: 2px;
    border-color: #fff
}

    .kenburns_061_slide a.btn-blue:hover {
        background: #d60d45;
        border-color: #d60d45;
        color: #fff
    }

.kenburns_061_slide > a:hover, .kenburns_061_slide > a:active {
}

.kenburns_061_slide_right > a {
    text-align: right
}

.kenburns_061_slide_center > a {
    text-align: center
}

.kenburns_061_slide > a:after {
    top: 0;
    right: 0;
    content: "\f178";
    font-style: normal;
    position: absolute;
    font-weight: 400;
    font-family: FontAwesome;
    text-decoration: inherit;
    display: none
}

.kenburns_061_slide_right > a:after {
    left: 0;
    right: auto;
    content: "\f177"
}

@media only screen and (max-width:480px) {
    .ps_indicators_txt_icon > .carousel-indicators {
        display: none
    }

    .ps_control_txt_icon .carousel-control {
        display: none
    }

    .kenburns_061_slide {
        top: 20% !important;
        left: 5%;
        width: 100%
    }

    .kenburns_061_slide_right {
        right: 5%;
        left: auto;
        padding-left: 30px
    }

    .kenburns_061_slide_center {
        left: 0;
        right: 0
    }

    .kenburns_061_slide > h1 {
        font-size: 20px;
        margin: 10px 0
    }

    .kenburns_061_slide > h2 {
        font-size: 16px
    }

    .kenburns_061_slide > h3 {
        font-size: 14px
    }

        .kenburns_061_slide > h3 span {
            font-size: 20px
        }

    #kenburns_061 {
        height: 400px
    }

        #kenburns_061 > .carousel-inner > .item > img, #kenburns_061 > .carousel-inner > .item > a > img {
            width: auto;
            max-width: unset
        }

    .video-banner-content {
        display: none
    }
}

@media(min-width:481px) and (max-width:600px) {
    .ps_indicators_txt_icon > .carousel-indicators {
        display: none
    }

    .kenburns_061_slide > h1 {
        margin: 5px 0;
        font-size: 24px
    }

    .kenburns_061_slide > h2 {
        margin: 5px 0;
        font-size: 20px
    }

    .kenburns_061_slide > h3 {
        margin: 5px 0;
        font-size: 18px
    }
}

@media(min-width:601px) and (max-width:767px) {
    .ps_indicators_txt_icon > .carousel-indicators {
        right: 15%;
        width: 70%
    }

    .kenburns_061_slide > h1 {
        font-size: 30px
    }

    .kenburns_061_slide > h2 {
        font-size: 20px
    }

    .kenburns_061_slide > h3 {
        font-size: 24px
    }

        .kenburns_061_slide > h3 span {
            font-size: 13px
        }

    .ps_control_txt_icon .carousel-control {
        top: 3%
    }

        .ps_control_txt_icon .carousel-control.left {
            left: -4%
        }

        .ps_control_txt_icon .carousel-control.right {
            right: -4%
        }
}

@media(min-width:768px) and (max-width:991px) {
    .kenburns_061_slide > h1 {
        font-size: 36px
    }

    .kenburns_061_slide > h2 {
        font-size: 24px
    }

    .kenburns_061_slide {
        top: 27%;
        left: 5.5%
    }
}

@media(max-width:991px) {
    .kenburns_061_slide {
        animation: none
    }
}

@media(min-width:1100px) {
    .kenburns_061_slide {
        top: 25%
    }
}

.kbrns_zoomInOut > .carousel-inner > .item > img, .kbrns_zoomInOut > .carousel-inner > .item > a > img {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
    -moz-animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
    -o-animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
    -ms-animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
    animation: kbrns_zoomInOut 25s linear 0s infinite alternate
}

@-webkit-keyframes kbrns_zoomInOut {
    0% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2)
    }
}

@-moz-keyframes kbrns_zoomInOut {
    0% {
        -moz-transform: scale(1)
    }

    100% {
        -moz-transform: scale(1.2)
    }
}

@-ms-keyframes kbrns_zoomInOut {
    0% {
        -ms-transform: scale(1)
    }

    100% {
        -ms-transform: scale(1.2)
    }
}

@-o-keyframes kbrns_zoomInOut {
    0% {
        -o-transform: scale(1)
    }

    100% {
        -o-transform: scale(1.2)
    }
}

@keyframes kbrns_zoomInOut {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

#in_th_030 {
    overflow: hidden;
    max-height: 643px;
    position: relative;
    background: #000
}

    #in_th_030:hover {
        cursor: -moz-grab;
        cursor: -webkit-grab
    }

    #in_th_030:active {
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing
    }

    #in_th_030 > .carousel-inner > .item > img, #in_th_030 > .carousel-inner > .item > a > img {
        width: 100%;
        opacity: .9;
        margin: auto
    }

.in_th_brdr_img_030 > .carousel-indicators {
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    cursor: e-resize;
    overflow-x: auto;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    background: #0000007d;
    padding: 10px 0
}

    .in_th_brdr_img_030 > .carousel-indicators li {
        width: 100px;
        border: 0;
        padding: 0;
        height: 100px;
        text-indent: 0;
        cursor: pointer;
        display: inline-block;
        background-color: transparent;
        background-color: transparent;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: 0;
        margin: 0 2px;
        border: 2px solid #fff;
        opacity: .8
    }

    .in_th_brdr_img_030 > .carousel-indicators .active {
        width: 100px;
        height: 100px;
        background-color: transparent;
        opacity: 1;
        border: 2px solid #fff
    }

    .in_th_brdr_img_030 > .carousel-indicators li img {
        width: 100%
    }

    .in_th_brdr_img_030 > .carousel-indicators .active img {
        opacity: .9
    }

    .in_th_brdr_img_030 > .carousel-indicators > li > h5 {
        opacity: 0;
        left: -50px;
        color: #000;
        padding: 7px 0;
        font-size: 12px;
        font-weight: 400;
        margin: 0 0 3px;
        letter-spacing: 1px;
        white-space: normal;
        visibility: hidden;
        position: relative;
        text-transform: uppercase;
        font-family: montserrat,sans-serif;
        -webkit-font-smoothing: antialiased;
        -webkit-transition: all cubic-bezier(.23,1,.32,1) .5s;
        transition: all cubic-bezier(.23,1,.32,1) .5s
    }

        .in_th_brdr_img_030 > .carousel-indicators > li > h5:before, .in_th_brdr_img_030 > .carousel-indicators > li > h5:after, .in_th_brdr_img_030 > .carousel-indicators > li > h5 > :first-child:before, .in_th_brdr_img_030 > .carousel-indicators > li > h5 > :first-child:after {
            width: 15px;
            height: 15px;
            content: '';
            position: absolute;
            border-style: solid;
            border-color: #000
        }

        .in_th_brdr_img_030 > .carousel-indicators > li > h5:before {
            top: 0;
            left: 0;
            border-width: 1px 0 0 1px
        }

        .in_th_brdr_img_030 > .carousel-indicators > li > h5:after {
            top: 0;
            right: 0;
            border-width: 1px 1px 0 0
        }

        .in_th_brdr_img_030 > .carousel-indicators > li > h5 > :first-child:before {
            right: 0;
            bottom: 0;
            border-width: 0
        }

        .in_th_brdr_img_030 > .carousel-indicators > li > h5 > :first-child:after {
            left: 0;
            bottom: 0;
            border-width: 0
        }

    .in_th_brdr_img_030 > .carousel-indicators .active h5 {
        left: 0;
        opacity: 1;
        visibility: visible
    }

    .in_th_brdr_img_030 > .carousel-indicators::-webkit-scrollbar {
        margin: 0;
        padding: 0;
        width: 5px;
        height: 5px;
        background: rgba(0,0,0,.3)
    }

    .in_th_brdr_img_030 > .carousel-indicators::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: rgba(255,255,255,.7)
    }

@media screen and (min-width:768px) {
    .in_th_brdr_img_030 > .carousel-indicators {
        bottom: 0
    }
}

@media(max-width:639px) {
    .in_th_brdr_img_030 > .carousel-indicators {
        display: none
    }
}

.in_th_030_slide {
    top: 25%;
    left: 10%;
    right: auto;
    width: 250px;
    height: auto;
    margin: auto;
    padding: 25px;
    text-align: center;
    position: absolute;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.in_th_030_slide_right {
    right: 10%;
    left: auto;
    text-align: center
}

.in_th_030_slide_center {
    left: 0;
    right: 0;
    text-align: center
}

.in_th_030_slide:before, .in_th_030_slide:after, .in_th_030_slide > :first-child:before, .in_th_030_slide > :first-child:after {
    width: 50px;
    height: 50px;
    content: '';
    position: absolute;
    border-style: solid;
    border-color: #000
}

.in_th_030_slide:before {
    top: 0;
    left: 0;
    border-width: 2px 0 0 2px
}

.in_th_030_slide:after {
    top: 0;
    right: 0;
    border-width: 2px 2px 0 0
}

.in_th_030_slide > :first-child:before {
    right: 0;
    bottom: 0;
    border-width: 0
}

.in_th_030_slide > :first-child:after {
    left: 0;
    bottom: 0;
    border-width: 0
}

.in_th_030_slide > h1 {
    color: #000;
    font-size: 25px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: montserrat,sans-serif
}

.in_th_030_slide > h2 {
    color: #000;
    font-size: 50px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: montserrat,sans-serif
}

.in_th_030_slide > a, .in_th_030_slide > a:visited {
    color: #000;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: montserrat,sans-serif;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all cubic-bezier(.23,1,.32,1) .7s;
    transition: all cubic-bezier(.23,1,.32,1) .7s
}

    .in_th_030_slide > a:hover, .in_th_030_slide > a:active {
        color: #ff4343
    }

@media only screen and (max-width:480px) {
    .in_th_brdr_img_030 > .carousel-indicators > li > h5 {
        display: none
    }

    .in_th_030_slide {
        top: 7%
    }

        .in_th_030_slide > h1 {
            font-size: 25px
        }

        .in_th_030_slide > h2 {
            font-size: 20px
        }
}

@media(min-width:481px) and (max-width:600px) {
    .in_th_brdr_img_030 > .carousel-indicators > li > h5 {
        display: none
    }
}

@media(min-width:601px) and (max-width:767px) {
    .in_th_brdr_img_030 > .carousel-indicators > li > h5 {
        font-size: 7px
    }
}

.range-slider {
    margin: 13px 0
}

    .range-slider .ui-slider {
        position: relative;
        text-align: left
    }

    .range-slider label {
        font-size: 13px;
        color: #4a4747;
        font-weight: 600;
        margin-bottom: 12px
    }

    .range-slider .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        cursor: w-resize;
        outline: none;
        top: -5px;
        margin-left: -8px;
        box-shadow: none !important;
        background: #fff;
        border: 1px solid #ccc;
        transition: inherit
    }

    .range-slider .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        display: block;
        border: 0;
        background-position: 0 0;
        background: #005294
    }

    .range-slider .ui-slider .ui-slider-handle {
    }

    .range-slider .ui-widget-content {
        background-color: #ccc
    }

    .range-slider .ui-widget-header {
    }

    .range-slider .ui-slider.ui-state-disabled .ui-slider-handle, .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit
    }

    .range-slider .ui-slider-horizontal {
        height: 4px;
        border-radius: 10px;
        width: calc(100% - 16px);
        margin-left: 8px
    }

        .range-slider .ui-slider-horizontal .ui-slider-range {
            top: 0;
            height: 100%
        }

        .range-slider .ui-slider-horizontal .ui-slider-range-min {
            left: 0
        }

        .range-slider .ui-slider-horizontal .ui-slider-range-max {
            right: 0
        }

.min-value:focus, .max-value:focus, .min-value, .max-value {
    width: 40%;
    display: inline-block;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 12px 0 0;
    cursor: default
}

.min-value {
    float: left;
    margin-left: -8px;
    width: 50%;
    margin-right: -8px;
    font-size: 11px;
    font-weight: 700;
    margin-top: 15px
}

.max-value {
    float: right;
    width: 50%;
    text-align: right;
    margin-right: -8px;
    font-size: 11px;
    font-weight: 700;
    margin-top: 15px
}

@keyframes modal-video {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modal-video-inner {
    from {
        transform: translate(0,100px)
    }

    to {
        transform: translate(0,0)
    }
}

.psonmarg {
    color: #f0ffff
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.modal-video-close {
    opacity: 0
}

    .modal-video-close .modal-video-movie-wrap {
        -webkit-transform: translate(0,100px);
        -moz-transform: translate(0,100px);
        -ms-transform: translate(0,100px);
        -o-transform: translate(0,100px);
        transform: translate(0,100px)
    }

.modal-video-body {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table
}

.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video-inner;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

    .modal-video-movie-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: 0 0
}

    .modal-video-close-btn:before {
        transform: rotate(45deg)
    }

    .modal-video-close-btn:after {
        transform: rotate(-45deg)
    }

    .modal-video-close-btn:before, .modal-video-close-btn:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -1px;
        background: #fff;
        border-radius: 5px;
        margin-top: -6px
    }

/*!* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
*
* Copyright 2013-2016 bootstrap-select
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)*/
select.bs-select-hidden, select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px\9
}

    .bootstrap-select > .dropdown-toggle {
        width: 100%;
        padding-right: 25px;
        z-index: 1
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
            color: #999
        }

    .bootstrap-select > select {
        position: absolute !important;
        bottom: 0;
        left: 50%;
        display: block !important;
        width: .5px !important;
        height: 100% !important;
        padding: 0 !important;
        opacity: 0 !important;
        border: 0
    }

        .bootstrap-select > select.mobile-device {
            top: 0;
            left: 0;
            display: block !important;
            width: 100% !important;
            z-index: 2
        }

.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: 0
}

    .bootstrap-select.form-control:not([class*=col-]) {
        width: 100%
    }

    .bootstrap-select.form-control.input-group-btn {
        z-index: auto
    }

        .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
            border-radius: 0
        }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

    .bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
        float: right
    }

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
    cursor: not-allowed
}

    .bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
        outline: 0 !important
    }

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important
}

    .bootstrap-select.btn-group.bs-container .dropdown-menu {
        z-index: 1060
    }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .bootstrap-select.btn-group .dropdown-menu.inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .bootstrap-select.btn-group .dropdown-menu li {
        position: relative
    }

        .bootstrap-select.btn-group .dropdown-menu li.active small {
            color: #fff
        }

        .bootstrap-select.btn-group .dropdown-menu li.disabled a {
            cursor: not-allowed
        }

        .bootstrap-select.btn-group .dropdown-menu li a {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .bootstrap-select.btn-group .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
                display: none
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.text {
                display: inline-block
            }

        .bootstrap-select.btn-group .dropdown-menu li small {
            padding-left: .5em
        }

    .bootstrap-select.btn-group .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        pointer-events: none;
        opacity: .9;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204,204,204,.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204,204,204,.2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
    display: block
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .bs-actionsbox .btn-group button {
        width: 50%
    }

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .bs-donebutton .btn-group button {
        width: 100%
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.responsiveimgclass {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

.majidbold {
    font-weight: bold;
}


.majidbold {
    font-weight: bold;
}

.Package-para {
    font-size:large;
    color:red
       
}

.liclass{

    font-size:small;
    color:red
}
.majidnewpackages1{
    font-size:large;
    color:blue

}

.booking a {
    color: #000;
    text-decoration: none;
    text-align:;
}

.booking .fa {
    margin: 0 10px;
}
.fa, .fas {
    font-weight: 900;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.booking {
    z-index: 900;
    position: fixed;
    bottom: 0;
    font-size: 16px;
    padding-bottom: 5px;
    left: 0;
    right: 205px;
    text-align: center;
}

*, ::after, ::before {
    box-sizing: border-box;
}
a:hover {
    color: #34c0e7;
    text-decoration: underline;
}

.booking li {
    margin-bottom: 8px;
    color: #000;
    background-color: #ffe40b;
    padding: 8px;
    display: inline;
}

