body
{
    font-family: 'Montserrat', sans-serif;
    padding-top: 141px;
}
.btn-tl
{
    border-radius: 0;
    font-weight: 600;
    background: #cf0010;
}
.tlbar
{
    background:#FFF;
    margin: 0;
    border:0;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.navbar-top
{
    padding: 2% 0 0;
}
.social-links
{
    list-style: none;
    padding:0;
    display: block;
    margin: 0 0 0 auto;
}
.social-links li
{
    float: right;
}
.social-links li a,
.social-links li a:hover,
.social-links li a:focus
{
    text-decoration: none;
    padding: 10px 5px;
}
.social-links li a img
{
    width: 23px;
}
.social-links::after
{
    content: ' ';
    display: block;
    clear: both;
}
.tlbar .navbar-brand
{
    margin-top: -25%;
}
.tlbar .navbar-nav>li>a
{
    padding: 30px 20px;
}
.tlbar .navbar-nav>li>a:hover
{
    color: #cf0010;
}
.tlbar .navbar-nav>.active>a,
.tlbar .navbar-nav>.active>a:focus,
.tlbar .navbar-nav>.active>a:hover
{
    background: transparent;
    font-weight: 700;
    color: #cf0010;
}
.offset .navbar-brand
{
    margin-top:0;
    padding-top: 0;
}
.logo-holder
{
    position: relative;
}
.logo-holder::after
{
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35%;
    box-shadow: 0px 5px 20px 0 rgba(0,0,0,0.5);
    z-index: 0;
}
.tlbar .navbar-brand img
{
    position: relative;
    transform-origin: 0 0;
    z-index: 1;
}
.offset .navbar-brand img
{
    transform: scale(0.475);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.offset .logo-holder::after
{
    opacity: 0;
}
.banner .thumb-next,
.banner .thumb-prev {
    position: absolute;
    top: 50%;
    width: 3.5%;
    padding-top:3.5%;
    
}
.banner .thumb-next::after,
.banner .thumb-prev::after
{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, .7);
    border-radius: 50%;
    z-index: 0;
}
.banner .thumb-next img,
.banner .thumb-prev img
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 35%;
    z-index: 1;
}
.banner .thumb-next img
{
    transform: translate(-50%,-50%) scaleX(-1);
}
.banner .thumb-next
{
    left: 9.8%;
    transform: translate(-50%, -100%);
}
.banner .thumb-prev {
    right: 8.2%;
    transform: translate(0, -100%);
}
.banner .deals
{
    position: relative;
}
.deals .overlay
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.75);
    padding: 2% 8%;
}
.deals .overlay h2
{
    margin-top: 0;
    color: #FFF;
    font-weight: 900;
    font-size: 45px;
}
.deals .overlay h2 span
{
    display: block;
    font-weight: 400;
    font-size: 30px;
}
.deals .overlay p
{
    color: #FFF;
    font-size: 10px;
}
.deals .overlay p span
{
    display: block;
}
.deals .overlay p span big
{
    font-size: 30px;
    font-weight: 900;
}
.deals .overlay p span big i
{
    font-style: normal;
    font-weight: 400;
}
.deals .overlay p span cite
{
    padding-left: 10px;
}
.enquire-btn
{
    color: #FFF;
    background: #cf0010;
    font-weight: 700;
    padding: 10px 20px;
    float: right;
}
.enquire-btn:hover,.enquire-btn:focus
{
    text-decoration: none;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    color: #FFF;
}
.popular
{
    padding: 3% 0;
}
.section-title
{
    font-size: 40px;
    line-height: 50px;
    font-weight: 200;
    text-align: center;
}
.section-title span
{
    font-size: 14px;
    display: block;
    line-height: 30px;
}
.popular-item
{
    margin: 30px 0;
    position: relative;
}
.popular-item a
{
    display: block;
    position: relative;
}
.popular-item .overlay
{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.90) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.90) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.90) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.popular-item .overlay p
{
    font-size: 8px;
    color: #FFF;
}
.popular-item .overlay p span
{
    display: block;
    font-size: 13px;
}
.popular-item .overlay p span big
{
    font-weight: 900;
}
.popular-item .overlay p span big i
{
    font-style: normal;
    font-weight: 400;
}
.overlay-content
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
}
.overlay-content h6
{
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    width: 85%;
}
.overlay-content .view-btn
{
    width: 15%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 15%;
    background: #cf0010;
}
.overlay-content .view-btn img
{
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.popular-item:hover .view-btn img
{
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: initial;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(-50%, -50%) rotate3d(0, 0, 0, 0);
    transform: translate(-50%, -50%) rotate3d(0, 0, 0, 0);
}

to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(-50%, -50%) rotate3d(0, 0, 1, 360deg);
    transform: translate(-50%, -50%) rotate3d(0, 0, 1, 360deg);
}
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(-50%, -50%) rotate3d(0, 0, 0, 0);
    transform: translate(-50%, -50%) rotate3d(0, 0, 0, 0);
}

to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(-50%, -50%) rotate3d(0, 0, 1, 360deg);
    transform: translate(-50%, -50%) rotate3d(0, 0, 1, 360deg);
}
}
.special
{
    padding: 3% 0;
    background: #f8f8f8;
}
.special .special-list
{
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
.special .special-list li
{
    float: left;
    width: calc(100%/3);
    margin-right: 2%;
}
.special .special-list li:nth-child(2)
{
    width: 29.33333%;
}
.special .special-list li:last-child
{
    margin-right: 0;
}
.special-item
{
    margin-bottom: 15px;
    position: relative;
}
.main-img
{
    width: 100%;
}
.special-item .content
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
}
.special-item .content  h5
{
    color: #FFF;
    font-size: 20px;
    font-weight: 200;
    margin: 0;
    padding:15px 0 15px 15px;
}
.special-item .content .view-btn
{
    width: 15%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    background: #cf0010;
}
.special-item .content .view-btn img
{
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.special-item:hover .view-btn img
{
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: initial;
}
.who-we-are
{
    padding: 3% 0 0;
    text-align: center;
}
.about-text
{
    color: #898989;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    margin: 3% 0;
}
.abt-img
{
    max-width: 100%;
    margin: 0 auto;
}
.who-we-are .view-btn
{
    width: 48px;
    height: 48px;
    position: relative;
    background: #cf0010;
    display: inline-block;
    margin-top: 40px;
}
.who-we-are .view-btn img
{
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.who-we-are .view-btn:hover img
{
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: initial;
}
.testimonials
{
    padding: 3% 0;
}
.client-carousel
{
    margin: 3% 0;
}
.testimonial-box
{
    position: relative;
    padding: 60px 30px;
    border: 1px solid #cacaca;
    margin: 60px 0;
    min-height: 175px;
}
.testimonial-box p
{
    color: #898989;
    font-size: 13px;
    line-height: 23px;
}
.testimonial-box h6
{
    font-style: italic;
}
.quote-icon
{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 10%!important;
    border: 1px solid #cf0010;
    padding: 10px;
    background: #f8f8f8;
    outline: 5px solid #f8f8f8;
}
.client-image
{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%!important;
    transform: translate(-30%,20%);
}
.international
{
    padding: 3% 0;
    background: #f8f8f8;
}
.international-list
{
    margin: 3% 0;
}
.international-box
{
    margin-bottom: 30px;
    position: relative;
}
.international-box .content
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
}
.international-box .content  h5
{
    color: #FFF;
    font-size: 18px;
    font-weight: 200;
    margin: 0;
    padding:10px 0 10px 10px;
}
.international-box .content .view-btn
{
    width: 10%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    background: #cf0010;
}
.international-box .content .view-btn img
{
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.international-box:hover .view-btn img
{
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: initial;
}
.top-content
{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.52);
    padding: 10px;
}
.top-content p
{
    font-size: 8px;
    color: #FFF;
    margin: 0;
}
.top-content p span
{
    display: block;
    font-size: 13px;
}
.top-content p span big
{
    font-weight: 900;
}
.top-content p span big i
{
    font-style: normal;
    font-weight: 400;
}
.top-content p .dur
{
    font-size: 10px;
    margin-top: 3px ;
}
.hotels
{
    padding: 3% 0;
    background: #f8f8f8;
}
.hotel-box
{
    margin: 40px 0;
    position: relative;
}
.hotel-box .content
{
    background: rgba(0,0,0,0.7);
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.hotel-box .overlay
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    text-align: center;
}
.hotel-box:hover .overlay
{
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.hotel-box .overlay>div
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    line-height: 40px;
}
.hotel-box .overlay .plus-icon
{
    width: 40%!important;
    margin: 0 auto;
}
.hotel-box .content h6
{
    color: #FFF;
    font-size: 14px;
    margin: 0;
    font-weight: 200;
}
.quick
{
    padding: 4% 0 0;
    position: relative;
}
.enquiry-box
{
    background: #cf0010;
    padding: 10px;
}
.enquiry-box
{
    background: url('../img/form-bg.png') center bottom no-repeat;
}
.enquiry-box form
{
    padding: 50px 80px;
}
.enquiry-box form legend
{
    color: #FFF;
    font-weight: 800;
    font-size: 65px;
    border-bottom: 0;
    line-height: 65px;
    vertical-align: middle;
}
.enquiry-box form legend span
{
    display: inline-block;
    background: #FFF;
    color: #cf0010;
}
.enquiry-box form .form-control
{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
    color: #FFF;
    box-shadow: none;
    outline: none;
    padding-left: 0;
    font-weight: 300;
    font-size: 14px;
}
.enquiry-box form .form-control::-webkit-input-placeholder { color: #FFF;}
.enquiry-box form .form-control:-moz-placeholder { color: #FFF;opacity: 1;}
.enquiry-box form .form-control::-moz-placeholder { color: #FFF;opacity: 1;}
.enquiry-box form .form-control:-ms-input-placeholder { color: #FFF;}
.enquiry-box form .btn-default
{
    background: transparent;
    border-radius: 0;
    color: #FFF;
    border-width:2px;
    font-weight: 600;
    margin-top: 25px;
}
.quick-image
{
    width: 33.2%;
    position: absolute;
    bottom: 0;
    transform: translateX(-10%);
}
footer
{
    background: #F8F8F8;
    padding:3% 0 0;
    color: #898989;
}
.footer-menu
{
    list-style: none;
    padding: 0;
}
.footer-menu li
{
    display: inline-block;
    padding: 10px 5px;
    position: relative;
    margin-right: 1px;
}
.footer-menu li a
{
    color:#898989;
    padding: 5px 10px;
    font-size: 14px;
}
.footer-menu li a:hover
{
    text-decoration: none;
}
.footer-menu li:not(:last-child)::after
{
    position: absolute;
    top: 50%;
    left:100%;
    transform: translateY(-50%);
    content:' ';
    width: 1px;
    height: 30%;
    background: #898989;
}
.footer-menu li:first-child,.footer-menu li:first-child a
{
    padding-left: 0;
}
footer p
{
    font-size: 13px;
    line-height: 25px;
}
.address 
{
    list-style: none;
    padding: 0;
    vertical-align: bottom;
    margin-top: 20px;
}
.address li
{
    float: left;
    font-size: 13px;
    line-height: 25px;
}
.address::after
{
    content:' ';
    display: block;
    clear: both;
}
.address img
{
    width: 18px;
    vertical-align: top;
}
.in-img
{
    margin-left: 10px;
}
.copy
{
    margin-top: 3%;
    padding: 15px 0;
    background: #111111;
}
.copy p
{
    color: #898989;
    margin: 0;
    font-size: 13px;
    display: inline-block;
}
.copy p a
{
    color:#84000a;
}
.powered,.powered:hover
{
    float: right;
    display: inline-block;
    color: #5a5a5a;
    text-decoration: none;
}
.inner-page .banner
{
    padding: 2% 0;
    background: url('../img/banner-bg.jpg') center center no-repeat;
    overflow: hidden;
    background-size: cover;
}
.about-content
{
    color: #f9ebeb;
    padding: 15px 0 20px;
}
.about-content p
{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 4px 0;
}
.about-content h3
{
    font-size: 28px;
    font-weight: 700;
    margin:0;
    padding: 10px 0;
}
.about-content h4
{
    font-size: 19px;
    font-weight: 600;
    margin:0;
    padding: 19px 0 12px;
}
.founder-content
{
    border: 1px solid #fff;
    padding: 45px 35px 35px;
    color: #ffffff;
    position: relative;
}
.founder-content p
{
    margin: 0;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    text-align: justify;
}

.founder-content h6
{
    font-size: 17px;
    font-weight: 700;
    padding: 10px 0 30px;
    margin: 0;
}
.founder-quote
{
    position: absolute;
    right: 5%;
    bottom: 0;
}
.aboutus .banner 
{
    padding: 11% 0 6%;
}
.aboutus .banner h1
{
    color: #fffeff;
    font-size: 150px;
    font-weight: 900;
    font-style: italic;
}
.about-title
{
    position: relative;
}
.aboutus .banner .about-img
{
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-20%,5%);
    width: 31%;
}
.contactus .banner
{
  padding-bottom: 0;
}
.inner-page .enquiry-box
{
    background: transparent;
}
.contact-img
{
    padding-top: 50px;
    width: 100%;
}
.social,
.address-contents,
.phn-no
{
    padding: 40px 0 0;
    color: #ffffff;
    font-size: 14px;
}
.social p,
.address-contents p,
.phn-no p
{
    line-height: 25px;
}
.social ul
{
   list-style: none;
   padding: 0;
}
.social ul li
{
    display: inline-block;
    padding: 0 10px;
}
.inner-banner
{
    position: relative;
}
.banner-img
{
    width: 100%;
}
.banner-content
{
    position:  absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.page-title
{
    color: #FFF;
    font-size: 60px;
    font-weight: 900;
    margin: 0;
}
.inner-content
{
    padding: 5% 0;
}
.inner-content p
{
    font-size: 14px;
    line-height:30px;
    color: #898989;
}
.corporate-content .corporate-list
{
 list-style: none;
 padding: 40px 0 0;
 margin: 0;
}
.corporate-content .corporate-list li h5
{
    font-size: 25px;
    font-weight: 800;
    color: #898989;
    margin: 0;
}
.corporate-content .corporate-list li h5 span
{
    color: #cf0010;
}
.corporate-content .corporate-list li
{
    position: relative;
    padding-left: 8%;
    padding-bottom: 25px;
}
.corporate-content .corporate-list li img
{
    position: absolute;
    top: 0;
    left: 0;
}
.corporate-content h3
{
    color: #898989;
    font-size: 32px;
    font-weight: 400;
    margin: 0;
    padding: 20px 0;
}
.corporate-content .pkg-list
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.corporate-content .pkg-list li
{
    font-size: 14px;
    line-height: 30px;
    color: #898989;
    position: relative;
    padding-left: 30px;
}
.corporate-content .pkg-list li::before
{
    content: ' ';
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 1.4%;
    border-top: 1px solid #cf0010;
}
.corporate-content .exp-list
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.corporate-content .exp-list li
{
    font-size: 14px;
    line-height: 30px;
    color: #898989;
    position: relative;
    padding-left: 30px;
}
.corporate-content .exp-list li::before
{
    content: ' ';
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 1.4%;
    border-top: 1px solid #cf0010;
}
.package-box
{
    margin-top: 40px;
}
.package-box .img-thumb
{
    position: relative;
}
.package-box .img-thumb .overlay
{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.overlay-links
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%,-50%);
    text-align: center;
    list-style: none;
    padding: 0;
}
.overlay-links li
{
    float: left;
    width: calc(100%/2);
    position: relative;
}
.overlay-links li:first-child::after
{
    content: ' ';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 75%;
    background: #FFF;
}
.overlay-links a
{
    padding: 5px 10px;
    color: #FFF;
    float: left;
    text-decoration: none;
    font-size: 11px;
}
.overlay-links a span
{
    display: block;
    white-space: nowrap;
}
.overlay-links a img
{
    width: 40%;
    margin: 5px auto;
}
.package-box:hover .overlay
{
    opacity: 1;
}
.img-thumb .price-box
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.90) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.90) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.90) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.package-box .price-box p
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    font-size: 8px;
    line-height: 16px;
    color: #FFF;
}
.package-box .price-box p span
{
    display: block;
    font-size: 13px;
}
.package-box .price-box p span big
{
    font-weight: 900;
}
.package-box .price-box p span big i
{
    font-style: normal;
    font-weight: 400;
}
.package-box .details h5
{
    background: #a80001;
    margin: 0;
    padding: 10px;
    color: #FFF;
    font-size: 13px; 
    min-height: 50px;
}
.details .icons
{
    background: #cf0010;
    padding: 8px 10px;
    position: relative;
}
.details .inc
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 65%;
    display: inline-block;
}
.details .inc::after
{
    content:' ';
    display: block;
    clear: both;
}
.details .inc li
{
    float: left;
    padding: 3px 5px;
    position: relative;
    width: calc(100%/6);
}
.details .inc li img
{
    width: 100%;
}
.details .dur
{
    position: absolute;
    right: 0;
    top: 0;
    height:100%;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 20%;
    margin-right: 5%;
    display: inline-block;
}
.details .dur::before
{
    content: ' ';
    position: absolute;
    top: 50%;
    left: -13px;
    width: 1px;
    height: 50%;
    background: #FFF;
    transform: translateY(-50%);
}
.details .dur li
{
    float: left;
    padding: 3px 0px 3px 0;
    position: relative;
    width: calc(100%/2);
    color: #FFF;
    height: 100%;
    line-height: 40px;
}
.tour-details
{
    padding: 8% 0;
}
.tour-details h1
{
    font-size: 35px;
    color: #898989;
    font-weight: 900;
}
.tour-details .desc
{
    text-align: justify;
    font-size: 14px;
    line-height: 30px;
    color: #898989;
}
.summary
{
    margin-top: 40px;
}
.summary .summary-box
{
    padding: 8%;
    background: #cf0010;
}
.summary-box>ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.summary-box>ul>li
{
    padding: 10px 0;
}
.summary-box>ul>.line
{
    border-bottom: 1px solid #FFF;
}
.summary-box>ul>li:last-child
{
    padding: 0;
}
.summary-box>ul>li h3
{
    color: #FFF;
    margin-top: 0;
}
.summary-box .inc
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 65%;
    display: inline-block;
    margin-left: -10px;
}
.summary-box .inc::after
{
    content:' ';
    display: block;
    clear: both;
}
.summary-box .inc li
{
    float: left;
    padding: 3px 11px;
    position: relative;
    width: calc(100%/6);
}
.summary-box .inc li img
{
    width: 100%;
}
.tour-code
{
    color: #FFF;
    margin: 0;
}
.tour-code .code
{
    display: block;
    font-weight: 600;
    font-size: 20px;
}
.tour-code .dur
{
    float: right;
}
.location
{
    color: #FFF;
    margin: 0;
}
.summary-box .price
{
    font-size: 13px;
    line-height: 28px;
    color: #FFF;
}
.summary-box .price span
{
    font-size: 13px;
    display: block;
}
.summary-box .price span big
{
    font-weight: 900;
    font-size: 30px;
}
.summary-box .price span big i
{
    font-style: normal;
    font-weight: 400;
}
.btn-custom
{
    color: #333;
    background: transparent;
    border: 1px solid #333;
    border-radius: 0;
    margin-right: 10px;
    font-weight: 600;
    text-transform:uppercase;
}
.btn-custom:hover,.btn-custom:focus
{
    color: #FFF;
    background: #333;
    border: 1px solid #333;
}
.btn-quote
{
    color: #FFF;
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 0;
    font-weight: 600;
    text-transform:uppercase;
}
.btn-quote:hover,.btn-quote:focus
{
    color: #333;
    background: #FFF;
    border: 1px solid #FFF;
}
.description
{
    padding: 3% 0;
}
.description .nav-tabs.nav-justified>li>a
{
    border-radius: 0;
    border-color: #FFF;
    background: #f3f3f3;
    color: #898989;
    border-bottom: 1px solid #cf0010;
}
.description .nav-tabs.nav-justified>.active>a, 
.description .nav-tabs.nav-justified>.active>a:focus,
.description .nav-tabs.nav-justified>.active>a:hover
{
    color: #FFF;
    background: #cf0010;
    border-bottom: 1px solid #cf0010;
}
.description .tab-content
{
    padding: 3% 0;
}
.timeline
{
    position: relative;
    padding: 0;
    margin-top: 20px;
    list-style: none;
}
.timeline:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    width: 1px;
    margin-left: -0.5px;
    content: ' ';
    background-color: #cf0010;
}
.timeline > li
{
    position: relative;
    margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after
{
    display: table;
    content: ' ';
}
.timeline > li:after
{
    clear: both;
}
.timeline > li:before,
.timeline > li:after
{
    display: table;
    content: ' ';
}
.timeline > li:after
{
    clear: both;
}
.timeline > li > .timeline-panel
{
    position: relative;
    float: left;
    width: 92%;
    padding: 15px 20px;
    background: #f3f3f3;
    border: 0;
    border-radius: 0;
}
.timeline > li > .timeline-panel .timeline-title
{
    color: #898989;
    font-size: 20px;
    line-height: 20px;
}
.timeline > li > .timeline-panel a:hover,.timeline > li > .timeline-panel a:focus
{
    text-decoration: none;
}
.timeline > li > .timeline-panel:after
{
    position: absolute;
    top: 11px;
    right: -14px;
    display: inline-block;
    content: ' ';
    border-top: 14px solid transparent;
    border-right: 0 solid #f3f3f3;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #f3f3f3;
}
.timeline > li > .timeline-badge
{
    font-size: 1.4em;
    line-height: 50px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 25px;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    text-align: center;
    color: #fff;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background-color: #999;
}
.timeline > li.timeline-inverted > .timeline-panel
{
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:after
{
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline-badge.info
{
    background-color: #cf0010 !important;
}
.timeline-title
{
    margin: 0;
    color: inherit;
}
.timeline-body
{
    padding-top: 10px;
}
.timeline-body > p,
.timeline-body > ul
{
    margin-bottom: 0;
}
.timeline-body > p + p
{
    margin-top: 5px;
}
.timeline-body
{
    font-size: 13.5px;
    line-height: 22px;
}
.sidebar h4
{
    margin: 0;
    padding: 0;
    color: #FFF;
    font-size:14px;
    font-weight: 500;
    background: #252525;
    position: relative;
}
.sidebar h4 span
{
    display: inline-block;
    width: 85%;
    background: #cf0010;
    padding: 13px 15px;
}
.sidebar h4 img
{
    width: 12%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-10%,-50%);
}
.main-imgs
{
    max-height:384.28px;
    overflow:hidden
}
.summary .thumb-next,
.summary .thumb-prev {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    transform: translate(-100%, 0);
    color: #FFF;
    background:#cf0010;
}
.summary .thumb-prev {
    transform: translate(0%, 0);
}
.tlform .form-control
{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #252525;
    border-radius: 0;
    color: #252525;
    box-shadow: none;
    outline: none;
    padding-left: 0;
    font-weight: 300;
    font-size: 14px;
}
.tlform .form-control::-webkit-input-placeholder { color: #252525;}
.tlform .form-control:-moz-placeholder { color: #252525;opacity: 1;}
.tlform .form-control::-moz-placeholder { color: #252525;opacity: 1;}
.tlform .form-control:-ms-input-placeholder { color: #252525;}
.tlform .btn-default
{
    background: transparent;
    border-radius: 0;
    color: #252525;
    border-width:2px;
    border-color: #252525;
    font-weight: 600;
    margin-top: 25px;
}
.tlform .btn-default:hover
{
    color: #cf0010;
    border-color: #cf0010;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active
{
    background: #cf0010;
    border: #cf0010;
}
.cruise-quote
{
    padding: 38px 30px 30px;
}
.cruise-quote .quote-icon
{
    width: 5%!important;
    background: #FFF;
    outline: 5px solid #FFF ;
}
.cruise-quote p
{
    margin: 0;
    font-style: italic;
    text-align: center;
    color: #898989;
    line-height: 23px;
}
.descp
{
    line-height: 25px!important;
}
.cruise-subhead
{
    font-weight: 700;
    font-size: 14px;
    margin-top:0;
    color: #898989;
}
.sep
{
    margin: 30px 0;
}
.cruise-feat h3,.cruise-listing h2
{
   color: #898989;
   font-weight: 800;
}
.cruise-item
{
    margin: 15px 0;
}
.cruise-item .img-box
{
    position: relative;
}
.cruise-item .img-box::after
{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 16%, rgba(0,0,0,0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 16%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 16%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
    z-index: 1;
}
.cruise-item .img-box h4
{
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 15px;
    color: #FFF;
    z-index: 2;
    font-size: 28px;
    font-weight: 300;
}
.cruise-item p
{
    line-height: 25px!important;
    margin: 20px 0 40px 0;
}
.bar-lounge img
{
    float: left;
    width: 50px;
    height: 50px;
    padding: 8px;
    border: 1.5px solid #cf0010;
    margin-right: 15px;
}
.bar-lounge .context
{
    float: left;
}
.bar-lounge .context h4
{
    margin: 0;
    font-weight: 300;
    font-size: 25px;
    line-height: 25px;
}
.bar-lounge .context p
{
    margin: 0;
}
.static-pkg
{
    background: #f8f8f8;
    padding:50px;
    margin: 30px 0;
}
.static-pkg h2
{
    font-size: 28px;
    color: #898989;
    font-weight: 800;
    margin-top: 0;
    line-height: 38px;
}
.static-pkg p
{
    line-height: 25px!important;
}
.cruise-listing ul
{
    list-style: none;
    margin: 30px 0;
}
.cruise-listing ul li
{
    margin-bottom: 25px;
}
.cruise-listing ul li::before
{
    float: left;
    content: url('../img/pointer.png');
    margin-left: -40px;
}
.cruise-listing ul li h6
{
    color: #898989;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 22px;
}
.cruise-listing ul li p
{
    line-height: 25px;
}
.wm
{
    padding: 3% 0;
}
.wm img
{
    float: left;
    margin-right: 2%;
    max-width: 100%;
}
.wm img:last-child
{
    margin-right: 0;
}
@media(min-width: 992px) and (max-width:1200px)
{
    .tlbar .navbar-nav>li>a {
        padding: 30px 15px;
    }
}
@media(min-width: 768px) and (max-width:992px)
{
    .navbar-brand
    {
        padding-top: 5px;
    }
    .tlbar .navbar-nav>li>a {
        padding: 30px 7px;
        font-size: 12px;
    }
    .inner-page .banner
    {
        padding:13% 0 6%;
    }
    .inner-page .banner  h1 {
        font-size: 80px;
    }
    .about-content h3
    {
        font-size: 25px;
    }
    .founder-content
    {
        margin-top: 20px;
        padding: 34px 35px 33px;
    }
    .founder-content p,
    .founder-content h6
    {
        font-size: 15px;
    }
    .enquiry-box form
    {
        padding: 50px 0;
    }
    .corporate-content .corporate-list li 
    {
        padding-left: 14%;
    }
}
@media(max-width:768px)
{
    body
    {
        padding-top: 50px;
    }
    .navbar-top
    {
        display: none;
    }
    .tlbar .navbar-brand
    {
        padding-top: 0;
        margin-top: 0;
        overflow: hidden;
    }
    .tlbar .navbar-brand img
    {
        margin-top: -33px;
        height: 120px;
    }
    .tlbar .navbar-nav>li>a
    {
        padding: 10px 20px;
    }
    .banner .deals
    {
        overflow: hidden;
    }
    .owl-carousel .owl-item .deals>img {
        width: 200%!important;
        position: relative;
        left: -100%;
        transform: translateX(25%);
    }
    .deals .overlay h2 
    {
        font-weight: 700;
        font-size: 13px;
        margin-bottom: 6px;
    }
    .deals .overlay h2 span 
    {
        font-weight: 400;
        font-size: 10px;
        display: none;
    }
    .deals .overlay p {
        color: #FFF;
        font-size: 7px;
        margin-bottom: 0;
    }
    .deals .overlay p span big
    {
        font-size: 14px;
        font-weight: 700;
    }
    .enquiry-box form
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .enquire-btn
    {
        font-weight: 600;
        font-size: 10px;
        padding: 5px 15px;
    }
    .banner .thumb-next {
        left: 9.8%;
        transform: translate(-50%, -133%);
    }
    .banner .thumb-prev {
        right: 6.8%;
        transform: translate(0, -137%);
    }
    .banner .thumb-next, .banner .thumb-prev {
        width: 6.5%;
        padding-top: 6.5%;
    }
    .special .special-list li
    {
        width: 100%!important;
        margin-right: 0!important;
    }
    .address li
    {
        float: none;
        text-align: center;
    }
    .in-img
    {
        margin-left: 0;
    }
    .footer-menu li:first-child, .footer-menu li:first-child a
    {
        padding-left: 5px;
    }
    .footer-menu li:nth-child(odd)
    {
        text-align: right;
    }
    .footer-menu li:nth-child(even)::after
    {
        background: transparent;
    }
    .footer-menu li {
        width: calc(98%/2);
    }
    .copy p,.copy a
    {
        font-size: 10px;
    }
    .copy span
    {
        display: none;
    }
    .quick-image
    {
        right: 0;
    }
    .inner-page .banner
    {
        padding: 17% 0 12%;
    }
    .inner-page .banner  h1
    {
        font-size: 30px;
    }
    .about-content
    {
        padding-top: 10px;
    }
    .about-content h3
    {
        font-size: 18px;
    }
    .about-content h4
    {
        font-size: 15px;
        padding: 12px 0;
    }
    .founder-content
    {
        margin-top: 20px;
        padding-top: 26px;
    }
    .founder-content p,
    .founder-content h6
    {
        font-size: 14px;
    }
    .inner-page .banner .container .about-img
    {
        width: 35%;
    }
    .corporate-content .corporate-list li
    {
        padding-left: 15%;
    }
    .corporate-content .corporate-list li h5
    {
        font-size: 18px;
    }
    .corporate-content h3
    {
        font-size: 22px;
    }
    .corporate-content .pkg-list li::before,
    .corporate-content .exp-list li::before
    {
        width: 2%;
    }
    .page-title {
        font-size: 18px;
    }
    .description .nav-tabs.nav-justified>li
    {
        float: left;
        width: calc(100%/4);
    }
    .description .nav-tabs.nav-justified>li>a
    {
        font-size: 10px;
        padding: 10px 0px;
    }
    ul.timeline:before
    {
        left: 10px;
    }
    ul.timeline > li > .timeline-panel
    {
        width:         calc(100% - 35px);
        width:    -moz-calc(100% - 35px);
        width: -webkit-calc(100% - 35px);
    }
    ul.timeline > li > .timeline-badge
    {
        font-size: 1em;
        line-height: 20px;
        top: 10px;
        left: 0;
        width: 20px;
        height: 20px;
        margin-left: 0;
    }
    ul.timeline > li > .timeline-panel
    {
        float: right;
        padding: 10px 20px;
    }
    ul.timeline > li > .timeline-panel:after
    {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0;
        top: 5px;
    }
    .timeline > li > .timeline-panel .timeline-title
    {
        font-size: 16px;
        line-height: 16px;
    }
    .contact-img
    {
        padding-top: 0;
    }
    .social, .address-contents, .phn-no
    {
        padding-top: 30px;
    }
}

