@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 200;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("../font/RobotoCondensed-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "Penelope Anne";
  font-style: normal;
  font-weight: 400;
  src: local('Penelope Anne'), local('Penelope Anne'), url("../font/Penelope Anne.ttf") format('truetype');
}
@font-face {
  font-family: "Trench";
  font-style: normal;
  font-weight: 400;
  src: local('trench100free'), local('trench100free'), url("../font/trench100free.otf") format('truetype');
}
@font-face {
  font-family:"CF Boston";
  font-style: normal;
  font-weight: 400;
  src: local('CFBoston-Regular'), local('CFBoston-Regular'), url("../font/CFBoston-Regular.ttf") format('truetype');
}
@font-face {
  font-family:"DorovarFLF-Carolus";
  font-style: normal;
  font-weight: 400;
  src: local('DorovarFLF-Carolus'), local('DorovarFLF-Carolus'), url("../font/DorovarFLF-Carolus.ttf") format('truetype');
}
@font-face {
  font-family:"AvantGarde Bk Bt";
  font-style: normal;
  font-weight: 600;
  src: local('AVGARDN'), local('AVGARDN'), url("../font/AVGARDN.ttf") format('truetype');
}
body {
	background:#fff;
	color:#000;
	}
ul, li {
	list-style-type:none;
	}
a, a:hover {
	text-decoration:none;
	}
.cle {
	clear:both;
	margin:0;
	padding:0;
	}	
.headtop {
	
	}
.garua {
	
	}		
.ziz {
	margin-top: 7px;
	
	}	

h2.htagef {
	float:left;
	color:#fff;
	font-size:18px;
	margin:14px 0;
	}	
.top_lft_one {
    float: right;
    margin-top: 10px;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    text-align: left;
    color: #fff;
    font-weight: 500;	
    padding: 3px 0;
    border-left: 1px solid #000;
    padding-left: 10px;
}
.top_lft_one ul {
	padding: 0;
	margin:0; 
}
.top_lft_one ul li {
	display: inline-block;
	margin-left: 12px;
	color: #000;
	font-family: "Roboto Condensed";
}
.top_lft_one ul li i {
	font-size: 21px;
}
.social_wr h2 {
	text-align:center;
	color:#fff;
	margin:10px 0 25px 0;
	}
.social_wr {
	background:rgba(0,0,0,0.7);
	padding:25px 0;
	}	
.social_wr ul {
	padding: 0;
	margin:0;
	margin-left:44.5%;
}	
.social_wr ul li {
	display: inline-block;
}
.social_wr a {
    float: left;
    color: #22242e;
	height:40px; width:40px; 
    text-align: center;
    vertical-align: middle;
    line-height: 41px;
    margin-right: 10px;
    transition: 0.4s ease-in-out;
    font-size: 19px;
	border-radius:50%;
}

.social_wr a.goop {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
	background: #4875B4;
	color:#fff;
}
.social_wr a.face {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
	background: #3B5998;
	color:#fff;
}
.social_wr a.twi {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
	background: #0084b4;
	color:#fff;
}
.tagline {
	float: right;
	color:#1c8efc;
	margin-top: 10px;
	margin-right: 20px;
	border-right: 1px solid #000;
	padding-right: 20px;
}
.payment {
	float: right;
	margin-right: 20px;
	margin-top:11px;
	}
.payment ul {
	padding:0;
	margin:0;
	}
.payment ul li {
	display:inline-block;
	}		
.tagline p {
	margin:0;
	font-weight: 600;
	font-size: 19px; 
}
	
.navbar-default {
	background:none;
	border:none;
	}	
.navbar-nav {
	float:right;
	margin-top: 5px;
	}	
.logo {
	margin-top:-63px;
	position:absolute;
	}	
.navbar {
	margin-bottom:0px;
	}
.navbar-default .navbar-nav > li > a {
	padding:7px 20px;
	color:#000;
	font-weight:500;
	font-size:15px;
	text-transform: uppercase;
	font-family: "Roboto Condensed";
	transition:all 0.3s ease-in-out;
	border-radius:15px;
	}	
.navbar-default .navbar-nav > li > a:hover {
	color:#fff;
	background-color:#1c8efc;
	border-radius:15px;
	}	
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color:#1c8efc;
}	
.dropdown-menu	{
	background:rgba(28,142,252,0.9);
	min-width:250px;
	}
.dropdown-menu img {
	margin-top:-50px;
	margin-left:25px;
	}		
.navbar-nav ul.sm-nowrap > li > a {
	padding:7px 20px 7px 10px;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:13px;
	text-transform:uppercase;
	}	
.navbar-nav ul.sm-nowrap > li > a:hover {
	background:#0082ff;
	}	
.navbar-default .navbar-nav > li:last-child {
    background:none;
}		
.navbar-default .navbar-nav > li {
	padding:10px 0;
	}	
	
.servebg {
	background: #1c8efc;
	padding: 20px 0;
}	
.air {
	color: #fff;
	text-align: center;
	border-right: 1px solid #71b8fd;
}
.air img {
	transition:all 0.3s ease-in-out;
	}
.air:hover img {
	-webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
	}
.air1 img {
	transition:all 0.3s ease-in-out;
	}
.air1:hover img {
	-webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
	}
	
.air h3 {
	font-size: 15px;
	font-family: "Roboto Condensed";
	font-weight: 400;
	margin: 0;
	padding-bottom: 10px;
}
.air1 {
	color: #fff;
	text-align: center;
}
.air1 h3 {
	font-size: 15px;
	font-family: "Roboto Condensed";
	font-weight: 400;
	margin: 0;
	padding-bottom: 10px;
}
.welcome {
	text-align: center;
	padding: 25px 0; 
}
.welcome h2 {
	font-family:"AvantGarde Bk Bt";
	font-size: 33px;
	margin-bottom: 15px;
}	
.welcome p {
	font-size: 15px;
	line-height: 25px;
}	
figure.effect-bubba h2 {
	font-family:"AvantGarde Bk Bt";
	font-weight: 600;
}
.no-padding {
	padding:2px; 
}

.taglin {
	
	background:url(../images/102.jpg) no-repeat top;
	background-attachment:fixed;
	background-size:cover;	
	
}
.taglin p {
	margin: 0;
	text-align: center;
	padding: 25px 0;
	color: #000;
	font-size: 23px;
	
}
.foot {
	padding: 25px 0;
	    background: rgba(0, 0, 0, 0.90);
}
.couer {
	padding: 15px 0;
}
.footlogo img {
	border-bottom: 1px solid #4e4e4e;
	padding-bottom: 7px;
	margin-bottom: 10px; 
}
.footlogo p {
	color: #fff;
	font-size: 12px;
}
.footmenu h3 {
	color: #1c8efc;
	background: url(../images/line.png) no-repeat bottom left;
	padding-bottom: 7px;
	font-size: 17px;
}
.footmenu ul {
	margin: 0;
	padding: 0; 
	float: left;
	width: 49%;
}
.footmenu ul li {
	line-height: 25px;
}
.footmenu ul li a {
	color: #fff;
	 font-family: "Roboto Condensed";
}
.footmenu p {
	color: #fff;
}	
.footmenu h4 {
	font-size: 27px;
	color: #fff;
	float: left;
	margin: 0; 
	padding: 0px 10px 0 0; 
}	
.footmenu h5 {
	font-size: 17px;
	color: #fff;
	float: left;
	margin: 0; 
	padding: 3px 10px 0 0; 
}	
	
.footer {
	background: url(../images/banner1_bg.jpg) no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}	
#blink_text {
 color:#000;
 animation: blink 2s infinite;	
}
@keyframes blink 
{  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
}
.allpageimg img {
	width:100%;
	}
.allpageimg h2 {
	position:absolute;
	margin-top:-100px;
	color:#fff;
	font-weight:600;
	font-size:35px;
	margin-left:90px;
	text-shadow:1px 1px 2px #5f5f5f;
	}
.about {
	padding:25px 0;
	}
.about p {
	text-align:justify;
	line-height:23px;
	margin-top:25px;
	color:#333;
	}
.tourpackage {
	background:#fff;
	padding:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	}	
.tourpackage a {
	text-decoration:none;
	}	
.tourpackage img {
	width:100%;
	}
.no-padda {
    padding:8px;
}
.tourname h2 {
	color:#333333;
	font-size:23px;
	margin:10px 10px;
	font-family: "Trench";
	transition:all 0.3s ease-in-out;
	}
.tourname h5 {
	color:#333333;
	margin:0px 10px;
	font-family: "Trench";
	transition:all 0.3s ease-in-out;
	}	
.tourname h2 span {
	float:right;
	border:1px solid #333333;
	padding:0 9px;
	}
.tourbg {
	background:#EFECE6;
	}
.tourpackage:hover {
	background:#1d8efc;
	}
.tourpackage:hover h2 {
	color:#fff;
	}	
.tourpackage:hover h5 {
	color:#fff;
	}	
.tourpackage:hover h2 span {
	border:1px solid #fff;
	}
.about img {
	width:100%;
	}	
	
.servo {
	width:20% !important;
	}	
table.carprice th {
	padding:15px;
	background:#1c8efc;
	color:#fff;
	border-right:1px solid #fff;
	}	
table.carprice td {
	padding: 10px 15px;
    color: #545454;
    line-height: 22px;
    font-size: 16px;	}
table.carprice td span {
	color:#1c8efc;
	font-weight:600;
	}			
.reandb {
	background:#e4f2ff;
	}	
.reanda {
	background:#f5faff;
	}	
.formname {
    color: #5d5d5d;
    font-weight: 300;
    margin-bottom: 6px;
	font-style:italic;
}
.mbot {
    margin-bottom: 10px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #efefef;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow:none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}	
textarea.form-control {
    height: 150px;
}	
.about h2 {
    font-family: "AvantGarde Bk Bt";
    font-size: 23px;
    margin-bottom: 15px;
    margin-left: 15px;
	margin-top:10px;
	}	
.contact p {
    color: #5a5a5a;
	margin:0;
} 	
.contact h2 {
    font-family: "AvantGarde Bk Bt";
    font-size: 23px;
    margin-bottom: 4px;
    margin-left:0px;
	margin-top:13px;
} 	
.tourdetails h2 {
	font-family: "AvantGarde Bk Bt";
    font-size: 23px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-top: 10px;
	}
.serve {
	padding:25px 0;
	}		
.services {
	border-bottom:dotted 1px #B9B9B9;
	padding:20px 0;
	}	
.services img {
    background: #1c8efc;
    padding: 14px 10px;
    border-radius: 50%;
	float:left;
	transition:all 0.3s ease-in-out;
	}		
.services h3 {
	margin:0;
	margin-left:20px;
	font-family: "AvantGarde Bk Bt";
	font-size:23px;
	}	
.services p {
	margin:0;
	float:left;
	margin-left:20px;
	color:#515151;
	font-size:17px;
	margin-top:4px;
	}		
.sercont {
	float:left;
	}	
.payple form {
	float:left;
	}
.contact {
	padding:25px 0;
	}
ul.carservics {
	padding:0;
	margin:0 0 0 15px;
	}
ul.carservics li {
	line-height:29px;
	list-style-type:circle;
	color:#616161;
	font-size:16px;
	}
h3.serc {
	margin:25px 0 2px 0;
	font-size:20px;
	font-weight:600;
	}
table.carprice img {
	width:auto;
	}
table.carprice a {
	background:#1c8efc;
	color:#fff;
	padding:10px 25px;
	font-size:14px;
	border-radius:5px;
	box-shadow:1px 1px 1px #6f6f6f;
	}
.modal-content {
	background-color: #1c8efc;
	}
.modal-title {
	float:left;
	color:#fff;
	font-size:25px;
	font-family:"Roboto Condensed";
	text-transform:uppercase;
	}
.close {
    float: right;
    font-size: 41px;
    font-weight: bold;
    line-height:0.8;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.modal-footer {
    padding:0px 15px 20px 15px;
    text-align: center;
    border-top:none;
}
.modal-header {
    padding:10px 15px;
    border-bottom: 1px solid #e5e5e5;
}
.forcolor {
	color:#fff !important;
	}
.flotnon {
	float:none;
	}
.rcarname h5 {
	color:#fff;
	font-size:19px;
	margin-top:0;
	font-style:italic;
	}
.carprice {
	margin-top:15px;
	}
.kampadding {
	padding:10px;
	}	
.visa {
	background:#fff;
	box-shadow:1px 1px 1px #C0C0C0;
	padding:10px;
	text-align:center; 
	transition:all0.3s ease-in-out;
	}
.visa:hover {
	box-shadow:1px 1px 6px #C0C0C0;
	}	
.visa img {
	box-shadow:1px 1px 2px #C4C4C4;
	border-radius:30px;
	}
.visa h4 {
	margin:10px 0 5px 0;
	font-size:18px;
	}























	
		
	
@media screen and (max-width:1024px){



}
@media screen and (max-width:900px){
.navbar-default .navbar-nav > li > a {
    padding: 40px 24px;
    color: #f06135;
    font-weight: 600;
    font-size: 15px;
}
.servo {
	width:50% !important;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px)
{
.navbar-default .navbar-nav > li > a {
    padding: 40px 24px;
    color: #f06135;
    font-weight: 600;
    font-size: 15px;
}
.gift h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size:27px;
}
.servo {
	width:50% !important;
	}
}
@media only screen and (min-width:768px) and (max-width:991px)
{
.navbar-default .navbar-nav > li > a {
    padding: 40px 24px;
    color: #f06135;
    font-weight: 600;
    font-size: 15px;
}
.welcome p {
    width: 90%;
  line-height: 19px;
}
.servo {
	width:50% !important;
	}
.air {
    color: #fff;
    text-align: center;
    border-right: none;
    border: 1px solid #71b8fd;
    margin: 10px 0;
}
.air1 {
    color: #fff;
    text-align: center;
    border-right: none;
    border: 1px solid #71b8fd;
    margin: 10px 0;
}	
}
@media only screen and (max-width:767px) 
{
.top_lft_one {
    float:inherit;
    text-align: center;
	margin-top:5px;
	border-left:none;
}	
.social_wr {
    padding: 1px 0;
    float: inherit;
     margin-right:0px;
    text-align: center;
}
.tagline {
        float: inherit;
    color: #1c8efc;
    margin-top:0px;
    margin-right:0px;
    border-right:none;
    padding-right:0px;
        text-align: center;
}
.tagline p {
	font-size: 15px;
	margin-bottom: 10px;
}
.air {
    color: #fff;
    text-align: center;
    border-right:none;
    border:1px solid #71b8fd;
    margin: 10px 0;
}
.air1 {
    color: #fff;
    text-align: center;
    border-right:none;
    border:1px solid #71b8fd;
    margin: 10px 0;
}
h2.htagef {
    margin-left: 30px;
}
.social_wr a {
    margin-left: 10px;
}	
.logo {
	float:left;
	margin-top: 0px;
	}	
.logo img {
	width:100px;
	margin:0px 10px;
	}
.navbar-default .navbar-toggle {
    border-color: #fff;
    border: 2px solid #fff;
	margin-top:10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 27px;
    height: 2px;
    border-radius: 1px;
}
.navbar-collapse {
    border-top: 1px solid transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #1c8efc;
	background:#1c8efc;
}
.navbar-nav {
    float: inherit;
    margin-top: 15px;
	width:100%
}
.navbar {
    background: #1c8efc;
}
.navbar-default .navbar-nav > li > a {
    padding: 15px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.navbar-default .navbar-nav > li > a:hover {
	background:#0968c3;
	color:#fff;
	}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: rgba(255,60,0,1);
}
.dropdown-menu img {
    display:none;
}	
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
	padding:10px;
	background:#fe4b14;
}	
.servo {
	width:100% !important;
	}	
.payment {
	float:none;
    margin-right: 0px;
    margin-top: 0px;
    width: 100%;
    text-align: center;
}		
}
@media only screen and (max-width:639px) 
{
.logo {
	float:left;
	}	
.logo img {
	width:70px;
	margin:0px 10px;
	}	
.social_wr a {
    margin-left: 10px;
}	
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	