﻿@charset "UTF-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:300');
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,600italic,700italic,700,800);
@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
	font-family: "Open Sans",sans-serif;
	margin: 0px auto;
	font-size: 15px;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 60px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.container {
	width: 1150px;
	margin: auto;
}

.clear {
	clear: both;
}

.phone {
	float: right;
}

.phone p { 
	float: left;
	margin: 0px 10px 0px 0px;
	color: #fff;
	font-size: 14px;
}

.phone i {
	font-size: 16px;
}

.header {
    background: #ffffff;
    padding: 6px 0px;
}
.ir{float:right; margin:20px 0}
.logo {
	float: left;
}

.num {
	float: right;
	margin: 15px 0px 0px;
	text-align: right;
}

.num ul {
	padding: 0;
	margin: 0;
}

.num li {
	list-style: none;
	display: inline;
}

.num li a {
	color: #171717;
font-weight: 600;
margin: 0px 5px 0px;
font-size: 16px;
font-family: 'Open Sans', sans-serif;
}
.num li a:hover{text-decoration:none}
.num li a i {
	border: 2px solid #fff;
	padding: 7px;
	font-size: 14px;
	width: 33px;
	text-align: center;
	border-radius: 70px;
	color: #fff;
	background: #fff;
}

.nav-menu {
	padding: 10px 0px;
	text-align: right;
}

.nav-menu ul {
	padding: 0px;
	margin: 0px;
}

.nav-menu li {
	list-style: none;
	display: inline-block;
}

.nav-menu li a {
	text-decoration: none;
	color: #fff;
	padding: 0px 7px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 10px;
	border-right: 1px solid #fff;
}

.nav-menu li:hover a {
	color: #FFF;
	transition: 0.5s;
	border-radius: 3px;
}

.nav-menu li ul {
	display: none;
	width: 220px;
	padding: 0px;
	position: absolute;
	z-index: 10000;
	background: #ED3237;
	margin: 10px 0px 0px;
	border-top: 1px solid #F03439;
	border-right: 0px solid #ED3237;
	border-left: 0px solid #ED3237;
	border-bottom: 3px solid #ED3337;
}

.nav-menu li:last-child a {
	border-right: none;
}

.nav-menu li:hover a {
	color: #94cf5c;
	border-radius: 0px;
}

.nav-menu li:hover .sub-menu {
	display: block;
}

.nav-menu .sub-menu li {
	display: block;
	vertical-align: top;
	font-size: 10px;
}

.nav-menu .sub-menu li ul {
	display: none;
	width: 223px;
	padding: 0px;
	position: absolute;
	z-index: 1000
}

.nav-menu .sub-menu li a {
	display: block;
	text-transform: capitalize;
	padding: 10px 19px;
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	border-radius: 0px;
	text-align: left;
	font-weight: 400;
	width: 182px;
	background: #2C2C2C;
	border-bottom: 1px solid #4B4B4B;
}

.nav-menu .sub-menu li a:hover {
	color: #89c849;
}

.slide {
    /*background-image: url('../img/ladk3.jpg');*/
    background-image: url('../img/kashmir-scenery.jpg');
    padding: 20px 0px 0px;
    background-attachment: fixed;
    background-size: cover;
}

.form-top {
	position: absolute;
	top: 150px;
	right: 0;
	left: 0;
	z-index: 100000;
}

.left-text h1 {
	font-size: 50px; font-weight:700;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	line-height: 60px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-shadow: 0px 0px 5px #515151;
}

.left-text h3 {
	font-size: 38px;
	color: #fecd2a;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px; font-weight:700;
	margin-bottom: 20px;
	text-shadow: 0px 0px 5px #515151;
}

.left-text ul {
	padding: 0;
	margin: 0 0 0 34px;
}

.left-text li {
	list-style: none;
	font-weight: 600;
	color: #fff;
	font-size: 21px;
	text-shadow: 0px 1px 1px #000;
}

.left-text li i {
	color: #fecd2a;
	font-size: 25px;
}

.col-2 {
	padding: 0px;
	background: #fff;
	position: relative;
	margin: 30px 0px 30px;
	border-radius:20px;
}

.col-2 h1 {
	margin: 0px 0px 10px;
	background: #f6841e;
	color: #fff;
	text-align: center;
	padding: 22px 0;
	font-size: 23px; font-weight:700; text-transform:uppercase; font-family:'Open Sans', sans-serif;
	position: relative;
	border-radius:20px 20px 0 0
}

.serv-bg {
	padding: 25px 0px;
background: #00000080;
}

.serv {
	text-align: center;
	border-right: 1px solid #fecd2a;
}

.serv:last-child {
	border-right: none;
}

.serv h3 {
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	color: #fecd2a;
	font-weight: 600;
}

#full_contact, #quote_form{
	padding: 10px 20px;
}

.form-column {
	text-align: center;
}

.form-column p {
	margin: 5px 0px;
}

.form-pic img {
	position: absolute;
	top: -38px;
	left: -50px;
}

.form-column label {
	float: left;
	width: 100%;
	margin: 5px 0px 3px;
	font-size: 13px;
}

.form-column input {
	padding: 8px 10px;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 0px 0px 10px;
	font-size: 13px;
	background: #f2f2f2;
}

.form-column input[type="submit"] {
	width: 135px;
	background: #1150ad;
	color: #fff;
	float: none;
	margin: 10px 0px 10px;
	border: none;
	padding: 11px 0px;
	font-size: 15px;
	border-radius: 30px;
}


.slide {
	position: relative;
}

.call{display: none;}

.why h1 {
	margin: 20px 0px 30px;
}

.why {
	text-align: center;
	margin: 30px 0px;
}

.why-detail {
	text-align: center;
}

.why-detail h1 {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	color: #01a1ff;
	margin: 10px 0px;
}

.why-detail p {
	font-size: 15px;
	color: #444;
}

.trip {
	text-align: center;
	background: #fff;
}

.detail .name {
	display: none;
}

.detail h2 {
	margin: 5px 0px 0px;
	color: rgb(102, 102, 102);
	font-size: 15px;
}

.detail h3 {
	margin: 0px 0px 5px;
	color: rgb(102, 102, 102);
	font-size: 15px;
}

.detail p {
	color: rgb(102, 102, 102);
}

.detail h1 {
	color: #fff !important;
	margin: 10px 0 0 !important;
	border-bottom: 3px solid rgb(254, 205, 42);
	padding: 10px 10px;
	font-size: 15px !important;
	border-radius: 1px;
	background: #1150ad;
}

.trip h1 {
	margin: 30px 0px; font-weight:700;
	color: #1150ad; font-family:"Open Sans",sans-serif
}

.pack {
	text-align: left;
	background: #fff;
	padding: 10px;
	margin: 10px 0px;
	border-radius: 0px;
	transition: all ease-in-out, 0.5s;
}

.pack-img{overflow: hidden;
width: 100%;
height: 240px;
margin: 0px 0px 10px;}

.pack strong {
	color: #1150ad; font-family:"Open Sans",sans-serif;
	font-size: 15px; line-height:1.5em;
	font-weight: 600; text-transform:uppercase; float:left; width:100%; min-height:49px
}
.pack-img img{margin: 0px !important;
width: 100%;
height: 252px;
transition: all ease-in-out,0.5s;}
.pack-img img:hover{transform: scale(1.1);}

.pack p {
	font-size: 15px; font-weight:600; font-family:"Open Sans",sans-serif
}

.pack .days {
	height: 45px;
}

.pack img {
	margin: 8px 0px 10px;
	width: 100%;
	height: 252px;
}

.pack-detail {
	border-top: 1px solid #eee;
	margin-top: 12px;
}

.pack-detail h1 {
	font-size: 18px;
	color: #1150ad;
	margin: 10px 0px 0px;
	text-transform: capitalize;
	font-weight: 400;
}

.detail .name ul {
	padding: 0;
	margin: 0px 0px 0px 15px;
}

.detail .name ul li {
	font-size: 14px;
	padding: 10px 0px 0px;
	color: #444;
	text-align: left;
}

.serv-icon {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px 0px;
	margin: 40px 0px 15px;
}

.serv-icon ul {
	padding: 0;
	margin: 0;
}

.serv-icon li {
	list-style: none;
	display: inline-block;
	border-right: 1px solid #efefef;
	padding: 0px 8px;
	text-align: center;
}

.serv-icon li p {
	font-size: 13px;
	margin: 0px;
	color: #444;
}

.serv-icon li:last-child {
	border-right: none;
}

.serv-icon li img {
	width: auto;
	height: auto;
}

.price small {
	display: block;
	text-decoration: line-through;
	color: #8f8f8f;
}

.price {
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
	margin-top: 6px;
	color: #000;
}

.price {
	float: left;
	width: 190px;
}

.button2 {
	float: right;
	margin: 17px 0px 0px;
}

.button2 a {
	color: #fff;
	padding: 7px 17px;
	background: #f6841e; font:700 15px/1.5em "Open Sans",sans-serif; text-transform:uppercase; border-radius:5px
}

.button2 a:hover {
	text-decoration: none;background: #ef383e;
}

.form-right {
	padding: 30px 0px 0px;
}

.form-right p {
	float: left;
	width: 429px;
	margin: 0px 0px 3px;
}

.form-right label {
	color: #000;
	font-size: 15px;
	font-weight: unset;
	margin: 0px;
	display: none;
}

.form-right h1 {
	text-align: left !important;
	margin: 0px !important;
}

.form-right input {
	width: 417px;
	padding: 12px 10px;
	float: left;
	border: 1px solid #fecd2a;
	font-size: 13px;
	color: #000;
	margin: 0px 0px 15px 0px;
	box-shadow: 0px 0px 5px #e9e9e9;
	background: #fff;
}

.form-right textarea {
	padding: 8px 10px;
	width: 846px;
	border: 1px solid #fecd2a;
	margin: 7px 0px 0px;
	height: 120px;
	box-shadow: 0px 0px 5px #e9e9e9;
	font-size: 14px;
	color: #000;
}

.form-right input[type="submit"] {
	width: 110px;
	border: none;
	float: none;
	background: #012270;
	color: #fff;
	border-radius: 3px;
	margin: 25px 0px 0px 0px;
	padding: 12px 10px;
	font-size: 14px;
}

.form-detail a i {
	padding: 5px 10px;
	font-size: 20px;
	color: #272a84;
	float: left;
}

.form-detail img {
	width: 439px;
	height: auto;
	float: left;
	border: 1px solid #eaeaea;
	margin: 11px 18px 0px;
	padding: 52px 0px;
	background: #fff;
}

.form-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
}

.form-detail {
	position: relative;
	top: 20%;
	margin: auto;
	width: 900px;
	border: 1px solid #f3f3f3;
	box-shadow: 0 0 4px #ccc;
	margin: auto;
	min-height: 530px;
	background: linear-gradient(#fff, #e1f2ff);
	border-radius: 7px;
}

.form-detail h1 {
	margin: 5px 32px 10px 20px !important;
	text-align: left !important;
	background: #fecd2a;
	color: #fff;
	padding: 17px 15px;
	font-size: 30px;
	position: relative;
}

.four {
    /*background-image: url('../img/banner.jpg');*/
    background-image: url('../img/banner-new.jpg');
    background-attachment: fixed;
    background-size: cover;
    margin: 40px 0px 0px;
    padding: 30px 0 60px 0;
    text-align: center;
}

.four a{text-align: center;
background: #1150ad;

border-radius: 7px; font-family:"Open Sans",sans-serif; font-weight:700; text-transform:uppercase; border-radius:5px;
color: #fff;}
.four a:hover{background: #f6841e;
color: #fff;
text-decoration: none;}
.four h1{text-align: center; color:#fff; font-family:"Open Sans",sans-serif; font-weight:700; font-size:28px}

.four1{text-align: center; margin-bottom:34px;
border-right: 1px solid #e7e7e7;}
.four1 h1{color: #ff902a;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
font-size: 20px;
margin: 0px 0px 10px;}
.four1 i{font-size: 70px;
color: #ff902a;}
.four1 p{font-size: 18px; color:#fff;}


.footer {
	background: #1150ad;
padding: 30px 0px 50px;
margin: 0px 0px 0px;
}


.col p {
	line-height:1.5em;
font-size: 15px;
margin: 0px;
color: #fff;
}

.col h3{color: #fff;
font-weight: 700;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase; font-size:16px}

.col img{width: 80%;
height: auto;}

.col strong {
	font-size: 14px;
	color: #444;
	margin: 0px;
}
.links ul{ padding:0; margin:0 0 34px 0;text-align: center;}
.links li{ list-style:none; display:inline; text-decoration: none;
color: #fff;
padding: 0px 15px;
font-size: 15px;
border-right: 1px solid #fff;}
.links li:last-child a{ border-right:none;}

.copy{background: #003895;
padding: 10px 0px;
border-bottom: 4px solid #f6841e;}
.copy-line p{margin: 5px 0px 0px;
color: #fff;
font-size: 13px;}
.pay{ text-align:right;}
.pay span{color: #fff;
margin: 0px 5px 0px 0px;
font-size: 13px;}



.thanks h1{
    color: #fecd2a;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    margin: 0px 0px 10px;
}
.thanks p {
    font-size: 18px;
    color: #fff;
}



@media screen and (max-width:768px) {
	body {
		font-size: 13px;
	}
	.container {
		width: 97%;
		margin: auto;
		overflow: hidden;
	}
	.logo {
    float: none;
    text-align: center;
}
.num {
    float: none !important;
    margin: 15px 0px 0px;
    text-align: center;
}
.num li {
    list-style: none;
    display: block;
}

.num li a i {
    padding: 6px;
    font-size: 18px;
    width: 34px;
}


.num li a {
    font-size: 16px;
}

.call{
	background: #1150ad;
padding: 12px 0px;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 10000;
text-align: center; display: block;
}

.call a{font-size: 20px;
color: #fff;
text-align: center;}


.call:hover a{ text-decoration:none;color: #fecf00;}

.left-text h1 {
    font-size: 42px;
    line-height: 45px;
    margin-top: 20px;
}
.left-text h3 {
    font-size: 24px;
    /*line-height: 10px;*/
    margin-bottom: 15px;
}
.left-text li i {
    font-size: 20px;
}
.left-text li {
   font-weight: 600;
   font-size: 15px;
}

.footer {
    padding: 30px 0px 30px;
}

.col-2 h1 {
     padding: 15px 0;
    font-size: 25px;
}
.serv {
    text-align: center;
    border-bottom: 1px solid #fecd2a;
	border-right: none;
    padding: 15px 0px;
}

.serv:last-child {
   border-bottom: none;
}
.trip h1 {
    font-size: 22px;
}

.serv-icon li {
    padding: 0px 6px;
}
.col h3 {
    font-size: 18px;
}
.col p {
    line-height: 22px;
    font-size: 12px;
}
	
.serv-icon li p {
    font-size: 10px;
}	
	
.price {
    float: left;
    width: 50%;
}	
.pack p {
    font-size: 13px;
}
	
.four {
   margin: 20px 0px 0px;
   padding: 15px 0px;
}	
.four h1 {
   font-size: 25px;
}	
.four1 {
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
	border-right: none;
    margin: 0px 10px;
    padding: 20px 15px;
}	
	
.four1:last-child { border-bottom: none;}	
	
.links li a {
     padding: 0px 9px;
    font-size: 14px;
   line-height: 40px;	
}
.col{
	text-align:center;
}
.copy-line{text-align: center;}
.copy-line p {margin: 5px 0px 5px;}
pay {
    text-align: center;
}
.pay span {
    color: #fff;
    margin: 0px;
    font-size: 13px;
    line-height: 30px;
}

.form-detail{ width:100%; top:10%;}
.form-detail h1{ font-size:20px;}
.form-right p{ width:49%;}
.form-right input{ width:90%; padding:8px 10px;}
.form-right textarea{ width:92%; height:50px;}


}
@media (max-width:767px) {
    .LogoClass {
      
        height: 50px;
    }
}
@media (min-width:768px) {
    .LogoClass {
        height: 79px;
    }
    .four a {
        padding: 14px 51px;
    }
    .Nopadding {
        padding-left: 0px;
        padding-right: 0px;
    }
   
    }
.Formpadding {
    padding-left: 0px;
    padding-right: 0px;
}