 @import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap";
        body {
            overflow-x: hidden;
        }

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}


  a:visited, a:hover {text-decoration: none;} 

.header.-type-1 {
    background-color: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.header.-type-1 .header__container {
    align-items: center;
    display: flex;
    height: 88px;
    justify-content: space-between
}

@media (max-width: 767px) {
    .header.-type-1 .header__container {
        height:57px
    }
}

.header.-type-1 .header__logo,.header.-type-1 .header__right {
    align-items: center;
    display: flex
}

@media (max-width: 767px) {
    .header.-type-1 .header__right {
        display:none
    }
}

.header.-type-1 .header__menuBtn {
    display: flex
}

.header.-type-1 .header__menuBtn i {
    font-size: 20px
}

.header.-type-1.-page-6 {
    background-color: transparent
}

.header.-type-1.-page-6.-is-sticky {
    background-color: #fff
}

.header.-type-1.-page-6 .headerDropdown__button:hover {
    background-color: #f8e9e3
}

.header.-type-1.-secondary,.header.-type-1.-type-map,.header.-type-1.-type-map .header__container {
    border-bottom: 1px solid var(--Border,#e7e6e6)
}

.header.-type-1.-type-map .header__container {
    align-items: center;
    display: flex;
    height: 88px;
    justify-content: space-between;
    max-width: 100%;
    padding: 0 60px
}

@media (max-width: 767px) {
    .header.-type-1.-type-map .header__container {
        height:57px;
        padding: 0 24px
    }
}

.headerDropdown__button {
    border-radius: 200px;
    cursor: pointer;
    padding: 7px 20px;
    transition: .2s
}

.headerDropdown__button:hover {
    background-color: var(--color-light-1)
}

.headerDropdown__content {
    opacity: 0;
    pointer-events: none;
    transition: .2s
}

.headerDropdown__content.is-active {
    opacity: 1;
    pointer-events: auto
}

.headerDropdown .tabsMenu {
    left: 50%;
    position: fixed;
    top: 80px;
    transform: translate(-50%);
    z-index: 20
}

.headerDropdown .tabsMenu__container {
    background: #fff;
    border: 1px solid var(--Border,#e7e6e6);
    border-radius: 12px;
    box-shadow: 0 10px 40px #0000000d;
    max-width: 100vw;
    width: 1290px
}

.headerDropdown .tabsMenu__tabs {
    border-right: 1px solid var(--color-border)
}

.headerDropdown .tabsMenu__tabs .tabs__controls>button {
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    justify-content: space-between;
    line-height: 1;
    padding: 0 30px;
    position: relative;
    transition: .2s;
    width: 100%
}

.headerDropdown .tabsMenu__tabs .tabs__controls>button:after {
    background-color: var(--color-accent-1);
    bottom: 0;
    content: "";
    opacity: 0;
    position: absolute;
    right: -1px;
    top: 0;
    transition: .2s;
    width: 2px
}

.headerDropdown .tabsMenu__tabs .tabs__controls>button+button {
    border-top: 1px solid var(--color-border)
}

.headerDropdown .tabsMenu__tabs .tabs__controls>button:hover {
    background-color: #eb662b0d;
    color: var(--color-accent-1)
}

.headerDropdown .tabsMenu__tabs .tabs__controls>button:hover:after {
    opacity: 1
}

.headerDropdown .tabsMenu__tabs .tabs__controls>button.is-tab-el-active {
    background-color: #eb662b0d;
    color: var(--color-accent-1)
}

.headerDropdown .tabsMenu__tabs .tabs__controls>button.is-tab-el-active:after {
    opacity: 1
}

.headerDropdown .tabsMenu__content {
    padding: 45px 80px 45px 60px
}

.headerDropdown .tabsMenu__lists {
    display: grid;
    gap: 100px;
    grid-template-columns: repeat(3,1fr)
}

.headerDropdown .tabsMenu .tabsMenu-list__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 187.5%
}

.headerDropdown .tabsMenu .tabsMenu-list__content {
    margin-top: 10px
}

.headerDropdown .tabsMenu .tabsMenu-list__item>a {
    font-size: 15px;
    line-height: 233.333%
}

.headerDropdown .tabsMenu .tabsMenu-list__item>a:hover {
    color: var(--color-accent-1)
}

.headerDropdown .tabsMenu .tabs {
    display: grid;
    grid-template-columns: 260px 1fr
}

.headerDropdown .headerDropdown {
    left: 50%;
    padding-top: 10px;
    position: absolute;
    top: 100%;
    transform: translate(-50%);
    z-index: 20
}

.headerDropdown .headerDropdown__container {
    background-color: #fff;
    border: 1px solid var(--Border,#e7e6e6);
    border-radius: 12px;
    box-shadow: 0 10px 40px #0000000d;
    padding: 20px 40px;
    width: 220px
}

.headerDropdown .headerDropdown__item {
    font-size: 15px;
    font-weight: 500;
    line-height: 266.667%
}

.headerDropdown .headerDropdown__item button:hover {
    color: var(--color-primary,#eb662b);
    text-decoration-line: underline
}

.headerDropdown.-hover-light .headerDropdown__button:hover {
    background: hsla(0,0%,100%,.1)
}

.header {
    transition: .2s
}

.header.-is-sticky {
    box-shadow: 0 10px 20px #0000000d
}

.header__search {
    align-items: center;
    display: flex;
    position: relative
}

.header__search>i {
    font-size: 18px;
    left: 18px;
    margin-right: 10px;
    position: absolute;
    top: 12px
}

.header__search input {
    border: 1px solid transparent;
    border-radius: 200px;
    padding: 7px 12px 7px 46px;
    transition: .2s;
    width: 350px
}

.header__search .headerSearchRecent {
    left: 0;
    opacity: 0;
    padding-top: 14px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition: .2s
}

.header__search .headerSearchRecent__container {
    background-color: #fff;
    border: 1px solid var(--Border,#e7e6e6);
    border-radius: 12px;
    box-shadow: 0 10px 40px #0000000d;
    max-width: 100%;
    overflow: hidden;
    width: 490px
}

.header__search .headerSearchRecent__title {
    padding: 30px 30px 15px
}

.header__search .headerSearchRecent__list {
    height: 450px;
    overflow-y: scroll
}

.header__search .headerSearchRecent__list::-webkit-scrollbar {
    background-color: #0000001a;
    width: 3px
}

.header__search .headerSearchRecent__list::-webkit-scrollbar-thumb {
    background-color: #0000004d;
    width: 3px
}

.header__search .headerSearchRecent__item {
    align-items: center;
    display: flex;
    height: 90px;
    padding: 0 30px;
    text-align: left;
    width: 100%
}

.header__search .headerSearchRecent__item:hover {
    background-color: var(--bg-1,#f5f5f5)
}

.header__search .headerSearchRecent.is-active {
    opacity: 1!important;
    pointer-events: auto!important
}

.header .desktopNav__item a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.header .desktopNav__item a:hover {
    color: var(--color-accent-1)
}

.header .desktopNavMega {
    left: -40px;
    max-width: 100vw;
    opacity: 0;
    padding-top: 20px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition: .2s;
    width: 970px;
    z-index: 20
}

@media (max-width: 1400px) {
    .header .desktopNavMega {
        left:50%;
        padding-top: 20px;
        position: fixed;
        top: 50px;
        transform: translate(-50%)
    }
}

.header .desktopNavMega__container {
    background-color: #fff;
    border: 1px solid var(--Border,#e7e6e6);
    border-radius: 12px;
    box-shadow: 0 10px 40px #0000000d;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 410px;
    padding: 30px
}

.header .desktopNavMega__lists {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3,1fr)
}

.header .desktopNavMega .desktopNavMega-list__title {
    color: var(--color-third,#05073c);
    font-size: 16px;
    font-weight: 500;
    line-height: 187.5%
}

.header .desktopNavMega .desktopNavMega-list__list {
    margin-top: 10px
}

.header .desktopNavMega .desktopNavMega-list__link {
    color: var(--color-third,#05073c);
    font-size: 15px;
    line-height: 233.333%
}

.header.-type-2 {
    background-color: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.header.-type-2 .header__container {
    align-items: center;
    display: flex;
    height: 88px;
    justify-content: space-between
}

@media (max-width: 767px) {
    .header.-type-2 .header__container {
        height:57px
    }
}

.header.-type-2 .header__logo,.header.-type-2 .header__right {
    align-items: center;
    display: flex
}

@media (max-width: 767px) {
    .header.-type-2 .header__right {
        display:none
    }
}

.header.-type-2 .header__search {
    align-items: center;
    display: flex
}

.header.-type-2 .header__search i {
    font-size: 18px;
    margin-right: 10px
}

.header.-type-2 .header__search input {
    width: 230px
}

.header.-type-2 .header__menuBtn {
    display: flex
}

.header.-type-2 .header__menuBtn i {
    font-size: 20px
}

.header.-type-2 .desktopNav>* {
    transition: .2s
}

.header.-type-2 .desktopNav>:hover {
    background-color: #f7f4fe
}

.header.-type-2 .headerMobile__left {
    display: none
}

@media (max-width: 1199px) {
    .header.-type-2 .headerMobile__left {
        display:block
    }
}

.header.-type-2 .headerMobile__right {
    display: none
}

@media (max-width: 1199px) {
    .header.-type-2 .headerMobile__right {
        display:flex
    }
}

.header.-type-3 {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: .2s;
    z-index: 1000
}

.header.-type-3.-is-sticky {
    background-color: #fff
}

.header.-type-3 .header__container {
    align-items: center;
    display: flex;
    height: 88px;
    justify-content: space-between
}

@media (max-width: 767px) {
    .header.-type-3 .header__container {
        height:57px
    }
}

.header.-type-3 .header__logo,.header.-type-3 .header__right {
    align-items: center;
    display: flex
}

@media (max-width: 767px) {
    .header.-type-3 .header__right {
        display:none
    }
}

.header.-type-3 .header__search {
    align-items: center;
    display: flex
}

.header.-type-3 .header__search i {
    font-size: 18px;
    margin-right: 10px
}

.header.-type-3 .header__search input {
    width: 230px
}

.header.-type-3 .header__menuBtn {
    display: flex
}

.header.-type-3 .header__menuBtn i {
    font-size: 20px
}

.header.-type-3 .desktopNav>* {
    transition: .2s
}

.header.-type-3 .desktopNav>:hover {
    background-color: #f1ecf2
}

.header.-type-3 .desktopNav>* a:hover {
    color: var(--color-dark-1)
}

@media (max-width: 991px) {
    .header.-type-3.-page-5 .header__right {
        display:none
    }

    .header.-type-3.-page-5 .headerMobile__left,.header.-type-3.-page-5 .headerMobile__right {
        display: flex!important
    }
}

.header.-type-3.-page-5 .desktopNav>* {
    transition: .2s
}

.header.-type-3.-page-5 .desktopNav>:hover {
    background-color: #fff
}

.header.-type-3.-page-5 .desktopNav>* a:hover {
    color: var(--color-dark-1)
}

.header .desktopNav {
    align-items: center;
    display: flex
}

.header .desktopNav>* {
    padding: 8px 20px
}

.header .desktopNav__item {
    border-radius: 100px;
    position: relative
}

.header .desktopNav__item>a {
    align-items: center;
    display: flex
}

.header .desktopNav__item>a i {
    margin-left: 5px
}

.header .desktopNav__item:hover>:last-child {
    opacity: 1!important;
    pointer-events: auto!important
}

.header .desktopNav .desktopNavSubnav {
    left: 0;
    opacity: 0;
    padding-top: 14px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition: .2s
}

.header .desktopNav .desktopNavSubnav__content {
    background-color: #fff;
    border: 1px solid var(--border,#e7e6e6);
    border-radius: 12px;
    box-shadow: 0 10px 40px #0000000d;
    min-width: 260px;
    padding: 20px 40px
}

.header .desktopNav .desktopNavSubnav__content>*+* {
    padding-top: 12px
}

.header .desktopNav .desktopNavSubnav__item {
    position: relative
}

.header .desktopNav .desktopNavSubnav__item>.desktopNavSubnav {
    left: 100%;
    top: 0
}

.header .desktopNav .desktopNavSubnav__item:hover>.desktopNavSubnav {
    opacity: 1!important;
    pointer-events: auto!important
}

.header .desktopNav.-light>*>a {
    color: #fff
}

.header .desktopNav.-hover-dark>:hover,.header .desktopNav>:hover {
    background-color: #ffffff1a
}

.header.-type-4 {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: .2s;
    z-index: 1000
}

.header.-type-4.-is-sticky {
    background-color: #fff
}

.header.-type-4 .header__container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 30px 60px;
    position: relative
}

@media (max-width: 767px) {
    .header.-type-4 .header__container {
        padding:20px
    }
}

.header.-type-4 .header__center {
    display: flex;
    left: 50%;
    position: absolute;
    transform: translate(-50%)
}

@media (max-width: 991px) {
    .header.-type-4 .header__center {
        display:none
    }
}

.header.-type-4 .header__center>a+a {
    margin-left: 30px
}

.header.-type-4 .header__right {
    align-items: center;
    display: flex
}

@media (max-width: 991px) {
    .header.-type-4 .header__right {
        display:none
    }
}

.header.-type-4 .header__search {
    align-items: center;
    display: flex
}

.header.-type-4 .header__search i {
    font-size: 18px;
    margin-right: 10px
}

.header.-type-4 .header__search input {
    width: 230px
}

.header.-type-4 .header__menuBtn {
    display: flex
}

.header.-type-4 .header__menuBtn i {
    font-size: 20px
}

.header.-type-4 .desktopNav>* {
    transition: .2s
}

.header.-type-4 .desktopNav>:hover {
    background-color: #ffeee7
}

.header.-type-4 .desktopNav>* a:hover {
    color: var(--color-dark-1)
}

.header.-type-4 .headerMobile__left {
    display: none
}

@media (max-width: 991px) {
    .header.-type-4 .headerMobile__left {
        display:block
    }
}

.header.-type-4 .headerMobile__right {
    display: none
}

@media (max-width: 991px) {
    .header.-type-4 .headerMobile__right {
        display:flex
    }

    .headerMobile__left {
        display: block
    }

    .headerMobile__right {
        display: flex
    }
}

.header.-type-7 {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.header.-type-7.-is-sticky {
    background-color: var(--color-dark-1)
}

.header.-type-7 .header__container {
    align-items: center;
    display: flex;
    height: 88px;
    justify-content: space-between
}

@media (max-width: 767px) {
    .header.-type-7 .header__container {
        height:57px
    }
}

.header.-type-7 .header__logo,.header.-type-7 .header__right {
    align-items: center;
    display: flex
}

@media (max-width: 767px) {
    .header.-type-7 .header__right {
        display:none
    }
}

.header.-type-7 .header__search input ::-moz-placeholder {
    color: #fff
}

.header.-type-7 .header__search input ::placeholder {
    color: #fff
}

.header.-type-7 .header__menuBtn {
    display: flex
}

.header.-type-7 .header__menuBtn i {
    font-size: 20px
}

.headerDropdown {
    position: relative
}

.headerDropdown__button {
    align-items: center;
    display: flex
}

.headerDropdown__button i {
    margin-left: 5px
}

.headerDropdown.-button .headerDropdown__button {
    border-radius: 200px;
    padding: 7px 20px
}

.headerMobile__left {
    display: none
}

@media (max-width: 767px) {
    .headerMobile__left {
        display:block
    }
}

.headerMobile__right {
    display: none
}

@media (max-width: 767px) {
    .headerMobile__right {
        display:flex
    }
}

.header.-type-8 {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.header.-type-8.-is-sticky {
    background-color: var(--color-dark-1)
}

.header.-type-8 .header__container {
    align-items: center;
    display: flex;
    height: 88px;
    justify-content: space-between
}

@media (max-width: 767px) {
    .header.-type-8 .header__container {
        height:57px
    }
}

.header.-type-8 .header__logo,.header.-type-8 .header__right {
    align-items: center;
    display: flex
}

@media (max-width: 767px) {
    .header.-type-8 .header__right {
        display:none
    }
}

.header.-type-8 .header__search {
    align-items: center;
    display: flex
}

.header.-type-8 .header__search i {
    font-size: 18px;
    margin-right: 10px
}

.header.-type-8 .header__search input {
    width: 230px
}

.header.-type-8 .header__menuBtn {
    display: flex
}

.header.-type-8 .header__menuBtn i {
    font-size: 20px
}

.header.-type-9 {
    border-bottom: 1px solid hsla(0,0%,100%,.2);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(30px);
    z-index: 1000
}

@media (max-width: 767px) {
    .header.-type-9 {
        transform:none
    }
}

.header.-type-9.-is-sticky {
    background-color: #131313;
    transform: none
}

.header.-type-9 .header__container {
    align-items: center;
    display: flex;
    height: 88px;
    justify-content: space-between
}

@media (max-width: 767px) {
    .header.-type-9 .header__container {
        height:57px
    }
}

.header.-type-9 .header__logo,.header.-type-9 .header__right {
    align-items: center;
    display: flex
}

@media (max-width: 767px) {
    .header.-type-9 .header__right {
        display:none
    }
}

.header.-type-9 .header__search {
    align-items: center;
    display: flex
}

.header.-type-9 .header__search i {
    font-size: 18px;
    margin-right: 10px
}

.header.-type-9 .header__search input {
    width: 230px
}

.header.-type-9 .header__menuBtn {
    display: flex
}

.header.-type-9 .header__menuBtn i {
    font-size: 20px
}

.header.-type-10 {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.header.-type-10.-is-sticky {
    background-color: #131313
}

.header.-type-10 .header__container {
    align-items: center;
    display: flex;
    height: 88px;
    justify-content: space-between;
    padding: 0 60px
}

@media (max-width: 767px) {
    .header.-type-10 .header__container {
        height:57px;
        padding: 0 24px
    }
}

.header.-type-10 .header__logo,.header.-type-10 .header__right {
    align-items: center;
    display: flex
}

@media (max-width: 767px) {
    .header.-type-10 .header__right {
        display:none
    }
}

.header.-type-10 .header__search {
    align-items: center;
    display: flex
}

.header.-type-10 .header__search i {
    font-size: 18px;
    margin-right: 10px
}

.header.-type-10 .header__search input {
    width: 230px
}

.header.-type-10 .header__menuBtn {
    display: flex
}

.header.-type-10 .header__menuBtn i {
    font-size: 20px
}


.swiper-button-nextcc1 {z-index: 99; position: absolute;top:30%;right:30px;font-size:96px}
.swiper-button-prevcc1 {z-index: 99; position: absolute;top:30%;left:30px;font-size:96px}

.hero-section {
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 250px 0;
	border-radius: 20px 20px 0 0;
}

        .hero-section h1 {
            font-size: 48px;
            margin-bottom: 20px;
        	text-shadow: 1px 1px #000;
            color:#fff;
            font-family: 'francois one',sans-serif;
        }
        .hero-section p {
            font-size: 18px;
            margin-bottom: 30px;
            text-shadow: 1px 1px #000;
            color:#fff;
            font-family: 'francois one',sans-serif;
        }
        .sectionTitle {
	font-size: 32px;
	font-weight: 600;
	color: #5f5f5f;
    font-family: 'francois one',sans-serif;
    text-align: center;
}
.sectionTitleS {
    margin-top:-10px;
	margin-bottom: 35px;
	color: #999;
	font-size: 18px;
    text-align: center;
}


        .destination-card img {
            width: 100%;
            height: auto;
        }
        .discount-section, .app-section, .customer-reviews {
            text-align: center;
            padding: 50px 0;
        }
        .travel-articles img {
            width: 100%;
            height: auto;
        }
        .img-circle {
    border-radius: 50%;
    width: 125px;
    height: 125px;
}
#categories i {font-size: 48px; color:#ffcc00}
.tourCard {
	font-size: 13px;
	color: #000 !important;
	height: 410px;
	margin-bottom: 30px;
}
.tourCard__image img {
	background-size: cover;
	background-position: center center;
	height: 205px;
}
.tourCard__image span {
	position: absolute;
	background: #00000090;
	padding: 4px 15px;
	color: #fff;
	font-size: 12px;
	border-radius: 0 6px 6px 0;
}

.tourCard p {
	line-height: 19px;
	font-size: 13px;
	height: 73px;
	overflow: hidden;
}


#hotelTiles .tourCard {
	height: 275px;
}

.tourCard.-type-1 {
    display: block
}

.tourCard.-type-1 .tourCard__image {
    position: relative;
    z-index: 0
}

.tourCard.-type-1 .tourCard__shape {
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    bottom: 0;
    height: 24px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.tourCard.-type-1 .tourCard__header {
    position: relative
}

.tourCard.-type-1 .tourCard__favorite {
	align-items: center;
	background-color: #fff;
	border-radius: 100%;
	bottom: -17px;
	box-shadow: 0 0px 3px #000000;
	display: flex;
	height: 35px;
	justify-content: center;
	position: absolute;
	right: 10px;
	transition: .15s;
	width: 35px;
	z-index: 1;
	border: 0px solid;
}

.tourCard.-type-1 .tourCard__favorite:hover {
    background-color: var(--main-color);
    color: #fff
}

.tourCard.-type-1.-hover-shadow {
    transition: .15s
}

.tourCard.-type-1.-hover-shadow:hover {
    box-shadow: 0 10px 40px #0000000d
}

.tourCard.-type-1.-rounded .tourCard__image {
    position: relative;
    z-index: 0
}

.tourCard.-type-1.-rounded .tourCard__shape {
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    bottom: 0;
    height: 24px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1
}

.tourCard.-type-1.-rounded .tourCard__header {
    position: relative
}

.tourCard.-type-1.-rounded .tourCard__favorite {
    bottom: unset;
    right: 20px;
    top: 20px
}

.tourCard.-type-1.-rounded .tourCard__favorite:hover {
    background-color: var(--color-accent-1);
    color: #fff
}

.tourCard__title span {
    background-image: linear-gradient(90deg,#000 0,#000);
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    padding: .1% 0;
    transition: background-size .25s cubic-bezier(.785,.135,.15,.86) 0s
}

.tourCard:hover .tourCard__title span {
    background-size: 100% 1px
}

.tourCard.-type-2 {
    border: 1px solid var(--border,#e7e6e6);
    border-radius: 12px;
    display: grid;
    gap: 30px;
    grid-template-columns: max-content 1fr min-content;
    height: 100%;
    padding: 20px;
    transition: .2s
}
.tourCard__title {
	font-size: 16px;
	color: #000;
	margin: 10px 0;
}

.tourCard_footer {
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .tourCard.-type-2 {
        grid-template-columns:1fr 1fr
    }

    .tourCard.-type-2>:first-child {
        grid-column: span 2;
        width: 100%!important
    }
}

@media (max-width: 767px) {
    .tourCard.-type-2 {
        gap:16px;
        grid-template-columns: 1fr
    }

    .tourCard.-type-2>:first-child {
        grid-column: span 1
    }

    .tourCard.-type-2>:nth-child(3) {
        border-left: none!important;
        padding: 0!important;
        width: 100%!important
    }
}

.tourCard.-type-2 .tourCard__image {
    flex-shrink: 0;
    min-height: 260px;
    position: relative;
    width: 280px;
    z-index: 0
}

.tourCard.-type-2 .tourCard__image img {
    border-radius: 12px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.tourCard.-type-2 .tourCard__badge {
    left: 20px;
    position: absolute;
    top: 20px;
    z-index: 1
}

.tourCard.-type-2 .tourCard__favorite {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1
}

.tourCard.-type-2 .tourCard__content {
    padding-bottom: 10px;
    padding-top: 10px
}

.tourCard.-type-2 .tourCard__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis
}

.tourCard.-type-2 .tourCard__info {
    border-left: 1px solid #e7e6e6;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: 100%;
    padding: 10px 10px 10px 30px;
    width: 225px
}

@media (max-width: 991px) {
    .tourCard.-type-2 .tourCard__info>:first-child {
        align-items:flex-start!important;
        text-align: left!important
    }
}

.tourCard.-type-2 .tourCard__info>:first-child {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    text-align: center
}

.tourCard.-type-2 .tourCard__info>:nth-child(2) {
    margin-top: 20px;
    padding: 15px 0;
    width: 100%
}

.tourCard.-type-2 .tourCard__price>:first-child {
    color: var(--icon,#c6c6d2);
    font-size: 15px;
    line-height: 1.4;
    text-decoration-line: line-through
}

.tourCard.-type-2 .tourCard__price>:nth-child(2) {
    line-height: 1.4
}

.tourCard.-type-2:hover {
    box-shadow: 0 10px 40px #0000000d
}

.tourCard.-type-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 0
}

.tourCard.-type-3 .tourCard__image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.tourCard.-type-3 .tourCard__image:after {
    background: linear-gradient(180deg,rgba(5,7,60,0),rgba(5,7,60,.8));
    border-radius: 12px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.tourCard.-type-3 .tourCard__header {
    position: relative
}

.tourCard.-type-3 .tourCard__favorite {
    align-items: center;
    background-color: #fff3;
    border-radius: 100%;
    color: #fff;
    display: flex;
    height: 35px;
    justify-content: center;
    transition: .15s;
    width: 35px;
    z-index: 1
}

.tourCard.-type-3 .tourCard__favorite:hover {
    background-color: var(--color-accent-1)
}

.tourCard.-type-3 .tourCard__content {
    align-items: flex-end;
    display: flex;
    z-index: 1
}

.tourCard.-type-3 .tourCard__wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    left: 0;
    padding: 30px;
    position: absolute;
    top: 0;
    width: 100%
}

.tourCard.-type-1.-hover-shadow {
    transition: .15s;
}
.tourCard.-type-1.-hover-shadow {
    transition: .15s;
}
.tourCard.-type-1 {
    display: block;
}
.tourCard.-type-1 {
    display: block;
}
.border-1 {
    border: 1px solid #e7e6e6;
}
.rounded-12 {
    border-radius: 12px;
}
.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.py-10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
.border-1 {
    border: 1px solid #e7e6e6;
}
.rounded-12 {
    border-radius: 12px;
}
.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.py-10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.d-flex {
    display: flex!important;
}
.text-center {
    align-items: center!important;
}
.text-dark-1 {
    color: var(--color-dark-1);
}
.mt-10 {
    margin-top: 10px!important;
}
.pt-10 {
    padding-top: 10px!important;
}
.rounded-12 {
    border-radius: 12px;
}
.img-cover, .img-ratio {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}





#adboxess .featured {
	background-position: center;
	background-size: cover;
}

.blogCard__title {
	font-size: 16px;
	margin: 0;
	color: #000;
	font-weight: bold;
}
.blogCard {
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 10px;
}
.blogCard, .blogCard:visited {color:#000;}

.blogCard.-type-1 {
	display: block;
	height: 313px;
	line-height: 18px;
	font-size: 14px;
	margin-bottom: 30px;
	overflow: hidden;
}

.blogCard.-type-1 .blogCard__image {
    position: relative
}
.blogCard__image img {
	width: 100%;
	height: 180px;
	background-size: cover;
	background-position: center center;
}

.blogCard.-type-1 .blogCard__badge {
    background-color: #fff;
    border-radius: 200px;
    font-size: 14px;
    font-weight: 500;
    right: 20px;
    padding: 5px 15px;
    position: absolute;
    top: 20px;
    opacity:7.9
}

.blogCard.-type-1 .blogCard__info {
    align-items: center;
    display: flex
}

.blogCard.-type-1 .blogCard__line {
    background-color: #e7e6e6;
    height: 26px;
    margin: 0 10px;
    width: 1px
}

.cta.-type-1 {
    position: relative;
    z-index: 0
}

.cta.-type-1 .cta__bg {
    bottom: 0;
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    width: 1530px;
    z-index: -1
}

.cta.-type-1 .cta__bg img {
    border-radius: 12px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 991px) {
    .cta.-type-1 .cta__bg img {
        border-radius:0
    }
}

.cta.-type-1 .cta__content {
    padding: 100px 0
}

@media (max-width: 991px) {
    .cta.-type-1 .cta__content {
        padding-bottom:0
    }
}

@media (max-width: 767px) {
    .cta.-type-1 .cta__content {
        padding-top:60px
    }
}

.cta.-type-1 .cta__image {
    bottom: 0;
    position: absolute
}

@media (max-width: 991px) {
    .cta.-type-1 .cta__image {
        position:relative
    }
}

.cta.-type-2 {
    padding-bottom: 160px;
    padding-top: 160px;
    position: relative;
    z-index: 0
}

@media (max-width: 991px) {
    .cta.-type-2 {
        padding-bottom:120px;
        padding-top: 120px
    }
}

@media (max-width: 767px) {
    .cta.-type-2 {
        padding-bottom:360px;
        padding-top: 40px
    }
}

.cta.-type-2 .cta__bg {
    border-radius: 12px;
    bottom: 0;
    left: 50%;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    width: 1530px;
    z-index: -1
}

@media (max-width: 767px) {
    .cta.-type-2 .cta__bg {
        left:20px;
        right: 20px;
        transform: none;
        width: auto
    }
}

.cta.-type-2 .cta__bg>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cta.-type-2 .cta__image {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width: 1199px) {
    .cta.-type-2 .cta__image {
        width:55%
    }
}

@media (max-width: 991px) {
    .cta.-type-2 .cta__image {
        width:45%
    }
}

@media (max-width: 767px) {
    .cta.-type-2 .cta__image {
        height:312px;
        top: unset;
        width: 100%
    }
}

.cta.-type-2 .cta__image>:first-child,.cta.-type-2 .cta__image>:nth-child(2) {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cta.-type-2 .cta__image>:nth-child(2) {
    left: -1px;
    position: absolute;
    z-index: 1
}

@media (max-width: 767px) {
    .cta.-type-2 .cta__image>:nth-child(2) {
        display:none
    }
}

.cta.-type-2 .cta__image>:nth-child(3) {
    display: none
}

@media (max-width: 767px) {
    .cta.-type-2 .cta__image>:nth-child(3) {
        display:block;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1
    }

    .cta.-type-2 .cta__content {
        padding: 0 40px
    }
}

.cta.-type-3 {
    position: relative;
    z-index: 0
}

.cta.-type-3 .cta__bg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.cta.-type-3 .cta__bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.cta.-type-3 .cta__content {
    padding: 100px 0
}

@media (max-width: 991px) {
    .cta.-type-3 .cta__content {
        padding-bottom:0
    }
}

@media (max-width: 767px) {
    .cta.-type-3 .cta__content {
        padding-top:60px
    }
}

.cta.-type-3 .cta__image {
    bottom: 0;
    position: absolute
}

@media (max-width: 991px) {
    .cta.-type-3 .cta__image {
        position:relative
    }
}

.cta.-type-4 {
    position: relative;
    z-index: 0
}

.cta.-type-4 .cta__content {
    background-color: var(--color-light-4);
    border-radius: 12px;
    overflow: hidden;
    padding: 60px;
    position: relative;
    z-index: 2
}

@media (max-width: 991px) {
    .cta.-type-4 .cta__content {
        padding-right:40px
    }

    .hc-nav-trigger {
	top: -55px;
	right: -4px;
    }

    .hero-section {
	padding: 50px;
	border-radius: 20px;
}
.hero-section h1 {
	font-size: 33px;

}
.swiper-button-nextcc1 {
	top: 12%;
	right: 5px;
}

.swiper-button-prevcc1 {
    top: 12%;
	left: 5px;
}


}

@media (max-width: 767px) {
    .cta.-type-4 .cta__content {
        padding:48px 48px 300px
    }
}

@media (max-width: 575px) {
    .cta.-type-4 .cta__content {
        padding:34px 34px 210px
    }
}

.cta.-type-4 .cta__image {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}


@media (max-width: 1199px) {
    .cta.-type-4 .cta__image {
        width:340px
    }
}

@media (max-width: 767px) {
    .cta.-type-4 .cta__image {
        left:0;
        padding-right: 0;
        top: unset;
        width: 100%
    }

    .cta.-type-4 .cta__image>:nth-child(2) {
        display: none
    }

    .cta.-type-4 .cta__image>:nth-child(3) {
        display: block;
        top: -2px
    }
}

.cta.-type-4.-style-2 .cta__content {
    background-color: var(--color-light-5)
}

.featured {
	width: 100%;
	margin-bottom: 35px;
	border-radius: 15px;
	padding: 150px 30px 20px;
}
.featured h3 {
	color: #fff;
	background: #00000090;
	padding: 10px;
	font-size: 15px;
}
.featured h3:after {
    content: '\F054';
    font-family: 'Fontawesome';
    position: absolute;
    right: 55px;
}


.footer a, 
.footer a:visited {color:#222;}  

.footer.-type-1 .footer__main {
    position: relative;
    z-index: 0;
    background-color: #eee;
    border-radius: 15px;
    margin: 10px 30px;
}

@media (max-width: 767px) {
    .footer.-type-1 .footer__main {
        padding-top:60px
    }
}


@media (max-width: 991px) {
    .footer.-type-1 .footer__bg {
        left:0;
        right: 0
    }
}

.footer.-type-1 .footer__bg img {
    border-radius: 12px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width: 991px) {
    .footer.-type-1 .footer__bg img {
        border-radius:0
    }
}
.footer.-type-1 .footer__info {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	padding-top: 40px;
}

@media (max-width: 767px) {
    .footer.-type-1 .footer__info {
        padding-bottom:40px;
        padding-top: 40px
    }
}

.footer.-type-1 .footer__content {
    padding-bottom: 60px;
    padding-top: 20px
}

@media (max-width: 767px) {
    .footer.-type-1 .footer__content {
        padding-bottom:40px;
        padding-top: 40px
    }
}

.footer.-type-1 .footer__newsletter {
    margin-top: 10px;
    position: relative
}

.footer.-type-1 .footer__newsletter input {
    background-color: #fff;
    border: 1px solid var(--Border,#e7e6e6);
    border-radius: 12px;
    height: 60px;
    padding: 0 20px;
    width: 100%
}

.footer.-type-1 .footer__newsletter button {
    bottom: 0;
    color: var(--color-dark-1);
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.footer.-type-1 .footer__bottom {
    padding: 0px 0 10px
}

.footer.-type-1 .footerSocials {
    align-items: center;
    display: flex
}

@media (max-width: 767px) {
    .footer.-type-1 .footerSocials {
        align-items:flex-start;
        flex-direction: column
    }
}

.footer.-type-1 .footerSocials__title {
    font-size: 17px;
    font-weight: 500;
    margin-right: 10px
}

.footer.-type-1 .footerSocials__icons {
    display: flex
}

@media (max-width: 767px) {
    .footer.-type-1 .footerSocials__icons {
        left:-12px;
        margin-top: 8px;
        position: relative
    }
}

.footer.-type-1 .footerSocials__icons>* {
    align-items: center;
    border-radius: 100%;
    display: flex;
    font-size: 15px;
    height: 40px;
    justify-content: center;
    transition: .2s;
    width: 40px;
    margin-right: 10px;
    background-color: var(--main-color);
    color: #fff!important
}

.footer.-type-1 .footerSocials__icons>:hover {
    background-color: #fff!important;
    color: var(--main-color)!important;
}


.footer.-type-1.-dark h4,.footer.-type-1.-dark p {
    color: #fff
}

.d-block {
    display: block!important;
}
.y-gap-10>* {
    padding-bottom: 5px;
    padding-top: 5px;
}

.footerSocials__icons a {
	font-size: 23px !important;
}

/* NAV */
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0; }
	.dropdown-item:hover, .dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa; }
	.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff; }
	.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent; }
	
	.dropdown-menu.show {
	  display: block; 
	}
	
		
	.dropdown-item-text {
	  display: block;
	  padding: 0.25rem 1.5rem;
	  color: #212529; }
	
	  .navbar-nav.ml-auto {
		margin-top: 10px;
		margin-left: 35px;
	}
	
	.position-static {position: static !important; }
	
	  .navbar-brand {
		height: 50px;
		padding: 0px 0px;
	
	}
	 
	.ftco-navbar-light {
		z-index: 3;
		padding: 5px 0px 0;
		width: inherit;
	}
	
	  .ftco-navbar-light .navbar-brand {
		color: #000;
		text-transform: uppercase;
		font-weight: 700; 
	}
	
		  
    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
	border: none;
	background: #fff;
	-webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	border-radius: 4px;
	width: 900px;
	padding: 30px;
	position: absolute;
	left: 329px;
}


	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
		font-size: 15px;
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
		padding-left: 15px;
		padding-right: 15px;
		font-weight: 400;
		color: #000;
		position: relative;
		opacity: 1 !important;
	}
	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
		color:var(--main-color);
		transition: all 0.6s;
		text-decoration: none;
	}
	
		.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
		  font-size: 12px;
		  color: #000;
		  padding: 15px 20px;
		  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
		  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
			background: var(--main-color);
			color: #fff; }
		.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .img {
		  width: 100%;
		  display: block;
		  height: 130px;
		  margin-bottom: 20px; 
		  background-size: cover;
		  background-position: center center;
		}
		.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .text h3 {
		  font-size: 16px;
		  font-weight: 600;
		  margin-bottom: 8px; }
		  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .text h3 a {
			color: #000; }
		.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .text span {
		  font-size: 14px;
		  color: rgba(0, 0, 0, 0.2); }

	  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
		color: #fff;
		background: #fec771;
		border-radius: 0px; }
	.dropdown-menu span a {
		display: block;
		border-top: 1px solid #eee;
		padding: 5px 0;
		font-size: 13px !important;
		color: #666;
	}
	.nav-leftPane a {
		padding: 8px 5px !important;
		font-size: 14px !important;
		font-weight: bold;
	}
	.nav-leftPane > div {
		border: 0px solid #ddd;
		padding: 8px 10px;
		border-radius: 6px;
		margin-bottom: 10px;
		background: #404040;
		font-weight: bold;
		text-transform: uppercase;
		color: #fff;
	}

/* NAV */


#ttfn-language {
    margin-right: 12px;
    padding-left: 12px;
    position: relative;
    z-index: 99;
}
#ttfn-language span#active-lang {
    align-items: center;
    cursor: pointer;
    display: flex;
}
#ttfn-language span#active-lang img {
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    display: inline-block;
    float: left;
    height: 26px;
    margin: 0 -5px 0 0;
    position: relative;
    width: 26px;
}
#ttfn-language span#active-lang p {
    align-items: center;
    background: #fff;
    border-radius: 0 11px 11px 0;
    color: var(--site-color);
    display: flex;
    font-size: 10px !important;
    height: 18px;
    margin: 0;
    padding: 0 8px;
    text-transform: uppercase;
	color:#000;
}


.headpush a {
	background: #fff;
	color: #000;
	border-radius: 15px;
	padding: 5px 15px;
	transition: all 0.6s;
}

.headpush a {
	background: #fff;
	color: #000;
	border-radius: 15px;
	padding: 3px 15px;
	transition: all 0.6s;
	display: block;
}

.headpush a:hover {
	background: rgb(216, 216, 216);
}

.headpush label {
	color: #fff;
	font-size: 17px;
	margin-right: 25px;
	padding: 7px 0;
}
.headmenu {
	width: 100%;
	padding: 20px 0 10px;
	background-color: #fff;
}
.currency-switcher {
	position: relative;
}

div.dropdown {
	position: relative;
	}

.currency-switcher span {
	font-weight: 600;
}

div.dropdown:after {
	content: "";
	position: absolute;
	margin: 0;
	width: 16px;
	height: 17px;
	top: 15px;
	right: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}

div.dropdown.open:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}


div.dropdown>div.caption {
	float: left;
	border-radius: 12px;
	cursor: pointer;
	padding: 12px 10px;
	font-size: 15px;
	letter-spacing: 0.3px;
}
div.dropdown > div.caption {
	
	padding: 6px 10px;
	margin-top: 0px;
}

div.dropdown>div.list {
	position: absolute;
	background-color: #fff;
	width: 100%;
	border-radius: 12px;
	-webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
	box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
	transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	top: 31px;
	z-index: -1;
	visibility: hidden;
	padding: 10px 0;
}
div.dropdown > div.list {
	
	width: 155px;
	
}


div.dropdown.open>div.list {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	z-index: 999;
	visibility: visible;
}

div.dropdown>div.list>div.item {
	padding: 12px 10px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 14px;
	width: 100%;
	letter-spacing: 0.3px;
}

div.dropdown>div.list>div.item.selected {
	background: rgba(36, 60, 187, 0.2);
	pointer-events: none;
}

div.dropdown>div.list>div.item:hover {
	background: #F8F9FB;
}

div.dropdown>div.caption span {
	position: relative;
	padding-left: 10px;
}

div.dropdown>div.caption span::after {
	content: "";
	background: url(./files/19/img/icon/arrowicon.svg);
	width: 10px;
	height: 6px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: -7px;
	top: 6px;
}

div.dropdown>div.caption img,
div.dropdown>div.list>div.item img,
div.dropdown>div.caption svg,
div.dropdown>div.list>div.item svg {
	position: relative;
	float: left;
	margin-right: 10px;
}

.logo {
	float: left;
	width: 175px;
	margin-right: 50px;
	margin-top: 10px;
}

.logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left;
}

.righthead {
	float: right;
	display: flex;
}

.righthead .hscurs {
	float: right;
}

.righthead .btnlist {
	float: right;
	display: flex;
}

.righthead .btnlist .registerbtn {
	float: right;
	background: var(--main-color);
	border-radius: 5px;
	color: #fff;
	padding: 12px 24px;
	transition: all 0.6s;
}

.righthead .btnlist .registerbtn:hover {
	background: #a12121;
	color: #fff;
}

.righthead .btnlist .loginbtn {
	float: right;
	color: #183B56;
	margin-right: 18px;
	font-weight: normal;
	line-height: 47px;
	transition: all 0.6s;
}

.righthead .btnlist .loginbtn:hover {
	color: var(--main-color);
}

.righthead .hscurs label {
	float: left;
	font-weight: 600;
}

.topmenu {
	float: left;
	max-width: 50%;
}
.navbar {
	min-height: 0px;
	margin-bottom: 0px;
	padding: 12px 0px;
}

.topmenu .nav-item {
	margin-right: 22px;
}
.dropdown-menu > li > a {
	padding: 5px 20px;
}

.nav-link.dropdown-toggle.show {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.topmenu .navbar-light .navbar-nav .nav-link {
	color: #4A5567;
	font-weight: bold;
	font-size: 16px;
	position: relative;
}

.topmenu .navbar-light .navbar-nav .nav-link.active {
	font-weight: bold;
}

.topmenu .navbar-light .navbar-nav .nav-link.active::before {
	content: "";
	background: url(./files/19/files/19/img/icon/menuactiveicon.svg);
	background-size: contain;
	height: 7px;
	background-position: center;
	width: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: -5px;
}


.headpush {
	width: 100%!important;
	padding: 8px 0 5px!important;
	background: #fff!important;
	border-bottom: 1px solid #eee!important;
	color: #000 !important;
}

.headpush a {
	float: left;
}
.headpush a {
	/* background: #eee!important; */
	color: #000!important;
	border-radius: 15px!important;
	padding: 3px 15px!important;
	transition: all 0.6s!important;
	display: block!important;
	font-size: 14px!important;
}
.headpushsocial a {
	background: none !important;
	color: #333 !important;
	border-radius: 0px !important;
	padding: 0px 15px 0px 0 !important;
	font-size: 16px !important;
}