*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p{
	color: #000; 
	font-size: 14px;
	line-height:1.5;
}
h3 {
	width: 60%;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom:25px;
	color: #666;
	font-weight: 700;
	margin: auto;
}
h4 {
	font-size: 20px;
	width: auto;
	float: left;
	padding-top: 0.8em;
	padding-bottom: 0.2em;
	font-weight: 500;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #999;
	font-family: 'Kaushan Script', cursive;
} 
h5 {
	font-size: 22px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-weight: 400;
	color: #324b00;
}
h5.strong{
	font-size: 22px;
	font-weight: 700;
}
.strong{
	font-weight: bold;
}
.clr-bl{
	color: #0094da!important;
}
.clr-gn-pop{
	color: #058309!important;
}
.clr-prt{
	color: #91c724!important;
}
.clr-red{
	color: #ff0000;
}
br{ 
	content: "A" !important;
    display: block !important;
    margin-bottom: 10px !important;
}
p.content{
	padding: 5px;
	float: left;
	width: 100%;
	text-align: left;
}
p.thumb-left{
	float: left;
	text-align: left;
}
p.thumb-left img{
	margin-right: 10px;
}
.clr-green{
	color:#0094da!important;
}
.clr-blue{
	color:#079407!important;
}
.clr-or{
	color:#ff5100;
}
.clr-white{
	color:#ffffff!important;
}
.bg-light{
	width: 100%;
	float: left;
	background-color: #f8f9fa!important;
}
.bg-dark{
	width: 100%;
	float: left;
	background-color: #000!important;
}
.brdr{
	border-bottom: 1px solid #4e4e4e;
}
.circle-arrow{
	float: left;
	margin-bottom: 15px;
	border-radius: 100%;
	background-color: rgba(255, 255, 255,0.8);
	width: 40px;
	height: 40px;
	margin-right: 5px;
}
.circle-arrow .fa{
	float: left;
	color: #ef435d;
    margin-top: 12px;
	margin-left: 14px;
}
.carousel-control-prev {
    z-index: 1
}
.carousel-control-next {
   z-index: 1
}
.carousel-control-prev-icon, .carousel-control-next-icon{
	display: block;
	background-color: #0054a6;
	width: 30px;
	height: 35px;
	background-image: none;
}
.carousel-control-next-icon:after
{
  	content: '»';
  	font-size: 22px;
  	color: #fff;
  	font-weight: 700;
}
.carousel-control-prev-icon:after {
  	content: '«';
  	font-size: 22px;
  	color: #fff;
  	font-weight: 700;
}
.rel{
	position: relative;
}
.logo{
	left: 20px;
	top: -45px;
	position: absolute;
	z-index: 2;
}
.logo-mobile{
	display: none;
}
.top-packages{
	position: absolute;
	z-index: 999999;
	left:50px;
	top: 35px;
}
.top-packages span{
	float: left;
	margin-right: 10px;
	border-radius: 80px;
	width: auto;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 20px;
	color: #ef435d;
	background-color:rgba(255, 255, 255,0.7);
}
.top-packages span a{
	color: #ef435d;
}
.top-packages span:hover{
	color: #ef435d;
	background-color:rgb(255, 255, 255);
}

.top-packages span:first-child{
	font-family: 'Kaushan Script', cursive;
	border-radius: none;
	color: #fff;
	font-size: 16px;
	background-color:transparent;
	margin-right: 0px;
}
h5.caption-title{
	font-family: 'Arizonia', cursive;
	font-weight: 700;
	width: 75%;
	margin: auto;
	padding: 15px 10px 0px  10px;
	font-size: 42px;
	color: #fff;
	background-color:  rgba(15, 15, 15, 0.466);
	border-radius: 3px;
}
p.gallery-btn{
	padding:10px; 
	clear:both; 
	border:1px solid #000;
	cursor: pointer;
}
p.gallery-btn a{
	color: #000; 
	font-weight:bold;;
}
p.caption-discription{
	width: 60%;
	margin: auto;
	padding: 0px 10px 15px 10px;
	font-size: 16px;
	color: #f4f4f4;
	font-weight: 700;
	background-color: rgba(15, 15, 15, 0.466);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.pkg-img{
	width:100%;
	max-width:100%;
	height:auto;
}
.pkg-img img{
	width:100%;
	max-width:100%;
}
.pkg-content{
	float: left;
	padding: 10px;
    width: 100%;
}
p.rights{
	color:#999;
	font-size: 13px;
}
.bld{
	font-weight: 600;
}
.trunc-line {
	overflow: hidden;
    text-overflow: ellipsis;
	height:100px;
}
.hide{
	display: none;
}
.show{
	display: inline-block;
}
.close{
	margin-top: 15px;
}
.hidden{
	visibility: hidden;
}
.shadow {
	width: 100%;
	float: left;
	border-top:1px solid #515151;
}
.corbett-map{
	border:1px solid #000;
	width:100%;
}
strong {
	font-weight: bold;
	color: #000;
}
.block-border{
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #c9c9c9;
}
.line {
	border-bottom: 1px solid #515151;
	margin-right: 25px;
}
.mt-70{
	margin-top:80px!important;
}
.col-md-6{
	float: left;
}
/*all pakages are mentioned here*/
.pkg-img{
	width: 100%;
	height: 100%;
	background-image: url("../images/dhikala-tour-package.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pkg-img2{
	width: 100%;
	height: 100%;
	background-image: url("../images/conference-tour-package.JPG");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pkg-img3{
	width: 100%;
	height: 100%;
	background-image: url("../images/corporate-tour-package.JPG");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pkg-img4{
	width: 100%;
	height: 100%;
	background-image: url("../images/school-college-tour-package.JPG");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pkg-img5{
	width: 100%;
	height: 100%;
	background-image: url("../images/adventure-tour-package.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pkg-img6{
	width: 100%;
	height: 100%;
	background-image: url("../images/family-tour-package.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pkg-img7{
	width: 100%;
	height: 100%;
	background-image: url("../images/family-tour-package.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pkg-img-leh{
	width: 100%;
	height: 100%;
	background-image: url("../images/leh-ladakh-tour-thumb.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pkg-img-kerala{
	width: 100%;
	height: 100%;
	background-image: url("../images/kerala-tour-thumb.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pkg-img-wildlife{
	width: 100%;
	height: 100%;
	background-image: url("../images/wildlife-tour-thumb.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pkg-img-honeymoon{
	width: 100%;
	height: 100%;
	background-image: url("../images/honeymoon-tour-thumb.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.pkg-img-hillstation{
	width: 100%;
	height: 100%;
	background-image: url("../images/hillstation-tour-thumb.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pkg-img-rishikesh{
	width: 100%;
	height: 100%;
	background-image: url("../images/adventure-tour-thumb.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pkg-img-chardham{
	width: 100%;
	height: 100%;
	background-image: url("../images/chardham-tour-thumb.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pkg-img-nainital{
	width: 100%;
	height: 100%;
	background-image: url("../images/nainital-tour-thumb.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pkg-img-golden{
	width: 100%;
	height: 100%;
	background-image: url("../images/golden-tour-thumb.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pkg-img-rajasthan{
	width: 100%;
	height: 100%;
	background-image: url("../images/rajasthan-tour-thumb.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/*all pakages end here*/

.fig{
	float: left;
	max-width:250px;
}
.img-fluid{
	max-width: 100%;
	height: auto;
	width: 100%;
}
figure > img{
	width: 100%;
}
figcaption{
	color: #000;
    text-align: center;
    margin: 0;
	padding: 0;
	font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
}
.idx{
	position: absolute;
	left:70px;
	top:100px;
}
.center{
	text-align: center;
}
body{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	background-color: #fff;
	cursor: default;
}
body.inner{
	font-weight: 300;
	background-color: #f4f4f4!important;
}
.top-bar{
	 width:100%;
	 float:left;
	 background-color: #000;
	 padding:10px 0px;
	 color:#fff;
 }
 .top-bar .row .col-md-12{
	 padding:0px;
 }
 .top-bar .call-us, .mail-us{
	 float:right;
	 color:#fff;
	 font-size: 14px;
	 margin: 0;
 }
 .tl-right{
	 text-align: right;
	 float: right;
	 margin-left: 15px;
 }
.navbar {
	padding:0;
	float: left;
	width:100%;
	padding-top: 12px;
	padding-bottom: 12px;
}
.navbar-brand{
	margin:0;
	padding:0;
	/* -webkit-box-shadow: 3px 0 5px -2px #2d2a2a;
          box-shadow: 3px 0 5px -2px #2d2a2a;*/
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}
.nav-link {
	    transition: all 0.3s ease-in-out;
		font-size: 14px;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover{
	color:#0094da;
	    transition: all 0.3s ease-in-out;
		font-size: 14px;
}
.nav a.active{
	font-size: 14px;
	color:#0094da!important;
}
button.navbar-toggler{
	outline:none;
}
ul {
	list-style-type: circle;
}
ul li{
	line-height:1.5;
	font-size:14px;
	position: relative;;
}
ul li ul{
	list-style-type: none;
	width: 270px;
	position:absolute;
	padding:0;
	left:0;
	display:none;
	margin: 0;
	padding: 0;
}
ul li:hover ul{
	display:block; 
	z-index: 9999999;
	margin-top: 5px;
	margin-left: 0;
}
ul li ul li{
	background-color:rgba(0, 0, 0, 0.9);
	padding: 10px 10px;
	border-bottom: 1px solid #222222;
}
ul li ul li a{
	font-size:14px;
	padding: 20px 10px;
	color: #fff;
	text-transform:capitalize;
}
ul li ul li a:hover{
	font-size:14px;
	padding: 20px 10px;
	color: #0094da;
	text-transform:capitalize;
}
.whatsapp{
	position: fixed;
	bottom: 5px;
	right: 0px;
}
.calling{
	position: fixed;
	bottom: 65px;
	right: 0px;
	z-index: 3;
}
header{
	float: left;
    width: 100%;
	background-color:#000;
	max-height: 440px;
}
header img{
	max-height: 440px;
	width: 100%;
}
header h4 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
    font-size: 2.5rem;
	z-index: 10;
	width: auto;
	text-align: center;
	font-weight: 500;
	padding:5px 20px;
	background-color: rgba(0, 0, 0, 0.6);
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:visited {
	color:#fff;
	background-color: #ec2b48;
	border-color: #ec2b48;
	outline: none!important;
}
.main{
	width:100%;
	padding-bottom: 50px;
}
.card{
	border:0!important;
}
.card1-bg{
	 background: url(../images/a1.jpg);
	 background-size:cover;
	 width:100%;
	 max-width:100%;
	 height:400px;
	 position:relative;
}
.card2-bg{
	 background: url(../images/a3.jpg);
	 background-size:cover;
	 width:100%;
	 max-width:100%;
	 height:400px;
	 position:relative;
}
.card3-bg{
	 background: url(../images/a2.jpg);
	 background-size:cover;
	 width:100%;
	 max-width:100%;
	 height:400px;
	 position:relative;
}
.card4-bg{
	 background: url(../images/home-social.jpg);
	 background-size:cover;
	 width:100%;
	 max-width:100%;
	 height:400px;
	 position:relative;
}
.card-img-top{
	border: 3px solid #fff;
}
p.safari{
	font-size: 14px!important;
}
.bg-block.saf {
	width:100%;
	position:relative!important;;	
	bottom:0;
	left:0;
	padding:10px 10px 10px 10px;
	background-color:rgba(255, 255, 255,0.9);
	border: 1px dashed #000000;
}
.bg-block.saf img {
	width:100%!important;
}
.bg-block {
	width:100%;
}
.bg-block p{
	font-size: 12px;
	color:#000!important;
	margin:0;
}
.bg-block span.more a{
	font-size: 12px;
	color:red!important;
	float:right;
	padding-top:10px;
	padding-right:15px;
	font-weight:700;
}
.bg-fxd{
	background-attachment:fixed;
}
.content-bg1 {
	background-image: url(../images/bg-beach.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
.request-quote{
	width:auto;
	margin-top: 20px;
	float: none;
	font-size: 14px;
	padding:8px 20px;
	background-color: #ec2b48;
	opacity: 0.9;
	border-radius: 50px;
	color: #fff;
	box-shadow: 0 0 5px #999;
	z-index: 2;
}
.quote-top-block{
	position: absolute;
	right: 0;
	top: 15px;
	z-index: 2;
}
.query-form{
	width:100%;
	float: left;
	padding:2em 3em;
	margin-top: 2em;
	margin-bottom: 2em;
	border:1px solid #515151;
	width:100%;
	max-width:100%;
	height:100%;
	position:relative;
}
.query-form-contact{
	width:100%;
	float: left;
	padding:2em 3em;
	margin-top: 2em;
	margin-bottom: 2em;
	border:1px solid #515151;
	background-size:cover;
	width:100%;
	max-width:100%;
	position:relative;
}
.modal {
	z-index: 999999;
}
.modal-dialog, .modal-content, .modal-header, .modal-body, .modal-footer{
	background-color: #ecb14b;
	border: 0!important;
	border-radius: none;
}
.modal-header{
	 padding: 5px 25px!important;
     border-bottom: 0; 
     border-top-left-radius: 0; 
	 border-top-right-radius: 0;
	 background-color: #ecb14b;
}
.modal-body{
 background-color: #83c4c0;
}
.modal-footer{
	padding-top: 20px!important;
	 padding-bottom: 20px!important;
     border-bottom: 0; 
     border-top-left-radius: 0; 
	 border-top-right-radius: 0;
	 background-color: #ecb14b;
}
.modal-dialog-centered {
    min-height: calc(100% - 8rem);
}
.modal-title {
	width:100%;
   color: #fff;
   float: none;
   font-weight: normal;
   font-size: 26px;
   font-family: 'Kaushan Script', cursive;
   text-align: center;
}
.request-a-quote{
	width:100%;
	float: left;
	width:100%;
	max-width:100%;
	position:relative;
	background-color: #83c4c0;
}
form{
	width:100%;
}
.form{
	padding:35px 20px;
}
.form-name{
	color:#000;
	font-size: 22px;
	padding-bottom: 15px;
}
.form-control{
	width:100%;
	height:35px;
	border-radius:70px;
	margin-right:15px;
	font-size:11px;
	border-color:#999;
	background-color: #f4f4f4;
}
.form-control.no-radius{
	border-radius:5px;
}
.form-control.txt-area{
	width:100%;
	height:150px;
}
.form-control:focus{
	box-shadow: 0 0 0 0.2rem rgba(102, 148, 11, 0.25);
	outline: none;
}
.quick-form{
	background-color: rgba(0,0,0,0.3);
	width:350px;
	display:block;
	margin:auto;
	border-radius:20px;
}
input.subscribe{
	float:left;
	margin-top: 10px;
	width: 200px;
	max-width: 275px;
	border: 1px solid #669;
	background-color: #e5e5e5;
    padding: 8px 5px;
    font-size: 12px;
	color: #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input.subscribe:focus{
	border: 1px solid #666;
	outline: #666;
}
.newsbutton{
	border: 1px solid #666;
	clear:both;
    padding: 4px 16px;
	color: #fff;
	font-size: 14px;
    margin-top: -1px;
    float: left;
    background-color: #666;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.newsbutton:hover{
 background-color: #515151;
}
button.btn{
	padding:5px 20px;
	border-radius:70px;
	background-color:#ec2b48;
	color:#fff;
	width:auto;
	margin:auto;
	float:none;
	display:inline-block;
}
a.btn{
	height:30px;
	padding:0 20px;
	border-radius:70px;
	background-color:#0a8f45;
	color:#fff;
	width:100px;
	margin:auto;
	float:none;
	margin-bottom:1em;
	display:inline-block;
}
table.tbl tr td{
	padding:5px;
	border:1px solid #bfbfbf;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
input[type:radio] {
	margin:10px!important;
}
span.numb{
	padding-left:10px;
}
.call-us-now{
	padding:10px;
	position: absolute;
	left:70px;
	font-weight: 700;
	color: #ffffff;
	top:10px;
	background-color: rgba(0, 0, 0, 0.9);
	width:23%;
	min-width: 299px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.reservation-bg{
	background-image: url(../images/bg-birds.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
.welcome-block{
	width: 100%;
	float: left;
	margin: auto;
}
.welcome-block h2 {
	font-size: 36px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #0094da;
	font-weight: 400;
	font-family: 'Kaushan Script', cursive;
}
.corbett-tour-package h2 {
	font-size: 34px;
	color: #0094da!important;
	font-weight:500;
}
.corbett-tour-package a img:hover {
	opacity: 0.8;
}
.corbett-tour{
	width: 100%;
	float: left;
	border: 1px solid rgb(231, 231, 231);
	margin-bottom: 15px;
	text-align: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 15px #b7b7b785;
}
.corbett-tour h5{
	font-family: 'Kaushan Script', cursive;
	float: left;
	width: 100%;
	font-size: 18px;
	color: #000;
	font-weight: 500;
	padding: 0;
	margin: 0 0 0 10px;
}
.corbett-tour p{
	float: left;
	width: 100%;
	font-size: 11px;
	color: #666;
	padding: 0;
	margin: 0 0 10px 10px;
}
.corbett-tour img{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius:0 ;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
h3.jeep-safari, h3.canter-safari {
	width: 100%;
	font-size: 26px;
	padding-top: 15px;
	padding-bottom:10px;
	color: #0094da;
	font-weight: normal;
	margin: auto;
	font-family: 'Kaushan Script', cursive;
}
h3.fun-activities {
	width: 100%;
	text-align: left;
	font-size: 26px;
	padding-top: 15px;
	padding-bottom:10px;
	color: #0094da;
	font-weight: normal;
	margin: auto;
	font-family: 'Kaushan Script', cursive;
}
.fna{
	width: auto;
	position: absolute;
	float: left;
	padding: 10px;
	color: #ef435d;
	border-radius: 25px;
	background-color: rgb(255, 255, 255, 0.8);
	left:30px;
	top: 20px;
}
.view-details{
	float: left;
	color: #fc7a1a; 
	padding: 10px 0px 10px;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 10px 10px;
}
.view-details:hover {
	color: #b65007;
}
.view-package{
	width: auto;
	position: absolute;
	right: 15px;
	top: 15px;
	color: #fff; 
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	padding: 10px 15px;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 10px 10px;
	background-color: #ef435d;
	opacity: 0.8;
}
.view-package:hover{
	background-color: #ec2b48;
}
.book-now{
	float: right;
	background-color: #ef435d;
	padding: 8px 10px;
	color: #fff;
	font-size: 12px;
	margin: 0 10px 10px 0;
	border-radius: 35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
}
.book-now:hover{
	background-color: #ec2b48;
}
.book-btn{
	width:auto!important;
	float: right;
	margin: 0;
	padding: 0;
}
.book-s a{
	display: block;
	padding:10px 15px;
	border: 1px solid #ffffff;
	background-color: green;
	color: #ffffff!important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 10px;
	margin-bottom:5px;
}
.activities{
	width:100%;
}
.spl-package{
	width:100%;
	position:absolute;
	bottom:0;
	margin:0;
	background-color:#1a161699;
}
.spl-package span{
	float:left;
	color:#fff;
	font-weight:700;
	padding:25px 20px 20px 13px;
	margin-right:30px;
	background-color:#466b1a;
}
.spl-package p{
	float:left;
	margin:0;
	padding:0;
	margin-top:25px;
	color:#fff;
	width:calc(100% - 280px);
}
.spl-package p marquee{
	float:left;
	margin:0;
	padding:0;
	cursor:pointer;
}
.spl-package p marquee a{
	font-weight:700;
}
.tour-packages{
	width: 100%;
	border: 1px solid rgb(214, 214, 214);
	padding: 5px;
}
.package-title{
	font-size: 24px;
	text-align: left;
	color: #0054a6;
	text-align: left;
	width: 100%;
	float: left;
	padding-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
p.destination {
	padding: 5px;
	float: left;
	font-weight: bold;
	text-align: left;
	width: 100%;
	color: #242424;
	border: 1px solid #eee;
}
p.destination span{
	display: inline-block;
	padding: 5px 10px;
	width: auto;
	color: #878787;
	font-weight: normal;
	margin: 5px 5px 5px 0;
	border: 1px solid #ccc;
}
p.destination span:last-child{
	padding: 0;
	margin: -10px 0 0 0;
	border: 0px;
}
.package-date{
	float: left;
	background-color: #0054a6;
	padding: 10px 15px;
	color: #fff;
	margin-right: 15px;
	font-weight: bold;
}
.itenary{
	background-color: #b8e7ea;
	color: #0094da;
	margin-top: 20px;
	margin-bottom: 0;
}
.itenary-block{
	border: 1px solid #ddd;
	width: 100%;
	float: left;
	padding: 15px;
}
.package-incexc{
	text-align: left;
	margin-left: 20px;
}
.package-incexc ul{
	padding-left: 0;
	margin-left: 0;
}

.package-incexc ul li{
	list-style-type: none;
	text-align: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
	
}
.package-incexc ul li a{
	color:#000;
	text-decoration: underline;
}
.inc ul li::before{
	content: "√";
	padding-right: 10px;
	margin-left: 0;
	font-weight: bold;
	font-size: 14px;
	color: green;
}
.exc ul li::before{
	content: "x";
	padding-right: 10px;
	margin-left: 0;
	font-weight: bold;
	font-size: 14px;
	color: red;
}
footer > .container p {
	color: #999;
	font-weight: 300;
	font-size: 13px;
}
footer h4 {
	float: none;
	width: 100%;
	font-family: 'Kaushan Script', cursive;
	font-size: 20px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-weight: normal;
	color: #999;
	border-bottom: none;
}
ul.foot-links {
	float: left;
	list-style-type: none;
	/*list-style-image: url(../images/bullet.png);*/
	margin-left: 0;
	padding-left: 0px;
	margin-right: 30px;
}
ul.foot-links li {
	color: #999;
}
ul.foot-links li::before {
	content: "»";
	padding-right: 10px;
	margin-left: 0;
}
ul.foot-links li a {
	color: #999;
	font-weight: 300;
	font-size: 12px;
}
ul.foot-links li a:hover {
	color: #fff;
	font-weight: 300;
	font-size: 12px;
}
footer .fa {
	padding: 3px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
}
footer .fa:hover {
	opacity: 0.7;
}
footer .fa-facebook {
	background: #3B5998;
	color: white;
	width: 50px;
	padding: 10px;
	font-size: 25px;
}
footer .fa-twitter {
	background: #55ACEE;
	color: white;
	width: 50px;
	padding: 10px;
	font-size: 25px;
}
footer .fa-youtube {
	background: #bb0000;
	color: white;
	width: 50px;
	padding: 10px;
	font-size: 25px;
}
footer .fa-instagram {
	background: #125688;
	color: white;
	width: 50px;
	padding: 10px;
	font-size: 25px;
}
footer p.call-us {
	color: #fff!important;
	font-weight: 300;
	font-size: 16px;
}
footer p.call-us .fa {
	padding: 0px 5px!important;
	margin: 0px!important;
	text-align: left;
	width: 20px;
	font-size: 16px;
}
footer .social a.fa {
	padding: 15px 0px!important;
}
.bg-foot {
	background-color: #000;
	float: left;
	padding-top:50px;
}

.social-icons{
	position: fixed;
	left: 0;
	top: 23%;
	width: 45px;
	z-index: 999999;
}

.social-icons a.fa{
	width: 35px;
	height: 40px;
	margin-bottom: 0px;
	padding-top: 12px;
	text-align: center;
	vertical-align: middle;
}
.social-icons a.fa:hover{
	 -webkit-filter: blur(0.6px);
      filter: blur(0.6px);
}
.social-icons .fa-facebook {
	background-color: #3B5998;
}
.social-icons .fa-twitter{
	background-color: #55ACEE;
}
.social-icons .fa-youtube{
	background-color: #bb0000;
}
.social-icons .fa-instagram{
	background-color: #125688;
}
footer .request-quote{
	display: none;
}


/*   Media Query of the page starts here*/

@media only screen and (min-device-width: 980px) and (max-device-width: 1199px){
ul.nav li:nth-child(2), ul.nav li:nth-child(6){
	display: none;
}
}
@media only screen and (max-width: 1024px){
.header-inner {
    position: relative;
    top: 75px;
}
iframe{
	width:100%;
}
}
@media only screen and (max-width: 991px){
.logo{
	display: none;
}
.logo-mobile{
	left: 0px!important;
	top: -42px!important;
	position: absolute;
	z-index: 2;
	display: block;
	border: 1px solid #4e4e4e;
}
.request-quote{
	margin-top: 20px;
	font-size: 14px;
	padding:8px 20px;
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
}
.navbar {
	padding:0;
	float: left;
	width:100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.navbar ul {
	margin-top: 40px;
	border: 1px dashed rgba(255, 255, 255, 0.3);
}
.navbar-toggler {
	position: absolute;
	right: 0;
	top: 15px;
	border: 0;
}
ul li:hover ul{
	display:none;
}
}

@media only screen and (max-width: 768px){
header h4 {
    display:none;
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
}
.logo{
	display: none;
}
.logo-mobile{
	left: 20px;
	top: -35px;
	position: absolute;
	z-index: 2;
	display: block;
}
.navbar {
	padding:0;
	float: left;
	width:100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.navbar-toggler {
	position: absolute;
	right: 0;
	top: 15px;
	border: 0;
}
h5.caption-title{
	width: 100%;
	padding: 15px 7px 0px  7px;
	font-size: 32px;
}
p.caption-discription{
	width: 85%;
	padding: 0px 7px 15px 7px;
	font-size: 13px;
}
.request-quote{
	margin-top: 20px;
	font-size: 14px;
	padding:8px 20px;
}
iframe{
	width:100%;
}
#popup h2{
	font-size: 34px;
}
.top-packages{
	display: none;
}
button.navbar-toggler{
	    margin-right: 10px;
}
.navbar-dark .navbar-nav .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
}
.quick-form{
	width:auto;
	max-width:350px;
	min-width:300px;
}
.call-us-now{
	display:none;
}
#popup {
    max-width: 80%;
	min-height: 100px;
	padding: 20px;
    position: relative;
	top: 30%; left: 12%;
	transform: translate(-50% -50%)
}
.whatsapp{
	position: fixed;
	bottom: 55px;
	right: 5px;
}
h3 {
	width: 100%;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom:25px;
	color: #666;
	font-weight: 700;
	margin: auto;
}
.calling{
	position: fixed;
	bottom: 115px;
	right: 5px;
}
}
@media only screen and (min-device-width: 760px) and (max-device-width: 770px){
.top-packages {
    display: block;
}
}
@media only screen and (max-width: 640px){
.logo{
	display: none;
}
.logo-mobile{
	left: 20px;
	top: -35px;
	position: absolute;
	z-index: 2;
	display: block;
}
h3 {
	width: 100%;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom:25px;
	color: #666;
	font-weight: 700;
	margin: auto;
}
h5.caption-title{
	width: 100%;
	padding: 15px 7px 0px  7px;
	font-size: 28px;
}
p.caption-discription{
	width: 85%;
	padding: 0px 7px 15px 7px;
	font-size: 11px;
}
.navbar {
	padding:0;
	float: left;
	width:100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.navbar-toggler {
	position: absolute;
	right: 0;
	top: 15px;
	border: 0;
}
.welcome-block{
	margin-bottom: 15px!important;
}
.welcome-block h2{
	padding-top: 15px!important;
	font-size: 30px;
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
}
.social-icons {
    width: 20px;
}
.mail-us{
	display: none;
}
.call-us{
	margin-right: 0px!important;
	padding-right: 0px!important;
}
.social-icons a.fa {
    width: 20px;
	height: 23px;
	font-size: 14px;
	margin-bottom: 0px;
	margin: 0px!important;
    padding-top: 6px;
    text-align: center;
	vertical-align: middle;
}
header h4 {
    font-size: 1.5rem;
}
header .request-quote{
	display:none;
}
footer .request-quote{
	display: block;
	width:100%;
	position: fixed;
	bottom: 0px;
	left: 0;
	text-align: center;
	font-size: 16px;
	padding:10px 35px;
	background-color: #ec2b48;
	opacity: 1;
	border-radius: 0px;
	color: #fff;
	box-shadow: 0 0 5px #999;
	z-index: 2;
}
.subscribe, .newsbutton{
	display: none;
}
figure .fig img{
	width:100%;
}
.navbar-brand{
	-webkit-box-shadow: none;
     box-shadow: none;
}
button.navbar-toggler{
	margin-right: 10px;
}
.header-inner {
    position: relative;
    top: 56px;
}
p img{
	width:100%;
}
.mt-70 {
    margin-top: 35px!important;
}
header p.cption{
	color:#ffffff;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 10px;
	text-shadow: 0 2px 6px rgba(0,0,0,.8);
}
}

@media only screen and (max-width: 481px){
h5.caption-title{
	width: 100%;
	padding: 15px 7px 0px  7px;
	font-size: 20px;
}
p.caption-discription{
	width: 85%;
	padding: 0px 7px 15px 7px;
	font-size: 9px;
}
}
