
.c-promotion-page:before {
    content: "";
    background-color: #0c98c7;
    background-image: url(../images/home-baner.svg);
    position: absolute;
    top: 630px;
    left: 0;
    right: 0;
    height: 275px;
}
.flag-box span {

    color: #fff;
}
.city_tour_box {
    max-height: 103px;
    overflow: hidden;
}
.offer-title {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-size: 30px;
    border-right: 2px solid hsla(0, 0%, 100%, .62);
    z-index: 22;
}
.offer-text {
    font-family: 'Dancing Script';
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-size: 25px;
    z-index: 22;
}

.offer-text span {
    color: #F44336;
    font-size: 36px;
    display: inline-block;
    transform: rotate(0deg);
    /* -webkit-animation: hue 1s infinite linear; */
    /* text-shadow: 2px 2px 5px #331a1a; */
    font-weight: 600;
}

@-webkit-keyframes hue {
    0% {
       transform: rotate(0deg);
    }
    25% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.first-navbar.main-navbar:not(.affix) {
    height: 65px;
    background: url(../images/topbarbg.png) no-repeat bottom center transparent;
    font: normal 12px/45px 'IRANSans';
    color: #bab9b6;
    padding: 0 15px;
    position: relative;
    width: 100%;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.top_box {
    margin-top: -70px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    padding-bottom: 3px;
    z-index: 1;
    position: relative;
}
.first-navbar .dropdown .nav-link:before {
    content: "\f078";
    font-family: "FontAwesome";
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    bottom: 38px;
    right: 7%;
    height: auto;
    line-height: normal;
    /* margin-left: -1px; */
    opacity: 1;
    -webkit-transition: 500ms opacity ease-in;
    -o-transition: 500ms opacity ease-in;
    transition: 500ms opacity ease-in;
    -webkit-text-stroke: 1px rgba(90, 90, 90, 1);
}
/*.first-navbar.main-navbar:not(.affix) .LogoImage {
    max-height: 83px;
    margin-top: 32px;
}*/

a.LogoWrap {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 53px;
    z-index: 110;
    margin-left: -3px;

}

.first-navbar.main-navbar:not(.affix) a {

    color: #fff;
    font-size: 14px;

}

.first-navbar.main-navbar:not(.affix) .dropdown-item {
    color: #666;
    line-height: 20px;
}


.top-link-box {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(41, 61, 88, 0.10);
    -moz-box-shadow: 0px 0px 15px 0px rgba(41, 61, 88, 0.10);
    box-shadow: 0px 0px 15px 0px rgba(41, 61, 88, 0.10);
    height: 200px;
    z-index: 999;
    position: relative;
    margin-top: -31px;
    background: #fff;
}

.top-link-box .card {
    height: 100%;
    width: 100%;
    border: 0px;
    border-right-width: 1px !important;
    border-right-color: #e8e8e8 !important;
    border-right-style: solid !important;
    margin-top: 30px;
    text-align: center;

}

.top-link-box .card-title {
    position: relative;
}

.top-link-box .card-title:before {
    background-color: #ff3d55;
    top: -1px;
    margin-left: -13px;
    content: "";
    position: absolute;
    width: 26px;
    height: 2px;
    left: 50%;

}

.top-link-box .card .card-img-top {
    width: 60px;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    margin: auto;
}

.top-link-box .card-title {
    color: #57616b;
    padding-top: 18px;
    font-size: 16px;
    margin-bottom: 0px;
}

.top-link-box .card-title a {
    color: #57616b;
}

.top-link-box .card-body {

    padding-bottom: 0px;
}

/*Tour Box*/
.tour-box-1 .col-md-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.tour-box-1 .row {
    margin-right: -10px;
    margin-left: -10px;
}

.hotelbox {
    background-color: #fff;
    width: 100%;
    border: 0px solid #d7dee4;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top: 10px;

    clear: both;
    margin-bottom: 20px;
    display: inline-block;


    -moz-transition: .5s box-shadow ease;
    -o-transition: .5s box-shadow ease;
    -webkit-transition: .5s box-shadow ease;
    transition: .5s box-shadow ease;
    padding-bottom: 0;

    border-radius: 2px;

}

.tour-box-1 .card-footer {
    background-color: #fff;

    border-radius: 0 0 2px 2px;
    color: #fff;
    padding: 0px;
    border: 0px;
    border-top: 0px solid #DDDDDD;
}

.tour-box-1 .slick-slide img {

    height: 190px;
}

.tour-box-1 .card {
    overflow: initial;
}

.tour-box-1 .card .buy {
    box-sizing: border-box;
    margin: 0;
    font-size: 13px;
    white-space: nowrap;
    padding: 0 10px;
    z-index: 99;
    position: absolute;
    top: 5px;
    left: 4px;
    height: 25px;
    line-height: 20px;
    color: #fff;
    border: 1px solid #eb6c5b;
    border-radius: 3px;
    text-align: center;
    width: 80px;
    background: #eb6c5b;

}

.tour-box-1 .card .card-body .text-success {

    font-size: 18px;
}

/*.tour-box-1 .card .buy:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    width: 0;
    height: 0;
    border: 4px solid #b10c08;
    top: 30px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    z-index: 0;

}*/

.tour-box-1 .card-footer {
    display: block;
    text-align: center;
    line-height: 35px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: none;

    padding: 3px;
    font-size: 14px;
    border: none;
    color: #515151;
    background-color: #dee2e3;
    -moz-transition: .1s all ease;
    -o-transition: .1s all ease;
    -webkit-transition: .1s all ease;
    transition: .1s all ease;
    border-top: 1px solid #eee;
    background-color: #f9f9f9;
}

.tour-box-1 .card-footer a {
    color: #515151;
}

.tour-box-1 .img-row {
    position: relative;
}

.tour-box-1 .city-layer {
    position: absolute;
    left: 10px;
    direction: ltr;
    bottom: 10px;
    color: #f9be4a;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 50px;
    padding: 2px 5px 2px 7px;
    line-height: 20px;
    font-size: 12px;
}

.tour-box-1 .stars-layer {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 2px 5px 2px 9px;
    line-height: 20px;
    position: absolute;
    opacity: 0;
    left: auto;
    right: 15px;
    opacity: 1;
    bottom: 10px;
    color: #e0e0e0;
    font-size: 12px;
}


.tour-box-1 .card-subtitle {
    padding: 11px 10px 10px 10px;
    text-align: right;
    font-size: 14px;
    overflow: hidden;
    line-height: 24px;
    height: 60px;

}

.card-subtitle a, .tour-box-1 .card-subtitle a:hover {
    color: #6c757d !important;
}

.tour-box-1 .card-body {
    padding: 2px 10px 0;
    position: relative;
    width: 100%;
    clear: both;
    display: block;
    min-height: 125px;
    border-top: 1px solid #ccc;
    text-align: center;
    -moz-box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, .02);
    -webkit-box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, .02);
    box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, .02);


}

.tour-box-1 .card-body:before {
    width: 30px;
    position: absolute;
    top: -2px;
    height: 3px;
    background-color: #ccc;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    background-color: #ff3d55 !important;

}

.tour-box-1 .discond {
    position: relative;
    text-align: center;
    font-weight: normal;
    display: inline-block;
    font-size: 14px;
    background: #ff3d55;
    line-height: 23px;
    height: 20px;
    border-radius: 40px;
    padding: 0 6px;
    color: #fff;
    margin: 15px auto 10px;
}

.tour-box-1 .price-text {
    font-size: 12px;
    color: #777;
}

.price-number {
    font-size: 16px;
}

.ph-city-link:hover {
    color: #fff !important;
    background-color: #2196f3;
    border-right-color: #203f99;
}

.ph-city-link {
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 5px !important;
    padding: 0px 5px;

    border-radius: 2px;
    background-color: #3f51b5;

    border-right: 3px solid #2196f3;
}

.ph-discount-percent2 > span {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #fff;
    background-color: #e91e4f;
    padding: 0px 10px;
    border-radius: 2px;
    border-right: 3px solid #ff5c84;
    font-size: 12px;
}

.ph-displayPrice > span {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #1b1b1b;
    background-color: #bce535;
    padding: 0px 10px;
    border-radius: 2px;
    border-right: 3px solid #84bb10;
    font-size: 12px;
}

.popular-hotel-head {
    font-size: 17px;
    color: #283d58;
}

.ph-row-3col {
    display: flex;
    justify-content: space-between;
    justify-items: center;
}

.popular-hotel {
    padding: 25px;
    position: relative;
    background-color: #f5f5f5;
    border-radius: 2px;
}

/*
.carousel-indicators .active {
    background-color: #d1ab60 !important;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color:#ced5db;
}
.carousel-indicators {
    position: absolute;
    right: 234px;
    bottom: -13px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
      top: auto;
    bottom: -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    color: #a2aab1;
    text-align: center;
    opacity: 1;

    height: 30px;
    border-radius: 100%;
    font-size: 15px;
}
.carousel-control-next {
    right: auto;
    left: 30px;
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #3a2b2b;
    text-decoration: none;
    outline: 0;
    opacity: .9;

}
.carousel-control-prev:hover,   .carousel-control-next:hover {

    border:1px solid #a2aab1;
}*/
.hpic-box:hover .hpic-icon {
    border-color: #203f99;
    -moz-transition: .4s all ease-out;
    -o-transition: .4s all ease-out;
    -webkit-transition: .4s all ease-out;
    transition: .4s all ease-out;
    -moz-box-shadow: 0 3px 10px rgba(119, 119, 119, .5), 0 7px 19px rgba(218, 218, 218, .86);
    -webkit-box-shadow: 0 3px 10px rgba(119, 119, 119, .5), 0 7px 19px rgba(218, 218, 218, .86);
    box-shadow: 0 3px 10px rgba(119, 119, 119, .5), 0 7px 19px rgba(218, 218, 218, .86);
}

.hpic-icon {
    background-color: #fff;
    height: 55px;
    width: 55px;
    max-width: 55px;
    min-width: 55px;
    text-align: center;
    line-height: 55px;
    padding-top: 0px;
    border: 1px solid #999;
    margin-left: 10px;
    border-radius: 5px;
    -moz-transition: .35s all ease;
    -o-transition: .35s all ease;
    -webkit-transition: .35s all ease;
    transition: .35s all ease;
    position: relative;
    display: inline-block;
}

.hpic-box .hpic-icon img {
    width: 35px;
    height: 35px;
}

.hpic-box {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 12px;
    position: relative;
}

.hpic-box:hover .hpic-text {
    color: rgb(79, 120, 164);
    text-shadow: 0 4px 8px #dcdcdc;
    text-decoration: none;
}

.hpic-box .hpic-text {
    font-size: 17px;
    color: #4578b9;
    line-height: 30px;
}

.cities-section .full .img-size {

    height: 270px;
}

.cities-section .half .img-size {

    height: 133px;
}

.cities-section .center .img-size {

    height: 411px;
    background: #000;
}

.cityname {
    overflow: hidden;
    padding: 3px;
}

.cityname h3, .cityname h1 {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    text-shadow: rgba(0, 0, 0, 0.71) 0px 2px 2px;
}
.view {
    position: relative;
}
.view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.2s ;
}
.view:hover .mask {
    background: rgba(77, 212, 228, 0.59);
}
.img-size img{
    transition: all 0.2s;
}
.view:hover  .img-size img {
    transform: scale(1.1);
}

.cityname a {
    font-size: 18px;
    text-shadow: 1px 1px #666;
    color: #fff;
}

.flex-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.img-size {
    display: block;
    overflow: hidden;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 0 solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    position: relative;
}

div.search-col input[type="text"] {
    text-align: right;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    height: 1.6em;
    width: 100%;
    font-size: 1em;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
}
.search-col button {
    color: #333;
    border: 0 none;
    z-index: 9999;
    padding: 5px 0;
    background: transparent;
    color: #9e9e9e !important;
    font-size: 19px;
    position: relative;
    top: 12px;
    cursor: pointer;
}

.search-col h2 {
    font-size: 1em;
    margin-top: 3px !important;
}

.search-col .white {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    background-color: #fff !important;
    border: 0px;
    border-radius: 2px;
}

div.search-col .mask {

    overflow: visible !important;
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
}

.search-col {
    height: 100%;
    background-image: url(https://last-cdn.com/site/img/location-image/5.jpg);
    background-size: cover;
    background-position: center center;
}

.search-col .flex-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.popular-hotel-body > p {
    min-height: 125px;
}
.home_video {
    width: 550px;
}
@media (max-width: 768px) {
    .top-link-box {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(41, 61, 88, 0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(41, 61, 88, 0);
        box-shadow: 0px 0px 0px 0px rgba(41, 61, 88, 0);
        height: auto;
        z-index: 999;
        position: relative;
        margin-top: 0px;
        background: transparent;
    }
    .top-link-box .col-6 {
        padding: 3px;
    }
    .top-link-box .card-title a {
        color: #57616b;
        font-size: 13px;
        line-height: 20px;
    }
    .slick-next {
        right: -19px !important;
    }
    .ph-discount-percent2 {
        display: none;
    }

    .popular-hotel {
        padding: 10px;
    }

    .popular-hotel-head {
        font-size: 15px;
        color: #283d58;
        margin-top: 9px !important;
        margin-bottom: 5px !important;
    }
}

/*nadia trip*/
.top_svg {
    margin-top: -80px;
    position: relative;
    z-index: 4411;
}


.box-top-shadow {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 33%, hsla(0, 0%, 100%, 0) 89%);
    height: 110px;
    position: absolute;
    z-index: 112;
    width: 100%;
    margin-top: -70px;
}


/*offer_box*/
.offer_box .card {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff !important;
}

.offer_box .view {
    position: relative;
    height: 100%;

}

.offer_box .view .name {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    text-align: center;



}
.offer_box .view .name h3{
    line-height: 18px;
    font-weight: 600;
}

.offer_box .view .name a {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #e45221;
}


.offer_box .carousel-inner-img{

    height: 300px;
}


.offer_box .carousel-indicators .active {
    background-color: #d1ab60 !important;
}

.offer_box .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #333;
    color: #000;
}

.offer_box .carousel-indicators {
    position: absolute;
    right: 234px;
    bottom: -13px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.offer_box .carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ed6e5d;
    text-align: center;
    opacity: 1;
    border-radius: 100%;
    font-size: 30px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 32px;
    height: 32px;
    left: 50%;
    margin-left: 5px;

}

.offer_box .carousel-control-next {
    margin-left: -44px;
}

.offer_box .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #3a2b2b;
    text-decoration: none;
    outline: 0;
    opacity: .9;

}

.offer_box .carousel-control-prev:hover, .carousel-control-next:hover {

    border: 1px solid #a2aab1;
}


.vertdown .carousel-item-next.carousel-item-left,
.vertdown .carousel-item-prev.carousel-item-right {

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.vertdown .carousel-item-next,
.vertdown .active.carousel-item-right {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100% 0);
}

.vertdown .carousel-item-prev,
.vertdown .active.carousel-item-left {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.tp-bullets {
    display: none !important;
}

.tp-bullets .bullet {
    display: none !important;
}

/*tour-vip*/
.tour-vip .hotelbox {
    height: 400px;
    border-radius: 7px !important;
}

.tour-vip.tour-box-1 .slick-slide img {
    height: 100%;
    border-radius: 7px !important;
}

.tour-vip .card-subtitle {
    position: absolute;
    z-index: 1111;
    bottom: 55px;
    /* display: inherit; */
    width: 100%;
    text-align: center;
}

.tour-vip .card-footer {
    position: absolute;
    z-index: 1111;
    bottom: 0px;
    /* display: inherit; */
    width: 100%;
    text-align: center;
    background: transparent;
    border: 0px;
}

.tour-vip .card-footer a {
    color: #262626;
    background: #fff;
    padding: 12px 20px;
    border-radius: 30px;
}

.tour-vip .card-subtitle a, .tour-vip .tour-box-1 .card-subtitle a:hover {
    color: #fff !important;
    font-size: 18px;
}

.tour-vip .card:hover .ovrly_hover {
    opacity: 1
}

.tour-vip .card:hover .ovrly {
    opacity: 0
}

.tour-vip .ovrly {
    position: absolute;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: opacity 350ms cubic-bezier(0, 0.63, 0.2, 1);
    -moz-transition: opacity 350ms cubic-bezier(0, 0.63, 0.2, 1);
    -o-transition: opacity 350ms cubic-bezier(0, 0.63, 0.2, 1);
    transition: opacity 350ms cubic-bezier(0, 0.63, 0.2, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto
}

.tour-vip .ovrly_hover {
    position: absolute;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(202, 81, 78, 0.7) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(202, 81, 78, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(202, 81, 78, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(202, 81, 78, 0.7) 100%);
    background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(101, 200, 210) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 350ms cubic-bezier(0, 0.63, 0.2, 1);
    -moz-transition: opacity 350ms cubic-bezier(0, 0.63, 0.2, 1);
    -o-transition: opacity 350ms cubic-bezier(0, 0.63, 0.2, 1);
    transition: opacity 350ms cubic-bezier(0, 0.63, 0.2, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto
}

.tour-vip .stars-layer {
    font-family: "Open Sans", sans-serif;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 6px;
    padding: 5px 5px 5px 9px;
    line-height: 16px;
    position: absolute;
    left: auto;
    right: 15px;
    opacity: 1;
    top: 5px;
    bottom: auto;
    color: #e0e0e0;
    font-size: 12px;
}

.title-heading {

    font-size: 1.4em !important;
}

.cities-section-equal .cityname {
    overflow: hidden;
    padding: 7px;
}

.cities-section-equal .full .img-size {
    height: 170px;
}

.city_hotel_break {
    position: relative;
    display: block;
    height: 340px;
    padding-top: 0px;
    overflow: hidden !important;
    margin-top: -20px;
}
.city_hotel_break .city_back {
    display: block;
    height: 215px
}

.city_hotel_break .city_back {
    background: url(../images/city-back.png) no-repeat center center;
}
.city_hotel_break .airplane {
    position: absolute;
    top: 60px;
    display: block;
    background: url(../images/airplane-city.png) no-repeat center center;
    height: 50px;
    width: 110px;
    left: 65%;
    -webkit-animation: moveairplane 80s cubic-bezier(0.35, 0.35, 1, 1) infinite;
    -moz-animation: moveairplane 80s cubic-bezier(0.35, 0.35, 1, 1) infinite;
    -o-animation: moveairplane 80s cubic-bezier(0.35, 0.35, 1, 1) infinite
}

@-webkit-keyframes moveairplane { 0% { left: 100% } 100% { left: -10% }
}
@-moz-keyframes moveairplane { 0% { left: 100% } 100% { left: -10% }
}
@-o-keyframes moveairplane { 0% { left: 100% } 100% { left: -10% }
}
.city_hotel_break .clude {
    position: absolute;
    top: 10px;
    display: block;
    background: url(../images/cloud.png) no-repeat center center;
    height: 62px;
    width: 400px;
    right: 65%;
    -webkit-animation: moveclude 110s cubic-bezier(0.35, 0.35, 1, 1) infinite;
    -moz-animation: moveclude 110s cubic-bezier(0.35, 0.35, 1, 1) infinite;
    -o-animation: moveclude 110s cubic-bezier(0.35, 0.35, 1, 1) infinite
}
@-webkit-keyframes moveclude { 0% { right: 100% } 100% { right: -10% }
}
@-moz-keyframes moveclude { 0% { right: 100% } 100% { right: -10% }
}
@-o-keyframes moveclude { 0% { right: 100% } 100% { right: -10% }
}
.visa-title {
    color: #e94a35;
    font-size: 32px;
    border-right: 2px solid #333;
    line-height: 30px;
}

.visa-text {
    color: #677973;
    font-size: 20px;
    padding-top: 14px;
}
.visa-information {
    line-height: 42px;
}
.visa{
    padding-bottom: 96px;
    margin-bottom: -90px;
   /* background: linear-gradient(0deg, #f5f5f5 19%, #ffffff 92%);*/
   background: rgba(245,245,245,1);

    background: linear-gradient(to top, rgba(245,245,245,1) 0%, rgba(254,254,254,1) 10%, rgba(255,255,255,1) 11%);

}
.visa .read_more {
    color: #00a0a6;
    font-family: "Open Sans", sans-serif;
    font-style: italic;

}

.visa_img_box .card{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.25);
    box-shadow: 0 3px 5px rgba(0,0,0,.25);
    background-color: #fff !important;
    padding: 2px;
}
/*box__news*/


.entry-content{
    color: #888;
    font-weight: 100;
}

.entry-content a {

    font-family: "Open Sans", sans-serif;
    font-style: italic;
    color: rgb(20,151,157);
    font-weight: 100;

}

.city_tour_box_highlight {
font-size: 11px;
}

#confetti{
    background: transparent;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 11;
}

.book_home {
    background-color: #00bfd6;
    border-color: #00bfd6;
    border-radius: 3px;
}
/*.top_box_img{
color: #fff;
text-shadow: 2px 2px 2px rgba(0,0,0,0.4) !important;
}*/
.tp-splitted {
    font-size: 28px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4) !important;
    color: #fff !important;
    font-weight: bold;
}

.modal-open .modal {

    background: url(../images/home/modal_bg.png) rgba(0, 0, 0, 0.7);
    background-position: bottom;
    background-repeat: no-repeat;
}

@media (max-width: 576px) {

    .city_hotel_break {
        position: relative;
        display: block;
        height: 215px;
        padding-top: 0px;
        overflow: hidden !important;
        margin-top: -20px;
    }
    .visa {
        padding-bottom: 96px;
        margin-bottom: -126px;
    }
    .visa-title {

        border-right: 0px solid #333;

    }
    .offer_box .card {
        margin-bottom: 30px;
    }
    .book_home {
        background-color: #00bfd6;
        border-color: #00bfd6;
        border-radius: 3px;
        padding: 12px;
    }
    .c-promotion-page:before {
        content: "";
        background-color: #0c98c7;
        background-image: url(../images/home-baner.svg);
        position: absolute;
        top: 240px;
        left: 0;
        right: 0;
        height: 470px;
    }
    .play-frame-box {
        margin: auto;
        padding-top: 20px;
    }
    .offer-section {
        text-align: center;
    }
    .offer-title{
        border-right: 0px solid hsla(0, 0%, 100%, .62);
        padding-bottom: 25px;
        margin-right: 0px !important;
    }


    .offer-text {
        font-family: 'Dancing Script';
        color: #fff;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        font-size: 25px;
        z-index: 22;
        line-height: 36px;
    }
.home_video {
    width: 100%;
}
    .offer_box .carousel-inner-img{

        height: 250px;
    }
    .top_box_img {
        margin-top: 70px;
    }
    .play-frame {
              top: -9px;
    }
    .tp-splitted {
        font-size: 15px;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.4) !important;
        color: #fff !important;
        font-weight: normal;
        left: -15% !important;
    }
    .flag-box span {
        color: #333;
    }
}
