/*
Theme Name: WOW LIFE TRAVEL
Version: 1.0
Theme URI: https://wowlife.travel
Description: Tema pentru wowlife.travel
Author: Fox Creative Media
Author URI: http://foxcreative.md
*/

@charset "utf-8";
html,
body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #F6F6F6;
    color: #333333;
    /*padding-top: 110px;*/
}

.gallery {
    margin: 0 auto 18px;
}

.gallery .gallery-item {
    float: left;
    margin: 0 1% 25px;
    text-align: center;
    width: 31%;
    display: block;
}

.gallery-columns-2 .gallery-item {
    width: 48%;
}

.gallery-columns-4 .gallery-item {
    width: 23%;
}

.gallery img {
    box-shadow: 0px 0px 4px #999;
    padding: 0;
    background: #ffffff;
    max-width: 100%;
    height: auto;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.gallery img:hover {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}

.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}

.gallery dl,
.gallery dt {
    margin: 0;
}

.gallery br+br {
    display: none;
}

.tenpx {
    clear: both;
    height: 10px;
}

.floatright {
    float: right;
    margin-left: 10px;
}

.floatleft {
    float: left;
    margin-right: 10px;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.alignleft,
.alignright,
.aligncenter {}

.alignnone {
    margin: 10px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 10px auto;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
    clear: both;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
    clear: both;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

.wp-caption {
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0px 0px 5px #000000;
    -moz-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}

a img {
    border: none;
}

a:link {
    color: #5169CA;
    text-decoration: none;
}

a:visited {
    color: #5169CA;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #00113a;
    text-decoration: none;
}

button:not(.mfp-close):not(.mfp-arrow):not(.btn),
a.button {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    overflow: hidden;
    white-space: nowrap;
    padding: 9px 12px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 5px;
    max-width: 100%;
    text-transform: uppercase;
    transition: background .15s ease;
    background: #26A2B7;
}

a.button.sq-button {
    /* squared */
    width: 42px;
    height: 42px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-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;
}

a.button.lw-button {
    /* large-width */
    padding: 9px 30px;
}

a.button.lw-button i {
    margin-left: 15px;
}

a.button.bw-button {
    /* black and white */
    /* border: 1px solid #04151F; */
    border: 1px solid #025959;
    color: #025959;
    background: none;
}

a.button.dbw-button {
    /*dark black and white*/
    border: 1px solid #ffffff;
    color: #ffffff;
    background: rgba(0, 0, 0, .3);
}

button:not(.mfp-close):not(.mfp-arrow):not(.btn):hover,
a.button:hover {
    background: #03BFC0;
}

a.button.bw-button:hover {
    /* black and white */
    color: #ffffff;
    background: #025959;
}

a.button.dbw-button:hover {
    /*dark black and white*/
    background: rgba(0, 0, 0, .9);
}


/*------------------[HEADER]----------------------*/

header.header {
    height: 90px;
    width: 100%;
    padding: 0 45px;
    background: #ffffff;
    z-index: 99;
}

header.homeheader {
    height: 64px;
    margin: 0 auto;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99;
}

@media (max-width: 575.98px) {
    header.homeheader {
        height: 42px;
    }
}

header.header .logo {}

header.header .logo a {
    display: block;
}

header.header .logo img,
.sidenav img.logo-mobile {
    display: block;
    margin: 0;
    width: 95px;
    height: auto;
}

@media (max-width: 575.98px) {
    header.header .logo img,
    .sidenav img.logo-mobile {
        width: 65px;
    }
}

.sidenav img.logo-mobile {
    margin: 0 auto;
}

header.header ul.header-buttons {
    top: 26px;
    right: 30px;
    list-style: none;
    clear: both;
}

header.header ul.header-buttons li.item {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

header.header ul.header-buttons .button {
    position: relative;
    display: block;
    height: 60px;
    background: none;
    color: #ffffff;
    margin: 0;
    padding: 0;
    border: 1px solid #ffffff;
    border-radius: 12px;
    transition: all 1s ease;
}

header.header ul.header-buttons .button:hover {
    background: #ffffff;
    color: #3B97B1;
}

header.header ul.header-buttons a.phone,
header.header ul.header-buttons .mobile-menu {
    padding: 0 15px;
}

@media (max-width: 399.98px) {
    header.header ul.header-buttons li.item-phone {
        display: none;
    }
}

header.header ul.header-buttons a.phone ion-icon {
    position: relative;
    font-size: 32px;
    margin-top: 16px;
    float: left;
}

header.header ul.header-buttons a.phone span {
    margin-top: 16px;
    margin-left: 10px;
    float: right;
}

@media (max-width: 1199.98px) {
    header.header ul.header-buttons a.phone span {
        display: none;
    }
}


/*------------------[CONTENT]---------------------*/

#content {
    background-color: #ffffff;
    padding-top: 25px;
    padding-bottom: 40px;
}


/*------------------[FOOTER]----------------------*/

footer {
    background: #333333;
    color: #ffffff;
}

footer a:link,
footer a:visited {
    color: #f2f2f2;
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #E2B294;
}

footer .footer-widget-area {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #ffffff;
    color: #333333;
}

footer .footer-content {
    margin-top: 30px;
    text-align: center;
}

footer .footer-content img.footer-logo {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 135px;
    height: auto;
}

footer .copyright {
    text-align: center;
    font-size: 0.875rem;
    padding-top: 20px;
    padding-bottom: 20px;
}


/*---------------[DROPDOWN MENU]------------------*/

ul.top-menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 991.98px) {
    ul.top-menu {
        display: none;
    }
}

ul.top-menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.top-menu li a {
    display: block;
    text-transform: uppercase;
    background: none;
    color: #04151F;
    padding: 0;
    margin: 0 10px;
    font-size: 1rem;
    font-weight: 400;
    opacity: 1;
}

ul.top-menu li.social a,
ul.top-menu li.lang a {
    margin: 0 0 0 10px;
    font-size: 1.125rem;
}

ul.top-menu li.social a span {
    display: none;
}

@media (max-width: 1199.98px) {
    ul.top-menu li.social a {
        display: none;
    }
}

ul.top-menu li.lang a {
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 0 5px;
    background: none;
    transition: all 1s ease;
}

ul.top-menu li a:hover {
    opacity: .8;
}

ul.top-menu li.lang a:hover {
    background: #ffffff;
    color: #3B97B1;
    opacity: 1;
}

.mobile-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 42px;
    position: relative;
    font-size: 42px;
    margin-right: 5px;
    color: #025959;
}


/* .home-menu .mobile-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
} */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #0C1C21;
    overflow-x: hidden;
    padding-top: 80px;
    transition: 0.5s;
    text-align: center;
}

.sidenav img.logo-mobile {
    margin-bottom: 30px;
}

.sidenav ul {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    display: block;
}

.sidenav ul li {
    list-style: none;
}

.sidenav a {
    padding: 8px;
    text-decoration: none;
    font-size: 1.5rem;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 1rem;
    }
}


/*----------------[SOCIAL MENU]-------------------*/

ul.social-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidenav ul.social-menu {
    margin: 20px;
}

ul.social-menu li {
    margin: 0;
    padding: 0;
    display: inline-flex;
}

ul.social-menu li a {
    margin: 0 5px 5px 0;
    width: 32px;
    font-size: 16px;
    background: #ffffff;
    color: #353944;
    display: flex;
    padding: 0;
    height: 32px;
    border-radius: 1px;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

header ul.social-menu li a {
    background: none;
}

ul.social-menu li a:hover {
    background: #353944;
    color: #ffffff;
}

ul.social-menu li a ion-icon,
ul.social-menu li a span {}

ul.social-menu li a ion-icon {}

ul.social-menu li a:hover ion-icon {}

ul.social-menu li a span {
    width: 110px;
    background: #D26C01;
    color: #ffffff;
    font-weight: 900;
}

ul.social-menu li a:hover span {
    background: #ffffff;
    color: #353944;
}

ul.social-menu li.email a:hover {
    background: #c71610;
}

ul.social-menu li.facebook a:hover {
    background: #3b5998;
}

ul.social-menu li.instagram a:hover {
    background: #833ab4;
}

ul.social-menu li.youtube a:hover {
    background: #ff0000;
}

ul.social-menu li.tiktok a:hover {
    background: #25F4EE;
}

ul.social-menu li.twitter a:hover {
    background: #1da1f2;
}

ul.social-menu li.telegram a:hover {
    background: #0088cc;
}

ul.social-menu li.whatsapp a:hover {
    background: #075e54;
}


/*----------------[LANGUAGES]---------------------*/

ul.lang {
    display: block;
    margin: 0;
    padding: 0;
    height: 12px;
    list-style: none;
}

.sidenav ul.lang {
    float: none;
}

ul.lang li {
    display: inline-block;
    width: 18px;
    height: 12px;
    margin: 0 10px 0 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    opacity: 0.8;
}

.sidenav ul.lang li {
    margin: 0 10px;
}

header.homeheader ul.lang li {
    display: inline-block;
    margin: 0 5px;
}

@media screen and (max-width: 600px) {
    ul.lang li {}
}

ul.lang li:hover,
ul.lang li.activelang {
    opacity: 1;
}

ul.lang li.ro {
    background-image: url(images/ro.png);
}

ul.lang li.ru {
    background-image: url(images/ru.png);
}

ul.lang li.en {
    background-image: url(images/uk.png);
}

ul.lang li a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}


/*-------------------[HOME/SECTIONS]-----------------------*/

.homesection,
.aboutsection,
.conceptsection,
.contactsection {
    padding-top: 90px;
    padding-bottom: 45px;
    background: #ffffff;
}

.aboutsection {
    padding-top: 0;
}

.homesection .section-info,
.aboutsection .section-info,
.conceptsection .section-info,
.contactsection .section-info {
    text-align: center;
}

.homesection .section-info h3.section-title,
.aboutsection .section-info h3.section-title,
.conceptsection .section-info h3.section-title,
.contactsection .section-info h3.section-title {
    font-family: 'Alegreya', serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
}

.homesection .section-info .line,
.aboutsection .section-info .line,
.conceptsection .section-info .line,
.contactsection .section-info .line {
    width: 110px;
    border-top: 1px solid #A0A604;
    text-align: center;
}

.homesection .section-info h5.section-subtitle,
.aboutsection .section-info h5.section-subtitle,
.conceptsection .section-info h5.section-subtitle,
.contactsection .section-info h5.section-subtitle {
    font-size: 1rem;
    font-weight: 400;
}


/*-------------------[HOME/RICH]-----------------------*/

.homesection.rich {
    margin-top: -64px;
    padding-top: 0;
    min-height: 100vh;
    background: none;
    position: relative;
    overflow: hidden !important;
}

@media (max-width: 575.98px) {
    .homesection.rich {
        margin-top: -42px;
    }
}

.homesection.rich .typing-text {
    font-size: 4rem;
    margin-top: 50vh;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 767.98px) {
    .homesection.rich .typing-text {
        font-size: 2rem;
    }
}

.homesection.rich .action-buttons {}

.homesection.rich .action-buttons a.action-button {
    display: block;
    width: 100%;
    height: 66px;
    margin-bottom: 30px;
    border: 1px solid #ffffff;
    background-color: rgba(0, 0, 0, .3);
    color: #ffffff;
    transition: background-color .5s ease;
}

.homesection.rich .action-buttons a.action-button:hover {
    background-color: rgba(0, 0, 0, .9);
}

.homesection.rich .action-buttons a.action-button i {
    display: inline;
}

.homesection.rich .action-buttons a.action-button i:before {
    font-size: 2.8rem;
}

.homesection.rich .action-buttons a.action-button .title {
    font-family: 'Alegreya', serif;
    font-size: 1.5rem;
    font-weight: 900;
}

.homesection.rich .rich-nav-buttons {
    margin-top: 42px;
}

.homesection.rich .rich-nav-buttons .button {
    width: 100%;
    font-size: 1.25rem;
    border: 1px solid #ffffff;
    margin-bottom: 15px;
}

.homesection.rich .mouse-icon {
    border: 2px solid #ffffff;
    border-radius: 16px;
    height: 40px;
    width: 24px;
    display: block;
    z-index: 10;
    opacity: 0.7;
    margin: 0 auto 15px auto;
}

.homesection.rich .mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: drop;
    animation-name: drop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.homesection.rich .mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    width: 2px;
    height: 6px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

.homesection.rich video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}


/*-------------------[HOME/GROUP-TRIPS]-----------------------*/

.homesection.group-trips {
    padding-top: 45px !important;
    padding-bottom: 0;
    margin-bottom: -45px;
}

.homesection.group-trips .section-info {
    text-align: right;
}

@media (max-width: 575.98px) {
    .homesection.group-trips .section-info h3.section-title {
        font-size: 1rem;
    }
    .homesection.group-trips .section-info h5.section-subtitle {
        font-size: .875rem;
    }
}

.homesection.group-trips .section-info .line {
    text-align: right;
    margin-right: 0;
}

.homesection.group-trips .button.alltours {
    margin: -105px auto 130px auto;
    display: inline-block;
}


/*-------------------[TRIP-CARDS]-----------------------*/

.trip-card {
    width: 100%;
    height: 290px;
    border: 1px solid #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    display: block;
    position: relative;
}

@media (max-width: 575.98px) {
    .trip-card {
        height: 250px;
    }
}

.trip-card.grayscale {
    filter: grayscale(100%);
}

.homesection.group-trips .trip-card {
    margin-top: -105px;
    margin-bottom: 130px;
}

.trip-card .more-box {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-align: center;
    transition: 1s ease opacity;
    opacity: 0;
}

.trip-card:hover .more-box {
    opacity: 1;
}

.trip-card .more-box a {
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-size: 1rem;
    padding: 12px 18px;
    margin-top: 90px;
    color: #ffffff;
    transition: .5s ease padding;
}

.trip-card .more-box a ion-icon {
    margin-left: 12px;
}

.trip-card .more-box a:hover {
    padding: 12px 24px;
}

.trip-card .info-box {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 5px 10px;
    bottom: 0;
    transition: 1s ease all;
}

.trip-card:hover .info-box {
    background: none;
}

.trip-card .info-box h2.trip-title {
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 22px;
    text-transform: uppercase;
    /* overflow: hidden; */
    text-overflow: clip;
}

@media (max-width: 991.98px) {
    .trip-card .info-box h2.trip-title {
        font-size: 1.125rem;
    }
}

.trip-card .info-box .period,
.trip-card .info-box .price,
.trip-card .info-box .no-places {
    font-size: 0.875rem;
    line-height: 19px;
}


/*-------------------[HOME/PERSONALIZED-TRIPS]-----------------------*/

.homesection.personalized-trips .trip-box {
    width: 100%;
    height: 260px;
    border-radius: 5px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    display: block;
}

.homesection.personalized-trips .trip-box .info-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(4, 21, 31, 0.8);
    color: #ffffff;
    text-align: center;
}

.homesection.personalized-trips .trip-box .info-box .info-icon,
.homesection.personalized-trips .trip-box .info-box .more-box {
    position: relative;
    margin-top: 68px;
    transition: .5s ease display;
}

.homesection.personalized-trips .trip-box .info-box .info-icon {
    display: inline-block;
}

.homesection.personalized-trips .trip-box .info-box:hover .info-icon {
    display: none;
}

.homesection.personalized-trips .trip-box .info-box .info-icon i:before {
    font-size: 2.8rem;
}

.homesection.personalized-trips .trip-box .info-box .more-box {
    display: none;
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-size: 1rem;
    padding: 12px 18px;
    transition: .5s ease padding;
}

.homesection.personalized-trips .trip-box .info-box:hover .more-box {
    display: inline-block;
}

.homesection.personalized-trips .trip-box .info-box .more-box i {
    margin-left: 12px;
}

.homesection.personalized-trips .trip-box .info-box .more-box:hover {
    padding: 12px 24px;
}

.homesection.personalized-trips .trip-box .info-box .info-box-title {
    font-family: 'Alegreya', serif;
    font-size: 1.375rem;
    padding: 0 15px 5px;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    font-size: 1.375rem;
}


/*-------------------[HOME/HOMEBOXES]--------------------*/

.homesection.homeboxes {
    padding-top: 60px;
    padding-bottom: 30px;
    margin-top: -40px;
    background: #f2f2f2;
}

.homesection.homeboxes .container {}

.homesection.homeboxes .homebox {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    font-size: 1.125rem;
    color: #404040;
    border: 1px solid #ffffff;
    transition: all .5s;
}

.homesection.homeboxes .homebox img {
    display: flex;
    position: absolute;
    width: 100%;
    height: auto;
}

.homesection.homeboxes .homebox .content {
    display: block;
    position: relative;
    margin: 70px 30px 30px 30px;
}

@media (max-width: 575.98px) {
    .homesection.homeboxes .homebox .content {
        margin: 130px 30px 30px 30px;
    }
}

.homesection.homeboxes .homebox .content h2.title {
    font-family: 'Alegreya', serif;
    font-size: 1rem;
    font-weight: 600;
}

.homesection.homeboxes .homebox .content h5.desc {
    font-size: 0.875rem;
    font-weight: 100;
}


/*-------------------[HOME/ABOUT]-----------------------*/

.homesection.homeabout {
    background: #ffffff;
    margin-bottom: 0;
    padding-top: 90px
}

.homesection.homeabout .about-slide-button {
    bottom: 15px;
    z-index: 999;
    position: absolute;
}

.homesection.homeabout .about-button-next {
    margin-left: 47px;
}

.homesection.homeabout .slider-about {
    width: calc(100% + 30px);
    margin-left: -15px;
    height: 345px;
    position: relative;
}

@media (min-width: 992px) {
    .homesection.homeabout .slider-about {
        position: absolute;
        width: 100%;
        height: 100%;
    }
}

.homesection.homeabout .slider-about .bgimage {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.homesection.homeabout .about-tabs {
    list-style: none;
    margin: 0 0 15px 0;
    padding-top: 10px;
    border-bottom: 1px solid #01595A;
    background-color: #F2F2F2;
    display: flex;
    align-content: space-between;
    width: 100%;
}

.homesection.homeabout .about-tabs a.nav-link {
    margin: 0 15px -1px 15px;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #333333 !important;
    padding: 0 15px 10px;
    border-bottom: 1px solid #f2f2f2;
}

.homesection.homeabout .about-tabs a.nav-link.active {
    background-color: #ffffff;
    font-weight: 700;
    border-bottom: 3px solid rgba(1, 89, 90, .3);
    border-top: 1px solid #01595A;
    border-left: 1px solid #01595A;
    border-right: 1px solid #01595A;
    border-bottom: 1px solid #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.homesection.homeabout .about-tabs a.nav-link:not(.active):hover {
    background: linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.homesection.homeabout .about-collapses a.button {
    margin-top: 10px
}

.homesection.homeabout .gallery-thumbs-about {
    display: none;
    box-sizing: border-box;
    padding: 0;
    height: 90px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 30px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .homesection.homeabout .gallery-thumbs-about {
        display: block;
    }
}

.homesection.homeabout .gallery-thumbs-about .swiper-slide {
    width: 160px;
    height: 90px;
    opacity: 0.8;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #ffffff;
}

.homesection.homeabout .gallery-thumbs-about .swiper-slide-active {
    opacity: 1;
}

.homesection.homeabout .gallery-thumbs-about .swiper-slide-active .swiper-slide-container {
    width: 160px;
    height: 90px;
}

.homesection.homeabout a.btn-link {
    color: #025959;
}


/*-------------------[HOME/HOMEBLOG]---------------------*/

.homeblog {
    background: #f2f2f2;
}

@media (min-width: 992px) {
    .homesection.homeabout .gallery-thumbs-about {
        display: block;
    }
}

.homesection.homeblog .more {
    margin-top: 24px;
}

.blog-post {
    width: 100%;
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 0;
    height: 100%;
}

@media (max-width: 991.98px) {
    .blog-post {
        margin-bottom: 30px;
        height: auto;
    }
}

.blog-post a.blog-thumb {
    display: block;
    width: 100%;
    height: 159px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.blog-post .info-box {
    display: block;
    padding: 5px 25px;
}

.blog-post .meta-mark {
    display: inline-block;
    margin: 0 10px 5px 0;
}

.blog-post .meta-mark a {
    text-transform: uppercase;
    color: #33439B;
    font-size: 0.438rem;
}

.blog-post .info-box h2.blog-title {
    font-family: 'Alegreya', serif;
    font-weight: bold;
    font-size: 1.375rem;
    margin-bottom: 10px;
}

.blog-post .info-box h2.blog-title a {
    color: #333333 !important;
}

.blog-post .info-box .blog-excerpt {
    color: #333333 !important;
}


/*-----------------[HOME/INSTAPOSTS]-------------------*/

.homesection.instaposts {
    position: relative;
    overflow: hidden;
}

.homesection.instaposts .instapost {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-bottom: 10px;
    background: #ffffff;
    height: 0;
    z-index: 1;
    text-align: center;
    float: left;
    position: relative;
    padding-bottom: 220px;
    overflow: hidden;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.homesection.instaposts .instapost a {
    display: flex;
    position: absolute;
    margin-left: -15px;
    width: calc(100% + 30px);
    height: 100%;
    background: none;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.homesection.instaposts .instapost:hover a {
    background: rgba(0, 0, 0, .2);
}

.homesection.instaposts .instapost a i {
    font-size: 16px;
    display: none;
    color: #ffffff !important;
}

.homesection.instaposts .instapost:hover a i {
    display: block;
}

.homesection.instaposts .instabutton {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: 15px;
}

.homesection.instaposts .instabutton a {
    display: flex;
    margin: 0;
    padding: 0;
    width: 180px;
    height: 46px;
    border-radius: 1px;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    background: #ffffff;
    color: #353944;
    border: 1px solid #353944;
    font-size: 1.125rem;
    font-weight: 900;
    z-index: 3;
}

.homesection.instaposts .instabutton a:hover {
    background: #26A2B7;
    border: 1px solid #26A2B7;
    color: #ffffff;
}


/*-----------------[HOME/TESTIMONIALS]-------------------*/

.homesection.testimonials {
    padding-top: 90px;
    padding-bottom: 60px;
}

.homesection.testimonials .testimonial {
    width: 100%;
    height: calc(100% - 30px);
    padding: 25px;
    background-color: #ffffff;
    border: 1px solid #04ADC0;
    margin: 15px 0;
}

.homesection.testimonials .testimonial .author-info {
    display: flex;
    margin-bottom: 25px;
}

.homesection.testimonials .testimonial .author-info img,
.homesection.testimonials .testimonial .author-info .name {
    align-self: center;
}

.homesection.testimonials .testimonial img {
    border-radius: 50%;
    overflow: hidden;
    width: 52px;
    height: 52px;
    margin-right: 15px;
}

.homesection.testimonials .testimonial .name {
    font-size: 1.25rem;
    font-weight: 700;
}


/*-------------------[ARCHIVE]--------------------*/

.archive {}

.archive article {
    position: relative;
    margin: 0 0 40px 0;
}

.archive article .post-title h2 {
    font-family: 'Alegreya', serif;
    font-weight: bold;
    font-size: 1.375rem;
    margin-bottom: 10px;
}

.archive article .post-title h2 a {
    display: block;
    color: #404040;
    transition: color .5s;
}

.archive article .post-title h2 a:hover {
    color: #202020;
}

.archive article .date {
    font-size: 0.75rem;
    opacity: .24;
}


/*-------------------[SIDEBAR]--------------------*/

.sidebar {
    display: block;
}

.widget {
    margin-bottom: 25px;
}

.sidebar ul,
footer ul {
    padding: 0;
    margin: 0;
}

.sidebar ul li,
footer ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar .widget-title {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    border-bottom: 2px solid #404040;
    padding-bottom: 10px;
}

.sidebar .widget-title span {
    border-bottom: 2px solid #5CB0C5;
    padding-bottom: 9px;
}

footer .widget-title {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}


/*-----------------[INSTAGRAM WIDGET]-----------------*/

.widget .instaposts {
    position: relative;
    margin-bottom: 0;
}

.widget .instaposts .instapost {
    z-index: 1;
    text-align: center;
    float: left;
    position: relative;
    width: 30%;
    margin: 0 3% 3% 0;
    padding-bottom: 30%;
    overflow: hidden;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.widget .instaposts .instapost a {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.widget .instaposts .instapost:hover a {
    background: rgba(0, 0, 0, .2);
}

.widget .instaposts .instapost a i {
    font-size: 16px;
    display: none;
    color: #ffffff !important;
}

.widget .instaposts .instapost:hover a i {
    display: block;
}

.widget .instaposts .instabutton {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.widget .instaposts .instabutton a {
    display: flex;
    margin: 0;
    padding: 0;
    width: 180px;
    height: 46px;
    border-radius: 1px;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    background: #ffffff;
    color: #353944;
    font-size: 1.125rem;
    font-weight: 900;
    z-index: 3;
}

.widget .instaposts .instabutton a:hover {
    background: #26A2B7;
    color: #ffffff;
}


/*----------------[SINGLE POST]-------------------*/

.post {
    margin-bottom: 30px;
}

.post .post-title {}

.post .post-title h1 {
    font-size: 2rem;
    font-weight: 900;
}

.post .entry {
    margin: 45px 0 20px 0;
    text-align: justify;
}

.post .entry img {
    max-width: 100%;
    height: auto;
}


/*----------------[SINGLE TOUR ]-------------------*/

.single-tour .inline-group {
    max-width: 9rem;
    padding: 0;
}

.single-tour .inline-group .form-control {
    text-align: right;
}

.single-tour .form-control[type="number"]::-webkit-inner-spin-button,
.single-tour .form-control[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single-tour h3.section-title {
    font-family: 'Alegreya', serif;
    font-size: 1.5rem;
    font-weight: bold;
}

.single-tour .line {
    width: 110px;
    border-top: 1px solid #A0A604;
    margin-bottom: 15px;
}

.single-tour.hero {
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    height: 540px;
    margin-bottom: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-tour.hero .hero-content {
    background: rgba( 4, 21, 31, 0.7);
    color: #ffffff;
    font-weight: 200;
    width: 100%;
    height: auto;
}

.single-tour.hero .hero-content .hero-content-box {
    padding: 20px;
    width: 100%;
    height: 100%;
}

@media (max-width: 991.98px) {
    .single-tour.hero .hero-content .hero-content-box {
        padding: 0 20px 10px 20px;
    }
}

.single-tour.hero .hero-content .hero-content-box h1 {
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
}

.single-tour.hero .hero-content .hero-content-box h5 {
    font-size: 0.875rem;
    font-weight: 400;
}

.single-tour.hero .hero-content .hero-content-box ion-icon,
.single-tour.hero .hero-content .hero-content-box span {
    font-size: 1.25rem;
    font-weight: 400;
}

.single-tour.hero .hero-content .hero-content-box span {
    white-space: nowrap;
}

.single-tour .variations {
    margin-bottom: 30px;
}

.single-tour .variations .price {
    color: #025959;
}

.single-tour .booking {}

.single-tour .booking .progress {
    background-color: #03BFC0;
}

.single-tour .booking .progress .progress-bar {
    background-color: #01595A;
}

.single-tour .booking .downloadpdf {
    margin-left: 20px;
}

.single-tour .facilities .facilities-group {
    margin-bottom: 30px;
}

.single-tour .facilities ul.list-facilities {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-tour .facilities ul.list-facilities li {
    margin: 3px 0;
    padding: 0;
    font-size: 1rem;
    display: block;
    clear: both;
}

.single-tour .facilities ul.list-facilities ion-icon {
    width: 20px;
    padding-top: 4px;
    float: left;
}

.single-tour .facilities ul.list-facilities .text {
    width: calc(100% - 30px);
    margin-left: 5px;
    display: inline-block;
}

.single-tour .about,
.single-tour .tour-images,
.single-tour .travel-program-item,
.single-tour .important-to-know {
    background-color: #ffffff;
    padding: 15px;
}

.single-tour .tour-images {
    background-color: #ffffff;
    padding-top: 0;
    margin-bottom: 30px;
}

.single-tour .tour-images .image {
    float: left;
    position: relative;
    width: 16.666%;
    padding-bottom: 16.666%;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .single-tour .tour-images .image {
        width: 25%;
        padding-bottom: 25%;
    }
}

@media (max-width: 575.98px) {
    .single-tour .tour-images .image {
        width: 50%;
        padding-bottom: 50%;
    }
}

.single-tour .tour-images .image a.gallery-item {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: none;
    transition: 1s ease all;
}

.single-tour .tour-images .image a.gallery-item img {
    width: 0;
    height: 0;
    border: none;
}

.single-tour .tour-images .image a.gallery-item:hover {
    background: rgba(0, 0, 0, 0.3);
}

.single-tour .travel-program-item {
    margin-bottom: 30px;
}

.single-tour .travel-program-item img {
    max-width: 30%;
    height: auto;
    float: left;
    margin-right: 15px;
    /* margin-bottom: 15px; */
}

@media (max-width: 991.98px) {
    .single-tour .travel-program-item img {
        max-width: 100%;
        height: auto;
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.single-tour .important-to-know {
    margin-bottom: 30px;
    border: 1px solid #ffffff;
    background-color: rgba(242, 224, 200, 0.5);
}

.single-tour .important-to-know h3 ion-icon {
    display: block;
    float: right;
}

.single-tour .teamlead {
    background-color: #ffffff;
    border: 1px solid #04ADC0;
    padding: 15px;
    margin-bottom: 30px;
}

.single-tour .teamlead .teamlead-card {
    display: block;
}

.single-tour .teamlead .teamlead-card img {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.single-tour .teamlead .teamlead-card .teamlead-info {
    display: inline-block;
    width: calc(100% - 170px);
}

@media (max-width: 991.98px) {
    .single-tour .teamlead .teamlead-card img {
        width: 75px;
        height: 75px;
    }
    .single-tour .teamlead .teamlead-card .teamlead-info {
        width: calc(100% - 100px);
    }
}


/* .single-tour .teamlead  .teamlead-cardimg {
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
} */

.single-tour .teamlead .teamlead-card .social-networks {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-tour .teamlead .teamlead-card .social-networks li {
    margin: 0;
    padding: 0;
    display: inline-flex;
}

.single-tour .teamlead .teamlead-card .social-networks li a {
    margin: 0 5px 5px 0;
    display: flex;
    padding: 0;
    height: 32px;
    width: 32px;
    background: #ffffff;
    color: #353944;
    border-radius: 1px;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.single-tour .teamlead .teamlead-card .social-networks li a:hover {
    background: #353944;
    color: #ffffff;
}

.single-tour .teamlead .teamlead-card .social-networks li a span {
    width: 110px;
    background: #D26C01;
    color: #ffffff;
    font-weight: 900;
}

.single-tour .teamlead .teamlead-card .social-networks li a:hover span {
    background: #ffffff;
    color: #353944;
}

.single-tour .teamlead .teamlead-card .social-networks li.facebook a:hover {
    background: #3b5998;
}

.single-tour .teamlead .teamlead-card .social-networks li.instagram a:hover {
    background: #833ab4;
}

.single-tour .teamlead .teamlead-card .social-networks li.youtube a:hover {
    background: #ff0000;
}

.single-tour .teamlead .teamlead-card .social-networks li.linkedin a:hover {
    background: #0077b5;
}

.single-tour .teamlead .teamlead-card .social-networks li.telegram a:hover {
    background: #0088cc;
}

.single-tour .teamlead .teamlead-card .social-networks li.vk a:hover {
    background: #45668e;
}

.single-tour .teamlead .teamlead-card .social-networks li.twitter a:hover {
    background: #1da1f2;
}

.single-tour .teamlead .teamlead-card .social-networks li.odnoklassniki a:hover {
    background: #ed812b;
}

.single-tour.tourboxes {
    margin-bottom: 30px;
}

.single-tour .payments-type {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 30px;
}

.single-tour.tourboxes .tourbox {
    display: block;
    width: 100%;
    height: calc( 100% - 30px);
    min-height: 255px;
    margin: 0 0 30px 0;
    padding: 15px;
    font-size: 1.125rem;
    color: #404040;
    border: 1px solid #04ADC0;
    background: #ffffff;
    overflow: hidden;
    transition: all .5s;
}

.single-tour.tourboxes .tourbox .tourbox-icon {
    display: block;
    margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .single-tour.tourboxes .tourbox .tourbox-icon {}
}

.single-tour.tourboxes .tourbox .tourbox-icon ion-icon {
    font-size: 2.625rem;
    width: 2.625rem;
    height: 2.625rem;
}

.single-tour.tourboxes .tourbox .content {
    overflow: hidden;
    margin: 0;
}

.single-tour.tourboxes .tourbox .content h2.title {
    font-size: 1.625rem;
    font-weight: 600;
}

.single-tour.tourboxes .tourbox .content h5.desc {
    font-size: 1rem;
    font-weight: 100;
}

.single-tour .trip-similar {
    width: 100%;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    display: block;
}

.single-tour .trip-similar .info-box {
    display: block;
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    width: 100%;
    height: 100px;
    overflow: hidden;
    padding: 10px;
    transition: 1s ease all;
}

.single-tour .trip-similar .info-box:hover {
    background: rgba(0, 0, 0, 0.7);
}

.single-tour .trip-similar .info-box .trip-title {
    font-weight: 900;
    line-height: 22px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.single-tour .trip-similar .info-box .periodtitle,
.single-tour .trip-similar .info-box .price {
    font-size: 0.875rem;
    line-height: 19px;
}


/*--------------[MAGNIFIC POPUP]------------------*/

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}


/*------------------[ABOUT PAGE]--------------------*/

.about-page {
    background-color: #ffffff;
}

.about-page .hero {
    z-index: 1;
    display: flex;
    align-items: center;
    /* height: 540px; */
    margin-top: -25px;
}

.about-page .hero .hero-content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.about-page .hero .hero-content .post-pat {
    padding-bottom: 0 !important;
}

.about-page .hero .hero-content .post-pat img {
    display: block;
    width: 100%;
    max-height: 540px;
    object-fit: cover;
}

.about-page .hero .hero-content .title-block {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: white;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.about-page .hero .hero-content .title-block h1 {
    color: #ffffff;
    background-color: rgba(0, 0, 0, .3);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: bold;
    max-width: 900px;
    padding: 15px 50px;
    text-align: center;
}

@media (max-width: 767px) {
    .about-page .hero .hero-content .title-block h1 {
        font-size: 24px;
    }
}

.about-page .about-info {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #03595a;
    color: #ffffff;
}

.about-page .about-info .number,
.about-page .about-info .info {
    display: block;
}

.aboutsection .blockquote {
    position: relative;
    display: block;
    margin: 15px;
    padding: 15px 25px;
    border: 1px solid #f2f2f2;
    background-color: #f9f9f9;
}

@media (max-width: 991.98px) {
    .aboutsection .blockquote {
        position: relative;
        display: block;
        margin: 0;
        padding: 15px 25px;
        border: 1px solid #f2f2f2;
        background-color: #f9f9f9;
    }
}

.aboutsection .quote-image {
    position: relative;
    display: block;
    width: 100%;
}

.aboutsection .quote-image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.aboutsection .quote-image .blockquote {
    color: #333333;
    background-color: rgba(255, 255, 255, .7);
    border: none;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    position: absolute;
    display: inline-block;
    width: auto;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
    overflow: hidden;
}

.aboutsection.purpose-section {
    margin-top: 45px;
}

.aboutsection.purpose-section .purpose-content {
    margin-bottom: 45px;
    text-align: justify;
}

.aboutsection.purpose-section .purpose-content img {
    width: auto;
    height: 410px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.aboutsection.teamleads-section {
    margin-top: 45px;
}

.aboutsection.teamleads-section .teamlead-card {
    display: block;
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #04ADC0;
    margin-bottom: 30px;
}

.aboutsection.teamleads-section .teamlead-card img {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.aboutsection.teamleads-section .teamlead-card .teamlead-info {
    display: inline-block;
    width: calc(100% - 170px);
}

@media (max-width: 991.98px) {
    .aboutsection.teamleads-section .teamlead-card img {
        width: 75px;
        height: 75px;
    }
    .aboutsection.teamleads-section .teamlead-card .teamlead-info {
        width: calc(100% - 100px);
    }
}

.aboutsection.teamleads-section .teamlead-card h2.title {
    font-size: 1.325rem;
}

.aboutsection.teamleads-section .teamlead-card .social-networks {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aboutsection.teamleads-section .teamlead-card .social-networks li {
    margin: 0;
    padding: 0;
    display: inline-flex;
}

.aboutsection.teamleads-section .teamlead-card .social-networks li a {
    margin: 0 5px 5px 0;
    display: flex;
    padding: 0;
    height: 32px;
    width: 32px;
    background: #ffffff;
    color: #353944;
    border-radius: 1px;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.aboutsection.teamleads-section .teamlead-card .social-networks li a:hover {
    background: #353944;
    color: #ffffff;
}

.aboutsection.teamleads-section .teamlead-card .social-networks li a span {
    width: 110px;
    background: #D26C01;
    color: #ffffff;
    font-weight: 900;
}

.aboutsection.teamleads-section .teamlead-card .social-networks li a:hover span {
    background: #ffffff;
    color: #353944;
}

.aboutsection.teamleads-section .teamlead-card .social-networks li.facebook a:hover {
    background: #3b5998;
}

.aboutsection.teamleads-section .teamlead-card .social-networks li.instagram a:hover {
    background: #833ab4;
}

.aboutsection.teamleads-section .teamlead-card .social-networks li.youtube a:hover {
    background: #ff0000;
}

.aboutsection.teamleads-section .teamlead-card .social-networks li.linkedin a:hover {
    background: #0077b5;
}

.aboutsection.teamleads-section .teamlead-card .social-networks li.telegram a:hover {
    background: #0088cc;
}

.aboutsection.teamleads-section .teamlead-card .social-networks li.vk a:hover {
    background: #45668e;
}

.aboutsection.teamleads-section .teamlead-card .social-networks li.twitter a:hover {
    background: #1da1f2;
}

.aboutsection.teamleads-section .teamlead-card .social-networks li.odnoklassniki a:hover {
    background: #ed812b;
}

.aboutsection.faq-section button {
    text-align: left !important;
}

.aboutsection.faq-section p {
    margin-bottom: 10px;
}

.aboutsection.cta-section .blockquote {
    border: 1px solid #f2f2f2;
    background-color: rgba(242, 224, 200, 0.5);
}


/*------------------[CONCEPT PAGE]--------------------*/

.concept-page {
    background-color: #ffffff;
}

.concept-page .conceptsection {
    padding-top: 0;
}

.concept-page .conceptsection a.button {
    margin-top: 30px;
    margin-bottom: 30px;
}

.concept-page .concept-info {
    margin-top: 90px;
    margin-bottom: 90px;
}

.concept-page .principles-section .principles {
    display: flex;
    width: 100%;
}

@media (max-width: 991.98px) {
    .concept-page .principles-section .principles {
        display: block;
    }
}

.concept-page .principles-section .principles .principle {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 33.33333%;
}

@media (max-width: 991.98px) {
    .concept-page .principles-section .principles .principle {
        width: 100%;
    }
}

.concept-page .principles-section .prionciple-image {
    width: 100%;
    display: flex;
    background-position: center center;
    background-size: cover;
    padding-bottom: 60%;
}

.concept-page .principles-section .principle2 .prionciple-image {
    order: 2;
}

@media (max-width: 991.98px) {
    .concept-page .principles-section .principle2 .prionciple-image {
        order: 1;
    }
}

.concept-page .principles-section .prionciple-info {
    display: flex;
    padding: 25px 50px;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

.concept-page .principles-section .principle2 .prionciple-info {
    order: 1;
}

@media (max-width: 991.98px) {
    .concept-page .principles-section .principle2 .prionciple-info {
        order: 2;
    }
}

.concept-page .principles-section .prionciple-info h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 15px;
}

.concept-page .community-desc-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #03595a;
    color: #ffffff;
}

.concept-page .riskfree-section {
    margin-top: 30px;
}

.concept-page .riskfree-section .rf-images {
    margin-bottom: 15px;
}

.concept-page .riskfree-section .rf-images .img1,
.concept-page .riskfree-section .rf-images .img2,
.concept-page .riskfree-section .rf-images .img3 {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.concept-page .riskfree-section .rf-images .img1,
.concept-page .riskfree-section .rf-images .img2 {
    padding-bottom: 80%;
}

.concept-page .riskfree-section .rf-images .img1 {
    background-image: url('images/concept-5.jpg');
}

.concept-page .riskfree-section .rf-images .img2 {
    background-image: url('images/concept-4.jpg');
}

.concept-page .riskfree-section .rf-images .img3 {
    height: 100%;
    background-image: url('images/concept-3.jpg');
}

.concept-page .payments-section .payments-info {
    border: 1px solid #f2f2f2;
    background-color: rgba(242, 224, 200, 0.5);
    padding: 25px 50px;
}

.concept-page .payments-section .payments-info ul {}

.concept-page .payments-section .payments-info ul li {
    font-weight: 700;
}

.concept-page .payments-section .payments-info ul li {
    font-weight: 700;
}

.concept-page .payments-section .payments-type,
.single-tour .payments-type {
    margin-top: 30px;
}

.concept-page .payments-section .payments-type ul,
.single-tour .payments-type ul {
    list-style: none;
    display: flex;
    margin: 25px 0 0 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    .concept-page .payments-section .payments-type ul,
    .single-tour .payments-type ul {
        display: block;
    }
}

.concept-page .payments-section .payments-type ul li,
.single-tour .payments-type ul li {
    display: flex;
    width: 20%;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 15px;
    padding: 15px 25px;
    border: 1px solid #f2f2f2;
    background-color: #f9f9f9;
}

@media (max-width: 991.98px) {
    .concept-page .payments-section .payments-type ul li,
    .single-tour .payments-type ul li {
        width: calc(100% - 30px);
    }
}

.concept-page .payments-section .payments-type ul li .payments-icon,
.single-tour .payments-type ul li .payments-icon {
    margin-bottom: 5px;
}

.concept-page .payments-section .payments-type ul li .payments-icon,
.single-tour .payments-type ul li .payments-icon,
.concept-page .payments-section .payments-type ul li .text,
.single-tour .payments-type ul li .text {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    text-align: center;
}

.concept-page .payments-section .payments-type ul li .payments-icon ion-icon,
.single-tour .payments-type ul li .payments-icon ion-icon {
    font-size: 3rem;
}


/*------------------[CONTACT PAGE]--------------------*/

.contact-page {
    background-color: #ffffff;
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .contactsection.workprocess {
        padding-top: 55px;
        padding-bottom: 45px;
    }
}

.contactsection.workprocess .workprocess-content {
    background: rgb(255, 255, 255);
    padding-top: 20px;
}

@media (min-width: 992px) {
    .contactsection.workprocess .workprocess-content {
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 1) 22%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 1) 22%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 1) 22%, rgba(255, 255, 255, 1) 100%);
    }
    .contactsection.workprocess .workprocess-content .workprocess-image {
        border: 1px solid #ffffff;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 90%;
        height: calc(100% - 40px);
        display: block;
    }
}

.contactsection.workprocess .workprocess-content .stages .stage {
    clear: both;
    margin-left: 25px;
    border-left: 1px solid #025959;
    display: block;
}

.contactsection.workprocess .workprocess-content .stages .stage.noborder {
    border-left: 1px solid #ffffff;
}

.contactsection.workprocess .workprocess-content .stages .stage .number {
    display: flex;
    flex-wrap: wrap;
    margin: 0 30px 0 -25px;
    padding: 0;
    font-size: 1rem;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: #025959;
    color: #ffffff;
    float: left;
}

.contactsection.workprocess .workprocess-content .stages .stage .stage-info {
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.contactsection.workprocess .workprocess-content .stages .stage .stage-info h4.stage-title {
    font-size: 1.325rem;
    margin-bottom: 1rem;
}

.contact-page .contact-desc-section {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
    background-color: #03595a;
    color: #ffffff;
}

.contact-page .contact-desc-section a {
    color: #ffffff;
    text-decoration: none;
}

.contact-page .contact-desc-section a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.contact-page .contact-desc-section .contact-content ion-icon {
    width: 20px;
    padding-top: 4px;
    padding-right: 5px;
    float: left;
}

.contact-page .contact-info {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}


/*--------------[DESTINATII PAGE]-----------------*/

.tours-tabs {
    list-style: none;
    margin: 15px 0 30px 0;
    padding: 0;
    border-bottom: 1px solid #01595A;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tours-tabs a.tours-link {
    margin: 0 15px 0 0;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #333333 !important;
    padding: 0 15px;
}

.tours-tabs a.tours-link.active {
    font-weight: 700;
    border-bottom: 3px solid #01595A;
}

.tours-tabs a.tours-link:not(.active):hover {
    background: linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
}


/*-----------------[PAGINATION]-------------------*/

ul.pagination {}

ul.pagination li.page-item a.page-link {
    color: #025959;
}

ul.pagination li.page-item.active a.page-link {
    background: #025959;
    color: #ffffff;
    border-color: #025959;
}


/*-----------------[PAGINATION]-------------------*/

.fox-messengers {
    position: fixed;
    z-index: 998;
    right: 10px;
    bottom: 10px;
}

.fox-messengers ul {
    margin: 0 0 12px 6px;
    padding: 0;
    list-style: none;
}

.fox-messengers ul li {
    margin: 0;
    padding: 0;
    display: flex;
}

.fox-messengers ul li a {
    margin: 0 0 5px 0;
    width: 48px;
    height: 48px;
    font-size: 24px;
    background: #353944;
    color: #ffffff;
    display: flex;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.fox-messengers ul li.chat a {
    width: 60px;
    height: 60px;
    background: rgb(76, 139, 247);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.fox-messengers ul li.facebook-messenger a {
    background: #0084ff;
}

.fox-messengers ul li.telegram a {
    background: #0088cc;
}

.fox-messengers ul li.whatsapp a {
    background: #075e54;
}

.fox-messengers .chat {}

.fox-messengers .chat a {
    margin: 0;
    font-size: 24px;
    color: #ffffff;
    display: flex;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    width: 60px;
    height: 60px;
    background: #04adbf;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}