/*
Author       	: theme_crazy
Template Name	: Manali - Tour & Travels Agency Template
Version      	: 1.0
*/


/****** Table Of Content ***************
=================================================
#1. Typography
#2. Pre Loader
#3. General Design
#4. Header Design
#5. Banner Design
#6. About Us
#7. Services
#8. Tours
#9. Destinations
#10. Gallery
#11. Reviews
#12. Hotels
#13. Blog
#14. Contact Us
#15. Footer
#16. Responsive Design
#17. Banner Content
=================================================
*/


/************* Typography ******************/


/* Start Font */

@font-face {
    font-family: IS;
    font-style: normal;
    src: url("../font/IRAN Sans Regular (mmrostami.blog.ir).ttf");
}

@font-face {
    font-family: Cas;
    font-style: normal;
    src: url("../font/Mj_Casablanca/Mj_Casablanca-Light.ttf");
}

@keyframes rotation {
    form {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* End Font */

.fa-envelope-open {
    margin-bottom: 20px;
    color: #2565ae;
    font-size: 30px;
}

* {
    padding: 0;
    margin: 0;
}

img {
    border: none;
    outline: none;
    height: auto;
    max-width: 100%;
}

a,
a:active,
a:focus,
a:hover {
    outline: none !important;
    text-decoration: none;
    font-family: IS;
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #333;
}

a:hover {
    color: #2565ae;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none !important;
    box-shadow: none;
    font-family: IS;
}

input:focus {
    margin-bottom: -1px !important;
}

input[value^="ارسال پیام"] {
    font-family: IS;
}

input[value^="ارسال"] {
    font-family: IS;
}

input[value^="اکنون ثبت کن"] {
    font-family: IS;
}

ul,
ol {
    margin: 0;
    list-style-type: none;
    font-family: IS;
}

 ::placeholder {
    font-family: IS;
}

body {
    font-family: "Poppins", sans-serif;
    background: #fff;
    font-size: 16px;
    position: relative;
    overflow-x: hidden;
    direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: Cas !important;
}

h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 14px;
}

h2 {
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 20px;
    line-height: 40px;
    text-transform: uppercase;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 15px;
}

h4 {
    font-size: 14px;
    color: #888;
    font-weight: 400;
    margin: 0 0 20px;
}

h5 {
    font-weight: 300;
    margin: 0 0 10px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
    color: #999;
    font-weight: 400;
    margin: 0 0 10px;
}

p {
    font-size: 20px;
    line-height: 28px;
    color: #666;
    margin: 0 0 25px;
    font-family: IS;
}

small,
button,
select,
option {
    font-family: IS !important;
}

span {
    font-family: Cas;
}


/*================================ Scroll bar  ====================================*/

html::-webkit-scrollbar {
    background-color: #CCC;
    width: 10px;
}

html::-webkit-scrollbar-thumb {
    background-color: #09F;
}

html::-webkit-scrollbar-thumb:hover {
    background-color: #06F;
}

html::-o-scrollbar {
    background-color: #CCC;
    width: 1px;
}

html::-o-scrollbar-thumb {
    background-color: #06F;
}

html::-o-scrollbar-thumb:hover {
    background-color: #09F;
}


/*================================ Pre Loader ====================================*/

@keyframes dotAnimation {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 13000;
    height: 100%;
}

.preload-icon {
    position: absolute;
    height: 150px;
    width: 150px;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
    transform-origin: center center;
}

.plane-icon {
    height: 100%;
    animation: rotation 1.2s infinite;
    animation-timing-function: linear;
}

.plane {
    position: absolute;
    height: 40px;
    left: calc(50% - 18px);
}

.preload-icon i {
    color: #2565ae;
    font-size: 8px;
    animation-timing-function: linear;
}

.plane::before {
    color: #2565ae;
    font-size: 40px;
}

.preload-icon>i:nth-of-type(1) {
    position: absolute;
    top: 16px;
    left: 70px;
    transform: scale(0);
    animation: dotAnimation 1.2s infinite;
}

.preload-icon>i:nth-of-type(2) {
    position: absolute;
    top: 23px;
    left: 42px;
    transform: scale(0);
    animation: dotAnimation 1.2s infinite;
    animation-delay: 1.1s;
}

.preload-icon>i:nth-of-type(3) {
    position: absolute;
    top: 43px;
    left: 23px;
    transform: scale(0);
    animation: dotAnimation 1.2s infinite;
    animation-delay: 1s;
}

.preload-icon>i:nth-of-type(4) {
    position: absolute;
    left: 15px;
    top: 70px;
    transform: scale(0);
    animation: dotAnimation 1.2s infinite;
    animation-delay: 0.9s;
}

.preload-icon>i:nth-of-type(5) {
    position: absolute;
    left: 23px;
    bottom: 42px;
    transform: scale(0);
    animation: dotAnimation 1.2s infinite;
    animation-delay: 0.8s;
}

.preload-icon>i:nth-of-type(6) {
    position: absolute;
    left: 43px;
    bottom: 23px;
    transform: scale(0);
    animation: dotAnimation 1.2s infinite;
    animation-delay: 0.7s;
}

.preload-icon>i:nth-of-type(7) {
    position: absolute;
    bottom: 15px;
    left: 70px;
    transform: scale(0);
    animation: dotAnimation 1.2s infinite;
    animation-delay: 0.6s;
}

.preload-icon>i:nth-of-type(8) {
    position: absolute;
    right: 43px;
    bottom: 23px;
    transform: scale(0);
    animation: dotAnimation 1.2s infinite;
    animation-delay: 0.5s;
}

.preload-icon>i:nth-of-type(9) {
    position: absolute;
    right: 23px;
    bottom: 42px;
    transform: scale(0);
    animation: dotAnimation 1.2s infinite;
    animation-delay: 0.4s;
}

.preload-icon>i:nth-of-type(10) {
    position: absolute;
    right: 15px;
    top: 70px;
    transform: scale(0);
    animation: dotAnimation 1.2s infinite;
    animation-delay: 0.3s;
}

.preload-icon>i:nth-of-type(11) {
    position: absolute;
    top: 43px;
    right: 23px;
    transform: scale(0);
    animation: dotAnimation 1.2s infinite;
    animation-delay: 0.2s;
}

.preload-icon>i:nth-of-type(12) {
    position: absolute;
    top: 23px;
    right: 42px;
    transform: scale(0);
    animation: dotAnimation 1.2s infinite;
    animation-delay: 0.1s;
}

.sk-double-bounce {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 40px auto;
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #2565ae;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*======================================== General Design ========================================*/

.white-bg {
    background-color: #fff;
}

.btn.btn-default {
    line-height: 26px;
    border: 2px solid #2565ae;
    border-radius: 27px;
    padding: 12px 30px;
    color: #2565ae;
    font-weight: 500;
    text-transform: capitalize;
    box-shadow: none !important;
}

.btn.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    line-height: 26px;
    border: 2px solid #2565ae;
    border-radius: 27px;
    padding: 12px 35px;
    color: #fff;
    font-weight: 700;
    background: #2565ae;
    text-transform: capitalize;
    opacity: 1;
    box-shadow: none !important;
}

.btn-primary:hover {
    color: #2565ae;
    border-color: #2565ae;
    background: none;
}

.btn.btn-default:hover {
    background: #2565ae;
    color: #fff;
    border-color: #2565ae;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

section {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
}

.section-spacing {
    padding: 110px 0;
}

.no-spacing {
    padding: 0;
}

.inverse-bg {
    background: #f8faff;
}

.section-title {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 70px;
}

.section-title h2 {
    position: relative;
}

.section-title h2 span {
    position: relative;
    z-index: 3;
}

.section-title h2::before {
    width: 10px;
    height: 55px;
    position: absolute;
    left: 50%;
    content: "";
    background: #2565ae;
    opacity: 0.4;
    top: -15px;
    border-radius: 5px;
    transform: rotate(45deg);
}

.section-title h2::after {
    width: 10px;
    height: 55px;
    position: absolute;
    left: 50%;
    content: "";
    background: #2565ae;
    opacity: 0.4;
    bottom: -15px;
    border-radius: 5px;
    transform: rotate(45deg);
}

.section-title p {
    display: block;
    margin: 0 auto;
    max-width: 605px;
}

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

.bottom-none {
    padding-bottom: 0 !important;
}


/*======================================== Header Design ========================================*/

.navbar {
    padding: 20px 0;
}

.navbar .navbar-brand {
    padding: 4px 0;
}

.navbar .navbar-nav .nav-item {
    position: relative;
}

.navbar .navbar-nav .nav-link {
    padding: 13px 0px;
    font-size: 20px;
    color: #777777;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
}

.navbar .navbar-nav .nav-item .nav-link::before {
    width: 0px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    background: #2565ae;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.navbar .navbar-nav .nav-item {
    margin-left: 35px;
}

.navbar .navbar-nav .nav-item:first-child {
    margin: 0;
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-link:hover {
    color: #2565ae;
}

.navbar .navbar-nav .nav-item.active .nav-link::before {
    width: 30%;
}

.navbar .navbar-nav .nav-item.active .nav-link:hover::before,
.navbar .navbar-nav .nav-link:hover::before {
    width: 100%;
}

.navbar-toggler {
    padding: 0;
    outline: none;
    border: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #000;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.navbar-toggler-icon:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -11px;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 4px;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    backface-visibility: hidden;
}

.navbar-toggler-icon:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -11px;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 4px;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    backface-visibility: hidden;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background: rgba(0, 0, 0, 0);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 0px;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    bottom: 0px;
}


/*======================================== Banner Design =============================*/

#banner {
    width: 100%;
    float: left;
    height: auto;
}

#banner .carousel-item {
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.banner-caption {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    direction: ltr !important;
    text-align: right;
}

.banner-caption h6 {
    animation-delay: 0.4s;
}

.banner-caption h1 {
    text-transform: uppercase;
    animation-delay: 0.8s;
}

.banner-caption p {
    animation-delay: 1s;
}

.banner-caption a {
    animation-delay: 1.2s;
}

.hero-text {
    width: 100%;
    float: left;
    height: auto;
    max-width: 540px;
    margin-top: 250px;
}

.carousel-indicators {
    width: 14px;
    margin: 0;
    left: auto;
    right: 15px;
    top: 50%;
    bottom: auto;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #2565ae;
    margin: 0 0 10px;
}

.carousel-indicators li:last-child {
    margin: 0;
}

.carousel-indicators li.active {
    background: #2565ae;
}

.inner-page-banner {
    width: 100%;
    float: left;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}

.inner-image-banner {
    height: 100%;
}

.page-banner-caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wow .carousel-inner {
    text-align: right;
}

.inner-page-banner h1 {
    position: relative;
    font-weight: 300;
    padding-bottom: 12px;
    text-transform: capitalize;
    margin: 0 0 15px;
    color: #333;
}

.inner-page-banner h1::before {
    width: 70px;
    height: 4px;
    position: absolute;
    left: 0;
    content: "";
    background: #48c3e3;
    bottom: 0;
}

.breadcrumb {
    padding: 0;
    background: none;
    display: block;
    margin: 0;
}

.breadcrumb li a:hover {
    color: #2565ae;
}

.breadcrumb-item {
    text-transform: capitalize;
    font-size: 14px;
    color: #888;
    display: inline-block;
}

.breadcrumb-item a {
    color: #888;
}

.breadcrumb-item.active {
    color: #888;
    opacity: 0.8;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #888;
}

@media (min-width: 768px) {
    #banner .carousel-item .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 43% !important;
    }
}


/*======================================== About Us ========================================*/

.about-text {
    width: 100%;
    text-align: right;
}

.about-text ul li {
    width: 50%;
    float: left;
    font-size: 16px;
    line-height: 28px;
    color: #888;
    padding-left: 28px;
    padding-right: 24px;
    position: relative;
    margin: 0 0 5px;
}

.about-text ul li::before {
    width: 25px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    content: "\f190";
    font-family: FontAwesome;
    color: #2565ae;
}

.team {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0 0 70px;
}

.team .thumb {
    width: 100%;
    float: left;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 25px;
}

.team .thumb img {
    width: 100%;
    height: auto;
}

.team-info {
    width: 100%;
    float: left;
    height: auto;
}

.team h3 {
    margin: 0 0 10px;
}

.team h6 {
    margin: 0;
}

.team-overlay {
    width: 100%;
    float: left;
    height: auto;
    background: #2565ae;
    padding: 25px 10px 25px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team:hover .team-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.team-overlay h3,
.team-overlay h6 {
    color: #fff;
}

.team .social-icons {
    margin: 25px 0 0;
}

.social-icons li {
    display: inline-block;
    margin: 0 5px;
}

.social-icons li a {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    width: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icons li a:hover {
    color: #fff;
    border-color: #fff;
}


/*======================================== Services ========================================*/

.service-item {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 65px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item p {
    margin: 0;
}

.service-item i {
    width: 80px;
    text-align: center;
    display: inline-block;
    line-height: 72px;
    vertical-align: middle;
    position: relative;
    z-index: 3;
}

.service-item .icon {
    display: block;
    position: relative;
    margin: 0 0 20px;
}

.service-item [class^="flaticon-"]:before,
.service-item [class*=" flaticon-"]:before {
    font-size: 36px;
    color: #2565ae;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item .icon::before {
    width: 80px;
    height: 80px;
    background: rgba(37, 101, 174, 0.2);
    border-radius: 0 80px 80px 80px;
    opacity: 0.75;
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 1;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item:hover .icon::before {
    background: #2565ae;
    opacity: 1;
}

.service-item:hover .icon i::before {
    color: #fff;
}


/*======================================== Tours ========================================*/

.tour-item {
    width: 100%;
    float: left;
    height: auto;
    background: #fff;
    margin: 0 0 30px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tours .tour-item {
    margin: 0 0 50px !important;
}

.tour-item:hover {
    -webkit-box-shadow: 0 0 25px rgba(165, 165, 165, 0.1);
    -ms-box-shadow: 0 0 25px rgba(165, 165, 165, 0.1);
    -moz-box-shadow: 0 0 25px rgba(165, 165, 165, 0.1);
    box-shadow: 0 0 25px rgba(165, 165, 165, 0.1);
}

.tour-item .thumb {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
}

.tour-item .thumb img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tour-item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.tour-info {
    width: 100%;
    float: right;
    height: auto;
    padding: 27px 20px 27px;
    text-align: right;
}

.tour-info p,
.hotel-info {
    margin: 0 0 20px;
}

.tour-price {
    font-size: 24px;
    color: #2565ae;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 10px;
}

.tour-price small {
    font-size: 14px;
    font-weight: 400;
    color: #888;
}

.tour-info .tour-location {
    width: 100%;
    float: left;
    height: auto;
}

.tour-info .tour-location span {
    background: rgba(37, 101, 174, 0.2);
    display: inline-block;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 15px;
    color: #2565ae;
}

.tour-item .media .thumb {
    width: auto;
}


/*======================================== Destinations ========================================*/

.destination-item {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0 0 30px;
    overflow: hidden;
}

.destination-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 45px 20px 25px;
    text-align: center;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
}

.destination-info h2 {
    color: #fff;
    margin: 0 0 10px;
    font-weight: 600;
}

.destination-info h3 {
    margin: 0;
    color: #fff;
}

.destination-item img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.destination-item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}


/*======================================== Gallery ========================================*/

#filter-list {
    display: inline-block;
    border: 1px solid #dddddd;
    border-radius: 30px;
    padding: 4px;
    margin: 0 0 60px;
}

#filter-list li {
    display: inline-block;
    font-size: 16px;
    color: #888888;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    font-weight: 500;
    padding: 0 20px;
    min-width: 130px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#filter-list li.active,
#filter-list li:hover {
    background: #2565ae;
    color: #fff;
}

.gallery-outer {
    width: 100%;
    float: left;
    height: auto;
    padding: 0 1px;
    direction: ltr;
}

.gallery-items li {
    width: 25%;
    float: left;
    padding: 0 1px 2px;
}

.gallery-items li img {
    width: 500px;
    height: 443px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width:991px) {
    .gallery-items li img {
        height: 260px;
    }
}

.gallery-inner {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.gallery-overlay p,
.gallery-overlay h5 {
    color: #fff;
}

.gallery-overlay p {
    font-family: IS !important;
    font-size: 18px;
}

.gallery-overlay {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: grid;
}

.gallery-overlay a {
    max-width: 100%;
    line-height: 60px;
    background: #235699cc;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    color: #fff !important;
    padding: 5px;
}

.gallery-overlay a:hover {
    /* background: #17ccec28; */
    color: #fff;
}

.gallery-items li:hover .gallery-overlay {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.gallery-items li:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}


/*======================================== Reviews ========================================*/

.testimonials-outer {
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 70px;
    position: relative;
}

.cover-img {
    width: 80%;
    float: left;
    height: auto;
}

.cover-img img {
    width: 100%;
    height: auto;
    border-radius: 0px 10px 0px 10px;
}

#reviews-carousel {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    background: #2f3032;
    padding: 50px 25px 70px;
}

#reviews-carousel h3 {
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
}

#reviews-carousel h4 {
    color: #ddd;
}

#reviews-carousel p {
    color: #dddddd;
}

.carousel-control {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #575757;
}

.carousel-control a {
    display: inline-block;
    line-height: 50px;
    width: 50%;
    float: left;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.carousel-control a span {
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.carousel-control a.control-prev:hover span {
    padding-right: 15px;
}

.carousel-control a.control-next:hover span {
    padding-left: 15px;
}

.carousel-control a.control-next {
    background: #2565ae;
}

.flaticon-quote {
    width: 68px;
    line-height: 58px;
    background: #2565ae;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    border: 5px solid #fff;
    position: absolute;
    right: 25px;
    top: -34px;
}

.flaticon-quote::before {
    font-size: 36px;
    color: #fff;
    vertical-align: middle;
}


/*======================================== Hotels ========================================*/

.hotel-item {
    width: 100%;
    float: left;
    height: auto;
    background: #fff;
    margin: 0 0 30px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hotels .hotel-item {
    margin: 0 0 50px !important;
}

.hotel-item:hover {
    -webkit-box-shadow: 0 0 25px rgba(165, 165, 165, 0.1);
    -ms-box-shadow: 0 0 25px rgba(165, 165, 165, 0.1);
    -moz-box-shadow: 0 0 25px rgba(165, 165, 165, 0.1);
    box-shadow: 0 0 25px rgba(165, 165, 165, 0.1);
}

.hotel-item .thumb {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
}

.hotel-item .thumb img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hotel-item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.hotel-info {
    width: 100%;
    float: right;
    height: auto;
    padding: 27px 25px 27px;
    text-align: right;
}

.hotel-price {
    font-size: 24px;
    color: #2565ae;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 10px;
}

.hotel-price small {
    font-size: 14px;
    font-weight: 400;
    color: #888;
}

.hotel-item .media .thumb {
    width: auto;
}


/*======================================== Blog ========================================*/

.news-block {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 70px;
}

.news-thumb {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.news-thumb img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: auto;
}

.news-block:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

a.btn.btn-link {
    padding: 0;
    font-weight: 500;
    border: none;
    color: #999;
    text-decoration: none;
    text-align: left;
    float: left;
}

a.btn.btn-link:hover {
    color: #2565ae;
}

a.btn.btn-link .fa {
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.btn.btn-link:hover .fa {
    margin-left: 6px;
}

.news-block h3 {
    text-transform: none;
}

.news-block h3 a {
    color: #333;
    display: block;
}

.news-block h3 a:hover {
    color: #2565ae;
}

.overlay {
    width: 100%;
    position: absolute;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.news-block:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.overlay a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    line-height: 36px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.overlay a:hover {
    background: #fff;
    color: #2565ae;
}

.news-bottom {
    width: 100%;
    float: right;
    height: auto;
    padding: 25px 20px 25px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #f5f5f5;
    border-top: none;
    text-align: right;
}

.post-meta {
    margin-bottom: 22px;
}

.post-meta li a {
    color: #333;
}

.post-meta li a:hover {
    color: #2565ae;
}

.pagination-container {
    width: 100%;
    float: left;
    height: auto;
}

.pagination {
    margin: 0;
    justify-content: center;
}

.pagination>li>a,
.pagination>li>span {
    margin-left: 5px;
    padding: 10px 17px;
    border-radius: 4px !important;
    color: #999;
    font-size: 16px;
    font-weight: 500;
    width: 44px;
    line-height: 22px;
    border: 1px solid #f5f5f5;
    display: inline-block;
}

.pagination>li:first-child>a {
    margin: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #2565ae;
    border-color: #2565ae;
    color: #fff;
}

blockquote {
    font-size: 16px;
    line-height: 28px;
    color: #888;
    padding: 20px 20px;
    margin: 0 0 25px;
    border-right: 5px solid #2565ae;
    background: #f8faff;
    font-family: IS;
}

.news-details {
    width: 100%;
    float: left;
    height: auto;
}

.news-details h3 {
    text-align: right;
}

.post-thumb {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 25px;
}

.news-details .post-meta {
    margin: 0 0 20px;
    text-align: right;
}

.news-details .content-block h3 {
    text-transform: none;
    padding: 0;
    margin: 0 0 10px;
}

.news-details .content-block h3::before {
    width: 0;
    height: 0;
}

.content-block ul ul,
.content-block ol ol {
    margin: 0 0 0 5px;
}

.news-details .content-block {
    margin: 0 0 70px;
    text-align: right;
}

.comment-title {
    width: 100%;
    float: left;
    height: auto;
    border-bottom: 1px solid #f5f5f5;
    margin: 0 0 40px;
}

.comment-form {
    width: 100%;
    float: left;
    height: auto;
}

.comment-title h4 {
    font-weight: 600;
}

.comment-list {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0 0 30px;
}

.comment-list>li {
    width: 100%;
    float: left;
    margin: 0 0 40px;
}

.comment-info {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
}

.author-avatar {
    position: absolute;
    right: 0;
    top: 0;
}

.author-avatar img {
    border-radius: 50%;
}

.author-desc {
    width: 100%;
    float: right;
    height: auto;
    padding-right: 90px;
    text-align: right;
}

.author-title {
    font-size: 16px;
}

.author-desc p {
    margin: 0 0 15px;
}

.author-desc a:hover {
    color: #2565ae;
}

.sidebar {
    width: 100%;
    float: left;
    height: auto;
}

.sidebar-item {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 40px;
}

.sidebar-item h4 {
    padding: 0 0 10px;
    margin: 0 0 15px;
    font-weight: 600;
    position: relative;
}

.sidebar-item h4::before {
    width: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #2565ae;
    content: "";
}

.search-submit {
    border: medium none;
    color: #fff;
    font-size: 13px;
    height: 38px;
    padding: 0 8px;
    text-transform: uppercase;
    background: #2565ae;
}

.category-list,
.archive-list {
    width: 100%;
    float: left;
}

.category-list li,
.archive-list li {
    width: 100%;
    float: left;
}

.category-list li .fa,
.archive-list li .fa {
    margin-right: 5px;
    color: #8bc34a;
}

.category-list li,
.archive-list li {
    border-bottom: 1px solid #f5f5f5;
}

.category-list li a,
.archive-list li a {
    display: block;
    padding: 10px 0;
    color: #333;
    font-weight: 400;
}

.category-list li a:hover,
.archive-list li a:hover {
    color: #2565ae;
}

.tag-list li {
    width: auto;
    float: right;
    margin: 0 10px 10px 0;
}

.tag-list li a {
    border: 1px solid #f5f5f5;
    color: #333;
    display: inline-block;
    font-size: 15px;
    line-height: 21px;
    padding: 6px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
}

.tag-list li a:hover {
    color: #fff;
    border-color: #2565ae;
    background: #2565ae;
}

.comment-form .form-control::-moz-placeholder,
.comment-form .form-control {
    color: #333;
}

.input-group button[type="submit"] {
    width: 60px;
    height: 54px;
    font-size: 16px;
    text-align: center;
    border: none;
    background: #2565ae;
    color: #fff;
    cursor: pointer;
    border-radius: 3px 0 0 3px;
}

.list-inline-item {
    display: inline-block;
    font-size: 14px;
    color: #333;
}

.list-inline-item .fa {
    color: #2565ae;
}

.sidebar-widget {
    padding: 20px;
    margin: 0 0 40px;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    text-align: right;
}

.sidebar-widget h3 {
    justify-content: center;
    display: flex;
}

.sidebar-widget li:last-child {
    border: none;
}

.sidebar .sidebar-item:last-child {
    margin: 0;
}

.book-tour {
    width: 100%;
    float: left;
    height: auto;
}

.book-tour h3 {
    background: #2565ae;
    color: #fff;
    margin: 0;
    padding: 20px;
    font-size: 24px;
    border-radius: 3px 3px 0 0;
    text-align: right;
}

.book-tour .sidebar-widget {
    border-radius: 0 0 3px 3px;
    padding: 30px 20px;
}


/*======================================== Contact Us =============================*/

.contact-info {
    width: 100%;
    float: left;
    height: auto;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 30px 15px;
    margin: 0 0 90px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-info:hover {
    border-color: #2565ae;
}

.contact-info .fa,
.contact-info .fas {
    font-size: 30px;
    color: #2565ae;
    margin: 0 0 20px;
}

.contact-info p {
    margin: 0;
    color: #999;
}

.contact-info p a {
    color: inherit;
}

.contact-info p a:hover {
    color: #2565ae;
}

.form-control {
    height: 54px;
    box-shadow: none !important;
    padding: 10px 15px;
    border: 1px solid #f5f5f5;
    letter-spacing: 0.5px;
    color: #333;
    border-radius: 3px;
}

.form-control:focus {
    border-color: #2565ae;
}

.form-control::-moz-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-input-placeholder {
    color: #999;
}

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


/*======================================== Footer =============================*/

#footer {
    width: 100%;
    float: left;
    height: auto;
}

.footer-top {
    width: 100%;
    float: right;
    height: auto;
    padding: 70px 0;
    background: #0e0e11;
    text-align: right;
}

.footer-widget {
    width: 100%;
    float: left;
    height: auto;
}

.footer-widget h3 {
    color: #fff;
    margin: 0 0 30px;
}

.footer-widget p {
    color: #999;
    margin: 0;
}

.footer-top ul {
    width: 100%;
    float: left;
}

.footer-top ul li {
    width: 100%;
    float: left;
    margin: 0 0 12px;
    color: #999;
}

.footer-top ul li:last-child {
    margin: 0;
}

.footer-top ul li a {
    color: #999;
}

.footer-top ul li a:hover {
    color: #2565ae;
}

.footer-widget .fa {
    width: 20px;
}

.bussiness-hour li {
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.footer-bottom {
    width: 100%;
    float: left;
    height: auto;
    background: #000;
    padding: 25px 0;
}

.copyright p {
    margin: 0;
    color: #999;
    line-height: 30px;
}

.social-icons li {
    display: inline-block;
    margin: 0 0px 0 10px;
}

.social-icons li a {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    width: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icons li a:hover {
    color: #fff;
    border-color: #fff;
}

.back-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    display: none;
}

.back-top a {
    width: 40px;
    line-height: 40px;
    background: #2565ae;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
}

.back-top a:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}


/*======================================== Responsive Design =============================*/

@media (max-width: 479px) {}

@media (max-width: 575.98px) {
    h1 {
        font-size: 24px;
        line-height: 32px;
    }
    h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .banner-caption p {
        font-size: 14px;
        line-height: 24px;
    }
    #banner .carousel-item {
        height: 250px;
    }
    .col-xs-6 {
        width: 50%;
    }
    .tour-item .media,
    .hotel-item .media {
        display: block;
    }
    .tour-item .media .thumb,
    .hotel-item .media .thumb {
        width: 100%;
        display: block;
        float: left;
    }
    #filter-list li {
        width: 100%;
        float: left;
    }
    .gallery-items li {
        width: 100%;
    }
    .row .col-sm-6:nth-last-child(-n+1) .service-item {
        margin: 0;
    }
    .about-text ul li {
        width: 100%;
    }
    .inner-page-banner {
        height: 250px;
        background-position: 30% center;
    }
    .inner-page-banner h1::before {
        height: 2px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-caption h1 {
        font-size: 30px;
    }
    #banner .carousel-item {
        height: 315px;
    }
    .gallery-items li {
        width: 50%;
    }
    .row .col-sm-6:nth-last-child(-n+2) .service-item {
        margin: 0;
    }
    .inner-page-banner {
        height: 300px;
    }
}

@media (max-width: 767.98px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 15px !important;
    }
    .section-spacing {
        padding: 80px 0;
    }
    .row .col-lg-12 .tour-item:nth-child(2) {
        margin: 0;
    }
    #banner .carousel-item {
        background-position: right center;
    }
    .hero-text {
        max-width: 100%;
        padding-right: 40px;
        display: none;
    }
    .hotel-item {
        margin: 30px 0;
    }
    .row .col-lg-12 .hotel-item:first-child {
        margin: 0;
    }
    .section-title {
        margin: 0 0 60px;
    }
    .testimonials-outer {
        padding: 0;
    }
    .navbar {
        padding: 15px 0;
    }
    .cover-img {
        width: 100%;
        margin: 0 0 50px;
    }
    #reviews-carousel {
        width: 100%;
        float: left;
        position: relative;
        bottom: auto;
    }
    .footer-top {
        padding: 50px 0;
    }
    .footer-widget h3 {
        margin: 0 0 20px;
    }
    .footer-widget p,
    .footer-top ul li {
        font-size: 14px;
    }
    .footer-widget {
        margin: 0 0 30px;
    }
    .row .col-md-3:nth-last-child(-n+1) .footer-widget {
        margin: 0;
    }
    .copyright p {
        font-size: 14px;
        text-align: center;
        margin: 0 0 10px;
    }
    ul.social-icons.pull-right {
        width: 100%;
        text-align: center;
    }
    .pull-left {
        float: left !important;
        text-align: left !important;
    }
    .contact-info {
        margin: 0 0 70px;
    }
    .news-block {
        margin: 0 0 50px;
    }
    .sidebar {
        margin: 50px 0 0;
    }
    .team {
        margin: 0 0 50px;
    }
    .about-text {
        margin: 0 0 50px;
    }
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-item {
        margin: 0;
    }
    .navbar .navbar-nav .nav-link {
        padding: 8px 0;
        display: inline-block;
    }
    .navbar .navbar-nav .nav-item .nav-link::before {
        left: 0;
        transform: translateX(0);
    }
    .row.tours .col-md-12:nth-last-child(-n+1) .tour-item {
        margin: 0 !important;
    }
    .row.hotels .col-md-12:nth-last-child(-n+1) .hotel-item {
        margin: 0 !important;
    }
}


/* @media (max-width: 991px) {
nav.navbar {
direction: ltr;
}
} */

@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        width: 768px;
        max-width: 100%;
    }
    .navbar {
        padding: 15px 15px;
    }
    .banner-caption h1 {
        font-size: 23px;
        line-height: 30px;
    }
    .banner-caption p {
        font-size: 15px;
    }
    #banner .carousel-item {
        height: 500px;
    }
    .footer-top ul li,
    .footer-widget p,
    .copyright p {
        font-size: 12px;
        line-height: 22px;
    }
    .copyright p {
        line-height: 30px;
    }
    .footer-top ul li {
        margin: 0 0 8px;
    }
    .footer-top .row .col-md-3:nth-child(3),
    .footer-top .row .col-md-3:nth-child(4) {
        padding-left: 0;
    }
    .features-info {
        padding: 41px 10px 45px;
    }
    .inner-page-banner {
        height: 320px;
    }
    .contact-info p {
        font-size: 14px;
        line-height: 26px;
    }
    .row .col-sm-6:nth-last-child(-n+2) .service-item {
        margin: 0;
    }
    .row .col-lg-12 .tour-item:nth-child(2) {
        margin: 0;
    }
    .hotel-item {
        margin: 30px 0;
    }
    .row .col-lg-12 .hotel-item:first-child {
        margin: 0;
    }
    .gallery-items li {
        width: 50%;
    }
    .section-spacing {
        padding: 80px 0;
    }
    #filter-list li {
        min-width: 110px;
    }
    .row.tours .col-md-12:nth-last-child(-n+1) .tour-item {
        margin: 0 !important;
    }
    .about-text {
        margin: 0 0 60px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    h1 {
        font-size: 32px;
    }
    .navbar .navbar-nav .nav-item {
        margin-left: 25px;
    }
    #banner .carousel-item {
        height: 550px;
    }
    .row .col-sm-6:nth-last-child(-n+3) .service-item {
        margin: 0;
    }
    .row .col-lg-12 .tour-item:nth-child(2) {
        margin: 0;
    }
    .hotel-item {
        margin: 30px 0;
    }
    .row .col-lg-12 .hotel-item:first-child {
        margin: 0;
    }
    .footer-top ul li,
    .footer-widget p,
    .copyright p {
        font-size: 15px;
    }
    .row.tours .col-md-12:nth-last-child(-n+1) .tour-item {
        margin: 0 !important;
    }
    .row.hotels .col-md-12:nth-last-child(-n+1) .hotel-item {
        margin: 0 !important;
    }
    .about-text {
        margin: 0 0 60px;
    }
}

@media (min-width: 1200px) {
    .row .col-sm-6:nth-last-child(-n+3) .service-item {
        margin: 0;
    }
    .row .col-lg-12 .tour-item:last-child {
        margin: 0;
    }
    .row .col-lg-12 .hotel-item:last-child {
        margin: 0;
    }
    .row.tours .col-md-12:nth-last-child(-n+2) .tour-item {
        margin: 0 !important;
    }
    .row.hotels .col-md-12:nth-last-child(-n+2) .hotel-item {
        margin: 0 !important;
    }
}


/*================================ Banner Content ====================================*/


/* Banner */

.banner {
    padding-top: 50px;
    padding-bottom: 120px;
    position: relative;
}

.banner .banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-slide .owl-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.banner .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-video-control {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 1;
    color: #2565ae;
}

.banner-video-control span {
    cursor: pointer;
    font-size: 12px;
}

.banner.margin {
    margin-top: 84px;
    padding-top: 0;
    padding-bottom: 120px;
}

.banner-cn {
    position: relative;
    z-index: 1;
}

.banner.margin .tabs-cat {
    margin-top: 200px;
}

.tabs-cat {
    margin: auto !important;
}

.banner .logo-banner {
    position: relative;
    z-index: 1;
}

.banner .logo-banner img {
    max-width: 100%;
}

.banner .category-singer,
.banner .tabs-cat {
    margin-top: 160px;
}

.form-cn h2 {
    margin: 0;
    color: #333333;
    font-size: 29px;
    text-align: right;
}

.form-cn .form-search {
    background-color: #fff;
    margin-top: 20px;
}

.form-cn .form-search .form-field {
    float: left;
    padding: 20px 15px;
    font-size: 18px;
}

.form-cn .form-search .form-field label {
    font-size: 14px;
    /* padding-right: 30px; */
    margin-top: 13px;
}

.form-cn .form-search .form-field label span {
    font-size: 18px;
}

.origin-treatment:active .form-search .form-field label span {
    display: none !important;
}

.form-cn .form-search .form-field.field-date:after {
    right: 20px;
}

.form-cn .form-search .form-submit {
    float: left;
    padding: 12px 15px;
}

.form-cn .form-search .form-submit .awe-btn {
    line-height: 42px;
    width: 100%;
    background-position: right 10px center;
}


/* Hotel Form */

.form-hotel .field-destination {
    /* width: 438px; */
    /* position: relative;
overflow: hidden; */
}

.form-hotel .field-date {
    width: 170px;
}

.form-hotel .field-select {
    width: 150px;
}


/* .form-hotel .form-submit {
    width: 160px;
} */


/* Car Form */

.form-car .field-picking {
    width: 290px;
}

.form-car .field-droping {
    width: 290px;
}

.form-car .field-date {
    width: 180px;
}

.form-car .form-submit {
    width: 160px;
}


/*Cruise Form*/

.form-cruise .form-radio {
    margin-top: 15px;
    display: flex;
}

.form-cruise .form-radio .radio-checkbox {
    text-align: right !important;
}

.form-cruise .form-search {
    margin-top: 0px;
}

.form-cruise .form-search .field-destination {
    width: 205px;
}

.form-cruise .form-search .field-lenght {
    width: 200px;
}

.form-cruise .form-search .field-month {
    width: 180px;
}

.form-cruise .form-search .field-port {
    width: 245px;
}

.form-cruise .form-search .field-line {
    width: 180px;
}

.form-cruise .form-search .form-submit {
    width: 145px;
}


/*Flight Form*/

.form-flight .field-from {
    width: 205px;
}

.form-flight .field-to {
    width: 190px;
}

.form-flight .field-date {
    width: 150px;
}

.form-flight .field-adult {
    width: 115px;
}

.form-flight .field-children {
    width: 130px;
}

.form-flight .form-submit {
    width: 160px;
}


/* Packge Form*/

.form-package .form-radio {
    margin-top: 15px;
    display: flex;
    width: 80%;
}

.form-package .form-radio li {
    float: right;
    text-align: right;
}

.form-package .form-search {
    border-top: 1px solid #e6e6e6;
    margin-top: 0px;
}

.form-package .form-search .field-from {
    width: 205px;
}

.form-package .form-search .field-to {
    width: 190px;
}

.form-package .form-search .field-date {
    width: 150px;
}

.form-package .form-search .field-adults {
    width: 120px;
}

.form-package .form-search .field-children {
    width: 120px;
}

.form-package .form-search .form-submit {
    width: 160px;
}


/*Tour Form*/

.form-tour .field-region {
    width: 360px;
}

.form-tour .field-country {
    width: 290px;
}

.form-tour .field-style {
    width: 290px;
}

.form-tour .form-submit {
    width: 170px;
}


/*Tabs Cat*/

.tabs-cat {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.tabs-cat .cate-item {
    position: relative;
    padding-bottom: 50px;
    height: 125px;
    overflow: hidden;
}

.tabs-cat .cate-item:last-child:after {
    display: none;
}

.tabs-cat .cate-item.active:before,
.tabs-cat .cate-item:hover:before {
    bottom: 0;
}

.tabs-cat .cate-item a:before {
    position: absolute;
    bottom: -17px;
    left: 50%;
    content: "";
    border: 17px solid transparent;
    border-bottom-color: #2565ae;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.tabs-cat .cate-item:after {
    width: 0;
    top: 0;
    bottom: 35px;
    border-left: 1px solid #fff;
    right: 0;
    position: absolute;
    content: "";
    display: block;
}

.tabs-cat .cate-item a {
    text-decoration: none;
    display: block;
}

.tabs-cat .cate-item span {
    color: rgb(92, 91, 91);
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bolder;
    margin-top: 15px;
}

.tabs-cat .cate-item i {
    margin-top: 15px;
    font-size: 35px;
    color: #2565ae;
    font-size: 35px;
    transition: all ease 0.5s;
}

@media (max-width: 767px) {
    .tabs-cat .cate-item i {
        margin-top: 7px;
    }
}

.tabs-cat .cate-item i::before {
    font-size: 35px;
}

.tabs-cat .cate-item:hover i {
    color: #fff;
}

.tabs-cat .cate-item:hover {
    background-color: rgba(37, 101, 174, 0.5);
}

.category-singer {
    border-bottom: 5px solid #2565ae;
    padding-bottom: 40px;
    position: relative;
}

.category-singer:before {
    position: absolute;
    bottom: 0;
    left: 80px;
    content: "";
    border: 17px solid transparent;
    border-bottom-color: #2565ae;
}

.category-singer .cate-singer-icon {
    text-align: center;
    width: 200px;
    padding-top: 5px;
}

.category-singer .cate-singer-icon h2 {
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.category-singer .cate-singer-icon img {
    margin-top: 20px;
}

.category-singer p {
    padding: 0 0 0 30px;
    margin: 0;
    height: 90px;
    border-left: 1px solid #ffffff;
    display: table-cell;
    vertical-align: middle;
    color: #ededed;
    font-size: 24px;
    font-family: Georgia;
    font-style: italic;
}

.category-singer p span {
    font-size: 55px;
    color: #fff;
    line-height: 25px;
}

.form-search .form-field label.focus {
    display: none;
}

.form-search .form-field label span {
    color: #2565ae;
    font-size: 16px;
}

.form-cn {
    background-color: #f5f5f5;
    padding: 20px 0px 30px 0px;
    border-top: 5px solid #2565ae;
}

.form-search .form-field .field-input {
    position: relative;
    z-index: 2;
    width: 100% !important;
    border: 0;
    outline: none;
    color: #2565ae;
    background-color: transparent;
    font-weight: 600;
    border-bottom: 1px dashed #2565ae;
    /* padding-right: 50px; */
    font-size: 14px;
}

.form-search .form-field.field-to .field-input {
    padding-right: 23px;
}

.form-search .form-field.field-from .field-input {
    padding-right: 50px;
}

.form-search .form-field.field-destination .field-input {
    padding-right: 42px !important;
}

.form-search .form-field.field-picking .field-input {
    padding-right: 55px !important;
}

.form-search .form-field .field-input:-moz-placeholder {
    color: #2565ae;
}

.form-search .form-field .field-input:-ms-input-placeholder {
    color: #2565ae;
}

.form-search .form-field .field-input::-webkit-input-placeholder {
    color: #2565ae;
}

.form-search .form-field .calendar-input:-moz-placeholder {
    font-size: 18px;
}

.form-search .form-field .calendar-input:-ms-input-placeholder {
    font-size: 18px;
}

.form-search .form-field .calendar-input::-webkit-input-placeholder {
    font-size: 18px;
}

.form-search .form-field .field-input-muted:-moz-placeholder {
    color: #bcbcbc !important;
}

.form-search .form-field .field-input-muted:-ms-input-placeholder {
    color: #bcbcbc !important;
}

.form-search .form-field .field-input-muted::-webkit-input-placeholder {
    color: #bcbcbc !important;
}

.form-search .form-field.field-date .field-input {
    /* background: url("../images/icon-calendar.png") no-repeat right center; */
    padding-right: 20px;
    line-height: 1.69;
    text-align: center;
}

.form-search .form-field.field-select .select span {
    color: #2565ae;
    font-weight: 600;
    border-bottom: 1px dashed #2565ae;
    text-align: right;
    /* line-height: 31px; */
}

.form-search .form-field input label.focus {
    display: none !important;
}

.form-search .form-field.field-select .select span:after {
    font-size: 24px;
    color: #b9b9b9;
    font-weight: normal;
}

.form-search .form-field.field-select .select select {
    font-weight: 600;
    color: #2565ae;
}

.form-cn .form-search .form-submit .awe-btn {
    line-height: 42px;
    width: 100%;
    background-color: #2565ae;
    color: #fff;
    cursor: pointer;
}

@media (min-width:992px) {
    .awe-btn-lager {
        width: 100px !important;
        margin-right: -57px;
    }
}

.awe-btn-lager {
    border-radius: 5px;
}

.awe-btn.awe-search {
    background-color: #2565ae;
    color: #fff;
    /*border-color: #4db74f;*/
    padding-right: 40px;
    padding-left: 20px;
    background-position: right 10px center;
    background-image: url(../images/icon-search.png);
}

.awe-btn:hover,
.awe-btn:focus {
    text-decoration: none;
    outline: none;
}

.awe-btn {
    display: inline-block;
    font-family: "Open Sans";
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #dedede;
    color: #333333;
    font-weight: 600;
    position: relative;
    outline: none;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.select select {
    cursor: pointer;
    /* position: absolute; */
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    top: 0;
    /* opacity: 0; */
    border-bottom: 1px dashed;
    /* background-color: #f5f5f5; */
}

.select {
    position: relative;
    line-height: 1;
}

@media (max-width: 1199px) {
    .form-hotel .form-submit {
        width: 119px;
    }
}

.form-search .form-field.field-select .select span:after {
    font-size: 24px;
    color: #b9b9b9;
    font-weight: normal;
}

.select span:after {
    content: "\f107";
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.select span {
    display: block;
    padding-right: 20px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.form-search .form-field label {
    position: absolute;
    display: block;
    z-index: 5;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    height: 29px;
    color: #bcbcbc;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* top: 50%; */
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.tabs-cat .active:before {
    bottom: 0 !important;
    overflow: visible;
}

.banner-cn .col-xs-4 {
    width: 33.3333333333334%;
    background-color: #d8e1eb;
    border-left: 1px solid #fff;
}

.banner-cn .tab-content {
    margin: auto;
    justify-content: center;
}

.tabs-cat.active {
    color: rgb(225, 248, 232) !important;
    /* background-color: #fff; */
    border-color: rgb(225, 248, 232) !important;
}

.form-search .form-field label:focus {
    display: none !important;
}


/*Tabs Cat Form*/


/* Responsive Banner Content */

@media (max-width: 767px) {
    .cate-item .active,
    .cate-item:hover .active {
        background-color: #2565ae !important;
    }
}

@media (max-width: 767px) {
    .tabs-cat .cate-item {
        height: 50px;
        float: left;
        padding: 0px 5px 5px 5px;
        text-align: center;
        /*width: 16.66666667%;*/
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }
}

@media (max-width: 1199px) {
    .form-cn {
        padding: 15px 20px 20px 20px;
    }
}

.form-cn {
    padding: 15px 20px 20px 20px;
}

@media (max-width: 767px) {
    .banner .tabs-cat {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .tabs-cat .cate-item {
        height: 50px;
        float: left;
        padding: 0px 5px 5px 5px;
        text-align: center;
        /*width: 16.66666667%;*/
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }
}

@media (max-width: 767px) {
    .tabs-cat .cate-item a {
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .tabs-cat .cate-item span {
        display: none;
    }
    .tabs-cat .cate-item a:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .tabs-cat .cate-item a img {
        margin-top: 0;
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .form-cruise .form-search .field-destination {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .form-cruise .form-search .form-field {
        border: 0;
        padding: 5px 15px;
    }
}

@media (max-width: 1199px) {
    .form-cn .form-search .form-field {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .form-cn h2 {
        font-size: 18px;
    }
    .tabs-cat .cate-item:hover:before {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .form-flight .form-search .field-from,
    .form-package .form-search .field-from,
    .form-flight .form-search .field-to,
    .form-package .form-search .field-to {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .form-flight .form-search .field-from,
    .form-package .form-search .field-from,
    .form-flight .form-search .field-to,
    .form-package .form-search .field-to,
    .form-flight .form-search .field-date,
    .form-package .form-search .field-date,
    .form-flight .form-search .field-select,
    .form-package .form-search .field-select {
        width: 50%;
    }
}

@media (max-width: 1199px) {
    .form-flight .form-search .form-field,
    .form-package .form-search .form-field {
        border: 0;
        padding: 5px 15px;
    }
}

@media (max-width: 1199px) {
    .form-cn .form-search .form-field {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .form-hotel .form-search .field-destination {
        width: 100%;
    }
    .form-field {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .form-flight .form-search .field-from,
    .form-package .form-search .field-from,
    .form-flight .form-search .field-to,
    .form-package .form-search .field-to {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .form-tour .form-search .form-field {
        border: 0 !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 1199px) {
    .form-cn h2 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .form-cn h2 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .form-tour .form-search .field-country,
    .form-tour .form-search .field-style,
    .form-tour .form-search .field-region {
        width: 50%;
    }
}

@media (max-width: 1199px) {
    .form-tour .form-search .field-country,
    .form-tour .form-search .field-region,
    .form-tour .form-search .field-style {
        width: 205px;
    }
}

@media (max-width: 991px) {
    .form-hotel .form-search .field-date {
        width: 49%;
    }
}

@media (max-width: 991px) {
    .form-hotel .form-search .field-select {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .form-flight .form-search .form-field,
    .form-package .form-search .form-field {
        border: 0;
        padding: 5px 15px;
    }
}

@media (max-width: 1199px) {
    .form-cn .form-search .form-field {
        font-size: 16px;
    }
}

.form-cn .form-search .form-field {
    float: right;
    padding: 20px 15px !important;
    font-size: 18px;
}

@media (max-width: 991px) {
    .form-car .form-search .field-picking,
    .form-car .form-search .field-droping {
        width: 100%;
    }
    .form-cn .form-search .form-field {
        padding: 7px 15px !important;
        font-size: 18px;
        margin-left: 3px;
    }
}

@media (max-width: 1199px) {
    .form-cn .form-search .form-field {
        font-size: 16px;
    }
    .form-cn .form-search .form-field,
    .form-search .form-field.field-date .field-input::placeholder,
    .form-cn .form-search .form-field label span,
    .form-search .form-field .field-input::placeholder {
        font-size: 16px !important;
    }
}

@media (max-width: 991px) {
    .form-car .form-search .field-date {
        width: 49%;
    }
}

@media (max-width: 480px) {
    .form-cn .form-search .form-field {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .form-cruise .form-search .field-lenght,
    .form-cruise .form-search .field-month,
    .form-cruise .form-search .field-port,
    .form-cruise .form-search .field-line {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .form-cn .form-search .form-field {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .form-cruise .form-search .field-lenght,
    .form-cruise .form-search .field-month,
    .form-cruise .form-search .field-port,
    .form-cruise .form-search .field-line {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .form-cn .form-search .form-field {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .form-hotel .form-search .form-field {
        border: 0;
    }
}

@media (max-width: 991px) {
    .form-hotel .form-search .field-destination {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .form-cn .form-search .form-field {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .form-tour .form-search .field-country,
    .form-tour .form-search .field-style,
    .form-tour .form-search .field-region {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .form-cn .form-search .form-field label {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .form-cn .form-search .form-field label {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .form-cn .form-search .form-field {
        font-size: 14px !important;
        width: 100%;
    }
    .form-search .form-field.field-date .field-input::placeholder,
    .form-cn .form-search .form-field label span,
    .form-search .form-field .field-input::placeholder {
        font-size: 14px !important;
    }
    /* .form-cn .form-search .form-field label span {
font-size: 14px !important;
}
.form-search .form-field .field-input::placeholder {
font-size: 14px !important;
} */
}

@media (max-width: 991px) {
    .form-car .form-search .field-picking,
    .form-car .form-search .field-droping {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .form-cn .form-search .form-field label span {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .form-cn .form-search .form-field label span {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .form-cn .form-search .form-field label {
        font-size: 13px;
    }
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

@media (max-width: 1199px) {
    .form-hotel .field-destination {
        width: 330px;
    }
}

@media (min-width: 991px),
(max-width: 1054px) {
    .form-hotel .field-destination {
        margin-left: 3px;
    }
}

.form-cn .form-search .form-field label {
    font-size: 14px;
}

@media (max-width: 1199px) {
    .form-cn .form-search .form-field label {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .form-car .field-picking,
    .form-car .field-droping {
        width: 205px;
    }
}

@media (max-width: 1111px),
(min-width: 991px) {
    .form-car .field-picking,
    .form-car .field-droping {
        width: 175px;
    }
    .form-car .field-date {
        width: 155px;
    }
}

@media (max-width: 1199px) {
    .form-hotel .field-date {
        width: 145px;
    }
}

@media (max-width: 1199px) {
    .form-hotel .field-select {
        width: 120px;
    }
}

@media (max-width: 991px) {
    .form-tour .form-search .field-country,
    .form-tour .form-search .field-style,
    .form-tour .form-search .field-region {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .form-tour .form-search .field-country,
    .form-tour .form-search .field-style,
    .form-tour .form-search .field-region {
        width: 100%;
    }
}

.cate-item .active .cate-item:before {
    bottom: 0;
}

@media (max-width: 767px) {
    .cate-item .active .cate-item:before {
        display: none !important;
    }
}

@media (min-width: 1445px) {
    .field-destination {
        width: 80%;
    }
}


/* End Banner */

#main-nav ul {
    margin-right: auto !important;
    text-align: right;
}

#main-nav ul .navh-nav {
    margin-left: 35px !important;
}

.container .logo-img {
    /* height: 60px; */
    width: 80px;
}

@media screen and (max-width: 992px) {
    .container .logo-img {
        width: 70px;
    }
}

@media (max-width: 767px) {
    .tabs-cat .cate-item .active .fa {
        color: white;
    }
}

@media screen and (max-width: 500px) {
    .container .logo-img {
        width: 60px;
    }
}


/*======================================== Sign Up ========================================*/

.login-div {
    margin: 30px auto;
    padding: 60px 35px 35px 35px;
    border-radius: 30px;
    background-color: #f7f7f7;
    box-shadow: 2px 6px 47px rgba(255, 255, 255, 1), 8px 15px 20px rgb(200, 200, 200);
}

.login-div .logo img {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    display: grid;
}

.login-div .title {
    text-align: center;
    font-size: 28px;
    padding-top: 24px;
    letter-spacing: 0.5px;
    font-family: IS !important;
    position: relative;
}

.login-div .title::after {
    width: 10px;
    height: 55px;
    position: absolute;
    left: 50%;
    content: "";
    background: #2565ae;
    opacity: 0.4;
    bottom: -15px;
    border-radius: 5px;
    transform: rotate(45deg);
}

.login-div .title::before {
    width: 10px;
    height: 55px;
    position: absolute;
    left: 50%;
    content: "";
    background: #2565ae;
    opacity: 0.4;
    top: 9px;
    border-radius: 5px;
    transform: rotate(45deg);
}

input {
    font-family: IS !important;
}

.login-div .sub-title {
    text-align: center;
    font-size: 15px;
    padding-top: 7px;
    letter-spacing: 3px;
}

.login-div .fields {
    width: 100%;
    padding: 75px 5px 5px 5px;
}

.login-div .fields input:not([type="checkbox"]) {
    border: none;
    outline: none;
    background: none;
    width: 80%;
    font-size: 15px;
    color: #555;
    padding: 9px 10px 9px 5px;
}

.login-div .username,
.login-div .password,
.login-div .confpassword {
    text-align: right;
    border-radius: 12px;
    box-shadow: inset 22px -7px 0px 73px rgba(235, 232, 232, 0.1), inset 4px 2px 11px -2px rgb(190, 190, 190);
    display: flex;
}

.div-group {
    margin-bottom: 20px !important;
}

@media (max-width:767px) {
    .formoffice .d-block {
        margin-bottom: 20px !important;
    }
    .formoffice .d-block-role {
        margin-bottom: 0 !important;
    }
}

@media (min-width:768px) {
    .group-in {
        margin-bottom: 20px;
    }
    .formoffice .d-block {
        margin-bottom: 20px !important;
    }
}

.login-div .fields i {
    height: 22px;
    margin: 12px 25px -3px 8px;
    color: #575757;
}

.login-div .signin-button {
    outline: none;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 48px;
    border-radius: 20px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    background-color: #2565ae;
    transition: all ease 0.5s;
    box-shadow: -2px -2px 0px rgba(255, 255, 255, 0.5), 3px 2px 5px rgba(0, 0, 0, 0.5);
}

.signin-office-button {
    outline: none;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 48px;
    margin-top: 25px !important;
    border-radius: 20px;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    transition: all ease 0.5s;
    background-color: transparent;
}

.signin-office-button a {
    color: #63a0e6 !important;
    transition: all ease 0.5s;
    font-weight: 500;
}

.signin-office-button:hover a {
    color: #185ca8 !important;
}

.login-div .signin-button:hover {
    background-color: #3885dd;
}

.login-div .link {
    padding-top: 20px;
    text-align: center;
}

.login-div .link a {
    text-decoration: none;
    color: #aaa;
    font-size: 15px;
}

.login-div .link a:hover {
    text-decoration: none;
    color: #2565ae;
    font-size: 15px;
}

.login-div li {
    color: red;
    list-style-type: none;
    margin-right: 11px;
    font-size: 13px;
}

.login-div ul {
    text-align: right;
}

.login-div .logo {
    margin-bottom: 30px;
}

.remember {
    text-align: right;
    margin-bottom: 17px;
}

.remember input {
    cursor: pointer;
    margin-right: 8px;
}

.box-signup {
    display: flex;
}

.box-signup button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    transition: all ease 0.5s;
    margin: 2px;
}

.box-signup .login {
    border: 1px solid #2565ae;
    padding: 3px 12px;
    border-radius: 8px;
}

.box-signup .login:hover {
    background-color: #2565ae;
}

.box-signup .signup {
    background-color: #2565ae;
    color: #fff !important;
    border: 1px solid #2565ae;
    padding: 3px 12px;
    border-radius: 8px;
}

.box-signup .signup:hover {
    border: 1px solid #2565ae;
    background-color: #fff;
}

.box-signup .signup:hover a {
    color: #2565ae;
}

.box-signup .login:hover a {
    color: #fff;
}

.box-signup .login a {
    color: #2565ae;
}

.box-signup .signup a {
    color: #fff;
}

.login-margin {
    margin: auto;
}

.login-container {
    height: 100vh;
}

.text-forgotpass {
    text-align: center;
}


/*********************  New Style ************************/

@media (max-width:991px) {
    .ordering {
        order: 2;
    }
}

#banner .carousel-item-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    clip-path: url(#myClip);
}

.field-destination .select-state {
    width: 60%;
    color: #2565ae;
}

.field-destination .select-city {
    width: 50%;
}

.field-destination .select-city select,
.field-destination .select-state select {
    color: #2565ae !important;
    text-align: end;
}

@media (max-width:991px) {
    .field-destination .select-city select,
    .field-destination .select-state select {
        text-align: center;
    }
}

.field-destination .select-country select {
    color: #2565ae;
    text-align: center;
}

.field-destination .select-country select option {
    padding: 3px !important;
    position: relative;
    background-color: #2565ae;
    color: #fff !important;
    transition: all ease .5s;
    height: 80px !important;
    overflow: hidden !important;
}

select::-webkit-scrollbar {
    background-color: #bbb;
    width: 10px;
}

select::-webkit-scrollbar-thumb {
    background-color: #09F;
}

select::-webkit-scrollbar-thumb:hover {
    background-color: #06F;
}

select::-o-scrollbar {
    background-color: #CCC;
    width: 5px;
}

select::-o-scrollbar-thumb {
    background-color: #06F;
}

select::-o-scrollbar-thumb:hover {
    background-color: #09F;
}

.field-destination .select-country {
    margin-right: 0 !important;
}


/****************  error travel form  *****************/

.error-travel-text {
    color: red;
    font-size: 12px;
    position: absolute;
    padding-top: 66px;
    margin-right: 16px;
}

@media (max-width:991px) {
    .error-travel-text {
        color: red;
        font-size: 12px;
        position: absolute;
        padding-top: 44px;
        margin-right: 16px;
    }
    .err-state p {
        margin-top: 29px;
    }
    .form-field-error {
        margin-bottom: 25px;
    }
    .err-destination {
        padding-top: 9px;
    }
    .err-time-travel {
        padding-top: 9px;
    }
    .err-province {
        padding-right: 224px;
    }
    .err-city {
        margin-right: 409px;
    }
    .state {
        right: 0;
        top: 41px;
    }
    .err-state {
        margin-top: -52px !important;
    }
    /* #box-starttreatment {
        width: 49%;
    } */
}

.err-time-travel {
    position: absolute;
    margin-top: -50px;
    width: inherit;
}

.err-province {
    padding-right: 114px;
}

@media (min-width:992px) {
    .err-state .error-travel-text {
        color: red;
        font-size: 12px;
        position: absolute;
        padding-top: 96px !important;
        margin-right: 0;
        /* right: 0; */
    }
    .state {
        right: 0;
    }
    .err-city {
        margin-right: 59% !important;
    }
}

.state {
    font-family: IS;
}

@media (max-width:658px) {
    .err-city {
        margin-right: 250px;
    }
}

@media (max-width:475px) {
    .err-city {
        margin-right: 180px;
    }
}

.pull-left {
    float: left !important;
    text-align: left !important;
}

.form-field-err {
    border: 1px solid red !important;
    border-radius: 10px !important;
}

select option {
    background-color: #2565ae;
    color: #fff !important;
    text-align: center !important;
}

.form-field-not-err {
    border: 1px solid rgb(212, 212, 212) !important;
}

@media (min-width:992px) {
    .form-cn .form-search {
        background-color: #fff;
        margin-top: 20px;
        height: 117px;
        padding-top: 25px;
        border-radius: 10px;
        padding: 25px 7px;
    }
    .form-cn .form-search .form-field {
        border: 1px solid rgb(166, 181, 199);
        border-radius: 10px;
    }
}

@media (min-width:992px) {
    .f {
        transition: all ease.5s !important;
        margin-top: -20px !important;
        background-color: transparent !important;
        width: 50px;
        background-color: #fff !important;
        text-align: center !important;
    }
    .txt-f {
        font-size: 14px !important;
    }
    .box-focus {
        border: 1px solid rgb(18, 41, 117) !important;
        border-radius: 8px;
    }
}

.nav-tabs {
    border-bottom: 1px solid #7aaeeb !important;
    margin-top: 25px !important;
    margin-bottom: 24px !important;
    justify-content: center !important;
}

.mt-5 {
    margin-top: 15px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #f7f7f7 !important;
    border-bottom: 1px solid #f7f7f7;
    color: #2565ae;
    border-color: #7aaeeb;
    border-bottom-color: #f7f7f7 !important;
}


/*****************************************/

.nav-pills .nav-link-user {
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 15px;
}

.nav-pills .nav-link-office {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    font-size: 15px;
}

.nav-pills .nav-link-agent {
    font-size: 15px;
}

.nav-pills .nav-link {
    background-color: rgb(226, 226, 226);
    text-align: center;
}

.login-div .nav-pills li {
    /* width: 150px; */
    margin-right: 3px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #2565ae !important;
}

@media (max-width:718px) {
    .nav-pills .nav-link-office {
        border-radius: 4px !important;
    }
    .nav-pills .nav-link-user {
        border-radius: 4px !important;
        margin-bottom: 5px !important;
    }
    .nav-pills .nav-link-agent {
        margin-bottom: 5px !important;
    }
}

form .status-agent {
    border: 0;
    background-color: transparent;
}

.login-div .status-agent {
    padding: 9px 10px 9px 5px;
    color: rgb(85, 85, 85) !important;
    font-size: 15px;
    cursor: pointer;
}

.list-license label {
    font-size: small;
    text-align: left;
    color: #0696d7;
    font-family: is;
}


/******************* upload file ******************/

.file-upload {
    background-color: #ffffff;
    /* width: 600px; */
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #42b4e7;
    border: none;
    padding: 10px;
    border-radius: 4px;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    font-family: is;
}

.file-upload-btn:hover {
    background: #1ac6c2;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.field-upload-img {
    border: 1px solid #bbb;
    border-radius: 6px;
}

.file-upload-content-edit {
    display: block;
    text-align: center;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 3px dashed #a3d8ef;
    position: relative;
    transition: all ease .5s;
}

.image-upload-wrap-edit {
    margin-top: 20px;
    border: 3px dashed #91e0de;
    position: relative;
    transition: all ease .5s;
    display: none;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #e7f0f0;
    border: 4px dashed #ffffff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
    justify-content: center;
    display: flex;
}

.image-title {
    display: block;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.drag-text {
    text-align: center;
}

.drag-text i {
    font-size: 46px;
    width: 76px !important;
    height: 67px !important;
    background-color: transparent;
    color: #86ceee !important;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.file-upload-image {
    height: 200px;
    width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535 !important;
    border: none;
    padding: 10px;
    border-radius: 4px;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}

.remove-image:hover {
    background: #c13b2a !important;
    color: #ffffff !important;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.btn-record-img {
    margin-top: 315px !important;
}

@media (min-width:992px) {
    .err-btntitle {
        margin-top: 0;
    }
}

.menu .list li span {
    font-weight: 200 !important;
}

select option {
    background-color: #2565ae;
    color: #fff !important;
    text-align: center !important;
}

.bold-span {
    font-weight: 700;
    color: #7a97b1;
}

.list-tour {
    font-size: smaller;
    background-color: aliceblue;
    padding: 12px;
    border-radius: 10px;
}

.all-tour {
    height: 400px;
    overflow-y: auto;
}

#file-chosen {
    overflow: hidden;
    font-size: 12px;
}

.text-license {
    background: transparent;
    border: 0;
    padding: 13px;
    width: 76%;
    font-family: is;
}

#file-chosen,
#file-chosen2,
#file-chosen3,
#file-chosen4,
#file-chosen5 {
    margin-left: 0.3rem;
    font-family: is;
    align-self: center;
    width: 45%;
    padding-right: 17px;
    overflow: hidden;
    font-size: 13px;
    color: #2565ae;
}

.btnfile {
    padding: 9px 10px 9px 5px;
    margin-bottom: 0 !important;
    color: #575757;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    font-size: 15px;
    font-family: is !important;
}

.labeloffice {
    font-family: is;
}

.required {
    align-self: center !important;
}


/********************  show and hide password *********************/

.lock {
    position: absolute;
    height: 50px;
    width: 50px;
    background: #48b3fb;
    color: #fff;
    line-height: 48px;
    font-size: 20px;
    border-radius: 3px 0 0 3px;
    border: 1px solid #48b3fb;
}

.showpass {
    background: #f9fdff;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #48b3fb;
    padding-left: 60px;
    outline: none;
    color: #48b3fb;
    font-family: 'Poppins', sans-serif;
    transition: all 0.2s ease;
}

.show-hide {
    margin-left: 12px;
}

.show-hide i {
    font-size: 19px;
    color: #48b3fb;
    cursor: pointer;
    transform: translateX(200%);
    transition: transform 0.3s ease-in-out;
}

.show-hide i.hide::before {
    content: '\f070';
}

.showpass:valid~.show-hide i {
    transform: translateX(0);
}

.password .fa-eye {
    color: #6c757d !important;
}

.des-img2 {
    height: 255px !important;
}

.des-img1 {
    height: 540px !important;
}

.btn-search-tour {
    display: block;
    margin: auto;
    background-color: #2565ae;
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: 9px 60px;
    margin-bottom: 5px;
    font-size: 19px;
    cursor: pointer;
    transition: all ease .5s;
}

.btn-search-tour:hover {
    background-color: #1e5ca3;
}

@media (max-width:768px) {
    .btn-search-tour {
        font-size: 18px;
        padding: 9px 52px;
    }
}

@media (max-width:670px) {
    .btn-search-tour {
        font-size: 18px;
        padding: 9px 45px;
    }
}


/*************** rrsult search tour *****************/

.ibox-content {
    background-color: #fff;
    color: inherit;
    padding: 15px 20px 20px;
    border-image: none;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table.shoping-cart-table tr {
    border: 0;
}

table.shoping-cart-table tr td:first-child {
    text-align: right;
}

table.shoping-cart-table tr td.desc {
    text-align: right;
    margin: auto;
    display: table;
}

.text-navy {
    color: #4090d5;
}

table.shoping-cart-table .text-price {
    text-decoration: line-through;
}

table.shoping-cart-table {
    border: 1px solid #5ca6d7;
    border-radius: 5px;
    width: 100%;
}

.ibox-title {}

.pull-right {
    float: left !important;
    color: #4090d5;
}

.ibox-title h3 {
    color: #4090d5;
    text-align: right;
}

.box-search-result {
    border: 1px solid #4090d5;
    border-radius: 15px;
}

.type-tour {
    align-self: center;
    text-align: center;
    margin: 14px 0 0px 0;
}

.desc img {
    width: 48px;
    margin-bottom: 5px;
}

.detail-tour {
    align-self: center;
    text-align: center;
    margin-left: auto;
}

.detail-desc {
    display: flex;
    justify-content: center;
}

.detail-desc h3,
.detail-desc p {
    margin-bottom: 0;
}

.date-tour {
    font-size: 14px;
    margin-right: 7px;
}

.btn-detail-tour {
    border: 0;
    width: 83px;
    height: 32px;
    background-color: #4291d5;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
}

@media (max-width:567px) {
    .box-detail-tour {
        display: block;
        width: -webkit-fill-available;
    }
}