@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700');
header {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 12;
    position: fixed;
    height: 134px;
}
footer {
    width: 100%;
    padding-top: 113px;
    background: #202020;
}
header .top_headSec {
    width: 100%;
    height: 36px;
    background: #ed1d24;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.QBlogoNav_Sec {
    padding: 15px 0;
}
.QBlogoNav_Sec img {
    margin-top: 10px;/*    width: 200px;*/
}
.social_media_Sec {
    display: inline-block;
    margin: 7px 0 0;
}
.QBlogoNav_Sec ul {
    margin: 10px 0 0;
    padding: 0;
    float: right;
}
.QBlogoNav_Sec ul li {
    list-style: none;
}
.QBlogoNav_Sec ul li a {
    color: #ed1d24;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}
.QBlogoNav_Sec ul li a:hover {
    text-decoration: none;
    color: #202020;
}
.QBlogoNav_Sec ul li a:focus {
    color: #202020;
}
.social_media_Sec ul {
    margin: 0px;
    padding: 0px;
}
.social_media_Sec ul li {
    margin-right: 10px;
}
.social_media_Sec ul li a {
    color: #fff;
    text-decoration: none;
}
.social_media_Sec ul li a:hover {
    color: #e5e5e5;
}
.social_media_Sec ul li a i {
}
.social_media_Sec ul li:first-child {
    margin-right: 35px;
    font-weight: 500;
}
.head_login {
    margin-top: 7px;
}
.head_login ul {
    margin: 0px;
    padding: 0px;
}
.head_login ul li {
    position: relative;
    margin-right: 5px;
}
.head_login ul li:after {
    width: 1px;
    height: 13px;
    background: #f1f1f1;
    content: '';
    position: absolute;
    top: 5px;
    right: -5px;
}
.head_login ul li:last-child {
    margin-right: 0px;
}
.head_login ul li:last-child:after {
    right: 0;
    background: transparent;
}
.head_login ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
}
.head_login ul li a:hover {
    color: #e5e5e5;
}
.navbar-default {
    background: transparent;
    border-color: transparent;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar {
    min-height: 40px;
    margin-bottom: 0px;
    border: transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #202020;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #ee1b25;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #ee1b25;
}
.navbar-nav {
    margin: 25px 0 0;
}
.dropdown-menu {
    min-width: 200px;
}
.dropdown-menu > li > a {
    padding: 10px 15px;
    border-bottom: 1px solid #f1f1f1;
}
.dropdown-menu > li:last-child a {
    border-bottom: transparent;
}
.slider_sec {
    width: 100%;
    float: left;
    background: url("../images/slider1.jpg") no-repeat scroll top center;
    background-size: cover;
    position: relative;
    height: 800px;
}
.content_Sec {
    /*    background: rgba(237, 29, 36, .5);*/
    width: 100%;
    height: 100%;
}
.banner_text {
    width: 100%;
    float: left;
    text-align: center;
    padding: 300px 0 0;
    color: #fff;
}
.banner_text p {
    font-style: italic;
}
.content_Sec h1 {
    margin: 0px;
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 0 0 5px #000;
}
.content_Sec h2 {
    margin: 0px 0 20px;
    font-style: italic;
    font-size: 75px;
    font-weight: 800;
    font-family: initial;
    text-shadow: 0 0 5px #000;
}
.banner_text a {
    background: #ff7e00;
    color: #fff;
    border-radius: 30px;
    padding: 14px 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    height: 50px;
    text-decoration: none;
    box-shadow: 0 0 0 #0045a3 inset;
    transition: all ease 0.5s;
}
.banner_text a:hover {
    box-shadow: 220px 0 0 #0045a3 inset;
}
.best_toursSec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 80px 0;
}
.headingALl {
    margin: 0px 0 20px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
}
.subheadingALL {
    margin: 0px;
    text-align: center;
    font-size: 21px;
    font-style: italic;
    font-weight: 500;
    color: #4a4a4a;
}
.tourAllSec {
    height: 425px;
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.overlaySec {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(49, 18, 75, 0.55);
    left: 0;
    top: 0;
}
.tour_date {
    display: inline-block;
    background: #fff;
    margin: 0 auto;
    z-index: 999;
    position: absolute;
    top: 40px;
    left: 46%;
    transform: translate(-46%);
    color: #0045a3;
    padding: 5px 35px;
    border-radius: 30px;
}
.destination_Sec {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.destination_Sec h3 {
    margin: 0px 20px 15px;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
}
.destination_Sec span {
    font-size: 16px;
}
.starSec {
    margin-top: 15px;
}
.starSec i {
    font-size: 18px;
    margin-right: 4px;
}
.starSec i:first-child {
    color: #ffeb8d;
}
.starSec i:nth-child(2) {
    color: #fed46b;
}
.starSec i:nth-child(3) {
    color: #fbb53d;
}
.starSec i:nth-child(4) {
    color: #fa9e1b;
}
.starSec i:last-child {
    margin-right: 0;
}
.seeMOre_Sec {
    display: block;
    position: relative;
    top: 80%;
    z-index: 999;
    width: 100%;
    float: left;
    text-align: center;
}
.seeMOre_Sec a {
    background: #ee1b25;
    color: #fff;
    padding: 14px 36px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 0 0 #202020 inset;
    transition: all ease 0.5s;
    text-decoration: none;
}
.seeMOre_Sec a:hover {
    box-shadow: 220px 0 0 #202020 inset;
}
.packages_wrap {
    padding-top: 125px;
    padding-bottom: 116px;
    background: linear-gradient(to right, #fa9e1b, #8d4fff);
    position: relative;
}
.packages_Sec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    opacity: 0.27;
}
.carousel_heading {
    position: relative;
    right: 0;
    left: 0;
    padding: 15px 0;
    text-shadow: none;
    color: #000;
}
.carousel_heading h4 {
    margin: 0px;
    color: #333;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 700;
}
.carousel_heading p {
    margin: 30px auto 50px;
    max-width: 850px;
    font-size: 17px;
    line-height: 26px;
}
.carousel_heading a {
    background: #ff7e00;
    color: #fff;
    box-shadow: 0 0 0 #0045a3 inset;
    transition: all ease 0.5s;
    padding: 14px 36px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
}
.carousel_heading a:hover {
    box-shadow: 220px 0 0 #0045a3 inset;
}
.sliderSec {
    background: #fff;
    text-align: center;
    padding: 80px 0;
}
.carousel-control {
    top: 250px;
}
.carousel-control.right {
    right: -55px;
    left: auto;
    border: 2px solid #ee1b25;
    width: 37px;
    height: 50px;
    border-radius: 13px;
    background-image: none;
    background-repeat: no-repeat;
}
.carousel-control.left {
    left: -55px;
    right: auto;
    border: 2px solid #ee1b25;
    width: 37px;
    height: 50px;
    border-radius: 13px;
    background-image: none;
    background-repeat: no-repeat;
}
.carousel-control.left span {
    margin-top: -10px;
    margin-left: -15px;
    font-size: 20px;
}
.carousel-control.right span {
    margin-top: -10px;
    margin-right: -15px;
    font-size: 20px;
}
.best_packagesSec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 80px 0;
    background: #f3f6f9;
}
.bestOffer_ALL {
}
.offer_imgWrap {
    width: 100%;
    height: 305px;
    position: relative;
}
.offers_imageBG_all {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
.offers_name {
    position: absolute;
    left: 0;
    bottom: 30px;
    background: #ee1b25;
    width: 240px;
    height: 33px;
    overflow: hidden;
}
.offers_name a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 33px;
    padding: 0px 0 0 15px;
    display: block;
    box-shadow: 0 0 0 #202020 inset;
    transition: all ease 0.5s;
}
.offers_name a:hover {
    text-decoration: none;
    background: #202020;
    box-shadow: 300px 0 0 #202020 inset;
}
.best_offerContent_Sec {
    position: relative;
    min-height: 305px;
    width: 100%;
}
.offer_price {
    color: #EE1B25;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 10px 10px;
}
.offer_price span {
    color: #202020;
    font-size: 14px;
    font-weight: 500;
}
.bestoffer_star {
    margin-top: 5px;
    margin-bottom: 20px;
}
.bestoffer_star i {
    font-size: 13px;
}
.best_offerContent_Sec p {
    margin: 0px 0 0;
    font-size: 15px;
    color: #4a4a4a;
    line-height: 24px;
}
.offer_icons {
}
.offer_icons i {
}
.offer_icons img {
}
.best_offerContent_Sec a {
    bottom: 0;
    position: absolute;
    left: 0;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}
.best_offerContent_Sec a:hover {
    color: #EE1B25;
}
.best_offerContent_Sec a i {
}
.merg_topBottom50 {
    margin-top: 70px;
    margin-bottom: 70px;
}
.testimonial_Sec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 40px 0;
    background: #f3f6f9;
}
.testInner_All {
    position: relative;
    padding-top: 36px;
    margin-top: 15px;
}
.testImg_wrap {
}
.testImg_wrap img {
    display: block;
    width: 100%;
}
.mergbottom_30 {
    margin-bottom: 30px;
}
.testimonial_icons {
    position: absolute;
    top: 0px;
    left: 41%;
    background: #ee1b25;
    overflow: hidden;
    border-radius: 50%;
}
.testimonial_icons img {
    position: relative;
    top: 0%;
    left: 0%;
}
.test_contentSec {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30.1%;
    background: rgba(49, 18, 75, 0.8);
    border-bottom: 3px solid #ee1b25;
}
.clients_name {
    position: absolute;
    left: 41px;
    bottom: calc(100% - 18px);
    background: #FFFFFF;
    padding-left: 20px;
    padding-right: 21px;
    padding-top: 9px;
    padding-bottom: 10px;
    z-index: 10;
}
.clients_name strong {
}
.clients_name span {
}
.test_quoteTitle {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    padding-left: 3px;
    margin: 30px 25px 0;
}
.testInner_All p {
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 11px;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 15px;
    line-height: 22px;
}
.full_border {
    width: 100%;
    float: left;
    height: 2px;
    background: linear-gradient(to right, #ee1b25, #202020);
}
.trending_nowSec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 40px 0;
}
.trending_itemInner {
    position: relative;
}
.trending_img {
    width: 82px;
    height: 76px;
    float: left;
}
.trending_img img {
}
.trending_content {
    display: inline-block;
    padding-left: 20px;
}
.trending_title {
    display: block;
}
.trending_title a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
.trending_title a:hover {
    color: #ff7e00;
}
.trending_price {
    color: #EE1B25;
    font-weight: 600;
    margin: 6px 0;
    font-size: 15px;
    display: block;
}
.trending_location {
    color: #8e8e8e;
    display: block;
}
.getin_touchWrap {
    width: 100%;
    padding-bottom: 105px;
    position: relative;
    margin-top: 20px;
}
.getin_touchBG {
    position: absolute;
    bottom: -34px;
    left: 0;
    width: 100%;
    height: 104%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.contact_form_wrap {
    padding-top: 74px;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 88px;
    background: linear-gradient(to top right, #ee1b25, #dd4a24d4);
}
.getin_touchTitle {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}
.contact_form {
    display: block;
    margin-top: 50px;
}
.contact_form input {
    margin-bottom: 20px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #e2e2e2;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
    outline: none;
    color: #fff;
    height: 47px;
}
.contact_form input:focus {
    outline: none;
    box-shadow: none;
    border-color: #fff;
}
.contact_form textarea {
    margin-bottom: 20px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #e2e2e2;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
    outline: none;
    color: #fff;
    height: 100px;
}
.contact_form textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #fff;
}
.contact_form button {
    background: #ee1b25;
    color: #fff;
    box-shadow: 0 0 0 #202020 inset;
    transition: all ease 0.5s;
    padding: 14px 36px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    border: 2px solid #fff;
    margin-top: 30px;
}
.contact_form button:hover {
    box-shadow: 200px 0 0 #202020 inset;
    color: #fff;
    border: 2px solid #fff;
}
.contact_form button:focus {
    outline: none;
}
.contact_form input::placeholder {
color: #fff;
font-size: 13px;
}
.contact_form input:-ms-input-placeholder {
color: #fff;
font-size: 13px;
}
.contact_form input::-ms-input-placeholder {
color: #fff;
font-size: 13px;
}
.contact_form textarea::placeholder {
color: #fff;
font-size: 13px;
}
.contact_form textarea:-ms-input-placeholder {
color: #fff;
font-size: 13px;
}
.contact_form textarea::-ms-input-placeholder {
color: #fff;
font-size: 13px;
}
.copyright_Sec {
    background: #ee1b25;
    display: block;
    margin-top: 50px;
    padding: 20px 0;
}
.copyright_Sec p {
    margin: 0px;
    color: #fff;
    font-size: 13px;
}
.copyright_Sec ul {
    margin: 0;
}
.copyright_Sec ul li {
    margin-right: 10px;
}
.copyright_Sec ul li:last-child {
    margin-right: 0px;
}
.copyright_Sec ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}
.copyright_Sec ul li a:hover {
    color: #202020;
}
.foot_aboutSec {
}
.foot_aboutSec a img {
    margin-top: 15px;
}
.foot_aboutSec p {
    margin: 30px 0 0;
    color: #fff;
    line-height: 24px;
}
.footBlog_post_wrap {
}
.foot_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    float: left;
    width: 100%;
    margin: 10px 0 15px;
}
.foot_blog_content {
}
.foot_blog_item {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.foot_blog_item:last-child {
    margin-bottom: 0;
}
.blog_imgFoot {
    width: 60px;
    float: left;
}
.blog_contentFoot_Inner {
    display: inline-block;
    margin-left: 15px;
}
.blog_contentFoot_Inner a {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
}
.blog_contentFoot_Inner a:hover {
    color: #EE1B25;
}
.foot_blogDate {
    color: #EE1B25;
}
.foot_ul {
    margin: 0px;
    padding: 0px;
}
.foot_ul li {
    margin: 0 0 10px;
}
.foot_ul li a {
    border: 1px solid #ee1b25;
    color: #fff;
    padding: 6px 8px;
    display: block;
    box-shadow: 0 0 0 #ee1b25 inset;
    transition: all ease 0.5s;
}
.foot_ul li a:hover {
    background: #ee1b25;
    text-decoration: none;
    box-shadow: 200px 0 0 #ee1b25 inset
}
.foot_addressUL {
    margin: 0;
    padding: 0;
    list-style: none;
}
.foot_addressUL li {
    margin-bottom: 20px;
    color: #fff;
    display: flex;
}
.foot_addressUL li:last-child {
    margin-bottom: 0px;
}
.foot_addressUL li i {
    color: #ee1b25;
    margin-right: 10px;
    margin-top: 2px;
    font-size: 15px;
}
.foot_addressUL li a {
    color: #fff;
}
.foot_addressUL li a:hover {
    color: #ee1b25;
}
.add-on .input-group-btn > .btn {
    border-left-width: 0;
    border-radius: 0px 30px 30px 0px;
    left: 0px;
    height: 47px;
    width: 80px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #ee1b25;
    border: 1px solid #ee1b25;
    color: #fff;
    font-size: 18px;
    outline: none;
}
.add-on .input-group-btn > .btn:hover {
    background: #202020;
    border: 1px solid #202020;
}
.add-on .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #ee1b25;
    outline: none;
}
.add-on {
    border-radius: 30px;
    width: 400px;
}
.add-on input {
    border-radius: 30px 0px 0px 30px;
    height: 47px;
    padding: 6px 20px;
    width: 320px !important;
}
.add-on input:hover {
    border: 1px solid #ff7e00;
}
.socialmedia_footer {
    display: block;
}
.socialmedia_footer ul {
    margin: 20px 0 0;
    padding: 0px;
}
.socialmedia_footer ul li {
    margin: 0px;
    padding: 0px 2px 0 0;
}
.socialmedia_footer ul li a {
    color: #fff;
    text-align: center;
}
.socialmedia_footer ul li a:hover {
}
.socialmedia_footer ul li a i {
    border: 1px solid #ee1b25;
    width: 35px;
    height: 35px;
    padding: 9px 0 0;
    border-radius: 50%;
}
.socialmedia_footer ul li a i:hover {
    background: #ee1b25;
}
.dubai_mainbanner {
    height: 600px;
    background: url("../images/dubai_banners.jpg") no-repeat scroll 0 -80px;
    background-size: cover;
}
.dazzling_banner {
    height: 600px;
    background: url("../images/dazzling-dubai2.jpg") no-repeat scroll 0 0px;
    background-size: cover;
}
.aboutBG {
    height: 600px;
    background: url("../images/aboutBG.jpg") no-repeat scroll 0 0px;
    background-size: cover;
}
.dubai_mainbanner h1 {
    font-size: 60px;
    position: relative;
    display: inline-block;
    margin-top: 50px;
    text-shadow: 3px 3px 9px #535353;
}
.dubai_mainbanner h1:after {
    width: 150px;
    height: 6px;
    background: #fff;
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.mergbottom_60 {
    margin-bottom: 60px;
}
.innerBanner_dwnSec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0px 0 0;
    border-bottom: 1px solid #e4e4e4;
}
.innerBanner_dwnSec ul {
    margin: 0px;
    padding: 0px 0;
    display: flex;
}
.innerBanner_dwnSec ul li {
    text-align: center;
    border-right: 1px solid #e4e4e4;
    width: 12.5%;
    padding: 30px 0;
}
.innerBanner_dwnSec ul li i {
    color: #ff7e00;
    margin-bottom: 20px;
    font-size: 30px;
}
.innerBanner_dwnSec ul li p {
    margin: 0px;
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.innerpage_bodySec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 80px 0;
    background: #e8e8e8;
}
.tabs {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
    background: #fff;
}
#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
#tab-button li {
    display: table-cell;
    width: 20%;
}
#tab-button li a {
    display: block;
    padding: 13px 10px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
#tab-button li:not(:first-child) a {
    border-left: none;
}
#tab-button li a:hover, #tab-button .is-active a {
    border-bottom-color: transparent;
    background: #202020;
    color: #fff;
}
.tab-contents {
    padding: .5em 2em 1em;
    border: 1px solid #ddd;
    border-top: none;
}
.tab-button-outer {
    display: none;
}
.tab-contents {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
.tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
}
.tab-select-outer {
    display: none;
}
.tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
}
}
.inner_rightSecWrap {
}
.book_tourSec {
}
.booktourBG {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 50px 0;
    background: url(../images/book-tour.jpg) no-repeat scroll 0 0;
    background-size: cover;
    text-align: center;
}
.booktourBG i {
    background: #ee1b25;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    padding: 19px 0 0;
    margin-bottom: 15px;
    font-size: 23px;
    transform: rotate(-30deg);
}
.booktourBG p {
    margin: 0px;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}
.book_formSec {
    background: #fff;
    padding: 30px 30px;
}
.book_formSec form {
}
.book_formSec form input {
    border-radius: 30px;
    background: #fbfbfb;
    box-shadow: none;
    padding: 6px 12px;
    height: 43px;
    border: 1px solid #eaeaea;
}
.book_formSec form input:focus {
    border: 1px solid #ff7e00;
    box-shadow: none;
}
.book_formSec form select:focus {
    border: 1px solid #ff7e00;
    box-shadow: none;
}
.book_formSec form select {
    border-radius: 30px;
    background: #fbfbfb;
    box-shadow: none;
    padding: 6px 12px;
    height: 43px;
    border: 1px solid #eaeaea;
}
.book_formSec form button {
    border-radius: 30px;
    background: #ee1b25;
    color: #fff;
    width: 100%;
    padding: 12px 0;
    border: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 0 0 #202020 inset;
    transition: all ease 0.5s;
}
.book_formSec form button:hover {
    box-shadow: 300px 0 0 #202020 inset;
    border: none;
    color: #fff;
    background: transparent;
}
.book_formSec form button:focus {
    outline: none;
}
.inner_rightSocialWrap {
    background: #fff;
    margin: 50px 0;
    padding: 50px 25px;
    text-align: center;
    float: left;
    width: 100%;
}
.inner_rightSocialWrap h3 {
    margin: 0px;
    font-weight: 600;
    color: #333;
}
.inner_rightSocialWrap ul {
    margin: 20px 0 0;
    padding: 0px;
}
.inner_rightSocialWrap ul li {
    margin: 0px;
    padding: 0px 3px 0 0;
}
.inner_rightSocialWrap ul li a {
}
.inner_rightSocialWrap ul li a i {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 19px;
    padding: 9px 0 0;
}
.inner_rightSocialWrap ul li a i:hover {
    opacity: 0.8;
}
.fb_color {
    background: #3e8bc3;
}
.twitter_color {
    background: #52baed;
}
.linkedin_color {
    background: #007bb5;
}
.gplus_color {
    background: #dd4b39;
}
.instagram_color {
    background: #125688;
}
.pinterest_color {
    background: #a83e1a;
}
.inner_rightPopular_tourswrap {
}
.inner_rightPopular_tourswrap h4 {
    margin: 0px;
    padding: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}
.inner_right_tour {
    margin-top: 20px;
}
.inner_reviewSec {
    width: 100%;
    float: left;
    margin: 50px 0 0;
    padding: 50px 0;
    background: #fff;
}
.hr_lineInner {
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    display: block;
    margin: 30px 0;
}
/* Testimonials */
.testimonials {
    padding: 0 40px;
}
.testimonials blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
}
.testimonials blockquote::before {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 20px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #ee1b25 transparent transparent transparent;
}
.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}
.testimonials .carousel-info {
    overflow: hidden;
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
    color: #ee1b25;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px;
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}
.testimonials blockquote p {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 24px;
}
.tab-contents p {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 30px;
}
.tab-contents p.itenary_fineprint{font-size: 15px;
    color: #ed1d24;
    font-style: italic;
    font-weight: 600;}
.tab-contents p.hotel_price {
    color: #ee1b25;
}
.leave_reviewSec {
    padding: 0px 40px;
    margin-top: 50px;
    display: block;
}
.leave_reviewSec h5 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}
.starrr span {
    font-size: 23px;
    color: #ee1b25;
    margin-right: 0px;
}
.starrr {
    margin-bottom: 30px;
}
.leave_reviewSec textarea {
    box-shadow: none;
    height: 150px;
    border-radius: 0px;
    border: 1px solid #e4e4e4;
}
.leave_reviewSec input {
    box-shadow: none;
    height: 43px;
    border-radius: 0px;
    border: 1px solid #e4e4e4;
}
.leave_reviewSec textarea:focus {
    border: 1px solid #ff7e00;
    box-shadow: none;
}
.leave_reviewSec input:focus {
    border: 1px solid #ff7e00;
    box-shadow: none;
}
.leave_reviewSec button {
    background: #ee1b25;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 14px 36px;
    box-shadow: 0px 0px 0px #202020 inset;
    transition: all ease 0.5s;
    margin-top: 10px;
}
.leave_reviewSec button:hover {
    box-shadow: 250px 0 0 #202020 inset;
    border: none;
    color: #fff;
}
.paddingBTM0 {
    padding-bottom: 0;
}
.max_width1800 {
    max-width: 1800px;
}
.contact_bodySec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 80px 0;
    background: #f3f6f9;
}
.contactus_form {
}
.contactus_form h2 {
    text-align: left;
}
.contactus_form p {
    margin: 0px 0 35px;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    color: #4a4a4a;
    font-weight: 500;
}
.contact_head {
}
.contactus_form form {
}
.contactus_form label {
    margin-top: 15px;
}
.contactus_form input {
    border-radius: 30px;
    background: #fbfbfb;
    box-shadow: none;
    padding: 6px 12px;
    height: 47px;
    border: 1px solid #b7b7b7;
}
.contactus_form form input:focus {
    border: 1px solid #ee1b25;
    box-shadow: none;
}
.contactus_form textarea {
    border-radius: 30px;
    background: #fbfbfb;
    box-shadow: none;
    padding: 6px 12px;
    height: 150px;
    border: 1px solid #b7b7b7;
}
.contactus_form form textarea:focus {
    border: 1px solid #ee1b25;
    box-shadow: none;
}
.contactus_form .contact_sendbtn {
    background: #ee1b25;
    padding: 14px 36px;
    border: 1px solid #ee1b25;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 0 0 #202020 inset;
    /*    transition: all ease 0.5s;*/
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
}
.contactus_form .contact_sendbtn:hover {
    box-shadow: 250px 0 #202020 inset;
    border: 1px solid #202020;
}
.contactus_form .contact_sendbtn:focus {
    background: #ee1b25;
    border-color: #ee1b25;
    color: #fff;
    outline: none;
}
.contact_addressSec {
    width: 90%;
}
.contact_addressSec strong {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 7px;
    color: #333;
}
.contact_addressSec i {
    color: #ee1b25;
    font-size: 18px;
    margin-right: 12px;
}
.contact_addressSec a {
    color: #333;
    font-size: 17px;
    text-decoration: none;
}
.contact_addressSec a:hover {
    color: #ee1b25;
}
.contact_addressSec p {
    color: #333;
    font-size: 17px;
    margin: 0px;
}
.offset-top-50 {
    margin-top: 50px;
}
.map_contactus {
    margin-top: -80px;
    margin-bottom: -80px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.map_wrap {
    width: 100%;
    background: #f1f1f1;
    position: relative;
    float: left;
}
.about_uswrapper {
    width: 100%;
    float: left;
    margin: 0;
    padding: 80px 0 0;
}
.about_introContent {
}
.about_introContent h2 {
    text-align: left;
}
.about_introContent p {
    margin: 20px 0;
    font-size: 15px;
    line-height: 26px;
}
.about_introContent ul {
        width: 100%;
    float: left;
    padding: 0px;
    margin: 10px 0 15px;
    list-style: none;
}
.about_introContent ul li {
       font-size: 19px;
    float: left;
    margin-right: 55px;
    font-weight: 600;
    line-height: 33px;
}
.about_introContent ul li i{    color: #ed1d24;
    margin-right: 17px;
    font-size: 31px;
    float: left;}
.about_introContent a {
    background: #ee1b25;
    color: #fff;
    padding: 14px 36px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 0 0 #202020 inset;
    transition: all ease 0.5s;
    text-decoration: none;
    float: left;
}
.about_introContent a:hover {
    box-shadow: 220px 0 0 #202020 inset;
}
.year_statisticsSec {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 80px 0;
    background: #f3f6f9;
}
.main_yrs {
    color: #ff7e00;
    font-size: 17px;
    font-weight: 600;
    margin-top: 50px;
    margin-left: 55px;
    margin-bottom: 20px;
}
.main_yrsright {
    text-align: right;
    margin-right: 55px;
}
.statistics_innerALl {
    display: flex;
    margin: 0px 0 50px;
}
.statistics_innerALl img {
    margin: 12px 15px 0 0;
}
.statistics_innerALl p {
    margin: 0px;
    font-size: 27px;
    font-weight: 600;
}
.statistics_innerALl span {
    font-weight: 600;
    color: #4a4a4a;
    font-size: 15px;
}
.statistics_innerALl_right {
    text-align: right;
    float: right;
}
.statistics_innerALl_right img {
    margin-left: 15px;
}
.hr_lineAllcenter {
    border-bottom: 2px solid #e8e8e8;
    display: block;
    margin-top: 20px;
    height: 25px;
    position: relative;
}
.perc_incr_dcr {
    width: 50%;
    left: 50%;
    position: absolute;
    bottom: -2px;
    border-bottom: 2px solid #0045a3;
    padding-bottom: 13px;
    font-size: 15px;
    font-weight: 600;
    color: #a8a8a8;
}
.merg_btm0 {
    margin-bottom: 0px;
}
.about_impPackages {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 0 0;
}
.about_packageBGSec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("../images/aus_pkg.jpg");
    padding-top: 50px;
    padding-bottom: 80px;
}
.content_sec {
    display: block;
    margin-left: 150px;
}
.content_sec h4 {
    margin: 0px 0 17px;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
}
.content_sec p {
    margin: 0px 0 60px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}
.content_sec p strong {
    font-size: 25px;
    padding: 2px 15px;
    border: 2px solid #fff;
}
.content_sec a {
    background: #ee1b25;
    color: #fff;
    padding: 14px 36px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 0 0 #202020 inset;
    transition: all ease 0.5s;
    text-decoration: none;
}
.content_sec a:hover {
    box-shadow: 230px 0 0 #202020 inset;
}
.clients_descSec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 50px 0;
}
.client_descInnerALl {
    text-align: center;
    padding: 30px 0;
    display: block;
}
.client_descInnerALl img {
    display: inline-block;
    margin-bottom: 20px;
}
.client_descInnerALl strong {
    display: block;
    font-size: 38px;
    font-weight: 600;
}
.client_descInnerALl span {
    text-transform: uppercase;
    font-weight: 600;
    color: #4a4a4a;
    margin-top: 10px;
    display: block;
}
#accordion6 .panel {
    border: 1px solid #bf6026;
    border-radius: 0;
    box-shadow: none;
    margin-left: 50px;
    margin-bottom: 12px;
}
#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    /* margin: 0 30px 10px 30px;*/
    overflow: hidden;
    position: relative;
}
#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a {
    display: block;
    padding: 15px 20px;
    margin: 0;
    background: #ee1b25;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a.collapsed {
    background: #202020;
}
#accordion .panel-title a:before, #accordion .panel-title a.collapsed:before {
    content: "\f068";
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #ee1b25;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    position: absolute;
    top: 10px;
    right: 14px;
}
#accordion .panel-title a.collapsed:before {
    content: "\f067";
    background: #ababab;
    border: 4px solid #626262;
}
#accordion .panel-title a:after, #accordion .panel-title a.collapsed:after {
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 22px;
    right: 0;
}
#accordion .panel-title a.collapsed:after {
    width: 19px;
    background: #ababab;
}
#accordion .panel-body {
    border-left: 3px solid #ee1b25;
    border-top: none;
    background: #fff;
    /*font-size: 15px;*/
    color: #1c2336;
    line-height: 27px;
    position: relative;
}
#accordion .panel-body:before {
    content: "";
    height: 3px;
    width: 50%;
    background: #ee1b25;
    position: absolute;
    bottom: 0;
    left: 0;
}
#accordion .panel-body p {
    padding: 10px;
    text-align: justify;
}
.mt-20 {
    margin-top: 20px;
}
.tab-contents h2 {
    font-size: 18px;
    font-weight: 600;
}
.tab-contents ul {
}
.tab-contents ul li {
    margin-bottom: 7px;
}
.our_productsUL {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.our_productsUL li {
    margin-bottom: 7px;
}
.our_productsUL li a {
    color: #fff;
}
.our_productsUL li a i {
    color: #ee1b25;
    margin-right: 5px;
}
.our_productsUL li a:hover {
    text-decoration: none;
    color: #ee1b25;
}
.foot_disclaimer {
    margin: 20px 0 0;
    color: #9d9d9d;
    line-height: 22px;
    border-top: 1px solid #444444;
    padding-top: 20px;
}
.foot_disclaimer strong {
    color: #d6d6d6;
    margin-right: 10px;
    text-transform: uppercase;
}
.our_blog .card {
    border: 1px solid #ccc;
    margin-top: 15px;
}
.our_blog .card img {
    width: 100%;
    height: 150px;
    border-bottom: 5px solid #ee1b25;
}
.our_blog .card .card-body {
    padding: 15px;
}
.our_blog .card .card-body h5 {
    font-size: 21px;
    color: #202020;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    line-height: 27px;
}
.our_blog .card .card-body p {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 23px;
}
.our_blog .card .card-body a {
    text-align: right;
    display: block;
    color: #ee1b25;
    font-size: 15px;
    font-weight: 600;
}
.our_blog .card .card-body a:hover {
}
.our_blog .card .card-body a.blog_date {
    text-align: left;
    display: inline-block;
    color: #4a4a4a;
    margin-bottom: 13px;
}
.continue_sign {
    text-overflow: ellipsis;
    width: 30px;
}
.privacy_policy {
    width: 100%;
    float: left;
    margin: 0;
    padding: 80px 0 0;
}
.privacy_innerContent {
}
.privacy_innerContent strong {
    display: block;
    color: #ee1b25;
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 10px;
}
.privacy_innerContent p {
    margin: 0px 0 30px;
    line-height: 26px;
    font-size: 15px;
}
.privacy_innerContent ul {
    margin: 0 0 30px;
    padding: 0px;
}
.privacy_innerContent ul li {
    list-style-type: none;
    font-size: 15px;
    margin-bottom: 11px;
}
.privacy_innerContent ul li i {
    color: #ee1b25;
    margin-right: 7px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.exclusive_packagesSec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 80px 0;
}
.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 5px;
    /*	max-height: 360px;*/
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 700;
    letter-spacing: 2px;
}
.grid figure h2 span {
    font-weight: 800;
}
.grid figure h2, .grid figure p {
    margin: 0;
}
.grid figure p {
    letter-spacing: 2px;
    font-size: 77.5%;
}
/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
    background: #ee1b25;
}
figure.effect-layla img {
/*	height: 390px;*/
}
figure.effect-layla figcaption {
    padding: 1em;
}
figure.effect-layla figcaption::before, figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}
figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
figure.effect-layla h2 {
    padding-top: 15%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
figure.effect-layla p {
    padding: 0.5em 4em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
figure.effect-layla img, figure.effect-layla h2 {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
figure.effect-layla img, figure.effect-layla figcaption::before, figure.effect-layla figcaption::after, figure.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-layla:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.effect-layla:hover figcaption::before, figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-layla:hover h2, figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.effect-layla:hover figcaption::after, figure.effect-layla:hover h2, figure.effect-layla:hover p, figure.effect-layla:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.content {
    margin: 0 auto;
    max-width: 1000px;
}
.content > h2 {
    clear: both;
    margin: 0;
    padding: 4em 1% 0;
    color: #484B54;
    font-weight: 800;
    font-size: 1.5em;
}
.content > h2:first-child {
    padding-top: 0em;
}
/* Header */
.codrops-header {
    margin: 0 auto;
    padding: 4em 1em;
    text-align: center;
}
.codrops-header h1 {
    margin: 0;
    font-weight: 800;
    font-size: 4em;
    line-height: 1.3;
}
.codrops-header h1 span {
    display: block;
    padding: 0 0 0.6em 0.1em;
    color: #74777b;
    font-weight: 300;
    font-size: 45%;
}
/* Demo links */
.codrops-demos {
    clear: both;
    padding: 1em 0 0;
    text-align: center;
}
.content + .codrops-demos {
    padding-top: 5em;
}
.codrops-demos a {
    display: inline-block;
    margin: 0 5px;
    padding: 1em 1.5em;
    text-transform: uppercase;
    font-weight: bold;
}
.codrops-demos a:hover, .codrops-demos a:focus, .codrops-demos a.current-demo {
    background: #3c414a;
    color: #fff;
}
/* To Navigation Style */
.codrops-top {
    width: 100%;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.69em;
    line-height: 2.2;
}
.codrops-top a {
    display: inline-block;
    padding: 1em 2em;
    text-decoration: none;
    letter-spacing: 1px;
}
.codrops-top span.right {
    float: right;
}
.codrops-top span.right a {
    display: block;
    float: left;
}
.codrops-icon:before {
    margin: 0 4px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'codropsicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}
.codrops-icon-drop:before {
    content: "\e001";
}
.codrops-icon-prev:before {
    content: "\e004";
}
/* Related demos */
.related {
    clear: both;
    padding: 6em 1em;
    font-size: 120%;
}
.related > a {
    display: inline-block;
    margin: 20px 10px;
    padding: 25px;
    border: 1px solid #4f7f90;
    text-align: center;
}
.related a:hover {
    border-color: #39545e;
}
.related a img {
    max-width: 100%;
    opacity: 0.8;
}
.related a:hover img, .related a:active img {
    opacity: 1;
}
.related a h3 {
    margin: 0;
    padding: 0.5em 0 0.3em;
    max-width: 300px;
    text-align: left;
}
/* Demo ad design */
body #cdawrap {
    background: none;
    top: 50px;
    border: none;
}
body #cdawrap a {
    color: #fff !important;
}
body #cda-remove {
    color: #fff;
}

@media screen and (max-width: 25em) {
.codrops-header {
    font-size: 75%;
}
.codrops-icon span {
    display: none;
}
}
#expandable_area {
    color: #9d9d9d;
    display: block;
}
.align_anchor {
    display: inline-block;
    color: #fff;
    margin-left: 10px;
}
.align_anchor:hover, .align_anchor:focus {
    color: #ee1b25;
    cursor: pointer;
}
.newsletter {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #244b76;
    margin: 10px auto auto;
}
.subscription {
    padding: 3px 6px 3px 10px;
    float: left;
    border-radius: 20px;
    border: none;
    margin: 2px;
    outline: none;
    width: 58%;
}
.sign {
    float: right;
    background: #ee1b25;
    border: none;
    padding: 3px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    margin: 2px;
    outline: none;
}
.sign:hover {
    background: #202020;
}
.subscribe_usfor {
    margin: 25px 0 5px;
    border-top: 1px solid #444;
    padding: 10px 0 0;
}
.subscribe_para {
    color: #9d9d9d;
    margin: 0;
    font-size: 13px;
}
.vacation_typesSec ul li a {
    color: #fff;
    text-decoration: none;
}
.vacation_typesSec ul li a:hover {
    color: #ee1b25;
}
.vacation_typesSec ul li {
    position: relative;
    padding: 0px 22px 0 0;
}
.vacation_typesSec ul li:after {
    width: 1px;
    height: 15px;
    content: '';
    position: absolute;
    right: 9px;
    top: 3px;
    background: #9d9d9d;
}
.vacation_typesSec ul li:last-child:after {
    background: transparent;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.carousel-control {
    width: 8%;
    width: 0px;
}
.carousel-control.left, .carousel-control.right {
    margin-right: 10px;
    margin-left: 0px;
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: #ee1b25;
    font-size: 20px !important;
}
.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
}
.active > div {
    display: none;
}
.active > div:first-child {
    display: block;
}

/*xs*/
@media (max-width: 767px) {
.carousel-inner .active.left {
    left: -50%;
}
.carousel-inner .active.right {
    left: 50%;
}
.carousel-inner .next {
    left: 50%;
}
.carousel-inner .prev {
    left: -50%;
}
.carousel-col {
    width: 50%;
}
.active > div:first-child + div {
    display: block;
}
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
.carousel-inner .active.left {
    left: -50%;
}
.carousel-inner .active.right {
    left: 50%;
}
.carousel-inner .next {
    left: 50%;
}
.carousel-inner .prev {
    left: -50%;
}
.carousel-col {
    width: 50%;
}
.active > div:first-child + div {
    display: block;
}
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
.carousel-inner .active.left {
    left: -33%;
}
.carousel-inner .active.right {
    left: 33%;
}
.carousel-inner .next {
    left: 33%;
}
.carousel-inner .prev {
    left: -33%;
}
.carousel-col {
    width: 33%;
}
.active > div:first-child + div {
    display: block;
}
.active > div:first-child + div + div {
    display: block;
}
}

/*lg*/
@media (min-width: 1200px) {
.carousel-inner .active.left {
    left: -25%;
}
.carousel-inner .active.right {
    left: 25%;
}
.carousel-inner .next {
    left: 25%;
}
.carousel-inner .prev {
    left: -25%;
}
.carousel-col {
    width: 33%;
}
.active > div:first-child + div {
    display: block;
}
.active > div:first-child + div + div {
    display: block;
}
.active > div:first-child + div + div + div {
    display: none;
}
}
.hot_dealsInner {
    border: 1px solid #ccc;
    margin-top: 40px;
}
.hot_dealsInner img {
}
.hot_dealsInner strong {
    display: block;
    font-size: 18px;
    color: #202020;
    margin: 10px 0 10px 10px;
}
.hot_dealsInner b {
    display: block;
    font-size: 13px;
    color: #202020;
    margin: 0px 10px 10px 10px;
}
.hot_dealsInner p {
    margin: 0px 10px 15px;
}
.hot_dealsInner p a {
    color: #ee1b20;
    display: block;
    margin-top: 15px;
    text-decoration: none;
}
.hot_dealsInner p a:hover {
    color: #202020;
}
.search_field {
    width: 100%;
    float: left;
    margin: 300px 0 0;
    padding: 0;
    background: url("../images/form_bg.png") repeat scroll 0 0;
}
.search_field ul.nav {
    border-bottom: 4px solid #ee1b25;
}
.search_field ul.nav li {
}
.search_field ul.nav li a {
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    margin-right: 6px;
    padding: 12px 30px;
    font-size: 14px;
    border-radius: 0px;
}
.search_field ul.nav li a:hover {
    background: #ee1b25;
    border: 1px solid #ee1b25;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #ee1b25;
    color: #fff;
    border: 1px solid #ee1b25;
}
.search_field form {
    margin: 15px 0px 15px 15px;
}
.search_field form label {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
.search_field form input {
    height: 42px;
    border-radius: 0px;
    border: 1px solid #fff;
}
.search_field form select {
    height: 42px;
    border-radius: 0px;
    border: 1px solid #fff;
}
.personal_info {
    display: block;
    margin: 15px 15px 0 0;
}
.personal_info input {
    height: 42px;
    border-radius: 0px;
    border: 1px solid #fff;
    margin-bottom: 10px;
}
.personal_info input.submit_btn {
    background: #ee1b25;
    border: 1px solid #ee1b25;
    margin-top: 12px;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}
.personal_info input.submit_btn:hover {
    background: #ff0814;
    border: 1px solid #ff0814;
}
.home_search {
    margin-top: 400px;
}
.search_field ul.nav li a i {
    margin-right: 7px;
    font-size: 20px;
}
.search_field ul.nav li a img {
    margin-right: 7px;
    width: 20px;
}
.mt-80 {
    margin-top: 80px;
}
.your_journeySec {
       width: 100%;
    float: left;
    margin: 0;
    background: #f3f6f9;
    padding: 80px 0;
}
.your_journeySecInnerAll {
}
.your_journeySecInnerAll img {
    margin: 30px auto 0;
}
.your_journeySecInnerAll h3 {
    margin: 25px 0 20px;
    line-height: 28px;
}
.your_journeySecInnerAll h3 span {
    background: #ee1b25;
    color: #fff;
    width: 40px;
    height: 40px;
    float: left;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
    margin-right: 12px;
	line-height: 22px;
}
.your_journeySecInnerAll p {
    margin: 0;
    line-height: 22px;
}
.why_chooseStartours{ width: 100%; float: left; margin: 50px 0 0; padding: 80px 0; background: #f3f6f9;}
.tourAllSec_whychoosestars{width: 100%;
    float: left;
    text-align: center;
    margin: 50px auto 0;}
.tourAllSec_whychoosestars img{ width: 200px;}
.tourAllSec_whychoosestars p{font-size: 16px;
    color: #333333;
    margin: 25px 0 0;}
.control_leftright{ top: 150px;}














