@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:300,400,700,900');

body {
   font-family: 'Roboto', sans-serif;
}

*{
    padding: 0px;
    margin: 0 auto;
}

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

.mr-rt {
	margin-right: 0;
}

.navbar-brand {
	margin-left: 0;
}

.navbar {
	padding: 0rem 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #2b3158;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.banner_slider {
	position: relative;
}

.banner_slider > div .slide-banner{
    position: relative;
	height: calc(90vh - 120px);
	width: 100%;
	background-size: cover !important;
}

.product-showcase-carousel-controls {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    font-size: 22px;
    color: #111111;
}
.product-showcase-carousel-controls--right {
    right: 20px;
    text-align: right;
}

.product-showcase-carousel-controls--left {
    left: 20px;
}

.banner_slider .slide-banner {
	position: relative;
    /* -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;   
    -webkit-animation: scaling  9s ease-in infinite alternate;
    animation: scaling  9s ease-in infinite alternate; */
}
/* 
@-webkit-keyframes scaling  {
    0% {
        -webkit-transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(2.0);
    }
}

@keyframes scaling  {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(2.0);
    }
} */

.banner_slider .caption {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 99;
	top: 0;
	margin: auto;
	text-align: center;
	max-height: 290px;
}

.banner_slider .caption h4 {
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.64);
    color: #fff;
    font-size: 62px;
    max-width: 775px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 95px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.view {
    background: #7c0000;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    width: 200px;
    height: 53px;
    line-height: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.30);
}

.view:hover, .view:focus {
    color: #fff;
    text-decoration: none;
    background: #2b3158;
}

.banner_slider  {
	background: #222;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 0 100%);
}

.about_us .box.box_text {    
    height: 100%;
    padding: 50px;
    -webkit-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    -moz-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    -ms-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    -o-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    background: #243165;
}

.about_us .box p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    font-weight: 300;
}
.about_us .box p:last-child {
    margin-bottom: 0;   
}

.about_us .box.first {
    margin-bottom: 30px;
}

.common-padding {
    padding: 80px 0;
}

.product_slider .product_box {
    position: relative;
}

.product_slider .product_box .product_dtls {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 115px 50px;
}

.product_slider .product_box .product_dtls h3 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.product_slider .product_box .product_dtls p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.outline {
    background-color: transparent;
    box-shadow: none;
    border: solid 3px #7c0000;
    color: #7c0000;
    margin-left: 0;
    height: 50px;
    width: 170px;
    font-size: 16px;
    padding-bottom: 1px;
}

.outline:hover,
.outline:focus {
    background-color: #7c0000;
    box-shadow: none;
    border: solid 3px #7c0000;
    color: #fff;
    margin-left: 0;
}

.heading {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 100px;
    position: relative;
    color: #2b3158;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}


.heading::after {
    content: '';
    position: absolute;
    width: 80px;
    background: #7c0000;
    top: 65px;
    z-index: 9;
    height: 8px;
    left: 0;
    right: 0;
    margin: auto;
}

.product_wrapper {
    background-color: #fff;
    padding-top: 40px;
}


.contact_home {
    background-size: cover !important;
   /*  -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0 100%); */
    /* padding: 200px 0 0; */
    background-attachment: fixed !important;
    /* height: 500px; */
    position: relative;
    padding: 150px 0 100px !important;
}

.contact_home p {
    font-size: 30px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: 400;
    padding-bottom: 0;
}

.text-center.package-box {
    z-index: 1;
    position: relative;
}

.testimonials h4 {
    color: #222;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-size: 20px;
    opacity: 1;
}

.testimonials-box img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-bottom: 45px;
    
}

.testimonials-box p {
    max-width: 582px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
}

.testimonials-box h6 {
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
}

.testimonials-slider {
    max-width: 800px;
    margin-top: 80px;
}

footer {
    background-size: cover !important;
    padding-top: 200px  !important;
    background-attachment: fixed !important;
    padding-bottom: 20px !important;
    position: relative;
        -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 100%);
}

.social_icon {
    list-style: none;
    padding: 0;

}

.social_icon li {
    display: inline-block;
    margin-right: 10px;
}

.social_icon li a {
    color: #fff;
}

.social_icon li a i {
    padding-right: 0;
    border: solid 1px #fff;
    padding: 12px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.social_icon li a i:hover,
.social_icon li a i:hover {
    background: #2b3158;
    border: solid 1px #2b3158;
}

.footer-inner-lt {
    margin-top: 60px;
}
.footer-inner-lt p {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.footer-inner-rt h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 30px;
}

.footer-inner-rt {
    text-align: left;
    padding-left: 80px;
}

.footer-inner-rt ul {
    list-style: none;
    -moz-column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    column-count: 2;
    column-gap: 0;
}

.footer-inner-rt ul li {
    margin: 0 10px 10px;
}

.footer-inner-rt ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
        text-transform: capitalize;
}

.inner_head {
    background-size: cover !important;
    background-attachment: fixed !important;
    height: 350px;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%);
}

.inner_head h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
    max-width: 1140px;
}

.about_box h4 {

    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #7c0000;
}

.about_box p {
    line-height: 1.7;
    font-size: 16px;
    color: #222122;
    margin-bottom: 25px;
}
.thankyou p {
    text-align: center;
    max-width: 550px;
    line-height: 1.7;
    font-size: 16px;
    color: #222122;
    margin-bottom: 25px;
}

.about_box p:last-child {
    margin-bottom: 0;
}

/* .product-showcase-carousel-controls {
    background: rgba(0, 0, 0, 0.24);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 5px 15px;
    text-align: center;
} */

.product-showcase-carousel-controls  img {
    width: 25px;
}

.about_us.common-padding {
    margin-top: -200px;
}

.about_box {
    margin-top: -250px;
    background: rgba(255, 255, 255, 255);
    z-index: 1;
    position: relative;
    padding: 30px 40px;
    /* box-shadow:3px 3px 9px rgba(0, 0, 0, 0.14) */
}

.about_box h1 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    color: #2b3158;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.contact-box .contact-lt {
    margin-bottom: 40px;
}

.contact-box .contact-lt h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
    color: #7c0000;
    font-family: 'Roboto', sans-serif;
}
.contact-box .contact-lt p, 
.contact-box .contact-lt a {
    margin-bottom: 5px;
    font-size: 16px;
    color: #222122;
}

.contact-box .contact-lt p {
    margin-bottom: 10px;
}

.contact-box .contact-lt a i.fa-envelope {
    font-size: 14px;
}

.contact-box .contact-lt p i, 
.contact-box .contact-lt a i {
    border: solid 1px #7c0000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    padding: 12px;
    text-align: center;
    margin-right: 10px;
    color: #7c0000;
}

/* .contact_wrapper .contact-rt {
    background-color: #fff;
    padding: 80px 50px 50px;
    margin-top: -80px;
    box-shadow: 1px 12px 30px 0px rgba(33, 30, 25, 0.1);
} */

.contact_wrapper .contact-rt h5 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #7c0000;
}

.contact_wrapper .contact-rt p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.contact_wrapper .contact-rt .form-control {
    margin-bottom: 20px;
    border-radius: 0;
    border: solid 1px #f2f2f2;
    height: 45px;
    font-size: 14px;
}

.contact_wrapper .contact-rt .form-control.textmsg {
    height: auto;
}

.contact_wrapper .contact-rt .form-control::-webkit-input-placeholder {
  text-transform: uppercase;
}
.contact_wrapper .contact-rt .form-control::-moz-placeholder { 
  text-transform: uppercase;
}
.contact_wrapper .contact-rt .form-control:-ms-input-placeholder { 
  text-transform: uppercase;
}
.contact_wrapper .contact-rt .form-control:-moz-placeholder { 
  text-transform: uppercase;
}

.contact_wrapper .contact-rt .view {
    border: none;
    width: 120px;
    height: 41px;
    cursor: pointer;
    margin-top: 10px;
}

.contact_para {
    max-width: 600px;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}


.navbar-light .navbar-brand img {
    width: 100px;
}

.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
    color: #7c0000;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #7c0000;
}

.package-inner-wrapper .packeges-box {
    margin-bottom: 85px;
}

.packeges-box .package-img {
    overflow: hidden;
    -webkit-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    -moz-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    -ms-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    -o-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
}

.packeges-box .package-content h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #7c0000;
    margin-bottom: 15px;
    line-height: 1.4;
}

.packeges-box .package-content p {
    font-size: 16px;
    color: #444;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 10px;
}

.packeges-box .package-content p:last-child {
    margin-bottom: 0;
}

.package-inner-wrapper .packeges-box:last-child {
    margin-bottom: 0px;
}


.grid {
    
}

/* clearfix */
.grid::after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-item {
  float: left;
  margin-top: 15px;
  overflow: hidden;
}

.grid-item img {
    width: 100%;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
}

.grid-item img:hover {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    transform: scale(1.09);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.gallery-box {
    margin-bottom: 15px;
}

.grid-width {
    width: 260px;
    height: 209px;
}

.grid-big {
    width: 535px;
    height: 433px;
}

.grid-half {
    width: 535px;
    height: 209px;
}

.shadow_box {
    box-shadow: -3px 6px 35px -4px rgba(25, 25, 25, 0.18);
    height: 330px;
    position: absolute;
    background-color: #fff;
    right: 15px;
    left: 15px;
}

.inner_about .container {
    position: relative;
}

.packeges-box .package-content .view-package {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    width: 160px;
    height: 42px;
    margin-left: 0;
    padding-top: 1px;
    margin-top: 20px;
}

.inner_packages_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.inner_packages_head h2 {
    margin-left: 0;
    font-size: 20px;
}

.inner_packages_head .back_view {
    margin-right: 0;
    color: #7c0000;
}

.packeges-box .package-content h4 span {
    color: #2b3158;
}

.product_slider_icon_left, 
.product_slider_icon_right {
    background-color: rgba(0, 0, 0, 0.42);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 6px 0;
}

.product_slider_icon_left {
    left: -25px;
} 
.product_slider_icon_right {
    right: -25px;
}

.test_left {
    top: 15%;
    left: 280px;
}

.test_right {
    top: 15%;
    right: 280px;
}

.testimonials-box:focus {
    outline: none;
}

.contact_home::before{
    -moz-transform: skewY(-2.4deg);
    -ms-transform: skewY(-2.4deg);
    -webkit-transform: skewY(-2.4deg);
    transform: skewY(-2.4deg);
    height: 80px;
    width: 100%;
    content: "";
    top: -40px;
    left: 0;
    background: #fff;
    position: absolute;
}


.testimonials.common-padding {
    padding-bottom: 40px;
}

.destinations_wapper {
    padding-top: 0px !important;
}

.book_it_tabs {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 10px;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 8px 35px;
    line-height: 31px;
    background-color: #2b3158;
    color: #fff;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    font-weight: 700;
}

ul.tabs li.active {
    background-color: #7c0000;
    color: #fff;
    border-bottom: none;
    display: block;
}

.tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
}

.tab_drawer_heading {
    display: none;
}
.tab_content {
    padding: 20px 0;
    display: none;
}

.tabs_inner_text {
    margin-bottom: 85px;
}

.tabs_inner_text:last-child {
    margin-bottom: 0;
}

.destination-box .tab_content h1 {
     font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #7c0000;
    margin-bottom: 15px;
    font-size: 32px;
}

.destination-box .tab_content p {
    font-size: 16px;
    color: #444;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.6;
    max-width: 800px;
    margin-left: 0;
}

.destination-box .tab-img {
    overflow: hidden;
    margin: 18px 0 0;
    -webkit-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    -moz-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    -ms-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    -o-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
}

.about_box_packages h1 {
    margin-bottom: 35px;
    /*text-align: center;*/
}

.about_us_home h3 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.slider-none {
    display: none;
}

.contact_footer {
    text-align: left;
    padding-left: 0;
}

.contact_footer ul li {
    display: block;
    margin-bottom: 15px;
    margin-left: 0;
    width: 100%;
}

.contact_footer ul li,
.contact_footer ul li i {
    color: #fff;
}   

.contact_footer ul li i {
    margin-right: 10px;
    border: solid 1px #fff;
    padding: 11px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: auto;
    vertical-align: middle;
    margin-right: 15px;
    margin-left: 0;
}

.contact_footer ul li i.fa-envelope {
    font-size: 12px;
    padding: 13px;
}

.slider-tp-bt div:focus,
.slider-bt-tp div:focus {
    outline: none;
}

.slick-vertical .slick-slide {
    border: none !important;
}


.box_img .box .slick-slider div {
    overflow: hidden;
    -webkit-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    -moz-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    -ms-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    -o-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
}

.box_text h4 {
    color: #fff;
    opacity: 0.7;
    margin-bottom: 14px;
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.contact_footer ul {
    list-style: none;

    -moz-column-count: 1;    
    -webkit-column-count: 1;
    -webkit-column-gap: 1;

    -moz-column-gap: 1;
    column-count: 1;
    column-gap: 1;
}

.about-img {
    -webkit-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    -moz-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    -ms-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    -o-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
}

.ladakh_tab {
    border-radius: 10px 0 0 10px !important;
}

.kashmir_tab {
    border-radius: 0px 10px 10px 0px !important;    
}

.inner_about_row h1 {
    margin-bottom: 30px;
}

.tabs_inner_text h1 {
    text-transform: inherit;
}

.about_us .box {
    -webkit-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    -moz-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    -ms-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    -o-box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
    box-shadow: 2px 7px 25px 1px rgba(37, 49, 100, 0.38);
}

.contact_footer ul li a span {
    text-transform: lowercase;
}