/*******************************************************
    Template Name    : Tulip - Travel Agency Landing Page Template
    Author           : Cute
    Version          : 1.0
    Created          : 2020
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Style
    03.Navber Style
    04.Home Section Style
    05.Tour Section Style
    06.About Section Style
    07.Destination Section Style
    08.Choose Us Section Style
    09.News Section Style
    10.Testimonial Section Style
    11.Contact Section Style
    12.Map Section Style
    13.Footer Section Style
 *************************************/

/**************************************
 * 01. Generale Style
 *************************************/

:root {
    --px30: 16px;
}

body {
    background: #fefefe;
    /* background: #f6f6f6; */
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #333;
    line-height: 1.4;
}

a {
    color: #ff2b73;
    text-decoration: none !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

img {
    max-width: 100%;
}

a:hover {
    color: #ff2b73;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
    color: #ff2b73;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
    /* border-bottom: 1px solid #ff2b73; */
    border: 1px solid #886ab5;
}

.btn:focus {
    outline: none !important;
}

button:focus {
    outline: 0 none;
}

.button:focus {
    outline: 0;
}

.button {
    display: inline-block;
    padding: 9px 33px;
    color: #fff;
    background: #ff2b73;
    border: 2px solid #ff2b73;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 600;
    transition: all 500ms ease;
    cursor: pointer;
    margin-top: 30px;
    border-radius: 30px;
}

.button:hover {
    background-color: transparent;
    color: #000;
    border: 2px solid #ff2b73;
    transition: all 500ms ease;
}

dl, ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.section-padding {
    padding: 100px 0;
    min-height: calc(100vh - 86px);
    /* padding-top: 130px; */
}

.section-title {
    text-align: center;
    margin-bottom: 75px;
}

.section-title h2 {
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
    font-size: 40px;
    color: #404040;
}

.section-title p {
    font-size: 15px;
    margin-top: 20px;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #ff2b73;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px!important;
    text-align: center;
    line-height: 1;
    font-size: 24px;
    border-radius: 50%;
    right: 25px;
    bottom: 20px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top em, .back-to-top-save em {
    padding-top: 8px;
    color: #fff;
}

.back-to-top-save {
    position: fixed;
    display: inline;
    background: #ff2b73;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px!important;
    text-align: center;
    line-height: 1;
    font-size: 24px;
    border-radius: 50%;
    right: 25px;
    bottom: 75px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top-add {
    position: fixed;
    display: inline;
    background: #ff2b73;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px!important;
    text-align: center;
    line-height: 1;
    font-size: 24px;
    border-radius: 50%;
    right: 25px;
    bottom: 130px;
    transition: background 0.5s;
    z-index: 11;
}

/**************************************
 * 02.Preloader Style
 *************************************/

.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999;
}

.loader {
    height: 1px;
    background-color: #fff;
    position: absolute;
    z-index: 9999;
}

/**************************************
 * 03.Navber Style
 *************************************/

.navbar-b {
    transition: all .5s ease-in-out;
    background-color: transparent;
    /* padding-top: 1.563rem;
    padding-bottom: 1.563rem; */
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #fff;
}

.navbar-b {
    /* .navbar-reduce */
    /* box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06); */
    box-shadow: 0px 5px 25px 0px rgba(123, 123, 123, 0.2)
}

.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
    position: relative;
    padding-right: 0;
    padding-left: 10px;
}

.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
    /* color: #fff; */
    /* text-transform: capitalize; */
    color: #585858;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 4px;
    /* line-height: 32px; */
}

.navbar-b.navbar-trans .nav-link:hover, .navbar-b.navbar-reduce .nav-link:hover {
    color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover {
    color: #ff2b73;
}

.navbar-b.navbar-trans .show>.nav-link, .navbar-b.navbar-trans .active>.nav-link, .navbar-b.navbar-trans .nav-link.show, .navbar-b.navbar-trans .nav-link.active {
    /* color: #fff; */
}

.navbar-b.navbar-reduce {
    transition: all .5s ease-in-out;
    background-color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}

.navbar-b.navbar-reduce .nav-link {
    color: #585858;
}

.navbar-b.navbar-reduce .nav-link:hover {
    color: #ff2b73;
}

.navbar-b.navbar-reduce .show>.nav-link, .navbar-b.navbar-reduce .active>.nav-link, .navbar-b.navbar-reduce .nav-link.show, .navbar-b.navbar-reduce .nav-link.active {
    /*color: #ff2b73;*/
}

.navbar-b.navbar-reduce .navbar-brand {
    color: #ff2b73;
}

.navbar-b.navbar-reduce .navbar-toggler span {
    background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
    /* color: #fff; */
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    /* flex: auto; */
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu, .navbar-b .dropdown.show .dropdown-menu, .navbar-b .dropdown-btn.show .dropdown-menu {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    visibility: visible !important;
}

.navbar-b .dropdown-menu {
    margin: 1.12rem 0 0;
    border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
    padding: .7rem 1.7rem;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
    background-color: #ff2b73;
    color: #fff;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
    background-color: #ff2b73;
}

.navbar-toggler {
    position: relative;
}

.navbar-toggler:focus, .navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

/**************************************
 * 04.Home Section Style
 *************************************/

.header-text h1 {
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
}

.header-text p {
    color: #ffffff;
    font-size: 18px;
    margin-top: 15px;
}

.slide__button-link {
    background: #ff2b73;
}

.slide__button-link:hover {
    background-color: transparent;
    color: #fff;
    border: 2px solid #ff2b73;
}

/**************************************
 * 05.Tour Section Style
 *************************************/

.single-tour {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.single-tour-info {
    display: flex;
    align-items: initial;
    /* justify-content: center; */
    flex-direction: column;
    height: 100%;
}

.single-tour-info h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.single-tour-info ul li i {
    display: inline-block;
    font-size: 14px;
    color: #676767;
}

.single-tour-info ul li p {
    display: inline-block;
    padding-left: 5px;
    color: #333;
    font-weight: 500;
}

.single-tour-btn {
    text-align: center;
}

.single-tour-info .button {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
    box-shadow: 0px 2px 15px 3px rgba(171, 218, 255, 0.29);
    margin-top: 20px;
    padding: 6px 30px;
    border-radius: 30px;
}

.single-tour-info .button:hover {
    background: #ff2b73;
    color: #fff;
}

/* Hover Rollover Text Effect */

.single-tour-info ul .roll-text {
    position: relative;
    color: #ff2b73;
    margin-top: 7px;
}

.single-tour-info ul .roll-text {
    position: relative;
}

.single-tour-info ul .roll-text span {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single-tour-info ul .roll-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    opacity: 0;
    -webkit-transition: .4s, opacity .6s;
    -moz-transition: .4s, opacity .6s;
    -o-transition: .4s, opacity .6s;
    transition: .4s, opacity .6s;
}

/* :before */

.single-tour-info ul .roll-text:before {
    content: attr(data-hover);
    -webkit-transform: translate(-30%, 0);
    -moz-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    -o-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
}

/* Span on :hover and :active */

.single-tour-info:hover ul .roll-text span, .single-tour-info:active ul .roll-text span {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
}

.single-tour-info:hover ul .roll-text:before {
    opacity: 1;
    -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-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.mt-10 {
    margin-top: 10px;
}

.mr-top-30, .mt-30 {
    margin-top: 30px;
}

.mr-bottom-30, .mb-30 {
    margin-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.tour-more-btn {
    margin-top: 30px;
}

/**************************************
 * 06.About Section Style
 *************************************/

.about-area {
    padding: 100px 0;
    background: #f9fafc;
}

.about-content {
    background: #fff;
    padding: 70px 40px;
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.09);
    padding-right: 150px;
}

.about-content h2 {
    font-size: 33px;
    font-weight: 800;
    color: #404040;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.about-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #404040;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.counter-item {
    margin-top: 20px;
    text-align: left;
}

.single-counter .counter-number {
    font-size: 33px;
    font-weight: 800;
    color: #444;
    margin-bottom: 10px;
    display: block;
    line-height: 1;
}

.single-counter .counter-heading {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.about-images {
    margin-left: -130px;
}

.about-images img {
    position: relative;
}

.about-images .video-btn {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    display: block;
    color: #ff2b73;
    text-align: center;
    background: #fff;
    margin: auto;
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin-left: -70px;
}

.about-images .video-btn {
    border-radius: 50%;
    display: block;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
}

.about-images .video-btn:hover {
    color: #fff;
    background: #ff2b73;
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

/**************************************
 * 07.Destination Section Style
 *************************************/

.destination-area {
    padding-top: 100px;
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}

/* shadow-text Section Style */

.shadow-text-area {
    padding-top: 100px;
}

.shadow-title {
    position: absolute;
    left: -120px;
    top: -122px;
    content: "";
    z-index: -1;
}

.shadows {
    text-shadow: -15px 5px 20px #dbe9ff;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: -0.05em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    font-size: 200px;
    transition: all 0.25s ease-out;
    display: block;
    font-weight: 700;
}

/* shadow-text Section End */

.single-destination {
    position: relative;
}

.single-destination:before {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .2;
    z-index: 0;
    background: rgb(0, 0, 0);
    transition: all .3s;
}

.single-destination:hover:before {
    opacity: .4;
    transition: all .3s;
}

.destination-title {
    margin-bottom: 50px;
    text-align: center;
}

.destination-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    color: #404040;
}

.single-destination .image-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 30px 20px 30px;
}

.image-caption .destination-rating li {
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 600;
}

.image-caption .destination-rating li i {
    color: #FF9800;
}

.single-destination .image-caption h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.single-destination .image-caption h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-destination .price-box {
    top: 0 !important;
    right: 0;
    bottom: unset;
    margin: 30px;
}

.single-destination {
    margin-bottom: 30px;
    border-radius: 3px;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.05);
    display: block;
}

.price-box {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    background: #fff;
}

.price-box:before {
    position: absolute;
    bottom: 14px;
    left: 5px;
    content: "";
    width: 35px;
    height: 33px;
    transform: rotate(63deg);
    z-index: 0;
    border-top: 10px solid rgba(156, 39, 176, 0);
    border-left: 20px solid rgba(255, 255, 255, 0.85);
}

.price-box h6 {
    font-size: 14px;
    font-weight: 600;
}

/**************************************
 * 08.Choose Us Section Style
 *************************************/

.choose-area {
    background: #f9fafc;
}

.choose-title {
    padding-top: 150px;
}

.choose-title h2 {
    font-size: 33px;
    font-weight: 800;
    color: #404040;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.choose-left-side {
    padding-right: 0px;
}

.icon-block .icon {
    padding-bottom: 15px;
    width: 50px;
    margin: 0 auto;
}

.icon-block h3 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 18px;
    color: #404040;
    margin-bottom: 15px;
}

.icon-block p {
    line-height: 23px;
}

.icon-block {
    background-color: #fff;
    box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.08);
    padding: 30px 20px;
    border-radius: 3px;
    text-align: center;
}

.color1-block {
    margin-top: 55px;
}

.color3-block {
    margin-top: 30px;
}

.color4-block {
    margin-top: -25px;
}

/**************************************
 * 09.News Section Style
 *************************************/

.blog {
    background: #fff;
}

.blog .item .post-img {
    overflow: hidden;
    position: relative;
}

.blog .item .post-img:hover .img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.blog .item .post-img .img {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.blog .item .cont {
    background: #fff;
    padding: 20px 20px;
    width: 90%;
    float: right;
    margin-top: -45px;
    z-index: 1;
    position: relative;
    box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.05);
}

.blog .item .cont h6 a {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #525252;
    display: block;
}

.blog .item .cont h6 a:hover {
    color: #ff2b73;
}

.blog .item .cont h5 {
    font-size: 40px;
    margin-bottom: 5px;
}

.blog .item .info a {
    font-size: 13px;
    color: #676767;
    letter-spacing: 2px;
}

.blog .item .info a {
    margin-right: 0px;
}

.blog .item .info a:last-child {
    margin-right: 0;
}

.blog .item .info b {
    color: #ff2b73;
    padding-right: 5px;
    letter-spacing: 4px;
}

/**************************************
 * 10.Testimonial Section Style
 *************************************/

.testimonial-area {
    background: #f9fafc;
}

.single-testimonial .testi-content-inner {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.1);
    box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.1);
    padding: 15px 25px;
    border-radius: 3px;
    z-index: 1;
    opacity: .5;
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.testimonial-area .owl-carousel .active.center .single-testimonial .testi-content-inner {
    opacity: 1;
    transform: scale3d(1.0, 1.0, 1);
    -webkit-transform: scale3d(1.0, 1.0, 1);
}

.single-testimonial .testi-content-inner::before {
    content: "";
    position: absolute;
    right: 100px;
    bottom: 7px;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.03);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    z-index: -2;
}

.single-testimonial .testi-content-inner::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 750px;
    height: 750px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.03);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    z-index: -2;
}

.single-testimonial .testimonial-bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-testimonial .testimonial-bio .avatar img {
    border-radius: 50%;
    border: 8px solid #ffffff;
    /* width: 80px; */
    max-width: 100px;
    margin: 0 auto;
}

.single-testimonial .testimonial-bio .bio-info {
    margin-left: 10px;
}

.single-testimonial .testimonial-bio .bio-info .name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
}

.single-testimonial .testimonial-bio .bio-info span {
    font-size: 15px;
}

.single-testimonial .testimonial-content {
    margin-bottom: 25px;
    text-align: center;
}

.single-testimonial .testimonial-content p {
    font-size: 14px;
    font-weight: 500;
}

.single-testimonial .testi-content-inner .testimonial-rating-location {
    display: block;
    margin-bottom: 25px;
}

.single-testimonial .testi-content-inner .rating {
    display: inline-block;
    float: right;
}

.single-testimonial .testi-content-inner .rating li {
    display: inline-block;
    font-size: 15px;
    color: #fdae04;
}

.single-testimonial .testi-content-inner .location i {
    font-size: 15px;
    padding-right: 5px;
}

.single-testimonial .testi-content-inner .location {
    display: inline-block;
    text-align: left;
}

.testimonial-area .owl-carousel .owl-nav {
    margin: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}

.testimonial-area .owl-carousel .owl-nav .owl-prev, .testimonial-area .owl-carousel .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    color: #2154cf;
    font-size: 14px;
    height: 40px;
    padding: 0;
    position: relative;
    width: 40px;
    border-radius: 25px;
    border: 5px solid #FFFFFF;
    background: #f9fafc;
}

.testimonial-area .owl-carousel .owl-nav .owl-prev, .testimonial-area .owl-carousel .owl-nav .owl-next {
    color: #000000;
}

.testimonial-area .owl-carousel .owl-nav .owl-prev:hover, .testimonial-area .owl-carousel .owl-nav .owl-next:hover {
    background: #0000000a none repeat scroll 0 0;
    color: #2154cf;
}

.testimonial-area .owl-carousel .owl-nav .owl-prev {
    box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.3);
    left: -235px;
}

.testimonial-area .owl-carousel .owl-nav .owl-next {
    box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.3);
    right: -135px;
}

/**************************************
 * 11.Contact Section Style
 *************************************/

#contact-area {}

.contact-information-title h3 {
    font-size: 24px;
    font-weight: 700;
}

.contact-details h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 25px;
}

.contact-details p {
    font-size: 14px;
    font-weight: 500;
}

/* Contact Form */

.contact-area .contact-area-info .item {
    text-align: center;
}

.contact-area .contact-area-info .item .icon {
    font-size: 40px;
    color: #ff2b73;
}

.contact-area .contact-area-info .item .cont {
    margin-bottom: 0px;
}

.contact-area .contact-area-info .item .cont p {
    color: #ff2b73;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
}

.contact-area .form input, .contact-area .form textarea {
    width: 100%;
    padding: 10px 20px;
    padding-left: 0;
    border: 0;
    color: #333;
    background-color: transparent;
    font-weight: 600;
    border-radius: 0;
    border-bottom: 1px solid #505050;
}

#contact-form .button {
    margin: 0;
}

.form-group {
    margin-bottom: 20px;
}

.contact-area .item p i {
    font-size: 15px;
    color: #ff2b73;
    padding-right: 8px;
}

button, input, textarea {
    color: #505050;
}

button, input, textarea:focus {
    border: none;
    outline: none;
}

.contact-form .form-message.success {
    background: #03b103;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

.contact-form .form-message.error {
    background: #ff4d15;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

/**************************************
 * 12. Map Section Style
 *************************************/

.map-contact #map {
    position: relative;
    width: 100%;
    height: 500px;
    border: 0;
    margin-bottom: -10px;
}

/**************************************
 * 13.Footer Section Style
 *************************************/

.footer-top-area {
    padding: 70px 0;
}

.footer-top-area {
    background: #222629;
}

.footer-top-area .footer-logo-box {
    padding-right: 50px;
}

.footer-top-area .footer-logo-box p {
    color: #fff;
}

.footer-top-area .footer-logo {
    width: 50%;
    margin-bottom: 25px;
}

.footer-top-area h5 {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.footer-top-area .list-menu li a {
    color: #bbb;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    position: relative;
    overflow: hidden;
}

.footer-link .list-menu li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 600;
}

.footer-link .list-menu li a span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-weight: 600;
    width: 100%;
    color: #fff;
    display: block;
}

.footer-link .list-menu li a:hover span, .footer-link .list-menu li a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.footer-top-area .Subscribe-form .form-group {
    margin-bottom: 0;
}

.footer-top-area .Subscribe-form .form-group .form-control {
    margin-bottom: 0;
    height: 45px;
    font-size: 15px;
    width: 60%;
    float: left;
    border: 2px solid #fff;
    border-right: 0;
    background: #171717;
    border-radius: 0;
}

.footer-top-area .Subscribe-form .form-group .subscribe-button {
    float: left;
    height: 45px;
    width: 30%;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    font-weight: 600;
    border: 1px solid #ffffff;
    background: #ffffff;
    transition: all 500ms ease;
    cursor: pointer;
    color: #000;
    padding: 2px 2px;
}

.footer-payment h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-Subscribe {
    margin-bottom: 20px;
    overflow: hidden;
}

.footer-payment ul li {
    display: inline-block;
    margin-right: 5px;
}

.footer-payment ul li img {
    width: 50px;
    background: #eceff1;
    padding: 0 8px;
    border-radius: 3px;
}

.footer-bottom {
    padding: 30px 0;
    background: #1d2123;
}

.footer-social-list ul li {
    display: inline-block;
}

.footer-social-list ul li a {
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    font-weight: 500;
}

.footer-social-list ul li a:hover {
    color: #ff2b73;
}

.copyright-text {
    font-size: 14px;
}

.copyright-text p {
    color: #fff;
}

.app-list {
    margin: 0 auto;
    display: block;
    width: 21.875rem!important;
    /* height: 22.5rem!important; */
    /* font-size: 0; */
    padding: .5rem 1rem;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.app-list>li {
    display: inline-block;
    text-align: center;
    padding: 0;
}

.app-list-item {
    /* height: 5.9375rem; */
    width: 6.25rem;
    display: block;
    text-decoration: none;
    color: #666;
    margin: 10px 2px;
    border: 1px solid transparent!important;
    outline: 0;
    border-radius: 3px;
    padding-top: 8px;
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hover-white:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 33, 41, .03)), to(rgba(29, 33, 41, .04)));
    background-image: linear-gradient(rgba(29, 33, 41, .03), rgba(29, 33, 41, .04))
}

.hover-white:active {
    background: #e7e7e7
}

.show>.dropdown-scale {
    opacity: 1!important;
    transform: scale(1)!important;
}

.dropdown-scale {
    display: block;
    opacity: 0;
    padding: 0;
    transform: scale(0)!important;
    transition: all .3s;
    backface-visibility: hidden!important;
    transform-origin: top left!important;
}

.dropdown-menu-right {
    right: 0!important;
    left: auto!important;
}

.bg-vk {
    color: #fff;
    background-color: #507299;
    border-color: #507299;
}

.bg-facebook {
    color: #fff;
    background-color: #597da3;
    border-color: #597da3;
}

.bg-google {
    color: #fff;
    background-color: #FF5252;
    border-color: #FF5252;
}

.bg-odnoklassniki {
    color: #fff;
    background-color: #ee8308;
    border-color: #ee8308;
}

.bg-yandex {
    font-size: 200%;
    color: #e61400;
    background-color: #eaeaea;
    border-color: #eaeaea;
}

.bg-mail-ru {
    color: #ffa930;
    background-color: #168de2;
    border-color: #168de2;
}

.bg-clearstoragesocial {
    color: #777;
    background-color: transporent;
    border-color: transporent;
}

.theme-dark .bg-clearstoragesocial {
    color: #f1f1f1;
}

.btn-transporent {
    color: #777;
    /* color: #585858; */
    background-color: transporent;
    border-color: transporent;
}

.color-vk {
    color: #507299;
}

.color-facebook {
    color: #597da3;
}

.color-google {
    color: #FF5252;
}

.header-icon {
    color: #666;
    /* height:4.125rem; */
    display: block;
    line-height: 4.125rem;
    text-decoration: none;
    position: relative
}

.header-icon:not(.btn) {
    /* min-width:3.125rem; */
    text-align: center;
    overflow: visible
}

.header-icon:not(.btn)>.ni:first-child, .header-icon:not(.btn)>[class*=fa-]:first-child {
    color: #886ab5;
    vertical-align: middle
}

.header-icon:not(.btn)>[class*=fa-]:first-child {
    font-size: 21px
}

.header-icon:not(.btn)>.ni:first-child {
    font-size: 21px
}

.header-icon:not(.btn):hover>.ni, .header-icon:not(.btn):hover>[class*=fa-]:only-child {
    color: #404040
}

.header-icon:not(.btn)[data-toggle=dropdown][data-toggle=dropdown]:after {
    content: " ";
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    background: #dae1e8;
    border-radius: 50%;
    top: 1.3125rem;
    z-index: -1;
    left: .9375rem;
    opacity: 0;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.header-icon:not(.btn)[data-toggle=dropdown][aria-expanded=true] {
    color: #404040;
    position: relative;
    z-index: 1001;
    font-weight: 500
}

.header-icon:not(.btn)[data-toggle=dropdown][aria-expanded=true]:after {
    content: " ";
    width: 2.5rem;
    height: 2.5rem;
    top: .8125rem;
    z-index: -1;
    left: .3125rem;
    opacity: 1
}

.header-icon:not(.btn)[data-toggle=dropdown][aria-expanded=true]>.ni:first-child, .header-icon:not(.btn)[data-toggle=dropdown][aria-expanded=true]>[class*=fa-]:first-child {
    color: #404040!important;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background: 0 0
}

.header-icon:not(.btn)[data-toggle=dropdown]+.dropdown-menu {
    position: absolute;
    border: 0 solid #ccc;
    right: 2rem;
    top: 4.0625rem!important;
    left: auto!important;
    padding: 0;
    margin: 0
}

.header-icon:not(.btn) .profile-image {
    width: 2rem;
    height: auto
}

.header-icon:hover {
    cursor: default;
    color: #404040
}

.profile-image {
    width: 3.125rem;
    height: auto;
    display: inline-block;
    z-index: 2;
    position: relative
}

.press-scale-down {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.press-scale-down:active {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.single-testimonial .testi-content-inner2 {
    /* overflow: hidden; */
    position: relative;
    background: #ffffff;
    /* -webkit-box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.1); */
    /* box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.1); */
    /* padding: 15px 25px; */
    border-radius: 3px;
    z-index: 1;
    /* opacity: .5; */
    /* transform: scale3d(0.8, 0.8, 1); */
    /* -webkit-transform: scale3d(0.8, 0.8, 1); */
    /* transition: all 0.3s ease-in-out; */
    /* -webkit-transition: all 0.3s ease-in-out; */
    -moz-transition: all 0.3s ease-in-out;
}

.initial64 {
    width: 64px!important;
    height: 64px!important;
    line-height: 62px;
}

.initial48 {
    width: 48px!important;
    height: 48px!important;
    line-height: 48px;
}

.initial32 {
    width: 32px!important;
    height: 32px!important;
    line-height: 32px;
}

.icon-fw, .icons-list>li, .initial128, .initial16, .initial24, .initial32, .initial40, .initial48, .initial64, .initial8, .initial80, .initial96 {
    display: inline-block;
    text-align: center;
}

.initial128, .initial16, .initial24, .initial32, .initial40, .initial48, .initial64, .initial8, .initial80, .initial96 {
    border-radius: 50%;
}

.single-tour-img span {
    height: 260px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background-size: cover;
}

.btn-outline-danger {
    color: #ff2b73;
    border-color: #ff2b73
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ff2b73;
    border-color: #ff2b73
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(253, 57, 149, .5);
    box-shadow: 0 0 0 .2rem rgba(253, 57, 149, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff2b73;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff2b73;
    border-color: #ff2b73
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(253, 57, 149, .5);
    box-shadow: 0 0 0 .2rem rgba(253, 57, 149, .5)
}

.btn-pills {
    border-radius: 30px;
    transition: all 500ms ease;
}

.navbar-profile-image {
    width: 40px;
    height: auto;
    display: inline-block;
    z-index: 2;
    position: relative;
}

.navbar-profile-mdi30px:before {
    font-size: 30px;
    line-height: 18px;
    padding-top: 12px;
}

/* Карта */

.leaflet-pane {
    z-index: 8;
}

.leaflet-top, .leaflet-bottom {
    z-index: 9;
}

.legend {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.9);
    line-height: 18px;
    border-radius: 2px;
    color: #555;
    /*    width: 250;
    border: 2px solid rgba(0,0,0,0.2);*/
}

.legend i {
    color: #777;
    width: 0px;
    height: 18px;
    float: left;
    margin-left: -8px;
    margin-right: 8px;
    opacity: 0.7;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: 0px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.select2-container--default .select2-selection--single {
    border-radius: var(--px30);
}

.select2-container--default .select2-selection--multiple {
    border-radius: var(--px30);
}

/* .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: var(--px30);
} */

/* .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0;
} */

.select2-dropdown {
    border-radius: var(--px30);
}

.form-control {
    border-radius: var(--px30);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: var(--px30);
}

.leaflet-bar {
    border: 0 solid rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.leaflet-left .leaflet-control {
    margin-left: 16px;
}

.leaflet-top .leaflet-control {
    margin-top: 16px;
}

.leaflet-right .leaflet-control {
    margin-right: 16px;
}

/**
 * Cards
 */

.cardbox {
    position: relative;
    /* border-radius: 3px; */
    border-radius: var(--px30);
    background-color: #fff;
    /* box-shadow: 0px 5px 25px 0px rgba(123, 123, 123, 0.1); */
    box-shadow: 0px 5px 25px 0px rgba(123, 123, 123, 0.2);
    margin-bottom: 8px;
}

@media only screen and (min-width: 480px) {
    .cardbox {
        margin-bottom: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .cardbox {
        margin-bottom: 24px;
    }
}

.cardbox .cardbox-heading {
    padding: 16px;
    /* padding: 16px 16px 0px 16px; */
    margin: 0;
}

.cardbox .cardbox-heading>.cardbox-title {
    margin: 0;
    font-size: 18px;
}

.cardbox .cardbox-heading>.cardbox-icon {
    float: right;
    color: rgba(255, 255, 255, 0.87);
    font-size: 20px;
}

.cardbox .cardbox-heading>small {
    font-size: .85rem;
    color: rgba(162, 162, 162, 0.92);
    letter-spacing: .01em;
}

.cardbox .cardbox-body {
    position: relative;
    padding: 16px;
}

.cardbox .cardbox-footer {
    padding: 16px;
    border-top: 1px solid rgba(162, 162, 162, 0.12);
}

.cardbox .cardbox-item {
    position: relative;
    display: block;
    min-height: 120px;
}

.cardbox .cardbox-item>.cardbox-item-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.35);
    margin: 0;
    color: #fff;
    padding: 8px;
}

.cardbox .cardbox-item>.cardbox-item-text a {
    color: inherit;
}

.cardbox .cardbox-item>.cardbox-item-image {
    display: block;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cardbox .cardbox-item.cardbox-media {
    min-height: 280px;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    background-origin: padding-box;
}

.cardbox .cardbox-item.cardbox-media .cardbox-media-quote {
    padding: 16px;
    font-size: 35px;
}

@media only screen and (min-width: 768px) {
    .cardbox .cardbox-item.cardbox-media .cardbox-media-quote {
        font-size: 45px;
    }
}

.cardbox .cardbox-item.cardbox-media .cardbox-media-quote>a {
    color: inherit;
    text-decoration: none;
}

.cardbox .cardbox-item.cardbox-media .cardbox-media-quote:before {
    content: '“';
    display: block;
    font-size: 2em;
    line-height: 1;
    margin-top: 0.25em;
}

.cardbox.cardbox-transparent {
    background-color: transparent;
    border: 0;
    box-shadow: 0 0 0 #000;
}

.cardbox .cardbox-offset {
    position: relative;
    padding-bottom: 36px;
    z-index: 10;
}

.cardbox .cardbox-offset>.cardbox-offset-item {
    position: absolute;
    top: -24px;
    left: 15px;
    right: 15px;
}

.cardbox .cardbox-toolbar {
    position: relative;
    width: 100%;
    min-height: 64px;
    font-size: 18px;
    line-height: 64px;
    padding-left: 22px;
    z-index: 2;
}

.cardbox .cardbox-subheader {
    padding: 16px 0 16px 16px;
    line-height: .75em;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .01em;
    color: rgba(0, 0, 0, 0.54);
}

.cardbox .cardbox-divider {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.cardbox .cardbox-divider+.cardbox-offset {
    margin-top: -10px;
}

.cardbox>.ui-datepicker, .cardbox>.ui-datepicker-responsive>.ui-datepicker {
    width: 100%;
    box-shadow: 0 0 0 #000;
    margin: 0;
}

.cardbox>.ui-datepicker>table, .cardbox>.ui-datepicker-responsive>.ui-datepicker>table {
    width: 100%;
}

.cardbox .editable-wrap {
    width: 100%;
}

.cardbox>.list-group>.list-group-item {
    border-left: 0;
    border-right: 0;
}

.cardbox>.list-group>.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.cardbox>.list-group>.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
}

.cardbox>.table-responsive>.table, .cardbox>.table {
    margin-bottom: 0;
}

.cardbox>.table-responsive {
    border: 0;
}

.cardbox>.btn {
    border-radius: 0;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
}

.cardbox>.btn:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.cardbox.cardbox-map {
    border: 0;
}

.cardbox.cardbox-map .cardbox-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    background-color: transparent;
    padding-bottom: .5rem;
    padding-top: 2.5rem;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75) 35%, white);
    background-repeat: no-repeat;
}

.cardbox.cardbox-flat {
    box-shadow: 0 0 0 #000;
    background-color: transparent !important;
    border: 0;
}

.cardbox.cardbox-transparent {
    background-color: transparent;
    border: 0;
    box-shadow: 0 0 0 #000;
}

.acolor {
    color: #ff2b73;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered div {
    padding: 0 1.5rem 0 .75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.select2-results__option {
    padding: 0;
}

.select2-results__option div {
    padding: 6px;
}

.form-control {
    height: calc(1.5em + .5rem + 2px);
    font-size: inherit;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + .5rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.5em + .5rem + 2px);
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}

/*  */

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: 19px;
}

span.select2-selection.select2-selection--multiple, span.select2-selection.select2-selection--single {
    /* height: calc(1.5em + 0.5rem + 2px); */
    min-height: calc(1.5em + 0.5rem);
}

.select2-container .select2-search--inline .select2-search__field {
    height: calc(1.5em + 0.5rem);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    border-left: 0;
}

/*  */

.color-a {
    color: #E60000;
}

.color-b {
    color: #0073E6;
}

/* animate */

@-webkit-keyframes animateFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes animateFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

/* .page-content>.card, .page-content>.row {
    animation: animateFadeInUp .7s;
    -webkit-animation: animateFadeInUp .7s
} */

.cardbox, .footer-area {
    animation: animateFadeInUp .7s;
    -webkit-animation: animateFadeInUp .7s
}

.form-control-plaintext {
    line-height: 1.2;
}

.lf-250 {
    height: 250px
}

.lf-500 {
    height: 333px
}

.pointer {
    cursor: pointer;
}

/* .leaflet-control-fullscreen a {
    background: url(fullscreen.png) no-repeat 0 0;
    background-size: 26px 52px;
}

.leaflet-bar a {
    background-color: transparent;
} */

.marker-pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    position: absolute;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
}

.marker-pin::after {
    content: '';
    width: 24px;
    height: 24px;
    margin: 3px 0 0 3px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
}

.custom-div-icon em {
    position: absolute;
    width: 20px;
    font-size: 21px;
    left: 0;
    right: 0;
    margin: 10px auto;
    text-align: center;
}

.custom-div-icon em.mdi {
    margin-top: 6px;
    margin-left: 5px;
}

.item-info {
    color: white;
    background-color: var(--gray);
    padding-left: 0.14rem!important;
}

.item-1 {
    color: white;
    background-color: var(--primary);
    padding-left: 0.17rem!important;
}

.item-2 {
    color: white;
    background-color: var(--green);
    padding-left: 0.13rem!important;
    line-height: 50px;
}

.marker-0 {
    color: white;
    background-color: var(--pink);
}

.marker-1 {
    color: white;
    background-color: var(--primary);
}

.marker-2 {
    color: white;
    background-color: var(--green);
}

.mdi-24px.mdi.mdi-train {
    margin-left: -1px;
}

/* flat */

.btn-flat {
    border-color: transparent !important;
    border-radius: 2px;
    text-transform: uppercase;
}

.btn-flat:active, .btn-flat.active {
    box-shadow: 0 0 0 #000;
}

.btn-flat.btn-primary {
    color: #1E88E5;
}

.btn-flat.btn-primary:hover, .btn-flat.btn-primary:focus, .btn-flat.btn-primary:active {
    color: #fff;
}

.btn-flat.btn-primary:focus {
    background-color: #1E88E5;
}

.btn-flat.btn-primary[disabled], .btn-flat.btn-primary.disabled {
    color: rgba(30, 136, 229, 0.75) !important;
}

.btn-flat.btn-success {
    color: #4CAF50;
}

.btn-flat.btn-success:hover, .btn-flat.btn-success:focus, .btn-flat.btn-success:active {
    color: #fff;
}

.btn-flat.btn-success:focus {
    background-color: #4CAF50;
}

.btn-flat.btn-success[disabled], .btn-flat.btn-success.disabled {
    color: rgba(76, 175, 80, 0.75) !important;
}

.btn-flat.btn-danger {
    color: #fff !important;
    background-color: #FF5252 !important;
}

/* .btn-flat.btn-danger:hover, .btn-flat.btn-danger:focus, .btn-flat.btn-danger:active {
    color: #fff !important;
    background-color: #FF5252 !important;
}

.btn-flat.btn-danger:focus {
    color: #fff !important;
    background-color: #FF5252 !important;
} */

.btn-flat.btn-danger[disabled], .btn-flat.btn-danger.disabled {
    color: rgba(255, 82, 82, 0.75) !important;
}

.btn-flat.btn-warning {
    color: #FF9800;
}

.btn-flat.btn-warning:hover, .btn-flat.btn-warning:focus, .btn-flat.btn-warning:active {
    color: #fff;
}

.btn-flat.btn-warning:focus {
    background-color: #FF9800;
}

.btn-flat.btn-warning[disabled], .btn-flat.btn-warning.disabled {
    color: rgba(255, 152, 0, 0.75) !important;
}

.btn-flat.btn-info {
    color: #03A9F4;
}

.btn-flat.btn-info:hover, .btn-flat.btn-info:focus, .btn-flat.btn-info:active {
    color: #fff;
}

.btn-flat.btn-info:focus {
    background-color: #03A9F4;
}

.btn-flat.btn-info[disabled], .btn-flat.btn-info.disabled {
    color: rgba(3, 169, 244, 0.75) !important;
}

.btn-flat.text-white {
    color: #fff !important;
}

.btn-flat[disabled], .btn-flat.disabled {
    background-color: transparent !important;
}

.btn-flat.btn-flat-icon {
    border-radius: 50%;
    font-size: 20px;
    height: 32px;
    width: 32px;
    padding: 0;
    overflow: hidden;
}

.btn-flat.btn-flat-icon>em {
    line-height: 20px;
}

/* .btn-flat.btn-flat-icon:hover, .btn-flat.btn-flat-icon:focus, .btn-flat.btn-flat-icon:active {
    background-color: rgba(158, 158, 158, 0.2) !important;
} */

.cover {
    background-repeat: no-repeat center center;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    /* background: linear-gradient( rgba(255, 255, 255, 0.8), rgba(0, 0, 0, 0.5)), url('/img/back/home-back.jpg'); */
    background-repeat: no-repeat;
    /* background-size: cover;
    background-attachment: fixed;
    background-position: top; */
}

/* --------------------------------------------------------------------------------------------- */

/* trip items */

/* --------------------------------------------------------------------------------------------- */

.griditem {
    display: grid;
    grid-template-columns: 60px calc(100% - 75px);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    /* grid-template-rows: 200px; */
}

.btn-flat.text-pr {
    color: #ff2b73 !important;
}

.mdi-20px.mdi-set, .mdi-20px.mdi:before {
    font-size: 20px;
}
.select-icon {
    vertical-align: -11%;
}