body{
	background-color: #f4f4f4;
	margin-top: 5px;
}


header{
	background-color: #f4f4f4;
}

header .logo{
	margin-top: 10px;
}

header .navbar{
	float: right;
	
}


.slider h1{
	text-align: center;
	color: #ffffff;
	margin-top: 140px;
	font-size: 50px;
	font-family: arial;
}

.slider p{
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 140px;
}

.slider{
	background-image: url(../img/bg.jpg);
	background-color: #000000 !important;
	background-repeat: no-repeat;
}

.slider h3{
	font-size: 24px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 30px;
}

.slider form{
	color: #ffffff;
	margin-bottom: 130px;
}





.slider form a{
	margin-top: 30px;
	border-radius: 0px;
	color: #2196f3;
	padding: 10px 20px;
	text-transform: unset;
	display: inline-block;
	position: relative;
	letter-spacing: 4px;
	text-decoration: none;
	font-size: 18px;
	overflow: hidden;
	transition: 0.2s;

}

.slider form a:hover{
	color: #255784;
	background-color: #2196f3;
	box-shadow: 0 0 10px #2196f3, 0 0 80px #2196f3;
	transition-delay: 1s;
}

.slider form a span{
	position: absolute;
	display: block;
}

.slider form a span:nth-child(1){
	top: 0;
	left: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg,transparent,#2196f3);
}

.slider form a:hover span:nth-child(1){
	left: 100%;
	transition: 1s;
}

.slider form a span:nth-child(3){
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg,transparent,#2196f3);
}

.slider form a:hover span:nth-child(3){
	right: 100%;
	transition: 1s;
	transition-delay: 0.5s;
}

.slider form a span:nth-child(2){
	top: -100%;
	right: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg,transparent,#2196f3);
}

.slider form a:hover span:nth-child(2){
	top: 100%;
	transition: 1s;
	transition-delay: 0.25s;
}

.slider form a span:nth-child(4){
	bottom: -100%;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(360deg,transparent,#2196f3);
}

.slider form a:hover span:nth-child(4){
	bottom: 100%;
	transition: 1s;
	transition-delay: 0.75s;
}





.slider form input{
	border-radius: 0px;
	background-color: transparent;
}



.popular-tour{
	border: 1px solid red;
}

.popular-tour .post-wrapper{
	width: 84%;
	height: 350px;
	margin: 0px auto;
	border: 1px dashed red;
}

.popular-tour .post-wrapper .post{
	width: 300px;
	height: 350px;
	background-color: tomato;
	display: inline-block;
	
}

.tour h1{
	text-align: center;
	color: #000000;
	margin-top: 50px;
	font-size: 30px;
	font-family: arial;
	font-weight: 600;
}

.tour p{
	text-align: center;
	color: #000000;
	font-size: 22px;
}




.most{
	margin-top: 40px;
	margin-bottom: 40px;
}

.most h1{
	font-size: 24px;
	color: #000000;
	font-weight: 600;
}

.most p{
	font-size: 16px;
	color: #000000;
	margin-bottom: 30px;
}

.most .paris h5{
	color: #ffffff;
	font-size: 16px;
	background-color: #0093d0;
	float: right;
	padding: 5px 15px;
	display: inline-block;
	font-weight: 600;
	margin-top: 20px;

}

.most.paris.package-type-gimmick {
    width: 0px;
    height: 0px;
    float: right;
    border-width: 8px 8px 0px 0px;
    border-style: solid;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}

.most .paris h6{
	background-color: #000000;
	font-size: 16px;
	display: inline-block;
	padding: 5px 15px;
	color: #ffffff;
	margin-top: 187px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.most .paris h6 a{
	margin-left: 100px;
}

.most .paris{
	background-image: url(../img/m1.jpg);
	background-repeat: no-repeat;
}

.most .la h5{
	color: #ffffff;
	font-size: 16px;
	background-color: #0093d0;
	float: right;
	padding: 5px 15px;
	display: inline-block;
	font-weight: 600;
	margin-top: 20px;
}

.most .la h6{
	background-color: #000000;
	font-size: 16px;
	display: inline-block;
	padding: 5px 15px;
	color: #ffffff;
	margin-top: 187px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.most .la h6 a{
	margin-left: 110px;
}

.most .la{
	background-image: url(../img/m2.jpg);
	background-repeat: no-repeat;
}

.most .rome h5{
	color: #ffffff;
	font-size: 16px;
	background-color: #e9513c;
	float: right;
	padding: 5px 15px;
	display: inline-block;
	font-weight: 600;
	margin-top: 20px;
	text-align: center;
}

.most .rome h6{
	background-color: #000000;
	font-size: 16px;
	display: inline-block;
	padding: 5px 15px;
	color: #ffffff;
	margin-top: 187px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.most .rome h6 a{
	margin-left: 90px;
}

.most .rome{
	background-image: url(../img/m3.jpg);
	background-repeat: no-repeat;
}

.most .florida h5{
	color: #ffffff;
	font-size: 16px;
	background-color: #0093d0;
	float: right;
	padding: 5px 15px;
	display: inline-block;
	font-weight: 600;
	margin-top: 20px;
}

.most .florida h6{
	background-color: #000000;
	font-size: 16px;
	display: inline-block;
	padding: 5px 15px;
	color: #ffffff;
	margin-top: 187px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.most .florida h6 a{
	margin-left: 140px;
}

.most .florida{
	background-image: url(../img/m4.jpg);
	background-repeat: no-repeat;
}

.most .city h5{
	color: #ffffff;
	font-size: 16px;
	background-color: #e9513c;
	float: right;
	padding: 5px 15px;
	display: inline-block;
	font-weight: 600;
	margin-top: 20px;
	text-align: center;
}

.most .city h6{
	background-color: #000000;
	font-size: 16px;
	display: inline-block;
	padding: 5px 15px;
	color: #ffffff;
	margin-top: 187px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.most .city h6 a{
	margin-left: 130px;
}

.most .city{
	background-image: url(../img/m5.jpg);
	background-repeat: no-repeat;
}

.most .life h5{
	color: #ffffff;
	font-size: 16px;
	background-color: #0093d0;
	float: right;
	padding: 5px 15px;
	display: inline-block;
	font-weight: 600;
	margin-top: 20px;
    transition: 1s;
}

.most .life h5:hover{
	background-color: #e9513c;
}

.most .life h6{
	background-color: #000000;
	font-size: 16px;
	display: inline-block;
	padding: 5px 15px;
	color: #ffffff;
	margin-top: 187px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.most .life h6 a{
	margin-left: 120px;
}

.most .life{
	background-image: url(../img/m6.jpg);
	background-repeat: no-repeat;
    transition: 0.40s;
}



.you .paragliding img{
	max-height: 100%;
	width: 100%;
	transition: 0.45s;
	position: relative;
	opacity: 75%;
}

.you .paragliding img:hover{
	background-color: red !important;
	transform: scale(1.08);
	opacity: 100%;
}

.you .paragliding h4{
	position: absolute;
	transition: 0.60s;
	color: transparent;
	text-transform: uppercase;
	top: 30%;
	right: 25%;
	padding: 40px;
	font-size: 18px;
	text-align: center;
}

.you .paragliding h4:hover{
	color: #976F1B;
}


.you .park img{
	max-height: 100%;
	width: 100%;
	transition: 0.45s;
	position: relative;
	opacity: 75%;
}

.you .park img:hover{
	background-color: red !important;
	transform: scale(1.08);
	opacity: 100%;
}

.you .park h4{
	position: absolute;
	transition: 0.60s;
	color: transparent;
	text-transform: uppercase;
	top: 30%;
	right: 25%;
	padding: 40px;
	font-size: 18px;
	text-align: center;
}

.you .park h4:hover{
	color: #08F2FF;
}

.you .col-md-5{
	padding: 0px;
}

.you .col-md-5{
	padding: 0px;
}

.you .col-md-5{
	padding: 0px;
}

.you .col-md-5{
	padding: 0px;
}

.you .col-md-5{
	padding: 0px;
}



.you  img{
	padding: 0px;
	max-height: 100%;
	width: 100%;
	transition: 0.45s;
	position: relative;
	opacity: 75%;
}

.you  img:hover{
	background-color: red !important;
	transform: scale(1.08);
	opacity: 100%;
}

.you  h4{
	position: absolute;
	transition: 0.60s;
	color: transparent;
	text-transform: uppercase;
	top: 30%;
	right: 25%;
	padding: 40px;
	font-size: 18px;
	text-align: center;
}

.you  h4:hover{
	color: #08F2FF;
}



.happy{
	margin-top: 50px;
	margin-bottom: 50px;
	transition: 0.40s;
	/*background: linear-gradient 4px 4px 7px rgba(255,255,255,0.4),0 0 #000;*/
}

.happy:hover{
	box-shadow: 2px 2px 15px grey;
	box-shadow: -2px -2px -40px #000000;
}

.happy h4{
	font-size: 24px;
	font-weight: 500;
	font-family: arial;
	margin-bottom: 30px;
	margin-top: 30px;
}

.happy img{
	width: 100%;
	margin-bottom: 60px;
	margin-top: 40px;
}

.happy h5{
	font-size: 16px;
	color: #3389d7;
}

.happy h6{
	padding: 20px 30px;
	background-color: #ffffff;
	font-weight: 400;
	margin-top: 40px;
}






/*most start*/

.gdl-package-grid2 .package-thumbnail-outer-wrapper {
    position: relative;
}

.gdl-package-grid2 .package-media-wrapper {
    margin-bottom: 15px;
}
.package-media-wrapper {
    position: relative;
}

.gdl-package-grid2 div.package-ribbon-wrapper {
    bottom: auto;
    top: 22px;
}
.package-ribbon-wrapper {
    position: absolute;
    margin-left: 258px;
    margin-top: 15px;
}

.package-ribbon-wrapper {
    position: absolute;
}

.package-type {
    padding: 9px 12px;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.package-type {
    background-color: #3389d7;
}

.package-type, .package-type a {
    color: #ffffff;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.package-type-gimmick {
    width: 0px;
    height: 0px;
    float: right;
    border-width: 8px 8px 0px 0px;
    border-style: solid;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}
.package-type-gimmick {
    border-top-color: #000000;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/*most end*/



/*footer start*/

footer{
	background-color: #121921;
}

footer h2{
	color: #ffffff;
	font-size: 34px;
	font-weight: 500;
	margin-top: 30px;
}

footer p{
	font-size: 16px;
	color: #ffffff;
	margin-top: 40px;
	margin-bottom: 40px;
}

footer h5{
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
}

footer h5 i{
	margin-left: 20px;
	font-weight: 39px;
	color: #ffffff;
}

footer h6{
	color: #a5a5a5;
	font-size: 16px;
	margin-top: 20px;

}

footer .form form button{
	background-color: #0093d0;
	color: #ffffff;
	border-radius: 0px;
	margin-top: 10px;
}

footer .form form input{
	border-radius: 0px;
	background-color: #27323f;
	border-color: #27323f;
	margin-top: 10px;
}

/*footer end*/

/******package******/

.most h4{
	font-size: 30px;
	font-weight: 400;
	color: #3389d7;
	margin-top: 20px;
}

.most h5{
	font-size: 14px;
	color: #939393;
	margin-bottom: 20px;
}

.most h6{
	font-size: 14px;
	font-weight: 400;
	color: #505050;
	margin-bottom: 10px;
}


.most .san h5{
	color: #ffffff;
	font-size: 16px;
	background-color: #e9513c;
	float: right;
	padding: 5px 15px;
	display: inline-block;
	font-weight: 600;
	margin-top: 20px;
	text-align: center;
}

.most .san h6{
	background-color: #000000;
	font-size: 16px;
	display: inline-block;
	padding: 5px 15px;
	color: #ffffff;
	margin-top: 187px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.most .san h6 a{
	margin-left: 140px;
}

.most .san{
	background-image: url(../img/m7.jpg);
	background-repeat: no-repeat;
}



.most .bhutan h5{
	color: #ffffff;
	font-size: 16px;
	background-color: #e9513c;
	float: right;
	padding: 5px 15px;
	display: inline-block;
	font-weight: 600;
	margin-top: 20px;
	text-align: center;
}

.most .bhutan h6{
	background-color: #000000;
	font-size: 16px;
	display: inline-block;
	padding: 5px 15px;
	color: #ffffff;
	margin-top: 187px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.most .bhutan h6 a{
	margin-left: 50px;
}

.most .bhutan{
	background-image: url(../img/m8.jpg);
	background-repeat: no-repeat;
}



.most .wild h5{
	color: #ffffff;
	font-size: 16px;
	background-color: #e9513c;
	float: right;
	padding: 5px 15px;
	display: inline-block;
	font-weight: 600;
	margin-top: 20px;
	text-align: center;
}

.most .wild h6{
	background-color: #000000;
	font-size: 16px;
	display: inline-block;
	padding: 5px 15px;
	color: #ffffff;
	margin-top: 187px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.most .wild h6 a{
	margin-left: 140px;
}

.most .wild{
	background-image: url(../img/m9.jpg);
	background-repeat: no-repeat;
}


