

body{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.9;
}





.top-bar{
	background: #F5002A;
    color: #fff;
    padding: 15px 0;
}
.heading-top h1{
	font-weight: 700;
    font-style: italic;
    font-size: 40px;
    text-shadow: 1px 2px 5px #888;
    color: #FFF200;
    margin: 15px 0;
}
.slider{
	float: left;
    width: 100%;
    background: url('../images/banner.jpg') no-repeat center center;
    background-size: cover;
}
.slider-cap h3{
	color: #ed1e42;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 12px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.4);
    text-transform: uppercase;
}
.slider-cap h2{
	color: #0973bb;
    font-size: 60px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0 2px 5px rgba(0,0,0,0.4);
}
.slider-cap p{
	font-size: 32px;
    font-weight: 600;
    margin-top: 10px;
    text-shadow: 0 2px 3px rgba(0,0,0,0.3);
    color: #0772ba;
}
.slider-select select:focus{
	outline: 0;
}
.slider-cap {
    padding: 50px 0;
}
.slider-select{
	margin: 20px 0;
}
.selected-item p {
    color: #555;
    text-shadow: 0 0 0;
    font-style: normal;
}
.custom-select {
	  position: relative;
	  width: 400px !important;
}
.custom-select select {
	  display: none;
}
.select-selected:after {
	position: absolute;
	content: "";
	top: 26px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #555 transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
  	border-color: transparent transparent #555 transparent;
  	top: 19px;
}
.select-items div,.select-selected {
    color: #555;
    padding:10px 16px;
    border: 2px solid;
    border-color: #555;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
}
.select-items {
    position: absolute;
    background-color:#fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
.select-hide {
  	display: none;
}
.select-items div:hover, .same-as-selected {
  	background-color: rgba(0, 0, 0, 0.1);
}

.bottom-text h2{
	font-size: 36px;
    font-weight: 700;
    margin: 0;
    padding: 30px 0;
}
.video-sec{
	padding: 40px 0;
    background: #000;
    color: #fff;
	display: inline-block;
    width: 100%;
}
.video-sec h2{
	text-align: center;
    font-size: 34px;
    padding-bottom: 20px;
    margin: 0;
}
.tabel-sec .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 0px solid #ddd;
}
.tabel-sec .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}
.tabel-sec .table>tbody>tr>td:first-child {
    background: #0873bb;
    color: #fff;
    text-align: right;
    padding: 15px;
}
.tabel-sec .table>tbody>tr>td:last-child {
    background: #eb1d41;
    color: #fff200;
    padding: 15px;
}
.tabel-sec .table>tbody>tr{
    border-bottom: 1px solid #848484;
}
.tabel-sec .table>tbody>tr:last-child{
    border: 0px solid #848484;
}
.tabel-sec .table{
	font-size: 18px;
	box-shadow: 3px 3px 15px -1px #333;
	font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
}
.tabel-sec h2{
	font-size: 40px;
}
.tabel-sec .table a{
	color: #ffffff;
    margin-left: 7px;
    text-decoration: none;
}
.tabel-sec{
	padding-bottom: 40px;
	display: inline-block;
    width: 100%;
}

.footer{
	background: #0873bb;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}
.contact-us a{
	color: #fff;
    text-decoration: none;
    margin-left: 10px;
}
.contact-us .fa{
	font-size: 24px;
}
.social-icon a .fa{
	width: 50px;
    height: 50px;
    background: #fff;
    color: #0873bb;
    padding: 14px 0;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 15px;
}
.social-icon a {
	margin-left: 0px;
}
.down-icon img{
	width: 200px;
    max-width: 100%;
}
.slide-bar li{
    display: inline-block;
    padding: 8px 9px;
    margin: 10px 10px 10px 0;
    width: 30%;
    border: 1px solid #ddd;
}
.slide-title h3{
    text-align: center;
}
.mail{
	display: inline-block;
    margin-left: 30px;
}
.call{
	display: inline-block;
}
.logo img{
	max-width: 100%;
}
.slide-bar ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.slide-bar li a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
}
/* .slide-bar li:before {
    content: "\f178";
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    font-family: FontAwesome;
    font-size: 14px;
} */
.destination{
	padding:40px 0;
	display: inline-block;
    width: 100%;
}

.slide-bar2{
	border: 3px solid #eb1d41;
    padding: 10px 25px;
}
.slide2-title h2{
	color: #eb1d41;
}
.video-call{
	text-align: center;
}
.down-app{
	text-align: center;
    padding:40px 0;
    background: #0873bb;
    color: #fff;
}
.privacy-policy{
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}
.title-privacy-policy{
    text-align: center;
    margin-bottom: 25px;
}