body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: "Helvetica";
}
/*font-include*/
@font-face {
  	font-family: "Helvetica";
  	src: url(../../fonts/Helvetica.ttf),
  		 url(../../fonts/Helvetica.eot),
  		 url(../../fonts/Helvetica.woff);
}
@font-face {
  	font-family: "HelveticaNeueLT Com 45 Lt";
  	src: url(../../fonts/HelveticaNeueLTCom-Lt.ttf),
  		 url(../../fonts/HelveticaNeueLTCom-Lt.eot),
  		 url(../../fonts/HelveticaNeueLTCom-Lt.woff);
}
@font-face {
  	font-family: "HelveticaNeueLT Com 75 Bd";
  	src: url(../../fonts/HelveticaNeueLTCom-Bd.ttf),
  		 url(../../fonts/HelveticaNeueLTCom-Bd.eot),
  		 url(../../fonts/HelveticaNeueLTCom-Bd.woff);
}

/*common-css-start*/
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
a, a:hover, a:focus{
	text-decoration: none;
	background: none;
	display: inline-block;
}
img {
	max-width: 100%;
}
@media (min-width: 768px) {
	.flex_div {
		display: flex;
		/*align-items: center;*/
	}
	.flex_one {
		flex: 1;
	}
}

/*navbar-css-start*/

.index_header .icon-bar {
	background: #ec1c24;
}
.index_header {
	position: static;
	width: 100%;
	top: 0;
	z-index: 3;
    padding: 5px 0px;
}
.index_header .navbar-header {
    background: none;
}
.index_header .navbar-right {
    height: auto;
    margin-right: -15px;
}
.index_header .navbar-nav > li > a {
	font-size: 16px;
	color: #000000;
	font-family: "HelveticaNeueLT Com 45 Lt";
	position: relative;
     line-height: normal;
}
.index_header .navbar-nav > li > a:hover, .index_header .navbar-nav > li > a:focus {
	background: none;
}
/*.navbar-nav > li > a:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 0%;
	background: #114476;
	bottom: 5px;
	left: 0;
	right: 0;
	transition: all 0.3s ease-in-out;
	margin: auto;
}
.navbar-nav > li > a:hover:after {
	width: 90%;
}*/

/*banner-section-start*/

/*.slideshow {
	background: url(../images/banner01.jpg) no-repeat center top;
	background-size: cover;
	min-height: 790px;
	position: relative;
	overflow: hidden;
	-moz-transition: 2s all ease-in-out;
	transition: 2s all ease-in-out;
}*/
.banner_section {
	position: relative;
	overflow: hidden;
}

/*.banner_section .container {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
}*/

.banner_section .container {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
}

/*.carousel-fade .carousel-inner .item {
  	transition-property: opacity;
}*/
/*.banner_section .carousel-fade .carousel-inner .item {
  	opacity: 0;
  	transition-property: opacity;
  	transition: all 0.5s ease-in-out;
}
.banner_section .carousel-fade .carousel-inner .active,
.banner_section .carousel-fade .carousel-inner .next.left,
.banner_section .carousel-fade .carousel-inner .prev.right {
  	opacity: 1;
}
.banner_section .carousel-fade .carousel-inner .next,
.banner_section .carousel-fade .carousel-inner .prev,
.banner_section .carousel-fade .carousel-inner .active.left,
.banner_section .carousel-fade .carousel-inner .active.right {
  	left: 0;
  	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.banner_section .carousel-fade .carousel-control {
  	z-index: 2;
}*/
.banner_section .carousel,
.banner_section .carousel-inner,
.banner_section .carousel-inner .item {
  	min-height: 500px;
  	width: 100%;
  	background-size: cover;
}
.banner_section .item:nth-child(1) {
  	background: url(../../Images/UHT/4.jpg) no-repeat center top;
      background-size: cover;
}
.banner_section .item:nth-child(2) {
  	background: url(../../Images/UHT/2.jpg) no-repeat center top;
      background-size: cover;
}
.banner_section .item:nth-child(3) {
  	background: url(../../Images/UHT/3.jpg) no-repeat center top;
      background-size: cover;
}
.banner_section .item:nth-child(4) {
  	background: url(../../Images/UHT/5.jpg) no-repeat center top;
      background-size: cover;
}
.banner_section .item:nth-child(5) {
  	background: url(../../Images/UHT/1.jpg) no-repeat center top;
      background-size: cover;
}
.banner_section .item:nth-child(6) {
  	background: url(../../Images/UHT/6.jpg) no-repeat center top;
      background-size: cover;
}
.banner_section .item:nth-child(7) {
  	background: url(../../Images/UHT/7.jpg) no-repeat center top;
      background-size: cover;
}
.ban_overlay {
    position: absolute;
    left: 60%;
    top: 0;
    bottom: 0;
    background: rgba(18, 68, 118,0.65);
    z-index: 1;
    width: 100%;
    transform: skewX(35deg);
}
.ban_wrapper {
	position: relative;
	z-index: 2;
	top: 0;
	bottom: 0;
}

/*.ban_caption {
    color: #ffffff;
    margin-top: 5%;
}*/

.ban_caption {
    color: #ffffff;
    margin-top: 6%;
}

.ban_caption h1 {
    font-size: 32px;
    font-family: "HelveticaNeueLT Com 75 Bd";
    margin-bottom: 20px;
    line-height: normal;
    text-align: right;
	color: #ffffff;
}
.ban_caption p {
	font-size: 20px;
	font-family: "HelveticaNeueLT Com 45 Lt";
	margin: 0;
	line-height: 30px;
}
.login_heading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
.ban_login {
	margin-right: 20px;
     font-family: "HelveticaNeueLT Com 45 Lt";
}
/*.ban_login form {
	background: rgba(24,61,107,0.85);
	max-width: 380px;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 0px 0px 8px rgba(255,255,255,0.71);
	margin-top: 100px;
}*/
.ban_login form {
	background: rgba(24,61,107,0.85);
	max-width: 380px;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 0px 0px 8px rgba(255,255,255,0.71);
	margin-top: 75px;
}
.login_heading span {
	margin-right: 10px;
}
.login_heading span > img {
    background: none!important;
}
.login_heading h3 {
	color: #ffffff;
	font-size: 24px;
	margin:0;
}
.ban_login form .form-group {
	margin-bottom: 30px!important;
}
.ban_login form .form-control {
	height: 40px;
	background: none;
	border-radius: 15px;
	box-shadow: 0px 0px 8px rgba(255,255,255,0.71);
	font-size: 16px;
	color: #ffffff;
	position: relative;
     /*text-transform: lowercase;*/
     font-family: "HelveticaNeueLT Com 45 Lt";
}
.ban_login input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.ban_login input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.ban_login input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.ban_login input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.ban_login input[type="text"] {
	background: url(../../Images/UHT/user-icon.png) no-repeat 15px center;
	background-size: 25px;
	padding-left: 50px;
}
.ban_login input[type="password"] {
	background: url(../../Images/UHT/password-icon.png) no-repeat 15px center;
	background-size: 18px;
	padding-left: 50px;
}
.ban_login label {
	color: #ffffff;
	margin: 0;
	font-weight: 400;
     text-transform: capitalize;
     display: inline-block;
}
.ban_login .form-group a {
	color: #ffffff;
}
.ban_login .form-group button, .ban_login .form-group a.anchorForgot {
	width: 151px;
	height: 40px;
	margin: auto;
	font-size: 18px;
	color: #ffffff;
	background: #e32552;
     border-radius: 4px;
}
.ban_login .form-group a.anchorForgot {
    font-size: 15px!important;
    line-height: 38px;
    padding: 0!important;
    font-weight:400!important;
}
.ban_login form .form-group.submit_button {
	margin-bottom: 15px!important;
}
/*top_destination-start*/
.top_destination {
	/*padding: 60px 0px 45px;*/
	padding: 0px 0px 6px
}
.sec_heading h2 {
	margin: 0;
	font-size: 32px;
	color: #114476;
	font-family: "HelveticaNeueLT Com 45 Lt";
	text-transform: uppercase;
}
.destination_box {
	position: relative;
	text-align: center;
	margin-top: 30px;
}
.destination_box img {
	width: 100%;
}
.destination_box .city_name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	color: #000000;
	background: rgba(255,255,255,0.71);
	font-size: 24px;
	font-family: "HelveticaNeueLT Com 45 Lt";
	padding: 10px 10px;
	line-height: 19px;
}
@media (min-width: 768px) {
	.top_destination .row + .row {
		margin: 0px -7px;
	}
	.top_destination .col-md-3 {
		padding: 0px 7px;
	}
}

/*footer-start-here*/
.footer_menu {
	background: #114476;
	color: #ffffff;
	font-family: "HelveticaNeueLT Com 45 Lt";
	font-size: 16px;
	padding-bottom: 0px;
}
/*.footer_link h3 {
	font-size: 24px;
	margin: 25px 0px 22px;
        color: #ffffff;
}*/

.footer_link h3 {
	font-size: 24px;
	margin: 10px 0px 12px;
        color: #ffffff;	
}

.footer_link ul li a {
	color: #ffffff;
	line-height: normal;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.footer_link ul li a:hover {
	color: #e32551;
}
.footer_link ul li + li {
	margin-top: 4px;
}
.footer_link p {
	margin: 0;
	line-height: 24px;
}
.footer_link ul.contact_menu li a {
	font-size: 18px;
}
.footer_link ul.contact_menu li:first-child a {
	padding-left: 32px;
	font-size: 24px;
}
.footer_link ul.contact_menu li:first-child a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../../Images/UHT/phone-icon.png) no-repeat left center;
	background-size: 25px;
	height: 25px;
	width: 25px;
}
.footer_bottom {
	padding: 3px 0px;
	font-size: 14px;
	color: #000000;
	font-family: "HelveticaNeueLT Com 45 Lt";
}
.copy_right {
	font-size: 16px;
}

  @-webkit-keyframes autofill {
    to {
       color: #fff;
       background-color: transparent;
       background: url(../../Images/UHT/user-icon.png) no-repeat 15px center;
    }
}
   @-webkit-keyframes autopassword {
    to {
       color: #fff;
       background-color: transparent;
       background: url(../../Images/UHT/password-icon.png) no-repeat 15px center;
    }
}

input[type="text"]:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
input[type="password"]:-webkit-autofill {
    -webkit-animation-name: autopassword;
    -webkit-animation-fill-mode: both;
}
.index_header .nav-logo, .dynamiclogo a {
    max-width: 150px;
}