/*=================================================
||				1. Imports 
==================================================*/
@import url(http://fonts.googleapis.com/css?family=Roboto:100,400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);

body
{
	font-family: 'Roboto', 'Open-Sans', sans-serif;
	overflow-x: hidden;
	color: #fff;
}
/*Owl Carousel*/
.owl-prev, .owl-next
{
	position: absolute;
	top: 43%;
	font-size: 22px;
	padding: 5px;
}
.owl-next
{
	right: -40px;
}
.owl-prev
{
	left: -40px;
}
.owl-prev:before
{
    content: "\f3d2";
    font-family: 'ionicons';
 	/*color: #fff;*/
}
.owl-next:before
{
    content: "\f3d3";
    font-family: "ionicons";
    /*color: #fff;*/
}
.section-title {
    /* color: #313131; */
    color: #2d67ab;
    text-align: center;
}
.section-subtitle{
	color: #2d67ab;
	text-align: center;
	margin-bottom: 50px;
}
p{
	color: #969595;
}
.border-radius{
	border-radius: 0 !important;
	border-color: #60c9eb;
	height: 45px;
}
p:hover{
	cursor: default;
}
.navbar-toggle {
    background-color: rgb(96, 201, 235);
    border: 1px solid rgb(96, 201, 235);
    border-radius: 0;
    transition: all .4s ease-in-out;
}
.navbar-default .navbar-toggle {
    border-color: rgb(96, 201, 235);
}
.navbar-default .navbar-toggle .icon-bar{
	background: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background: #fff;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
    background-color: rgb(96, 201, 235);
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*=================================================
||				3. Header
==================================================*/
			/*navbar*/
.navbar-default .navbar-brand{
	border: 1px solid transparent;
	color: #60c9eb;
	font-size: 33px;
	padding: 10px 0px;
	height: auto;
	font-weight: 400;
	letter-spacing: -1px;
	text-transform: capitalize;
}
.navbar-default .navbar-brand span{
	color: #583b54;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
	color: #60c9eb;
}
.navbar-default {
      transition: background-color 0.5s ease;
        height: 70px;
    background-color: transparent;
    border-color: transparent;
    /*padding: 5px 0px;*/
    padding-bottom:80px;
    border-radius: 0;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a{
    color: black;
    /*color: #e0e4ea;*/
    /*padding-right: 20px;
    padding-left: 20px;*/
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    /*letter-spacing: 1px;*/
    transition: all .4s ease-in-out;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #60c9eb;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #60c9eb;
	background: #e8f9ff;
}
.navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: transparent;
    color: #60c9eb;
    background: #e8f9ff;
}
		/*Home*/
.flexslider{
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 0;
	border: 0;
	overflow-x: hidden;
	background: transparent;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-size: cover;

}
.slider-item{
	background-size: inherit;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.inner-intro{
	display: table-cell;
	vertical-align: middle;
	position: relative;
    top:-260px;
}
.intro{
	display: table;
	text-align: center;
	width: 100%;
	height: 100vh;
}
.header-title{
	font-size: 34px;
	font-weight: 400;
        /*opacity: 0.6;*/
}
.header-title span{
	font-weight: 700;
}
.header-sub-title{
	font-size: 14px;
	color: #fff;
        /*opacity: 0.6;*/
	margin: 20px 40px 25px;
}




.h3titlehome {position:relative;top:79px;left: 140px;color: #0E4B9A;font-size: 26px;font-weight:400;
}


.h3title {position:relative;top:90px;left: 140px;color: #0c7193;font-size: 26px;font-weight:400;
}
.h3title .h3titlespan {color:#8fe0f6 ;
}
.custom-btn{
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    transition: all .4s ease-in-out;
}
.custom-btn:hover{
	background: #fff;
	color: #583b54;
}
/*=================================================
||				4. Find a Tour
==================================================*/
.form-dropdown{
	margin-top: -25px;
}
.custom-addon{
	background: #fff;
}
.border-right{
	border-right: 0px;
}
.custom-button{
	background: #60c9eb;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	transition: all .4s ease-in-out;
}
.custom-button:hover{
	background: #53B1DE;
	border-color: #53B1DE;
	color: #fff;
}
.tour .input-group{
	margin-bottom: 22px;
}
/*=================================================
||				5. Our Blazzing offers
==================================================*/
.offer{
	color: black;
	text-align: center;
	/*background: #f9f9f9;*/
}
.offer-item{
	background: #fff;
	letter-spacing: 1px;
	padding: 30px;
	transition: all .7s ease-in;
	margin: 10px 0px;
}
.icon{
	padding: 20px 0;
	font-size: 35px;
	color: #60c9eb;
}
.offer-item h3{
	padding-bottom: 40px;
	margin: 0px;
	font-size: 15px;
}
.offer-item p{
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 170%;
}
.offer-item:hover{
	box-shadow: 0 0 30px rgba(125, 125, 125, 0.1);
}


/*=================================================
||				6. Top place to visit
==================================================*/
.visit-item{
	padding: 0px 15px;
	transition: all .4s ease-in-out;
	opacity: .6;
}
.visit-item:hover{
	opacity: 1;
}
.visit .owl-theme .owl-controls .owl-nav [class*=owl-]{
	background: #fff;
	color: #60c9eb;
	font-size: 25px;
}
/*=================================================
||				7. offer-cta
==================================================*/
.offer-cta{
	background: url("../images/cta-1.png") right center;
	background-size: cover;
}
.offering{
	float: right;
	color: #60c9eb;
	text-align: center;
	padding: 32px 0;
}
.percent{
	font-style: italic;
	font-size: 68px;
}
.percent span{
	font-size: 117px;
	font-weight: 700;
	font-style: normal;
}
.FTour{
	font-size: 30px;
	font-weight: 200;
	margin-top: -20px;
}
.price-btn{
	background: #60c9eb;
    color: #fff;
    border-color: #60c9eb;
    text-transform: capitalize;
    margin: 20px;
}
.price-btn:hover{
	color: #60c9eb;
    background-color: #fff;
    border-color: #60c9eb;
}
/*=================================================
||				8. Additional Services
==================================================*/
.additional-services .col-md-4{
	margin-bottom: 30px;
}
.custom-table{
	display: table;
}
/*.additional-services .custom-table:hover{
	box-shadow: 0 0 30px rgba(125, 125, 125, 0.1);
}*/
.add-srvc-img{
	left: 0;
    top: 0;
    bottom: 0;
}
.add-srvc-heading{
	color: #313131;
	font-size: 16px;
}
.add-srvc-detail{
	display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    background-color: #f9f9f9;
    color: #969595;
    font-size: 13px;
    padding-right: 30px;
}
/*=================================================
||				9. Sponsor
==================================================*/
.sponsor{
	text-align: center;
	background: #f9f9f9;
}
.sponsor-item{
	 /*width: 100px !important; */
	padding: 15px;
	opacity: 1;
	transition: all .4s ease-in-out;
	margin-bottom: 5px;
}
/*.sponsor-item:hover{
	opacity: 1;
}*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #60c9eb;
}
.owl-theme .owl-dots .owl-dot span{
	background: #f1f1f1;
}
/*=================================================
||				10. Subscribe
==================================================*/
.subscribe{
	text-align: center !important;
}
.brand-logo{
	font-size: 33px;
	color: #60c9eb;
}
a.brand-logo span{
	color: #583b54;
}
a.brand-logo:focus, a.brand-logo:hover{
	color: #60c9eb;
	text-decoration: none;
}

.subscribe-now{
	color: #313131;
	font-size: 13px;
	margin: 40px 0 20px;
}
.custom-sub-btn{
	background-color: #60c9eb;
	color: #fff;
	border-color: #60c9eb;
	transition: all .4s ease-in-out;
}
.custom-sub-btn:hover{
	background: #53B1DE;
	border-color: #53B1DE;
	color: #fff;
}
/*.input-group .custom-sub{
	width: 300px;
}*/
.social-icon{
	text-align: center;
    list-style-type: none;
    margin: 30px 0 0;
    padding: 0;
    font-size: 20px;
}
.social-icon li{
	display: inline;
    padding: 5px;
}
.social-icon a{
	color: #60c9eb;
}
.social-icon a:hover{
	color: #53B1DE;
}

footer {
    z-index: 1000;
    /*height: 60px;*/
    text-align: center;
    padding: 15px;
    background: #03499a;

}
footer a{
	color: #fff;
	padding: 5px;
}
footer a:hover{
	color: #fff;
}
footer a:hover, footer a:focus{
	text-decoration: none;
	color: #fff;
}
.top {
    display: inline-block;
    float: right;
    background-color: #2F6B5A;
    border-radius: 4px;
}
/*=================================================
||				13. Media Query
==================================================*/


/*@media   ( max-width : 1091px) {
    .navbar-default .navbar-collapse{position:relative;left:40px;}
    .container > .navbar-header {position:relative;left:-110px;
    }

}*/


@media only screen and (min-width: 367px) and (max-width:516px) {


    #LogoHref img {
        width:230px !important;
    }

    .navbar-brand > img {
        top: 10px !important;left:40px !important;
    }
    .h3titlehome {top:13px !important ;font-size:20px !important;left:92px !important;
    }
    /*.flexslider:hover .flex-direction-nav .flex-prev {display:none ;
    }*/

    .header-title {position:relative;top: 30px;
    }
    .header-sub-title {    position: relative;    top: 30px;
    }

}


@media only screen and (max-width: 366px) {
    .navbar-brand > img {

        left: 35px !important;
    top: 10px !important;
    }
    .h3titlehome {top: 12px !important;font-size: 20px !important;left:83px !important;
    }
      .header-title {position:relative;
                
    top: 23px;
    }
    .header-sub-title {    position: relative;    top: 30px;
    }
    
}














@media screen and (min-width: 800px) and (max-width: 1091px) { 
    /* STYLES HERE */
      .navbar-default .navbar-collapse{position:relative;left:40px;}
    .container > .navbar-header {position:relative;left:-110px;
    }
    .sectImg  {margin-right: 7px !important;width:340px !important;
    }
    .FirstImg {    margin-left: 8px !important;    width: 340px !important ;
    }
}















@media (max-width: 991px){
	.offer-cta{
		background: url("../images/cta-1.png") bottom left no-repeat;
	}
	.offering{
		padding-bottom: 300px;
	}


    .bx-wrapper {
        margin-top:13.5%;
    }
}
@media (max-width: 480px){
	.slider-item{
		background-image: none !important;
	}
	.slide{
		height: auto;
	}
	.intro{
		max-height: 627px;
	}
	.navbar-default .navbar-nav>li>a{
		font-weight: 400;
	}
	.navbar-default .navbar-brand{
		padding-left: 15px;
	}
}

















/*==================================NEWS====================*/
.who{
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.who h3{
	color: #313131;
	font-size: 20px;
	padding: 15px 30px;
	text-transform: capitalize;
}
.who-detail{
	font-size: 13px;
	color: #969595;
	line-height: 200%;
	padding: 0 30px 20px;
}
.who-img{
	width: 100%;
}



.Services-detail{
	/*font-size: 13px;*/
	color: #969595;
	/*line-height: 200%;*/
	padding: 0 30px 5px;
}

















.top {width: 41px; height:37px
}




.FirstImg {margin-left: 80px;width:350px ; height:190px;border:solid;border-color:aliceblue;  
}
/*.sectImg {     margin-right: 135px;  margin-top: -191px;float:right;width:350px ; height:190px;  border:solid;border-color:aliceblue;   
}*/



.FirstImg #irstImage:hover {-webkit-transform: scale(1.3,1.3);
}
.FirstImg #irstImage {-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}



.sectImg #secImage:hover {-webkit-transform: scale(1.3,1.3);
}

.sectImg #secImage {-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
      transition: all 0.4s;
}


.top:hover {    background-color: rgba(0,0,0,0.20);
}





#lblConfirm {
color: #0e4b9a;
    margin-bottom: 40px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
}



/*.owl-carousel .owl-item .nkhlimg , .owl-carousel .owl-item .nkhlimg {    margin-top: 17%;
}*/

.owl-carousel .owl-item #nkhlimg {     margin-top: 17%;
}
.owl-carousel .owl-item #nkhlimg1 {    margin-top: 17%;
}
.owl-carousel .owl-item #nkhlimg2 {    margin-top: 17%;
}
.owl-carousel .owl-item #nkhlimg3 {    margin-top: 17%;
}
.owl-carousel .owl-item #nkhlimg4 {    margin-top: 17%;
}
.owl-carousel .owl-item #nkhlimg5 {    margin-top: 17%;
}
.owl-carousel .owl-item #nkhlimg6 {    margin-top: 17%;
}


@media only screen and (min-width: 992px) {


    .form #MessagetxtAreaDiv {width: 96.5%;
    }
}

#ContentUl ,.Services-detail , #ContentUlCharter{
    color:#0E4B9A ;
    /*font-size:14px;*/
        /*letter-spacing: 1px;*/
}

.RadUpload .ruBrowse {
 background: #53B1DE !important;
 border-color: #53B1DE !important;
 color: white !important;
}

.modal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.center
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    /*background-color: White;*/
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.center img
{
    height: 128px;
    width: 100px;
}




.subscribe p .hrefBookFlights {/*font-family: Arial, Helvetica, sans-serif;*/
    /*border-color: #60c9eb !important;*/
    border-style: solid;
    margin: 5px;
    font-weight: bold;
    color: #0E4B9A;
    font-size: 20px;
    border: 2px solid #60c9eb;
    }

/*#txtFirstLastName, #txtEmailAddress, #txtphoneNumber, #MessagetxtArea {z-index:-1;
}*/




.bottom0important {

    bottom:0 !important;
}





div.top.MOVARROW {
      display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

      align-items: center;
    justify-content: center;



    flex-align:center;
    flex-item-align:center;
}

