@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

* {

	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

/*

html {

    font-size: calc(15px + 0.390625vw);

}

*/

	.wa_button {

		float:left; 
		position:fixed; 
		width:20%; 
		margin:0px 40% 15px 40%; 
		bottom:0; 
		font-size:24px; 
		border:1px solid rgba(255, 204, 0, 0); 
		text-align:center; 
		z-index:111111111111111; 
  	transition: background-color .3s, opacity .5s, visibility .5s;
		opacity: 0;
		visibility: hidden;
		background-color: rgba(31, 35, 95, 1); 
		padding: 10px;
		border-radius: 5px;
		box-shadow: inset 0 0 10px rgba(255, 204, 0, 0); 

	}

	.wa_button.show {

	  opacity: 1;
	  visibility: visible;

	}

	.FstRow {

		float:left; 
		position:relative; 
		width:100%; 
		height:50px; 
		text-align:right; 
		font-family:'Poppins';
		font-size:1vw;
		color:#fff;
		padding:20px 50px 0px 0px; 		
		margin:0px 0px 0px 0px;
		background-color:rgba(255,255,255,1); 
		border:0px solid rgba(33,33,33,1); 
		z-index:10000000000;

	}

		.FstRow-1stCol {

			float:left;
			position:relative; 
			width:70%; 

		}

		.FstRow-2ndCol {

			float:left; 
			position:relative; 
			width:30%;			
			padding: 10px;
			/*background-color: rgba(238, 26, 31, 1.0);*/
			border-radius: 50px;

		}

			.FstRow-WA {

		 		font-size:24px; 
		 		color:rgba(255,255,255,1);

			}

			.FstRow-WA:hover {
			
				color:rgba(93,195,11,1);

			}

			.SecndRow-FB {

				font-size:24px; 
		 		color:rgba(255,255,255,1);

			}

			.SecndRow-FB:hover {

				font-size:24px; 
		 		color:rgba(31,35,95,1);

			}

	header {

		float: left;
		position: fixed;
		margin-top: 50px;
		left: 0;
		padding: 60px 75px 60px 75px;
		width: 100%;
		height: 100px; 
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: center;
		transition: 0.6s;
		z-index: 100000;
		border-bottom: 1px solid rgba(33, 33, 33, 0.2);
		background-color:rgba(255,255,255,1); 
		/*border-top: 0px solid rgba(27,61,158,0); rgba(22,49,126,0.9);*/

	}

	.logoDiv {

		float: left; 
		position: relative; 
		width: 220px;
		height: auto; 
		border: 0px solid blue;

	}

	header .logo {

		float: left;
		position: relative;
		font-weight: 700;
		color: #fff;
		text-decoration: none;
		font-size: 2em;
		text-transform: uppercase;
		letter-spacing: 2px;
		transition: 0.6s;
		width: 175px;
		height: 100px;

	}

	header .Slogo {

		float: left;
		position: relative;
		font-weight: 700;
		color: #fff;
		text-decoration: none;
		font-size: 2em;
		text-transform: uppercase;
		letter-spacing: 2px;
		transition: 0.6s;
		width: 175px;
		height: 100px;

	}

	header nav {

		float: left;
		position: relative;
		top: 0px; 			/*-50px;*/


	}

	header nav ul {

		display: flex;	
		border: 0px solid blue;

	}

	header nav ul li {

		list-style: none;
		position: relative;
		font-family: 'Poppins', sans-serif; /* , 'Work Sans' */
	 	font-weight: 500;
		font-size: 16px;
		border: 0px solid blue;

	}

	header nav ul li.sub-menu:before {

		content: '\f078';
		font-family: fontAwesome;
		font-size: 10px;
		position: absolute;
		line-height: 50px;
		color: #fff;
		right: 5px;

	}

	header nav ul li.active.sub-menu:before,
	header nav ul li:hover.sub-menu:before

	{

		content: '\f077';
		color:rgba(201,201,201,1);
	  	transition: 0.6s;

	}

	header nav ul li ul {

		position: absolute;
		left: 0;
		background: rgba(255,255,255,1);
		display: none;
	    -webkit-transition: opacity 0.3s ease-in;
	    -moz-transition: opacity 0.3s ease-in;
	    -o-transition: opacity 0.3s ease-in;
	    transition: opacity 0.3s ease-in;
	    margin:0px;

	}

	header nav ul li ul a { 

		color: #666;

	}

	header nav ul li.active ul {

		display: block;
	    -webkit-animation: slide-down .6s ease-out;
	    -moz-animation: slide-down .6s ease-out;

	}

	@-webkit-keyframes slide-down {
	    0% { opacity: 0; -webkit-transform: translateY(100%); }   
	    100% { opacity: 1; -webkit-transform: translateY(0); }
	}
	@-moz-keyframes slide-down {
	    0% { opacity: 0; -moz-transform: translateY(100%); }   
	    100% { opacity: 1; -moz-transform: translateY(0); }
	}


	header nav ul li ul li {

		display: block;
		width: 250px;	/* 250px */

	}

	header nav ul li a {

		height: 50px;
		line-height: 70px;
		padding: 0 20px;
		color: rgba(9,65,127,1);
		text-decoration: none;
		display: block;

	}

	header nav ul li a:hover,
	header nav ul li a.active

	{

		color:rgba(201,201,201,1);
		background: rgba(255,255,255,0.0);
		border-radius: 5px 5px 0px 0px;
		border-top: 0px solid #FEA73D;
	  	transition: 0.6s;
	 
	}

	header nav ul li ul li a {

		border-bottom: 1px solid #f1f1f1;

	}

	header nav ul li ul li a:hover,
	header nav ul li ul li a.active

	{

		color: #fff;
		background: rgba(22,49,126,1);
		border-radius: 0px 0px 0px 0px;
		transition: 0.6s;

	}

	header.sticky {
	 
		padding: 60px 100px 60px 100px;
		background: rgba(255,255,255, 1);
		margin-top:0px;
		box-shadow: 0px 2px 15px 10px rgba(33, 33, 33, 0.2);

	}

	header.sticky nav {
	 
		margin-top: 0px;

	}

	header.sticky nav ul li.sub-menu:before,
	header.sticky .logo,
	header.sticky ul li a {

		color: rgba(9,65,127,1);

	}

	header.sticky ul li a:hover,
	header.sticky ul li a.active {

		color: #fff;

	}

	header.sticky nav ul li ul li a:hover,
	header.sticky nav ul li ul li a.active

	{

		color: #fff;
		background: rgba(22,49,126,1);
		border-radius: 0px 0px 0px 0px;
		transition: 0.6s;

	}

	
	header.sticky nav ul li ul a { 

		color: #666;

	}

	 .banner {

/*
		float: left;
		position: relative;
		width: 100%;
		border: 1px solid red;
		margin-top:0px;
*/

		float: left;
		position: relative;
		width: 100%;
		border: 0px solid red;
		margin-top:120px;
	 	
	 }

	.menu-toggle {

		color: #fff;
		float: left;
		position: absolute;
		font-size: 24px;
		cursor: pointer;
		display: none;
		padding: 0px 0px 0px 0px;
		top: 30px;

	}

	 .MegaMenuLeft {

		float: left;
		position: absolute;
		width: auto;
	   	border-top: 0px solid #FCD219;

	 }

	 .MegaMenuRight {

		float: right;
		position: absolute;
		margin-left: 250px;
	  	border-top: 2px solid #FCD219;

	 }


	 .itinerary_bg {

	 	float:left; 
	 	position:relative; 
	 	width:80%; 
	 	margin:-75px 10% 0px 10%; 
	 	background-color:rgba(255, 255, 255, 1); 
	 	border: 0px solid rgba(33, 33, 33, 0.1); 
	 	z-index: 1000; 
	 	border-radius: 10px; 
	 	box-shadow: 0px -20px 50px rgba(33, 33, 33, 0.5); 
	 	padding: 50px 20px 20px 20px; 
	 	text-align: center;

	 }

	 	.itinerary_bg_1strow {

			float:left; 
			position:relative; 
			width:100%; 
			font-family:'Pacifico', cursive; 
			color:#EE1A1F; 
			font-size:36px; 
			padding: 0px 0px 10px 0px;

	 	}

	 	.itinerary_bg_2ndrow {

			float:left; 
			position:relative; 
			width:100%; 
			font-family: 'Poppins'; 
			color:#1F235F; 
			font-size: 36px; 
			line-height: 50px; 
			padding: 0px 0px 0px 0px; 
			font-weight: bold;

	 	}

	 	.itinerary_bg_3rdrow {

			float:left; 
			position:relative; 
			width:100%;  
			font-family:'Pacifico', cursive; 
			color:#1F235F; 
			font-size:24px;

	 	}

	 	.itinerary_bg_4throw {

			float:left; 
			position:relative; 
			width:100%; 
			font-family: 'Poppins'; 
			color:#1F235F; 
			font-size: 14px; 
			padding: 20px 100px 0px 100px; 
			text-align: justify;

	 	}

	 	.itinerary_info {

			float:left; 
			position: relative; 
			width: 100%; 
			border: 0px solid red;

	 	}

	 		.itinerary_left {

				float:left; 
				position: relative; 
				width: 70%; 
				height:100%; 
				padding: 0px 20px 0px 0px; 
				border: 0px solid red;

	 		}

	 			.itinerary_left_heading_1st {

					float:left; 
					position:relative; 
					width:100%; 
					text-align:center; 
					font-family:'Poppins'; 
					color: #EE1A1F; 
					font-size:24px; 
					font-weight:bold; 
					padding:0px 0px 5px 0px; 
					margin:50px 0% 0px 0%;

	 			}

	 			.itinerary_left_heading_2nd {

					float:left; 
					position: relative; 
					width: 80%; 
					font-weight: bold; 
					font-family: 'Poppins'; 
					font-size: 16px;
					color:#1F235F; 
					text-align: center; 
					padding: 10px 0px 10px 0px; 
					border:0px solid red; 
					border-radius: 5px; 
					background-color: rgba(33, 33, 33, 0.05); 
					margin:0px 10% 0px 10%;

	 			}

	 				.itinerary_left_details_1st {

						float:left; 
						position: relative; 
						width: 100%; 
						height:100%; 
						margin:30px 0% 0px 0%; 
						font-family: 'Poppins'; 
						color:#1F235F; 
						font-size: 14px; 
						text-align: justify; 
						padding: 0px 20px 0px 0px; 
						overflow: visible; 
						border: 1px solid rgba(33, 33, 33, 0.1);

	 				}

	 				.itinerary_left_details_1st_leftcol {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/snpark.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_leftcol_hodyssey {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/dharamshala.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_leftcol_gtlse {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/ladakh.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_leftcol_lttfoh {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/amritsar.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_leftcol_qutubminar {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/qutubminar.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_leftcol_jawai {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/jawai.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_leftcol_ramthra {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/ramthra.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_leftcol_golgappe {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/golgappe.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

					.itinerary_left_details_1st_leftcol_forts {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/jfort.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

	 				.itinerary_left_details_1st_stfrancischurch {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/stfrancischurch.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_kettuvallam {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/kettuvallam.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_omv {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/omv.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_kumarakom {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/kumarakom.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_periyar {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/periyar.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_spicegarden {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/spicegarden.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_munnarteagarden {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/munnarteagarden.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_athirapally {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/athirapally.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_thalassery {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/thalassery.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_kasargod {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/kasargod.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_ecaves {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/ecaves.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_srirangapatna {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/srirangapatna.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_maduraituktuk {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/maduraituktuk.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_rightcol {

						float:left; 
						position:relative; 
						width:70%; 
						padding:0px 0px 20px 20px;

	 				}

	 				.saffronrecommends_bg {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/palki.jpeg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;

	 				}

	 				.saffronrecommends_bg_hodyssey {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/shivadya.jpeg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;

	 				}

	 				.saffronrecommends_bg_gtlse {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/shakti.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;

	 				}

	 				.saffronrecommends_bg_art {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/artgallery.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;

	 				}

	 				.saffronrecommends_bg_cookery {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/cookery.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;

	 				}

	 				.saffronrecommends_bg_rbhavan {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/rbhavan.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;

	 				}

	 				.saffronrecommends_bg_cookerylessonkochi {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/cookerylessonkochi.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;

	 				}

	 				.saffronrecommends_bg_Kumarakom {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/sunsetkumarakom.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;

	 				}

	 				.saffronrecommends_bg_pnpark {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/pnpark.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;

	 				}

	 				.saffronrecommends_bg_windermereestate {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/windermereestate.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;

	 				}

	 				.saffronrecommends_bg_workingteaestate {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/workingteaestate.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;

	 				}

	 				.saffronrecommends_bg_keralanbeaches {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/keralanbeaches.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;

	 				}

	 				.saffronrecommends_bg_hikeswayanad {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/hikeswayanad.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;

	 				}

	 				.saffronrecommends_bg_font {

						background-color: rgba(31, 35, 95, 0.7); 
						padding: 10px 20px 10px 20px; 
						font-size: 16px;

	 				}

	 				.saffronrecommends_bg_txt {

						float:left; 
						position: relative; 
						width: 100%; 
						text-align:justify; 
						padding: 20px 0px 30px 0px; 
						font-family: 'Poppins'; 
						font-size:14px; 
						color:#1F235F;

					}	

					.itinerary_left_heading_3rd {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						font-family:'Poppins'; 
						color: #EE1A1F; 
						font-size:24px; 
						font-weight:bold; 
						padding:0px 0px 5px 0px; 
						margin:40px 0% 0px 0%;

					}

					.itinerary_left_heading_4th {

						float:left; 
						position: relative; 
						width: 80%; 
						font-weight: bold; 
						font-family: 'Poppins'; 
						font-size: 16px;
						color:#1F235F; 
						text-align: center; 
						padding: 10px 0px 10px 0px; 
						border:0px solid red; 
						border-radius: 5px; 
						background-color: rgba(33, 33, 33, 0.05); 
						margin:0px 10% 0px 10%;

 					}

 					.itinerary_left_details_2nd {

						float:left; 
						position: relative; 
						width: 100%; 
						height:100%; 
						margin:30px 0% 0px 0%; 
						font-family: 'Poppins'; 
						color:#1F235F; 
						font-size: 14px; 
						text-align: justify; 
						padding: 0px 20px 0px 0px; 
						overflow: visible; 
						border: 1px solid rgba(33, 33, 33, 0.1);

 					}

 					.itinerary_left_details_2nd_leftcol {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/shimla.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_hodyssey {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/pragpur.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_kangra {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/kangra.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_palampur {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/palampur.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_manali {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/manali.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_haridwar {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/haridwar.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_jimcorbett {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/jimcorbett.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_fpur {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/fpur.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_jaipur {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/jaipur.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_udaipur {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/udaipur.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_psjaipur {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/psjaipur.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_bishnoi {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/bishnoi.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_pwgali {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/pwgali.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_1st_leftcol_jbazaars {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/jbazaars.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;
					
					}

					.itinerary_left_details_1st_leftcol_ranthambore {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/ranthambore.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

					.itinerary_left_details_1st_leftcol_mahabalipuram {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/MahabalipuramLighthouse.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

					.itinerary_left_details_1st_leftcol_nagarhole {

						float:left; 
						position:relative; 
						width:30%; 
						height:400px; 
						background-color:red; 
						background-image: url(../Img/nagarhole.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

		 				.itinerary_left_details_2nd_rightcol {

							float:left; 
							position:relative; 
							width:70%; 
							padding:0px 0px 20px 20px;

		 				}

		 			.saffronrecommends_bg_1stcol {

						float:left; 
						position:relative; 
						width:48%; 
						margin:0px 2% 0px 0px;

		 			}	

	 				.saffronrecommends_bg_1 {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/toytrain.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;
	 				
	 				}

	 				.saffronrecommends_bg_font_1 {

						background-color: rgba(31, 35, 95, 0.7); 
						padding: 10px 20px 10px 20px; 
						font-size: 16px;

	 				}

	 				.saffronrecommends_bg_txt_1 {

						float:left; 
						position: relative; 
						width: 100%; 
						text-align:justify; 
						padding: 20px 0px 30px 0px; 
						font-family: 'Poppins'; 
						font-size:14px; 
						color:#1F235F;

					}	

		 			.saffronrecommends_bg_2ndcol {

						float:left; 
						position:relative; 
						width:48%; 
						margin:0px 2% 0px 0px;

		 			}	

	 				.saffronrecommends_bg_2 {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/shimlacol.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;
	 				
	 				}

	 				.saffronrecommends_bg_font_2 {

						background-color: rgba(31, 35, 95, 0.7); 
						padding: 10px 20px 10px 20px; 
						font-size: 16px;

	 				}

	 				.saffronrecommends_bg_txt_2 {

						float:left; 
						position: relative; 
						width: 100%; 
						text-align:justify; 
						padding: 20px 0px 30px 0px; 
						font-family: 'Poppins'; 
						font-size:14px; 
						color:#1F235F;

					}	

	 				.saffronrecommends_bg_hiddenkochi {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/hiddenkochi.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;
	 				
	 				}

		.itinerary_right {

			float:left; 
			position:sticky; 
			width: 30%; 
			height:100%; 
			top:130px; 
			margin:45px 0% 0px 0%; 
			border:0px solid red; 
			z-index: 100000;

		}	

	.ThreeColumnRow {

		float:left; 
		position:relative; 
		width:80%;
		margin: -75px 10% 0px 10%; 
		border:0px solid red; 
		z-index: 10000;

	}

		.FirstColumn {

 			float:left; 
 			position:relative; 
 			width:32%; 
 			height:100%; 
 			margin: 0px 2% 0px 0%;
 			border:1px solid rgba(33, 33, 33, 0.2);
 			border-radius: 0px 0px 0px 0px; 
 			-webkit-box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0); 
			box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0);
			background-color: #fff;
 			/*background-image:url(../Img/India.jpeg);*/

		}


/*

			.FirstColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 15px 15px 10px 15px; 
				background-color: rgba(238,26,31,1); 
				border-radius: 10px 10px 0px 0px; 
				border:1px solid red;

			} 

				.FirstColumnTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:18px; 
					color:rgba(255,255,255,1);

				}

				.SecondColumnTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:32px;

				}

*/

			.FirstColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:94%; 
	 			height:450px; 
	 			background-image:url(../Img/India.jpeg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			border-radius: 0px 0px 0px 0px; 
	 			margin: 3%;

			} 

			.FirstColumn-2ndRow:hover {

	 			transition: transform 1.2s;
	 			filter: grayscale(0%);
	 			transform: scale(1.01);
	 			/*filter: grayscale(100%) brightness(150%) contrast(100%);*/

			}	

			.CntUs-FirstColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:150px; 
	 			margin: 0px 0% 0px 0%; 
	 			background-image:url(../Img/India.jpeg1); 
	 			background-repeat: no-repeat;
	 			background-position: center;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:1px solid rgba(236,236,236,1);
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#333; 
				padding: 20px 20px 20px 15px;

			} 

		.ScndColumn {

 			float:left; 
 			position:relative; 
 			width:32%; 
 			height:100%; 
 			margin: 0px 2% 0px 0%;
 			border:1px solid rgba(33, 33, 33, 0.2);
 			border-radius: 0px 0px 0px 0px;  
 			-webkit-box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0); 
			box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0);
			background-color: #fff;
 			/*background-image:url(../Img/India.jpeg);*/

		}

/*
			.ScndColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 15px 15px 10px 15px; 
				background-color: rgba(238,26,31,1); 
				border-radius: 10px 100px 0px 0px; 
				border:0px solid red;

			} 

				.ScndColumn-FirstTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:18px; 
					color:rgba(255,255,255,1);

				}

				.ScndColumn-ScndTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:32px;

				}

*/

			.ScndColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:94%; 
	 			height:450px; 
	 			background-image:url(../Img/Events.jpg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			border-radius: 0px 0px 0px 0px;
	 			margin: 3%;

			} 

			.ScndColumn-2ndRow:hover {

	 			transition: transform 1.2s;
	 			filter: grayscale(0%);
	 			transform: scale(1.02);

			}	

			.CntUs-ScndColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:150px; 
	 			margin: 0px 0% 0px 0%; 
	 			background-image:url(../Img/India.jpeg1); 
	 			background-repeat: no-repeat;
	 			background-position: center;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:1px solid rgba(236,236,236,1);
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#333; 
				padding: 20px 20px 20px 15px;

			} 

		.ThirdColumn {

 			float:left; 
 			position:relative; 
 			width:32%; 
 			height:100%; 
 			margin: 0px 0% 0px 0%;
 			border:1px solid rgba(33, 33, 33, 0.2);
 			border-radius: 0px 0px 0px 0px;  
 			-webkit-box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0); 
			box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0);
			background-color: #fff;
 			/*background-image:url(../Img/India.jpeg);*/

		}

/*
			.ThirdColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 15px 15px 10px 15px; 
				background-color: rgba(238,26,31,1); 
				border-radius: 10px 100px 0px 0px; 
				border:0px solid red;

			} 

				.ThirdColumn-FirstTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:18px; 
					color:rgba(255,255,255,1);

				}

				.ThirdColumn-ScndTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:32px;

				}

*/

			.ThirdColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:94%; 
	 			height:450px; 
	 			background-image:url(../Img/Travel.jpg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			border-radius: 0px 0px 0px 0px; 
	 			margin: 3%;

			} 

			.ThirdColumn-2ndRow:hover {

	 			transition: transform .8s;
	 			filter: grayscale(0%);
	 			transform: scale(1.02);

			}	

	.HotelColumnRow {

		float:left; 
		position:relative; 
		width:80%;
		margin: 0px 10% 0px 10%; 
		border:0px solid red; 
		z-index: 10000;

	}

			.FourthColumn {

	 			float:left; 
	 			position:relative; 
	 			width:50%; 
	 			height:100%; 
	 			margin: 50px 25% 0px 25%;
	 			border:1px solid rgba(33, 33, 33, 0.2);
	 			border-radius: 0px; 
	 			-webkit-box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0); 
				box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0);
				background-color: #fff;
	 			/*background-image:url(../Img/India.jpeg);*/

			}

			.FourthColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:96%; 
	 			height:300px; 
	 			background-image:url(../Img/HRecommendation.jpg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			border-radius: 0px;
	 			margin: 2%;

			} 

			.FourthColumn-2ndRow:hover {

	 			transition: transform .8s;
	 			filter: grayscale(0%);
	 			transform: scale(1.02);

			}	


			.CntUs-ThirdColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:150px; 
	 			margin: 0px 0% 0px 0%; 
	 			background-image:url(../Img/India.jpeg1); 
	 			background-repeat: no-repeat;
	 			background-position: center;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:1px solid rgba(236,236,236,1);
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#333; 
				padding: 20px 20px 20px 15px;

			} 

/* 4TH Row */

	.FourthColumnRow {

		float:left; 
		position:relative; 
		width:80%;
		margin: 50px 10% 0px 10%; 
		border:0px solid red; 
		z-index: 10000;

	}

		.FourthFirstColumn {

 			float:left; 
 			position:relative; 
 			width:32%; 
 			height:100%; 
 			margin: 0px 2% 0px 0%; 
 			/*background-image:url(../Img/India.jpeg); */
 			border-radius: 10px 10px 0px 0px; 
 			border:0px solid red;

		}

			.FourthFirstColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 15px 15px 10px 15px; 
				background-color: rgba(238,26,31,1); 
				border-radius: 10px 100px 0px 0px; 
				border:0px solid red;

			} 

				.FourthFirstColumnTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:18px; 
					color:rgba(255,255,255,1);

				}

				.FourthSecondColumnTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:32px;

				}

			.FourthFirstColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:400px; 
	 			margin: 0px 0% 0px 0%; 
	 			background-image:url(../Img/SmallGroup.jpg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:0px solid red;

			} 

		.FourthScndColumn {

 			float:left; 
 			position:relative; 
 			width:32%; 
 			height:100%; 
 			margin: 0px 2% 0px 0%; 
 			/*background-image:url(../Img/India.jpeg); */
 			border-radius: 10px 10px 0px 0px; 
 			border:0px solid red;

		}

			.FourthScndColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 15px 15px 10px 15px; 
				background-color: rgba(238,26,31,1); 
				border-radius: 10px 100px 0px 0px; 
				border:0px solid red;

			} 

				.FourthScndColumn-FirstTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:18px; 
					color:rgba(255,255,255,1);

				}

				.FourthScndColumn-ScndTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:32px;

				}

			.FourthScndColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:400px; 
	 			margin: 0px 0% 0px 0%; 
	 			background-image:url(../Img/TMade.jpg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:0px solid red;

			} 

		.FourthThirdColumn {

 			float:left; 
 			position:relative; 
 			width:32%; 
 			height:100%; 
 			margin: 0px 0% 0px 0%; 
 			/*background-image:url(../Img/India.jpeg); */
 			border-radius: 10px 10px 0px 0px; 
 			border:0px solid red;

		}

			.FourthThirdColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 15px 15px 10px 15px; 
				background-color: rgba(238,26,31,1); 
				border-radius: 10px 100px 0px 0px; 
				border:0px solid red;

			} 

				.FourthThirdColumn-FirstTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:18px; 
					color:rgba(255,255,255,1);

				}

				.FourthThirdColumn-ScndTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:32px;

				}

			.FourthThirdColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:400px; 
	 			margin: 0px 0% 0px 0%; 
	 			background-image:url(../Img/CPlane.jpg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:0px solid red;

			} 


/* START - Nepal Bhutan Page  */


	.NBPage_ThreeColumnRow {

		float:left; 
		position:relative; 
		width:50%;
		margin: -50px 25% 0px 25%; 
		border:0px solid red; 
		z-index: 10000;

	}

		.NBPage_FirstColumn {

 			float:left; 
 			position:relative; 
 			width:48%; 
 			height:100%; 
 			margin: 0px 2% 0px 0%; 
 			/*background-image:url(../Img/India.jpeg); */
 			border-radius: 0px; 
 			border:10px solid #fff;
 			box-shadow: 10px 10px 20px rgba(33,33,33,0.5);

		}

			.NBPage_FirstColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 15px 15px 10px 15px; 
				background-color: rgba(238,26,31,1); 
				border-radius: 10px 10px 0px 0px; 
				border:0px solid red;

			} 

				.NBPage_FirstColumnTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:18px; 
					color:rgba(255,255,255,1);

				}

				.NBPage_SecondColumnTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:32px;

				}

			.NBPage_FirstColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:400px; 
	 			margin: 0px 0% 0px 0%; 
	 			background-image:url(../Img/India.jpeg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			border-radius: 0px; 
	 			border:0px solid blue;
	 			filter: grayscale(100%) brightness(150%) contrast(100%);

			} 

			.NBPage_FirstColumn-2ndRow:hover {

	 			transition: transform 1.2s;
	 			filter: grayscale(0%);
	 			transform: scale(1);

			}	

			.NBPage_CntUs-FirstColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:150px; 
	 			margin: 0px 0% 0px 0%; 
	 			background-image:url(../Img/India.jpeg1); 
	 			background-repeat: no-repeat;
	 			background-position: center;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:1px solid rgba(236,236,236,1);
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#333; 
				padding: 20px 20px 20px 15px;

			} 

		.NBPage_ScndColumn {

 			float:left; 
 			position:relative; 
 			width:48%; 
 			height:100%; 
 			margin: 0px 0% 0px 2%; 
 			/*background-image:url(../Img/India.jpeg); */
 			border-radius: 10px 10px 0px 0px; 
 			border:0px solid red;

		}

			.NBPage_ScndColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 15px 15px 10px 15px; 
				background-color: rgba(238,26,31,1); 
				border-radius: 10px 100px 0px 0px; 
				border:0px solid red;

			} 

				.NBPage_ScndColumn-FirstTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:18px; 
					color:rgba(255,255,255,1);

				}

				.NBPage_ScndColumn-ScndTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:32px;

				}

			.NBPage_ScndColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:400px; 
	 			margin: 0px 0% 0px 0%; 
	 			background-image:url(../Img/Events.jpg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:0px solid red;
	 			border-radius: 10px; 
	 			border:0px solid blue;
	 			filter: grayscale(100%);

			} 

			.NBPage_ScndColumn-2ndRow:hover {

	 			transition: transform .8s;
	 			filter: grayscale(0%);
	 			transform: scale(1.1);

			}	

			.NBPage_CntUs-ScndColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:150px; 
	 			margin: 0px 0% 0px 0%; 
	 			background-image:url(../Img/India.jpeg1); 
	 			background-repeat: no-repeat;
	 			background-position: center;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:1px solid rgba(236,236,236,1);
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#333; 
				padding: 20px 20px 20px 15px;

			} 

		.NBPage_ThirdColumn {

 			float:left; 
 			position:relative; 
 			width:32%; 
 			height:100%; 
 			margin: 0px 0% 0px 0%; 
 			/*background-image:url(../Img/India.jpeg); */
 			border-radius: 10px 10px 0px 0px; 
 			border:0px solid red;

		}

			.NBPage_ThirdColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 15px 15px 10px 15px; 
				background-color: rgba(238,26,31,1); 
				border-radius: 10px 100px 0px 0px; 
				border:0px solid red;

			} 

				.NBPage_ThirdColumn-FirstTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:18px; 
					color:rgba(255,255,255,1);

				}

				.NBPage_ThirdColumn-ScndTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:32px;

				}

			.NBPage_ThirdColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:500px; 
	 			margin: 0px 0% 0px 0%; 
	 			background-image:url(../Img/Travel.jpg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			border-radius: 0px 0px 0px 0px; 
	 			border-radius: 10px; 
	 			border:0px solid blue;
	 			filter: grayscale(100%) brightness(100%) contrast(100%);

			} 

			.NBPage_ThirdColumn-2ndRow:hover {

	 			transition: transform .8s;
	 			filter: grayscale(0%);
	 			transform: scale(1.1);

			}	


			.NBPage_CntUs-ThirdColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:150px; 
	 			margin: 0px 0% 0px 0%; 
	 			background-image:url(../Img/India.jpeg1); 
	 			background-repeat: no-repeat;
	 			background-position: center;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:1px solid rgba(236,236,236,1);
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#333; 
				padding: 20px 20px 20px 15px;

			} 

/* 4TH Row */

	.NBPage_FourthColumnRow {

		float:left; 
		position:relative; 
		width:80%;
		margin: 50px 10% 0px 10%; 
		border:0px solid red; 
		z-index: 10000;

	}

		.NBPage_FourthFirstColumn {

 			float:left; 
 			position:relative; 
 			width:32%; 
 			height:100%; 
 			margin: 0px 2% 0px 0%; 
 			/*background-image:url(../Img/India.jpeg); */
 			border-radius: 10px 10px 0px 0px; 
 			border:0px solid red;

		}

			.NBPage_FourthFirstColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 15px 15px 10px 15px; 
				background-color: rgba(238,26,31,1); 
				border-radius: 10px 100px 0px 0px; 
				border:0px solid red;

			} 

				.NBPage_FourthFirstColumnTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:18px; 
					color:rgba(255,255,255,1);

				}

				.NBPage_FourthSecondColumnTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:32px;

				}

			.NBPage_FourthFirstColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:400px; 
	 			margin: 0px 0% 0px 0%; 
	 			background-image:url(../Img/SmallGroup.jpg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:0px solid red;

			} 

		.NBPage_FourthScndColumn {

 			float:left; 
 			position:relative; 
 			width:32%; 
 			height:100%; 
 			margin: 0px 2% 0px 0%; 
 			/*background-image:url(../Img/India.jpeg); */
 			border-radius: 10px 10px 0px 0px; 
 			border:0px solid red;

		}

			.NBPage_FourthScndColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 15px 15px 10px 15px; 
				background-color: rgba(238,26,31,1); 
				border-radius: 10px 100px 0px 0px; 
				border:0px solid red;

			} 

				.NBPage_FourthScndColumn-FirstTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:18px; 
					color:rgba(255,255,255,1);

				}

				.NBPage_FourthScndColumn-ScndTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:32px;

				}

			.NBPage_FourthScndColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:400px; 
	 			margin: 0px 0% 0px 0%; 
	 			background-image:url(../Img/TMade.jpg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:0px solid red;

			} 

		.NBPage_FourthThirdColumn {

 			float:left; 
 			position:relative; 
 			width:32%; 
 			height:100%; 
 			margin: 0px 0% 0px 0%; 
 			/*background-image:url(../Img/India.jpeg); */
 			border-radius: 10px 10px 0px 0px; 
 			border:0px solid red;

		}

			.NBPage_FourthThirdColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 15px 15px 10px 15px; 
				background-color: rgba(238,26,31,1); 
				border-radius: 10px 100px 0px 0px; 
				border:0px solid red;

			} 

				.NBPage_FourthThirdColumn-FirstTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:18px; 
					color:rgba(255,255,255,1);

				}

				.NBPage_FourthThirdColumn-ScndTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:32px;

				}

			.NBPage_FourthThirdColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:400px; 
	 			margin: 0px 0% 0px 0%; 
	 			background-image:url(../Img/CPlane.jpg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:0px solid red;

			} 



/* END - Nepal Bhutan Page */


/* -- */

			.BtnInfo {
			
				float: left;
				position: absolute;
				width:200px;
				border:0px solid rgba(255,255,255,1);
				bottom: 30px;
				padding:5px 30px 5px 30px;
				font-family: 'poppins';
				font-size: 1.5vw;
				color:#fff;
				background-color: rgba(9,65,127,0.7);
				text-align: center;

				left: 50%;
				-ms-transform: translateX(-50%);
				transform: translateX(-50%);

			}

.button1 {

  float: left;
  position: absolute;
  background-color: rgba(9,65,127,0);
  background-image: url(../Img/tbg_btn.png);
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-family: 'poppins';
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  width: 200px;
  height: 75px;
  transition: all 0.5s;
  cursor: pointer;
  /*margin: 5px;*/
	bottom: 30px;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);

}

.button1 span {

  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;

}

.button1 span:after {

  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;

}

.button1:hover span {

  padding-right: 25px;

}

.button1:hover span:after {

  opacity: 1;
  right: 0;

}


.IdxPage_bottombutton {

  background-color: rgba(9,65,127,0);
  background-image: url(../Img/tbg_btn.png);
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-family: 'poppins';
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  width: 200px;
  height: 75px;
  transition: all 0.5s;
  cursor: pointer;

}

.IdxPage_bottombutton span {

  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;

}

.IdxPage_bottombutton span:after {

  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;

}

.IdxPage_bottombutton:hover span {

  padding-right: 25px;

}

.IdxPage_bottombutton:hover span:after {

  opacity: 1;
  right: 0;

}


.NBPage_button1 {

  float: left;
  position: relative;
  background-color: rgba(9,65,127,0);
  background-image: url(../Img/tbg_btn.png);
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-family: 'poppins';
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  width: 200px;
  height: 75px;
  transition: all 0.5s;
  cursor: pointer;
  /*margin: 5px;*/
	bottom: 0px;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);

}

.NBPage_button1 span {

  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;

}

.NBPage_button1 span:after {

  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;

}

.NBPage_button1:hover span {

  padding-right: 25px;

}

.NBPage_button1:hover span:after {

  opacity: 1;
  right: 0;

}

/* Extra small devices (phones, 1080px and down) */
 @media (min-width: 768px) and (max-width: 1080px) {

	.wa_button {

		float:left; 
		position:fixed; 
		width:20%; 
		margin:0px 40% 5px 40%; 
		bottom:0; 
		font-size:24px; 
		border:0px solid red; 
		text-align:center; 
		z-index:111111111111111; 
  	transition: background-color .3s, opacity .5s, visibility .5s;
		opacity: 0;
		visibility: hidden;
		background-color: rgba(31,35,94,0.9);
		padding: 10px;
		border-radius: 5px;

	}

	.wa_button.show {

	  opacity: 1;
	  visibility: visible;

	}

	.FstRow {

		float:left; 
		position:relative; 
		width:100%; 
		height:50px; 
		text-align:center; 
		font-family:'Poppins';
		font-size:1vw;
		color:#fff;
		padding:5px 0px 0px 0px; 		
		margin:0px 0px 0px 0px;
		background-color:rgba(255,255,255,1); 
		border:0px solid rgba(33,33,33,1); 
		z-index:10000000000;

	}

		.FstRow-1stCol {

			float:left;
			position:relative; 
			width:0px; 
			padding:0px 0px 0px 0px;
			border:0px solid red;
			font-family:'Poppins';
			font-size:12px;
			color:#fff;
			text-align: right;

		}

		.FstRow-2ndCol {

			float:left; 
			position:relative; 
			width:100%;			
			border:0px solid red;

		}

			.FstRow-WA {

		 		font-size:20px; 
		 		color:rgba(255,255,255,1);
		 		padding: 0px 3px 0px 0px;

			}

				.FstRow-WA:hover {
				
					color:rgba(93,195,11,1);

				}

			.SecndRow-FB {

				font-size:20px; 
		 		color:rgba(255,255,255,1);
		 		padding: 0px 3px 0px 0px;

			}

	header {

		float: left;
		position: fixed;
		margin-top: 60px;
		left: 0;
		padding: 0px 0px 0px 35px;
		width: 100%;
		height: 100px; 
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: center;
		transition: 0.6s;
		z-index: 100000;
		border-bottom: 1px solid rgba(33, 33, 33, 0.2);
		/*background-color:rgba(255,255,255,1);*/ 
		/*border-top: 0px solid rgba(27,61,158,0); rgba(22,49,126,0.9);*/

	}

	.logoDiv {

		float: left; 
		position: relative; 
		width: 100%; 
		border: 0px solid blue;

	}

	header .logo {

		width: 100vw;
		max-width: 120px;
		height: auto;

	}

	header .Slogo {

		width: 100vw;
		max-width: 120px;
		height: auto;

	}

	.menu-toggle {

		display: block;
		top: 25px;
		padding: 20px 10px 0px 0px;
		z-index: 100000;
		right:20px;
		color: #1F235F;

	}

	header nav {

		position: absolute;
		width: 100%;
		height: calc(100vh - 50px);
		padding: 0px 10px 0px 10px;
		background: rgba(31,35,95,0.9);		
		margin-top: 100px;
		left: -100%;
		transition: 0.5s;
		border: 0px solid red;
	
	}

	header nav ul li ul a { 

		color: rgba(33,33,33,0.7);

	}
	
	header nav.active {

		left: 0px;
		margin-top: 100px;

	}
		
	header nav ul {

		display: block;
		text-align: left;

	}

	header nav ul li a {

		border-bottom: 1px solid rgba(255,255,255,0.3);
		color: #fff;

	}

	header nav ul li.active ul {

		position: relative;
		background: #fff;
		z-index: 100000;
 		overflow-y: scroll;
 		width: 100%;

	}

	header nav ul li ul li {

		width: 100%;
		
	}

	header.sticky {
	 
	 	height: 100px;
		padding: 0px 0px 0px 15px;
		background-color: rgba(255,255,255,1);
		top: 0px;

	}

	header.sticky nav {
	 
		margin-top: 100px;

	}

	header.sticky .menu-toggle {

		color: #1F235F;

	}

	header.sticky nav ul li.sub-menu:before,
	header.sticky .logo,
	header.sticky ul li a {

		color: #fff;

	}

	header.sticky ul li a:hover,
	header.sticky ul li a.active {

		color: #fff;

	}

	header.sticky ul li ul li a

	{

		color: #266287;
		transition: 0.6s;

	}

	header nav ul li ul li a:hover,
	header nav ul li ul li a.active

	{

		color: #ffffff;
		background: rgba(22,49,126,0.9);
		border-radius: 0px 0px 0px 0px;
		transition: 0.6s;

	}

	header nav ul li.sub-menu:before {

		content: '\f078';
		font-family: fontAwesome;
		font-size: 10px;
		position: absolute;
		line-height: 50px;
		color: #fff;
		right: 5px;

	}

	header nav ul li.active.sub-menu:before,
	header nav ul li:hover.sub-menu:before

	{

		content: '\f077';
		color: #fff;
	  	transition: 0.6s;

	}

	header.sticky nav ul li ul li a {

		color: rgba(38,98,135,0.5);

	}

	 .banner {

		float: left;
		position: relative;
		width: 100%;
		border: 0px solid red;
		margin-top:110px;

	 }

	 .itinerary_bg {

	 	float:left; 
	 	position:relative; 
	 	width:90%; 
	 	margin:-45px 5% 0px 5%; 
	 	background-color:rgba(255, 255, 255, 1.0); 
	 	border: 0px solid rgba(33, 33, 33, 0.1); 
	 	z-index: 1000; 
	 	border-radius: 10px; 
	 	box-shadow: 0px -20px 50px rgba(33, 33, 33, 0.5); 
	 	padding: 20px 2px 20px 2px; 
	 	text-align: center;

	 }

	 	.itinerary_bg_1strow {

			float:left; 
			position:relative; 
			width:100%; 
			font-family:'Pacifico', cursive; 
			color:#EE1A1F; 
			font-size:24px; 
			padding: 0px 0px 10px 0px;

	 	}

	 	.itinerary_bg_2ndrow {

			float:left; 
			position:relative; 
			width:100%; 
			font-family: 'Poppins'; 
			color:#1F235F; 
			font-size: 18px; 
			line-height: 30px; 
			padding: 0px 0px 0px 0px; 
			font-weight: bold;

	 	}

	 	.itinerary_bg_3rdrow {

			float:left; 
			position:relative; 
			width:100%;  
			font-family:'Pacifico', cursive; 
			color:#1F235F; 
			font-size:18px;

	 	}

	 	.itinerary_bg_4throw {

			float:left; 
			position:relative; 
			width:100%; 
			font-family: 'Poppins'; 
			color:#1F235F; 
			font-size: 14px; 
			padding: 20px 10px 0px 10px; 
			text-align: justify;

	 	}

	 	.itinerary_info {

			float:left; 
			position: relative; 
			width: 100%; 
			border: 0px solid red;

	 	}

	 		.itinerary_left {

				float:left; 
				position: relative; 
				width: 100%; 
				height:100%; 
				padding: 0px 0px 0px 0px; 
				border: 0px solid red;

	 		}

	 			.itinerary_left_heading_1st {

					float:left; 
					position:relative; 
					width:100%; 
					text-align:center; 
					font-family:'Poppins'; 
					color: #EE1A1F; 
					font-size:24px; 
					font-weight:bold; 
					padding:0px 0px 5px 0px; 
					margin:30px 0% 0px 0%;

	 			}

	 			.itinerary_left_heading_2nd {

					float:left; 
					position: relative; 
					width: 90%; 
					font-weight: bold; 
					font-family: 'Poppins'; 
					font-size: 16px;
					color:#1F235F; 
					text-align: center; 
					padding: 10px 10px 10px 10px; 
					border:0px solid red; 
					border-radius: 5px; 
					background-color: rgba(33, 33, 33, 0.05); 
					margin:0px 5% 0px 5%;

	 			}

	 				.itinerary_left_details_1st {

						float:left; 
						position: relative; 
						width: 96%; 
						height:100%; 
						margin:20px 2% 0px 2%; 
						font-family: 'Poppins'; 
						color:#1F235F; 
						font-size: 14px; 
						text-align: justify; 
						padding: 0px 0px 0px 0px; 
						overflow: visible; 
						border: 1px solid rgba(33, 33, 33, 0.1);

	 				}

		 				.itinerary_left_details_1st_leftcol {

							float:left; 
							position:relative; 
							width:100%; 
							height:200px; 
							background-color:red; 
							background-image: url(../Img/snpark.jpg); 
							background-repeat: no-repeat; 
							background-position:center; 
							background-size: cover;

		 				}

		 				.itinerary_left_details_1st_leftcol_hodyssey {

							float:left; 
							position:relative; 
							width:100%; 
							height:200px; 
							background-color:red; 
							background-image: url(../Img/dharamshala.jpg); 
							background-repeat: no-repeat; 
							background-position:center; 
							background-size: cover;

		 				}

		 				.itinerary_left_details_1st_leftcol_gtlse {

							float:left; 
							position:relative; 
							width:100%; 
							height:200px; 
							background-color:red; 
							background-image: url(../Img/ladakh.jpg); 
							background-repeat: no-repeat; 
							background-position:center; 
							background-size: cover;

		 				}

		 				.itinerary_left_details_1st_leftcol_lttfoh {

							float:left; 
							position:relative; 
							width:100%; 
							height:200px; 
							background-color:red; 
							background-image: url(../Img/amritsar.jpg); 
							background-repeat: no-repeat; 
							background-position:center; 
							background-size: cover;

		 				}

	 				.itinerary_left_details_1st_leftcol_qutubminar {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/qutubminar.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_leftcol_jawai {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/jawai.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_leftcol_ramthra {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/ramthra.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_leftcol_golgappe {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/golgappe.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

					.itinerary_left_details_1st_leftcol_forts {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/jfort.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

	 				.itinerary_left_details_1st_stfrancischurch {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/stfrancischurch.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_kettuvallam {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/kettuvallam.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_omv {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/omv.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_kumarakom {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/kumarakom.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_periyar {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/periyar.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_spicegarden {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/spicegarden.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_munnarteagarden {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/munnarteagarden.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_athirapally {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/athirapally.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_thalassery {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/thalassery.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_kasargod {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/kasargod.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_ecaves {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/ecaves.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_srirangapatna {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/srirangapatna.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_maduraituktuk {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/maduraituktuk.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

		 				.itinerary_left_details_1st_rightcol {

							float:left; 
							position:relative; 
							width:100%; 
							padding:0px 10px 20px 10px;

		 				}

		 				.saffronrecommends_bg {

							float:left; 
							position:relative; 
							width:96%; 
							text-align:center; 
							padding:75px 0px 75px 0px; 
							background-image: url(../img/palki.jpeg); 
							background-repeat: no-repeat; 
							background-position:center; 
							background-size: cover; 
							color:#fff; 
							font-family:'Poppins'; 
							border-radius: 3px;
							margin:0px 2% 0px 2%;

		 				}

	 				.saffronrecommends_bg_hodyssey {

						float:left; 
						position:relative; 
						width:96%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../img/shivadya.jpeg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

	 				.saffronrecommends_bg_gtlse {

						float:left; 
						position:relative; 
						width:96%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../img/shakti.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

	 				.saffronrecommends_bg_art {

						float:left; 
						position:relative; 
						width:96%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../img/artgallery.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

	 				.saffronrecommends_bg_cookery {

						float:left; 
						position:relative; 
						width:96%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../img/cookery.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

	 				.saffronrecommends_bg_rbhavan {

						float:left; 
						position:relative; 
						width:96%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../img/rbhavan.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

	 				.saffronrecommends_bg_cookerylessonkochi {

						float:left; 
						position:relative; 
						width:96%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/cookerylessonkochi.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

	 				.saffronrecommends_bg_Kumarakom {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/sunsetkumarakom.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

	 				.saffronrecommends_bg_pnpark {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/pnpark.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}	 				

	 				.saffronrecommends_bg_windermereestate {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/windermereestate.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

	 				.saffronrecommends_bg_workingteaestate {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/workingteaestate.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

	 				.saffronrecommends_bg_keralanbeaches {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/keralanbeaches.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

	 				.saffronrecommends_bg_hikeswayanad {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/hikeswayanad.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

		 				.saffronrecommends_bg_font {

							background-color: rgba(31, 35, 95, 0.7); 
							padding: 10px 10px 10px 10px; 
							font-size: 14px;

		 				}

		 				.saffronrecommends_bg_txt {

							float:left; 
							position: relative; 
							width: 100%; 
							text-align:justify; 
							padding: 20px 10px 30px 10px; 
							font-family: 'Poppins'; 
							font-size:14px; 
							color:#1F235F;

						}	

					.itinerary_left_heading_3rd {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						font-family:'Poppins'; 
						color: #EE1A1F; 
						font-size:24px; 
						font-weight:bold; 
						padding:0px 0px 5px 0px; 
						margin:20px 0% 0px 0%;

					}

					.itinerary_left_heading_4th {

						float:left; 
						position: relative; 
						width: 90%; 
						font-weight: bold; 
						font-family: 'Poppins'; 
						font-size: 16px;
						color:#1F235F; 
						text-align: center; 
						padding: 10px 10px 10px 10px; 
						border:0px solid red; 
						border-radius: 5px; 
						background-color: rgba(33, 33, 33, 0.05); 
						margin:0px 5% 0px 5%;

 					}

 					.itinerary_left_details_2nd {

						float:left; 
						position: relative; 
						width: 96%; 
						height:100%; 
						margin:20px 2% 0px 2%; 
						font-family: 'Poppins'; 
						color:#1F235F; 
						font-size: 14px; 
						text-align: justify; 
						padding: 0px 0px 0px 0px; 
						overflow: visible; 
						border: 1px solid rgba(33, 33, 33, 0.1);

 					}

 					.itinerary_left_details_2nd_leftcol {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../img/shimla.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_hodyssey {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../img/pragpur.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_kangra {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../img/kangra.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_palampur {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../img/palampur.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_manali {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../img/manali.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_haridwar {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../img/haridwar.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_jimcorbett {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../img/jimcorbett.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_fpur {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../img/fpur.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_jaipur {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../img/jaipur.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_udaipur {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../img/udaipur.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_psjaipur {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../img/psjaipur.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_bishnoi {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../img/bishnoi.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_pwgali {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../img/pwgali.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_1st_leftcol_jbazaars {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../img/jbazaars.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

					.itinerary_left_details_1st_leftcol_ranthambore {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/ranthambore.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

					.itinerary_left_details_1st_leftcol_mahabalipuram {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/MahabalipuramLighthouse.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

					.itinerary_left_details_1st_leftcol_nagarhole {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/nagarhole.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

		 				.itinerary_left_details_2nd_rightcol {

							float:left; 
							position:relative; 
							width:100%; 
							padding:0px 10px 20px 10px;

		 				}

		 			.saffronrecommends_bg_1stcol {

						float:left; 
						position:relative; 
						width:96%; 
						margin:0px 2% 0px 2%;

		 			}	

	 				.saffronrecommends_bg_1 {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../img/toytrain.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;
	 				
	 				}

		 				.saffronrecommends_bg_font_1 {

							background-color: rgba(31, 35, 95, 0.7); 
							padding: 10px 10px 10px 10px; 
							font-size: 14px;

		 				}

		 				.saffronrecommends_bg_txt_1 {

							float:left; 
							position: relative; 
							width: 100%; 
							text-align:justify; 
							padding: 20px 10px 30px 10px; 
							font-family: 'Poppins'; 
							font-size:14px; 
							color:#1F235F;

						}	

		 			.saffronrecommends_bg_2ndcol {

						float:left; 
						position:relative; 
						width:96%; 
						margin:0px 2% 0px 2%;

		 			}	

	 				.saffronrecommends_bg_2 {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../img/shimlacol.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;
	 				
	 				}

	 				.saffronrecommends_bg_hiddenkochi {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/hiddenkochi.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;
	 				
	 				}

		 				.saffronrecommends_bg_font_2 {

							background-color: rgba(31, 35, 95, 0.7); 
							padding: 10px 10px 10px 10px; 
							font-size: 14px;

		 				}

		 				.saffronrecommends_bg_txt_2 {

							float:left; 
							position: relative; 
							width: 100%; 
							text-align:justify; 
							padding: 20px 10px 30px 10px; 
							font-family: 'Poppins'; 
							font-size:14px; 
							color:#1F235F;

						}	
	
		.itinerary_right {

			float:left; 
			position:relative; 
			width: 96%; 
			height:100%; 
			top:0px; 
			margin:0px 2% 0px 2%; 
			border:0px solid red; 
			z-index: 100000;

		}	

 .MegaMenuLeft {

	float: left;
	position: absolute;
    border-top: 0px solid #FEA73D;

 }

 .MegaMenuRight {

	float: right;
	position: absolute;
	margin-left: 285px;
   	border-top: 0px solid #FEA73D;

 }

	.ThreeColumnRow {

		float:left; 
		position:relative; 
		width:90%; 
		margin: -52px 5% 0px 5%; 
		border:0px solid red; 
		z-index: 10000;

	}

		.FirstColumn {

 			float:left; 
 			position:relative; 
 			width:98%; 
 			height:100%; 
 			margin: 0px 1% 0px 1%;
 			border:0px solid rgba(33, 33, 33, 0.2);
 			border-radius: 10px; 
 			-webkit-box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0); 
			box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0);

 			/*background-image:url(../Img/India.jpeg);*/

		}

			.FirstColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 5px 5px 0px 10px; 
				background-color: rgba(251,214,7,0.8); 
				border-radius: 5px 5px 0px 0px; 
				border:0px solid red;

			} 

				.FirstColumnTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:14px; 
					color:rgba(0,0,0,0.8);

				}

				.SecondColumnTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:24px;

				}

			.FirstColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:98%; 
	 			height:500px; 
	 			margin: 0px 1% 0px 1%; 
	 			background-image:url(../Img/India.jpeg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			border-radius: 10px; 
	 			border:10px solid #fff; 

			} 

			.CntUs-FirstColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:auto; 
	 			margin: 0px 0% 10px 0%; 
	 			background-image:url(../Img/India.jpeg1); 
	 			background-repeat: no-repeat;
	 			background-position: center;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:1px solid rgba(236,236,236,1);
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#333; 
				padding: 20px 20px 20px 15px;

			} 

		.ScndColumn {

 			float:left; 
 			position:relative; 
 			width:98%; 
 			height:100%; 
 			margin: 0px 1% 0px 1%; 
 			/*background-image:url(../Img/India.jpeg); */
 			border-radius: 10px 10px 0px 0px; 
 			border:0px solid red;

		}

			.ScndColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 5px 5px 0px 10px; 
				background-color: rgba(251,214,7,0.8); 
				border-radius: 5px 5px 0px 0px; 
				border:0px solid red;

			} 

				.ScndColumn-FirstTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:14px; 
					color:rgba(0,0,0,0.8);

				}

				.ScndColumn-ScndTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:24px;

				}

			.ScndColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:400px; 
	 			margin: 0px 0% 20px 0%; 
	 			background-image:url(../Img/Travel.jpg); 
	 			background-size: 100% auto; 
	 			background-repeat: no-repeat;
	 			background-position: center;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:0px solid red;

			} 

			.CntUs-ScndColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:auto; 
	 			margin: 0px 0% 10px 0%; 
	 			background-image:url(../Img/India.jpeg1); 
	 			background-repeat: no-repeat;
	 			background-position: center;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:1px solid rgba(236,236,236,1);
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#333; 
				padding: 20px 20px 20px 15px;

			} 

		.ThirdColumn {

 			float:left; 
 			position:relative; 
 			width:98%; 
 			height:100%; 
 			margin: 0px 1% 0px 1%; 
 			/*background-image:url(../Img/India.jpeg); */
 			border-radius: 10px 10px 0px 0px; 
 			border:0px solid red;

		}

			.ThirdColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 5px 5px 0px 10px; 
				background-color: rgba(251,214,7,0.8); 
				border-radius: 5px 5px 0px 0px; 
				border:0px solid red;

			} 

				.ThirdColumn-FirstTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:14px; 
					color:rgba(0,0,0,0.8);

				}

				.ThirdColumn-ScndTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:24px;

				}

			.ThirdColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:400px; 
	 			margin: 0px 0% 0px 0%; 
	 			background-image:url(../Img/Events.jpg); 
	 			background-size: 100% auto; 
	 			background-repeat: no-repeat;
	 			background-position: center;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:0px solid red;

			} 

	.HotelColumnRow {

		float:left; 
		position:relative; 
		width:90%; 
		margin: 0px 5% 0px 5%; 
		border:0px solid red; 
		z-index: 10000;

	}
			

			.FourthColumn {

/*
	 			float:left; 
	 			position:relative; 
	 			width:50%; 
	 			height:100%; 
	 			margin: 50px 25% 0px 25%;
	 			border:1px solid rgba(33, 33, 33, 0.2);
	 			border-radius: 0px; 
	 			-webkit-box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0); 
				box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0);
				background-color: #fff;
*/
	 			/*background-image:url(../Img/India.jpeg);*/

 			float:left; 
 			position:relative; 
 			width:98%; 
 			height:100%; 
 			margin: 0px 1% 20px 1%;
 			border:1px solid rgba(33, 33, 33, 0.2);
 			border-radius: 0px; 
 			-webkit-box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0); 
			box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0);
			background-color: #fff;
 			/*background-image:url(../Img/India.jpeg);*/

			}

			.FourthColumn-2ndRow {
/*
	 			float:left; 
	 			position:relative; 
	 			width:96%; 
	 			height:300px; 
	 			background-image:url(../Img/HRecommendation.jpg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			border-radius: 0px;
	 			margin: 2%;
*/
	 			float:left; 
	 			position:relative; 
	 			width:94%; 
	 			height:350px; 
	 			background-image:url(../Img/HRecommendation.jpg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			border-radius: 0px;
	 			margin: 3%;

			} 

			.CntUs-ThirdColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:auto; 
	 			margin: 0px 0% 10px 0%; 
	 			background-image:url(../Img/India.jpeg1); 
	 			background-repeat: no-repeat;
	 			background-position: center;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:1px solid rgba(236,236,236,1);
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#333; 
				padding: 20px 20px 20px 15px;

			} 

/* 4TH Row */

	.FourthColumnRow {

		float:left; 
		position:relative; 
		width:90%; 
		margin: 20px 5% 0px 5%; 
		border:0px solid red; 
		z-index: 10000;

	}

		.FourthFirstColumn {

 			float:left; 
 			position:relative; 
 			width:98%; 
 			height:100%; 
 			margin: 0px 1% 0px 1%; 
 			/*background-image:url(../Img/India.jpeg); */
 			border-radius: 10px 10px 0px 0px; 
 			border:0px solid red;

		}

			.FourthFirstColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 5px 5px 0px 10px; 
				background-color: rgba(251,214,7,0.8); 
				border-radius: 5px 5px 0px 0px; 
				border:0px solid red;

			} 

				.FourthFirstColumnTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:14px; 
					color:rgba(0,0,0,0.8);

				}

				.FourthSecondColumnTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:24px;

				}

			.FourthFirstColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:400px;
	 			margin: 0px 0% 20px 0%; 
	 			background-image:url(../Img/SmallGroup.jpg);
	 			background-size: 100% auto; 
	 			background-repeat: no-repeat;
	 			background-position: center;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:0px solid red;

			} 

		.FourthScndColumn {

 			float:left; 
 			position:relative; 
 			width:98%; 
 			height:100%; 
 			margin: 0px 1% 0px 1%; 
 			/*background-image:url(../Img/India.jpeg); */
 			border-radius: 10px 10px 0px 0px; 
 			border:0px solid red;

		}

			.FourthScndColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 5px 5px 0px 10px; 
				background-color: rgba(251,214,7,0.8); 
				border-radius: 5px 5px 0px 0px; 
				border:0px solid red;

			} 

				.FourthScndColumn-FirstTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:14px; 
					color:rgba(0,0,0,0.8);

				}

				.FourthScndColumn-ScndTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:24px;

				}

			.FourthScndColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:400px; 
	 			margin: 0px 0% 20px 0%; 
	 			background-image:url(../Img/TMade.jpg); 
	 			background-size: 100% auto; 
	 			background-repeat: no-repeat;
	 			background-position: center;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:0px solid red;

			} 

		.FourthThirdColumn {

 			float:left; 
 			position:relative; 
 			width:98%; 
 			height:100%; 
 			margin: 0px 1% 0px 1%; 
 			/*background-image:url(../Img/India.jpeg); */
 			border-radius: 10px 10px 0px 0px; 
 			border:0px solid red;

		}

			.FourthThirdColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 5px 5px 0px 10px; 
				background-color: rgba(251,214,7,0.8); 
				border-radius: 5px 5px 0px 0px; 
				border:0px solid red;

			} 

				.FourthThirdColumn-FirstTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:14px; 
					color:rgba(0,0,0,0.8);

				}

				.FourthThirdColumn-ScndTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:24px;

				}

			.FourthThirdColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:400px; 
	 			margin: 0px 0% 0px 0%; 
	 			background-image:url(../Img/CPlane.jpg); 
	 			background-size: 100% auto; 
	 			background-repeat: no-repeat;
	 			background-position: center;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:0px solid red;

			} 

/* -- */

			.BtnInfo {
			
				float: left;
				position: absolute;
				width:50%;
				border:0px solid rgba(255,255,255,1);
				bottom: 30px;
				padding:5px 10px 5px 10px;
				font-family: 'poppins';
				font-size: 1.5vw;
				color:#fff;
				background-color: rgba(9,65,127,0.7);
				text-align: center;

				left: 50%;
				-ms-transform: translateX(-50%);
				transform: translateX(-50%);

			}


}
/* Small devices ( phones, 991px and down)*/
@media (min-width: 240px) and (max-width: 767px) {

	.wa_button {

		float:left; 
		position:fixed; 
		width:50%; 
		margin:0px 25% 5px 25%; 
		bottom:0; 
		font-size:18px; 
		border:0px solid red; 
		text-align:center; 
		z-index:111111111111111; 
  	transition: background-color .3s, opacity .5s, visibility .5s;
		opacity: 0;
		visibility: hidden;
		background-color: rgba(253,247,225,0.9);
		padding: 10px;
		border-radius: 5px;

	}

	.wa_button.show {

	  opacity: 1;
	  visibility: visible;

	}

	.FstRow {

		float:left; 
		position:relative; 
		width:100%; 
		height:50px; 
		text-align:center; 
		font-family:'Poppins';
		font-size:1vw;
		color:#fff;
		padding:10px 0px 0px 0px; 		
		margin:0px 0px 0px 0px;
		background-color:rgba(255,255,255,1);  
		border:0px solid rgba(33,33,33,1); 
		z-index:10000000000;

	}

		.FstRow-1stCol {

			float:left;
			position:relative; 
			width:0px; 
			padding:0px 0px 0px 0px;
			border:0px solid red;
			font-family:'Poppins';
			font-size:12px;
			color:#fff;
			text-align: right;

		}

		.FstRow-2ndCol {

			float:left; 
			position:relative; 
			width:100%;			
			border:0px solid red;

		}

			.FstRow-WA {

		 		font-size:20px; 
		 		color:rgba(255,255,255,1);
		 		padding: 0px 3px 0px 0px;

			}

				.FstRow-WA:hover {
				
					color:rgba(93,195,11,1);

				}

			.SecndRow-FB {

				font-size:20px; 
		 		color:rgba(255,255,255,1);
		 		padding: 0px 3px 0px 0px;

			}

	header {

		float: left;
		position: fixed;
		margin-top: 60px;
		left: 0;
		padding: 0px 0px 0px 15px;
		width: 100%;
		height: 100px; 
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: center;
		transition: 0.6s;
		z-index: 100000;
		border-bottom: 1px solid rgba(33, 33, 33, 0.2);
		/*background-color:rgba(255,255,255,1);*/ 
		/*border-top: 0px solid rgba(27,61,158,0); rgba(22,49,126,0.9);*/

	}

	.logoDiv {

		float: left; 
		position: relative; 
		width: 100%; 
		border: 0px solid blue;

	}

	header .logo {

		width: 100vw;
		max-width: 100px;
		height: auto;

	}

	header .Slogo {

		width: 100vw;
		max-width: 120px;
		height: auto;

	}

	.menu-toggle {

		display: block;
		top: 25px;
		padding: 20px 10px 0px 0px;
		z-index: 100000;
		right:20px;
		color: #1F235F;

	}

	header nav {

		position: absolute;
		width: 100%;
		height: calc(100vh - 50px);
		padding: 0px 10px 0px 10px;
		background: rgba(31,35,95,0.9);		
		margin-top: 100px;
		left: -100%;
		transition: 0.5s;
		border: 0px solid red;
	
	}

	header nav ul li ul a { 

		color: rgba(33,33,33,0.7);

	}
	
	header nav.active {

		left: 0px;
		margin-top: 100px;

	}
		
	header nav ul {

		display: block;
		text-align: left;

	}

	header nav ul li a {

		border-bottom: 1px solid rgba(255,255,255,0.3);
		color: #fff;

	}

	header nav ul li.active ul {

		position: relative;
		background: #fff;
		z-index: 100000;
 		overflow-y: scroll;
 		width: 100%;

	}

	header nav ul li ul li {

		width: 100%;
		
	}

	header.sticky {
	 
	 	height: 100px;
		padding: 0px 0px 0px 15px;
		background-color: rgba(255,255,255,1);
		top: 0px;

	}

	header.sticky nav {
	 
		margin-top: 100px;

	}

	header.sticky .menu-toggle {

		color: #1F235F;

	}

	header.sticky nav ul li.sub-menu:before,
	header.sticky .logo,
	header.sticky ul li a {

		color: #fff;

	}

	header.sticky ul li a:hover,
	header.sticky ul li a.active {

		color: #fff;

	}

	header.sticky ul li ul li a

	{

		color: #266287;
		transition: 0.6s;

	}

	header nav ul li ul li a:hover,
	header nav ul li ul li a.active

	{

		color: #ffffff;
		background: rgba(22,49,126,0.9);
		border-radius: 0px 0px 0px 0px;
		transition: 0.6s;

	}

	header nav ul li.sub-menu:before {

		content: '\f078';
		font-family: fontAwesome;
		font-size: 10px;
		position: absolute;
		line-height: 50px;
		color: #fff;
		right: 5px;

	}

	header nav ul li.active.sub-menu:before,
	header nav ul li:hover.sub-menu:before

	{

		content: '\f077';
		color: #fff;
	  	transition: 0.6s;

	}

	header.sticky nav ul li ul li a {

		color: rgba(38,98,135,0.5);

	}

	 .banner {

		float: left;
		position: relative;
		width: 100%;
		border: 0px solid red;
		margin-top:111px;

	 }


	 .itinerary_bg {

	 	float:left; 
	 	position:relative; 
	 	width:90%; 
	 	margin:-15px 5% 0px 5%; 
	 	background-color:rgba(255, 255, 255, 1.0); 
	 	border: 0px solid rgba(33, 33, 33, 0.1); 
	 	z-index: 1000; 
	 	border-radius: 10px; 
	 	box-shadow: 0px -20px 50px rgba(33, 33, 33, 0.5); 
	 	padding: 20px 2px 20px 2px; 
	 	text-align: center;

	 }

	 	.itinerary_bg_1strow {

			float:left; 
			position:relative; 
			width:100%; 
			font-family:'Pacifico', cursive; 
			color:#EE1A1F; 
			font-size:24px; 
			padding: 0px 0px 10px 0px;

	 	}

	 	.itinerary_bg_2ndrow {

			float:left; 
			position:relative; 
			width:100%; 
			font-family: 'Poppins'; 
			color:#1F235F; 
			font-size: 18px; 
			line-height: 30px; 
			padding: 0px 0px 0px 0px; 
			font-weight: bold;

	 	}

	 	.itinerary_bg_3rdrow {

			float:left; 
			position:relative; 
			width:100%;  
			font-family:'Pacifico', cursive; 
			color:#1F235F; 
			font-size:18px;

	 	}

	 	.itinerary_bg_4throw {

			float:left; 
			position:relative; 
			width:100%; 
			font-family: 'Poppins'; 
			color:#1F235F; 
			font-size: 14px; 
			padding: 20px 20px 0px 20px; 
			text-align: justify;

	 	}

	 	.itinerary_info {

			float:left; 
			position: relative; 
			width: 100%; 
			border: 0px solid red;

	 	}

	 		.itinerary_left {

				float:left; 
				position: relative; 
				width: 100%; 
				height:100%; 
				padding: 0px 0px 0px 0px; 
				border: 0px solid red;

	 		}

	 			.itinerary_left_heading_1st {

					float:left; 
					position:relative; 
					width:100%; 
					text-align:center; 
					font-family:'Poppins'; 
					color: #EE1A1F; 
					font-size:24px; 
					font-weight:bold; 
					padding:0px 0px 5px 0px; 
					margin:30px 0% 0px 0%;

	 			}

	 			.itinerary_left_heading_2nd {

					float:left; 
					position: relative; 
					width: 90%; 
					font-weight: bold; 
					font-family: 'Poppins'; 
					font-size: 16px;
					color:#1F235F; 
					text-align: center; 
					padding: 10px 10px 10px 10px; 
					border:0px solid red; 
					border-radius: 5px; 
					background-color: rgba(33, 33, 33, 0.05); 
					margin:0px 5% 0px 5%;

	 			}

	 				.itinerary_left_details_1st {

						float:left; 
						position: relative; 
						width: 96%; 
						height:100%; 
						margin:20px 2% 0px 2%; 
						font-family: 'Poppins'; 
						color:#1F235F; 
						font-size: 14px; 
						text-align: justify; 
						padding: 0px 0px 0px 0px; 
						overflow: visible; 
						border: 1px solid rgba(33, 33, 33, 0.1);

	 				}

		 				.itinerary_left_details_1st_leftcol {

							float:left; 
							position:relative; 
							width:100%; 
							height:200px; 
							background-color:red; 
							background-image: url(../Img/snpark.jpg); 
							background-repeat: no-repeat; 
							background-position:center; 
							background-size: cover;

		 				}

		 				.itinerary_left_details_1st_leftcol_hodyssey {

							float:left; 
							position:relative; 
							width:100%; 
							height:200px; 
							background-color:red; 
							background-image: url(../Img/dharamshala.jpg); 
							background-repeat: no-repeat; 
							background-position:center; 
							background-size: cover;

		 				}

		 				.itinerary_left_details_1st_leftcol_gtlse {

							float:left; 
							position:relative; 
							width:100%; 
							height:200px; 
							background-color:red; 
							background-image: url(../Img/ladakh.jpg); 
							background-repeat: no-repeat; 
							background-position:center; 
							background-size: cover;

		 				}

		 				.itinerary_left_details_1st_leftcol_lttfoh {

							float:left; 
							position:relative; 
							width:100%; 
							height:200px; 
							background-color:red; 
							background-image: url(../Img/amritsar.jpg); 
							background-repeat: no-repeat; 
							background-position:center; 
							background-size: cover;

		 				}

		 				.itinerary_left_details_1st_leftcol_qutubminar {

							float:left; 
							position:relative; 
							width:100%; 
							height:200px; 
							background-color:red; 
							background-image: url(../Img/qutubminar.jpg); 
							background-repeat: no-repeat; 
							background-position:center; 
							background-size: cover;

		 				}

		 				.itinerary_left_details_1st_leftcol_jawai {

							float:left; 
							position:relative; 
							width:100%; 
							height:200px; 
							background-color:red; 
							background-image: url(../Img/jawai.jpg); 
							background-repeat: no-repeat; 
							background-position:center; 
							background-size: cover;

		 				}

		 				.itinerary_left_details_1st_leftcol_ramthra {

							float:left; 
							position:relative; 
							width:100%; 
							height:200px; 
							background-color:red; 
							background-image: url(../Img/ramthra.jpg); 
							background-repeat: no-repeat; 
							background-position:center; 
							background-size: cover;

		 				}

		 				.itinerary_left_details_1st_leftcol_golgappe {

							float:left; 
							position:relative; 
							width:100%; 
							height:200px; 
							background-color:red; 
							background-image: url(../Img/golgappe.jpg); 
							background-repeat: no-repeat; 
							background-position:center; 
							background-size: cover;

		 				}

					.itinerary_left_details_1st_leftcol_forts {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/jfort.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

	 				.itinerary_left_details_1st_stfrancischurch {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/stfrancischurch.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_kettuvallam {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/kettuvallam.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_omv {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/omv.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_kumarakom {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/kumarakom.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_periyar {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/periyar.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_spicegarden {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/spicegarden.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_munnarteagarden {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/munnarteagarden.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_athirapally {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/athirapally.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_thalassery {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/thalassery.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_kasargod {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/kasargod.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_ecaves {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/ecaves.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_srirangapatna {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/srirangapatna.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

	 				.itinerary_left_details_1st_maduraituktuk {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/maduraituktuk.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

	 				}

		 				.itinerary_left_details_1st_rightcol {

							float:left; 
							position:relative; 
							width:100%; 
							padding:0px 10px 20px 10px;

		 				}

		 				.saffronrecommends_bg {

							float:left; 
							position:relative; 
							width:96%; 
							text-align:center; 
							padding:75px 0px 75px 0px; 
							background-image: url(../Img/palki.jpeg); 
							background-repeat: no-repeat; 
							background-position:center; 
							background-size: cover; 
							color:#fff; 
							font-family:'Poppins'; 
							border-radius: 3px;
							margin:0px 2% 0px 2%;

		 				}

	 				.saffronrecommends_bg_hodyssey {

						float:left; 
						position:relative; 
						width:96%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../img/shivadya.jpeg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

	 				.saffronrecommends_bg_gtlse {

						float:left; 
						position:relative; 
						width:96%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/shakti.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

	 				.saffronrecommends_bg_art {

						float:left; 
						position:relative; 
						width:96%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/artgallery.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

	 				.saffronrecommends_bg_cookery {

						float:left; 
						position:relative; 
						width:96%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/cookery.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

	 				.saffronrecommends_bg_rbhavan {

						float:left; 
						position:relative; 
						width:96%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/rbhavan.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

	 				.saffronrecommends_bg_cookerylessonkochi {

						float:left; 
						position:relative; 
						width:96%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/cookerylessonkochi.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

	 				.saffronrecommends_bg_Kumarakom {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/sunsetkumarakom.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

	 				.saffronrecommends_bg_pnpark {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/pnpark.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}	 				

	 				.saffronrecommends_bg_windermereestate {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/windermereestate.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

	 				.saffronrecommends_bg_workingteaestate {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/workingteaestate.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

	 				.saffronrecommends_bg_keralanbeaches {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/keralanbeaches.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

	 				.saffronrecommends_bg_hikeswayanad {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/hikeswayanad.jpg); 
						background-repeat: no-repeat; 
						background-position:bottom; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 2% 0px 2%;

	 				}

		 				.saffronrecommends_bg_font {

							background-color: rgba(31, 35, 95, 0.7); 
							padding: 10px 10px 10px 10px; 
							font-size: 14px;

		 				}

		 				.saffronrecommends_bg_txt {

							float:left; 
							position: relative; 
							width: 100%; 
							text-align:justify; 
							padding: 20px 10px 30px 10px; 
							font-family: 'Poppins'; 
							font-size:14px; 
							color:#1F235F;

						}	

					.itinerary_left_heading_3rd {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						font-family:'Poppins'; 
						color: #EE1A1F; 
						font-size:24px; 
						font-weight:bold; 
						padding:0px 0px 5px 0px; 
						margin:20px 0% 0px 0%;

					}

					.itinerary_left_heading_4th {

						float:left; 
						position: relative; 
						width: 90%; 
						font-weight: bold; 
						font-family: 'Poppins'; 
						font-size: 16px;
						color:#1F235F; 
						text-align: center; 
						padding: 10px 10px 10px 10px; 
						border:0px solid red; 
						border-radius: 5px; 
						background-color: rgba(33, 33, 33, 0.05); 
						margin:0px 5% 0px 5%;

 					}

 					.itinerary_left_details_2nd {

						float:left; 
						position: relative; 
						width: 96%; 
						height:100%; 
						margin:20px 2% 0px 2%; 
						font-family: 'Poppins'; 
						color:#1F235F; 
						font-size: 14px; 
						text-align: justify; 
						padding: 0px 0px 0px 0px; 
						overflow: visible; 
						border: 1px solid rgba(33, 33, 33, 0.1);

 					}

 					.itinerary_left_details_2nd_leftcol {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/shimla.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_hodyssey {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/pragpur.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_kangra {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/pragpur.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_palampur {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/palampur.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_manali {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/manali.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_haridwar {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/haridwar.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_jimcorbett {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/jimcorbett.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_fpur {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/fpur.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_jaipur {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/jaipur.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_udaipur {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/udaipur.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_psjaipur {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/psjaipur.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_bishnoi {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/bishnoi.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_2nd_leftcol_pwgali {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/pwgali.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

 					.itinerary_left_details_1st_leftcol_jbazaars {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/jbazaars.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

					.itinerary_left_details_1st_leftcol_ranthambore {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/ranthambore.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

					.itinerary_left_details_1st_leftcol_mahabalipuram {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/MahabalipuramLighthouse.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

					.itinerary_left_details_1st_leftcol_nagarhole {

						float:left; 
						position:relative; 
						width:100%; 
						height:200px; 
						background-color:red; 
						background-image: url(../Img/nagarhole.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover;

					}

		 				.itinerary_left_details_2nd_rightcol {

							float:left; 
							position:relative; 
							width:100%; 
							padding:0px 10px 20px 10px;

		 				}

		 			.saffronrecommends_bg_1stcol {

						float:left; 
						position:relative; 
						width:96%; 
						margin:0px 2% 0px 2%;

		 			}	

	 				.saffronrecommends_bg_1 {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/toytrain.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;
	 				
	 				}

		 				.saffronrecommends_bg_font_1 {

							background-color: rgba(31, 35, 95, 0.7); 
							padding: 10px 10px 10px 10px; 
							font-size: 14px;

		 				}

		 				.saffronrecommends_bg_txt_1 {

							float:left; 
							position: relative; 
							width: 100%; 
							text-align:justify; 
							padding: 20px 10px 30px 10px; 
							font-family: 'Poppins'; 
							font-size:14px; 
							color:#1F235F;

						}	

		 			.saffronrecommends_bg_2ndcol {

						float:left; 
						position:relative; 
						width:96%; 
						margin:0px 2% 0px 2%;

		 			}	

	 				.saffronrecommends_bg_2 {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/shimlacol.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;
	 				
	 				}


	 				.saffronrecommends_bg_hiddenkochi {

						float:left; 
						position:relative; 
						width:100%; 
						text-align:center; 
						padding:75px 0px 75px 0px; 
						background-image: url(../Img/hiddenkochi.jpg); 
						background-repeat: no-repeat; 
						background-position:center; 
						background-size: cover; 
						color:#fff; 
						font-family:'Poppins'; 
						border-radius: 3px;
						margin:0px 0px 0px 0px;
	 				
	 				}

		 				.saffronrecommends_bg_font_2 {

							background-color: rgba(31, 35, 95, 0.7); 
							padding: 10px 10px 10px 10px; 
							font-size: 14px;

		 				}

		 				.saffronrecommends_bg_txt_2 {

							float:left; 
							position: relative; 
							width: 100%; 
							text-align:justify; 
							padding: 20px 10px 30px 10px; 
							font-family: 'Poppins'; 
							font-size:14px; 
							color:#1F235F;

						}	
	
		.itinerary_right {

			float:left; 
			position:relative; 
			width: 96%; 
			height:100%; 
			top:0px; 
			margin:0px 2% 0px 2%; 
			border:0px solid red; 
			z-index: 100000;

		}	

 .MegaMenuLeft {

	float: left;
	position: absolute;
    border-top: 0px solid #FEA73D;

 }

 .MegaMenuRight {

	float: right;
	position: absolute;
	margin-left: 285px;
   	border-top: 0px solid #FEA73D;

 }

	.ThreeColumnRow {

		float:left; 
		position:relative; 
		width:90%; 
		margin: -25px 5% 0px 5%; 
		border:0px solid red; 
		z-index: 10000;

	}

		.FirstColumn {

 			float:left; 
 			position:relative; 
 			width:98%; 
 			height:100%; 
 			margin: 0px 1% 20px 1%;
 			border:1px solid rgba(33, 33, 33, 0.2);
 			border-radius: 0px; 
 			-webkit-box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0); 
			box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0);
			background-color: #fff;
 			/*background-image:url(../Img/India.jpeg);*/

		}


/*

			.FirstColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 15px 15px 10px 15px; 
				background-color: rgba(238,26,31,1); 
				border-radius: 10px 10px 0px 0px; 
				border:1px solid red;

			} 

				.FirstColumnTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:18px; 
					color:rgba(255,255,255,1);

				}

				.SecondColumnTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:32px;

				}

*/

			.FirstColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:94%; 
	 			height:350px; 
	 			background-image:url(../Img/India.jpeg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			border-radius: 0px;
	 			margin: 3%;

			} 

			.CntUs-FirstColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:auto; 
	 			margin: 0px 0% 10px 0%; 
	 			background-image:url(../Img/India.jpeg1); 
	 			background-repeat: no-repeat;
	 			background-position: center;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:1px solid rgba(236,236,236,1);
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#333; 
				padding: 20px 20px 20px 15px;

			} 

		.ScndColumn {

 			float:left; 
 			position:relative; 
 			width:98%; 
 			height:100%; 
 			margin: 0px 1% 20px 1%;
 			border:1px solid rgba(33, 33, 33, 0.2);
 			border-radius: 0px; 
 			-webkit-box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0); 
			box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0);
			background-color: #fff;
 			/*background-image:url(../Img/India.jpeg);*/

		}

/*
			.ScndColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 15px 15px 10px 15px; 
				background-color: rgba(238,26,31,1); 
				border-radius: 10px 100px 0px 0px; 
				border:0px solid red;

			} 

				.ScndColumn-FirstTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:18px; 
					color:rgba(255,255,255,1);

				}

				.ScndColumn-ScndTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:32px;

				}

*/

			.ScndColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:94%; 
	 			height:350px; 
	 			background-image:url(../Img/Events.jpg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			border-radius: 0px;
	 			margin: 3%;

			} 

			.CntUs-ScndColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:auto; 
	 			margin: 0px 0% 10px 0%; 
	 			background-image:url(../Img/India.jpeg1); 
	 			background-repeat: no-repeat;
	 			background-position: center;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:1px solid rgba(236,236,236,1);
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#333; 
				padding: 20px 20px 20px 15px;

			} 

		.ThirdColumn {

 			float:left; 
 			position:relative; 
 			width:98%; 
 			height:100%; 
 			margin: 0px 1% 20px 1%;
 			border:1px solid rgba(33, 33, 33, 0.2);
 			border-radius: 0px; 
 			-webkit-box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0); 
			box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0);
			background-color: #fff;
 			/*background-image:url(../Img/India.jpeg);*/

		}

/*
			.ThirdColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 15px 15px 10px 15px; 
				background-color: rgba(238,26,31,1); 
				border-radius: 10px 100px 0px 0px; 
				border:0px solid red;

			} 

				.ThirdColumn-FirstTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:18px; 
					color:rgba(255,255,255,1);

				}

				.ThirdColumn-ScndTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:32px;

				}

*/

			.ThirdColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:94%; 
	 			height:350px; 
	 			background-image:url(../Img/Travel.jpg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			border-radius: 0px;
	 			margin: 3%;

			} 

	.HotelColumnRow {

		float:left; 
		position:relative; 
		width:90%; 
		margin: 0px 5% 0px 5%; 
		border:0px solid red; 
		z-index: 10000;

	}

			.FourthColumn {

/*
	 			float:left; 
	 			position:relative; 
	 			width:50%; 
	 			height:100%; 
	 			margin: 50px 25% 0px 25%;
	 			border:1px solid rgba(33, 33, 33, 0.2);
	 			border-radius: 0px; 
	 			-webkit-box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0); 
				box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0);
				background-color: #fff;
*/
	 			/*background-image:url(../Img/India.jpeg);*/

 			float:left; 
 			position:relative; 
 			width:98%; 
 			height:100%; 
 			margin: 0px 1% 20px 1%;
 			border:1px solid rgba(33, 33, 33, 0.2);
 			border-radius: 0px; 
 			-webkit-box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0); 
			box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0,0,0,0);
			background-color: #fff;
 			/*background-image:url(../Img/India.jpeg);*/

			}

			.FourthColumn-2ndRow {
/*
	 			float:left; 
	 			position:relative; 
	 			width:96%; 
	 			height:300px; 
	 			background-image:url(../Img/HRecommendation.jpg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			border-radius: 0px;
	 			margin: 2%;
*/
	 			float:left; 
	 			position:relative; 
	 			width:94%; 
	 			height:350px; 
	 			background-image:url(../Img/HRecommendation.jpg); 
	 			background-repeat: no-repeat;
	 			background-position: center; 
	 			background-size: cover;
	 			border-radius: 0px;
	 			margin: 3%;

			} 


			.CntUs-ThirdColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:auto; 
	 			margin: 0px 0% 10px 0%; 
	 			background-image:url(../Img/India.jpeg1); 
	 			background-repeat: no-repeat;
	 			background-position: center;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:1px solid rgba(236,236,236,1);
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#333; 
				padding: 20px 20px 20px 15px;

			} 

/* 4TH Row */

	.FourthColumnRow {

		float:left; 
		position:relative; 
		width:90%; 
		margin: 20px 5% 0px 5%; 
		border:0px solid red; 
		z-index: 10000;

	}

		.FourthFirstColumn {

 			float:left; 
 			position:relative; 
 			width:98%; 
 			height:100%; 
 			margin: 0px 1% 0px 1%; 
 			/*background-image:url(../Img/India.jpeg); */
 			border-radius: 10px 10px 0px 0px; 
 			border:0px solid red;

		}

			.FourthFirstColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 5px 5px 0px 10px; 
				background-color: rgba(251,214,7,0.8); 
				border-radius: 5px 5px 0px 0px; 
				border:0px solid red;

			} 

				.FourthFirstColumnTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:14px; 
					color:rgba(0,0,0,0.8);

				}

				.FourthSecondColumnTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:24px;

				}

			.FourthFirstColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:400px;
	 			margin: 0px 0% 20px 0%; 
	 			background-image:url(../Img/SmallGroup.jpg);
	 			background-size: 100% auto; 
	 			background-repeat: no-repeat;
	 			background-position: center;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:0px solid red;

			} 

		.FourthScndColumn {

 			float:left; 
 			position:relative; 
 			width:98%; 
 			height:100%; 
 			margin: 0px 1% 0px 1%; 
 			/*background-image:url(../Img/India.jpeg); */
 			border-radius: 10px 10px 0px 0px; 
 			border:0px solid red;

		}

			.FourthScndColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 5px 5px 0px 10px; 
				background-color: rgba(251,214,7,0.8); 
				border-radius: 5px 5px 0px 0px; 
				border:0px solid red;

			} 

				.FourthScndColumn-FirstTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:14px; 
					color:rgba(0,0,0,0.8);

				}

				.FourthScndColumn-ScndTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:24px;

				}

			.FourthScndColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:400px; 
	 			margin: 0px 0% 20px 0%; 
	 			background-image:url(../Img/TMade.jpg); 
	 			background-size: 100% auto; 
	 			background-repeat: no-repeat;
	 			background-position: center;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:0px solid red;

			} 

		.FourthThirdColumn {

 			float:left; 
 			position:relative; 
 			width:98%; 
 			height:100%; 
 			margin: 0px 1% 0px 1%; 
 			/*background-image:url(../Img/India.jpeg); */
 			border-radius: 10px 10px 0px 0px; 
 			border:0px solid red;

		}

			.FourthThirdColumn-1stRow {

				float:left; 
				position:relative; 
				width:100%; 
				font-family: 'Poppins'; 
				font-weight: 500; 
				color:#fff; 
				padding: 5px 5px 0px 10px; 
				background-color: rgba(251,214,7,0.8); 
				border-radius: 5px 5px 0px 0px; 
				border:0px solid red;

			} 

				.FourthThirdColumn-FirstTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					width: auto; 
					font-size:14px; 
					color:rgba(0,0,0,0.8);

				}

				.FourthThirdColumn-ScndTxtBG-FontDiv {

					float: left; 
					position: relative; 
					width: 100%; 
					margin-top: -10px; 
					font-size:24px;

				}

			.FourthThirdColumn-2ndRow {

	 			float:left; 
	 			position:relative; 
	 			width:100%; 
	 			height:400px; 
	 			margin: 0px 0% 0px 0%; 
	 			background-image:url(../Img/CPlane.jpg); 
	 			background-size: 100% auto; 
	 			background-repeat: no-repeat;
	 			background-position: center;
	 			/*border-radius: 10px 10px 0px 0px;*/ 
	 			border:0px solid red;

			} 

/* -- */

			.BtnInfo {
			
				float: left;
				position: absolute;
				width:50%;
				border:0px solid rgba(255,255,255,1);
				bottom: 30px;
				padding:5px 10px 5px 10px;
				font-family: 'poppins';
				font-size: 1.5vw;
				color:#fff;
				background-color: rgba(9,65,127,0.7);
				text-align: center;

				left: 50%;
				-ms-transform: translateX(-50%);
				transform: translateX(-50%);

			}


}