html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
	margin-bottom: 60px;

	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: cover;
	background-attachment: fixed;
	background-image: url('../img/content_bg.jpg');
}

/* NAVBAR BEGIN
-------------------------------------------------- */
#header{
	background-color: #FFFFFF;
	padding-top: 15px;
	z-index: 980;
}

#mainMenu{
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);	
    z-index: 1000;
    padding: 0px 15px !important;
}

#mainMenu.fixed-top{
	top: 15px;
}

.navbar{
	padding: 0px !important;
}

.navbar-nav{
	margin-left: 30px;
}
.babusxriki{
	display: none;
}
.navbar-brand{
	height: 80px !important;
}

.navbar-brand img{
	height: 80px;
}
.navbar-nav li,
.navbar-nav .nav-link {
	    font-family: Arial;
	font-weight: bold;
	text-decoration: none !important;	
	/*text-align: center;*/
}

.navbar-nav #current a,
.navbar-nav .active > a{
	color: #F48020 !important;	
}

.nav-link {
    padding: .2rem .4rem!important;
}


#mainMenu .menu > li:first-child{
	display: none;
}

#socialLink .nav-link{
	padding-left: 2px;
	padding-right: 2px;
}

.years10 {
margin-left: 1rem;
margin-right: 0px !important;
}
.years10 img{
  display: block;
  max-width:70px;
  max-height:70px;
  width: auto;
  height: auto;
}

/* NAVBAR END
-------------------------------------------------- */





/* BANNER BEGIN
-------------------------------------------------- */
.fillContainer{
	min-height: 100%;
    height: 100%;
    
    position: relative;
}

.animation-delay-400{
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animation-delay-350{
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.animation-delay-300{
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animation-delay-250{
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animation-delay-200{
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animation-delay-150 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animation-delay-100 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animation-delay-50 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#companyBanner{
	height: 300px;
	background-image: url('../img/bg_01.jpg');
}


#companyBanner .firstBanner{margin-top: 90px;}
#companyBanner .secondBanner{margin-top: 25px; margin-left: -30px;}
#companyBanner .thirdBanner{margin-top: 45px; margin-left: 40px;}



/*Aboutus Begin*/

#bannerAboutUs{
	height: 300px;
	background-image: url('../img/mainbg.jpg');
}

#bannerAboutUs .firstBanner,
#bannerAboutUs .secondBanner,
#bannerAboutUs .thirdBanner{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-repeat: no-repeat;
}

#bannerAboutUs .firstBanner,
#bannerAboutUs .secondBanner{
  background-position-x: center;
  background-position-y: bottom;	
}


#bannerAboutUs .firstBanner{
	z-index: 100; 
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    resize: both;
	background-image: url('../img/aboutus_1.png');}

#bannerAboutUs .secondBanner{
	z-index: 50; 
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    resize: both;
	background-image: url('../img/aboutus_2.png');}

#bannerAboutUs .thirdBanner{
	z-index: 150; 
	background-image: url('../img/aboutus_3.png');
    background-position-x: 110px;
	background-position-y: 30px;

	}
/*Aboutus End*/




















/*BANNER NEW BEGIN*/

.bannerSection{
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
    
    border-bottom:1px solid #FFFFFF;	

	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: cover;
	background-attachment: fixed;    	

	overflow: hidden;
}


#bannerNewAboutUs .animated
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-repeat: no-repeat;  
  
  background-position: center center;
  
  background-size: contain;
}

@media screen and (max-width: 990px ) {
	#bannerAboutUs .thirdBanner {
	    z-index: 150;
	    background-image: url(../img/aboutus_3_1.png);
	    background-position-y: 31px;
	    background-position-x: center;
	}
}













/*NewAboutusBanner BEGIN*/
#bannerNewAboutUs{
	height: 300px;
	background-image: url('../img/mainbg.jpg');	
}

.aboutusBannerFirst{background-image: url('../img/aboutus_01.png');		-webkit-animation-delay: 2.0s; animation-delay: 2.0s;}
.aboutusBannerSecond{background-image: url('../img/aboutus_02.png');	-webkit-animation-delay: 1.0s; animation-delay: 1.0s; z-index: 500;}
.aboutusBannerThird{background-image: url('../img/aboutus_03.png');		-webkit-animation-delay: 1.5s; animation-delay: 1.5s;}

@media screen and (max-width: 800px) {
.aboutusBannerFirst{background-image: url('../img/aboutus_01_small.png');	-webkit-animation-delay: 2.0s; animation-delay: 2.0s;}
.aboutusBannerSecond{background-image: url('../img/aboutus_02_small.png');	-webkit-animation-delay: 1.0s; animation-delay: 1.0s; z-index: 500;}
.aboutusBannerThird{background-image: url('../img/aboutus_03_small.png');	-webkit-animation-delay: 1.5s; animation-delay: 1.5s;}
}
/*NewAboutusBanner END*/

/* BANNER END
-------------------------------------------------- */


/* CONTENT BEGIN
-------------------------------------------------- */

.contentheading,
.firstPage.wheater h2,
.ContactContainer h2{
    font-weight: bold;
    color: #F48020;
    font-size: 24px;
}

.commonBlock table {
	background-color: #FFFFFF;
	color: #808080;
	font-weight: bold;
}

.commonBlock table td, 
.commonBlock table th
{
	padding: 0px;
	border-top: none;
	text-align: center;
} 

.commonBlock table th
{
	background-color: #E6E6E6;
}

.commonBlock table th:first-child
{
	background-color: #5C5856;
	color: #FFFFFF;
}

.commonBlock table td:first-child{
	color: #F48020;	
}

.categoryListMod{
	list-style: none;
	text-align: center;
	padding: 0px;
}

.categoryListMod li img{
    max-width: 100%;
}



.categoryListMod a:hover{
	text-decoration: none;
}

.sectionTitle{
	font-weight: bold;
	font-size: 24px;
}
.categoryTitle{
    color: #F48020;	
    margin-left: 5px;
}

.hotelBlock{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.cateringBlock{ 
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}

.cateringBlock p{margin: 0px; padding: 0px;}

.cateringBlock h1{color: #0071BC; font-size: 20px !important; margin: 0px; padding: 0px;}
.cateringBlock h2{color: #666666; font-size: 16px !important; margin: 0px; padding: 0px;}
.cateringBlock h3{color: #F48020; font-size: 20px !important; margin: 0px; padding: 0px;}
.cateringBlock img{ max-width: 100%;}


/* CONTENT END
-------------------------------------------------- */


.footer {
  position: absolute;
  padding: 10px;
	    
  bottom: 15px;
  width: 100%;
  /* Set the fixed height of the footer here */
  
  /*line-height: 30px; /* Vertically center the text there */
  background-color: #f5f5f5;

    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .5);
  
  text-align: center;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 30px 15px 120px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

/*Content*/


.cont_justify {
	text-align:justify
}

.cont_costumer img {
	max-width: 100%;
    max-height: 100%;
	vertical-align: middle;
	border: 0;
	
	
}

.content_list {
}

.content_list li {
    list-style-type: square;
}

/**/

.col_4 {	
	padding: 13px;
	text-align: center;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
	float:left;
	
}

.col_4 img {
	max-width: 100%;
    max-height: 100%;
	vertical-align: middle;
	border: 0;
}

.col_25 {
	text-align: center;
	-webkit-box-flex: 0;
	float:left;
}

.col_25 img {
	max-width: 100%;
    max-height: 100%;
	vertical-align: middle;
	border: 0;
}

.col_75 {
	font-size: 12px;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 69%;
    width: 69%;
	float:left;
}

.col_cell_top {
	font-size: 12px;
	padding: 5px;
	background-color:#F2F2F2;
	border: 1px solid #CCCCCC;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
	float:left;
}

.col_cell_info {
	font-size: 12px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
	float:left;
}

.col_cell_info_price {
	font-size: 12px;
	font-weight:bold;
	color: #F7931E;

}

.padding_l_10 { padding-left: 10px;	}
.padding_b_10 { padding-bottom: 10px;	}


ul.cont {
    list-style-type: square;
}

/*button*/

.button {
  border-radius: 5px;
  background-color: #F48020;
  border: none;
  color: #FFFFFF !important;
  text-align: center;
  font-size:16px !important;
  width:100%;
  padding: 10px;
  transition: all 0.5s;
  cursor: pointer;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.button span a {
	text-decoration:none;
	color: #FFFFFF 
}



/*responsive*/

@media screen and (min-width:380px){
.footer {
	height: 70px;
}
}


@media screen and (max-width:767px) {

.col_4 {
width: 50%;
}	

.col-4 {
	width: 100%;
}

.col_25 {width:100%}
.col_75 {width:100%}

}

@media screen and (min-width:768px) {

	
}

@media screen and (min-width:992px) {
.col_4 {
width: 25%;
}	
}
@media screen and (max-width:992px) {


.col_25 {width:100%}
.col_75 {width:100%}

}

@media screen and (min-width:1200px) {

}

/*MGD Responsive*/
@media screen and (min-width:1200px) {
.col-half-offset{margin-left:4.166666667%;}
}
@media screen and (min-width:990px) {
.showDropMenu{display: none;}
}


/*Preloader*/
/*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 400px;
}


/*Contact Form*/
/*----------------------- Contact Form -----------------------*/


/* Create two columns that float next to eachother */
.ContactContainer .column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 20px;
}

/* Clear floats after the columns */
.ContactContainer .row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .ContactContainer .column, .ContactContainer input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}


/**/



@media screen and (max-width: 990px ) {


#bannerFlightSupport .firstBanner {
    background-size: 50%;
        background-position: center left;
    margin-left: 40px;
}

#bannerFlightSupport .secondBanner {
    background-size: 80%;
}

#bannerFlightSupport .thirdBanner {
    background-size: 40%;
    margin-right: 20px;
}

#bannerFlightSupport .fourthBanner {
    background-position: left top;
    margin-top: 40px;
    margin-left: 20px;
}
	
	/*SPECIAL OFFER*/
	
#bannerSpecialOffer .fourthBanner {
    background-position-y: 20px;
    background-position-x: 20px;
    background-size: 60%;

}
	
	#bannerSpecialOffer .thirdBanner {
    background-position-y: bottom;
    background-position-x: -117px;
    margin-bottom: 28px;
    background-size: 60%;

}


}




	

@media screen and (max-width: 800px) {
	

#bannerPriceList .firstBanner{ 
	background-size:contain;
	
	}
	
	
#bannerSpecialOffer .firstBanner{
	background-position: center;
	background-size: 80%;
	resize: both;
	}
	
#bannerSpecialOffer .secondBanner{
    background-position-y: -9px;
    background-position-x: 290px;

	z-index: 50;
	}
	
	#bannerAboutUs {
    height: 250px;
    }
	
	


	
}
.minisite_title{
	font-size: 21px; 
	text-align: center;
	width: 100%;
}
@media screen and (max-width: 900px) {
  .minisite_title{
	font-size: 15px; 
	text-align: center;
	width: 100%;
	}
}