/* 
-------As Per Page Format Order----------
 hero-banner,intro-section-center,snippet-right-image,landing-header,landing-footer */ 

/* Layout-182 Starts */
.lt182-widget {
  position: relative;
  margin-top: -110px; 
  background: var(--primary-color); 
}
.lt182-widget__media {
  height: 640px;
  position: relative;
}
.lt182-widget__media:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #121838 -2%, rgba(18, 24, 56, 0) 37.78%);
}
.lt182-widget__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.lt182-widget:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(18, 24, 56, 1) 0%, rgba(18, 24, 56, 0) 50%, rgba(255, 255, 255, 1) 100%);
}
@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 1024px) {
  .lt182-widget{
  	margin-top: -109px;
  }
}

@media (max-width: 959.98px) {}

@media (max-width: 767.98px) {  
  .lt182-widget__media {
    height: 420px;
  }
}

@media (max-width: 639.98px) {}

@media (max-width: 575px) {}

/* Layout-182 Ends */
/* H2 Headline Starts  */
.h2-headline {
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding:60px 20px;
}

.h2-headline__title {
  margin-bottom: 30px;
}

.h2-headline__title:last-child {
  margin-bottom: 0;
}

.h2-headline__text {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.h2-headline__content {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.h2-headline__content:last-child {
  margin-bottom: 0
}

.h2-headline__content--extra {
  margin-top: 30px;
}
.h2-headline__actions {
  justify-content: center;
  margin-top: 40px
}
.h2-headline__actions .uk-button + .uk-button {
  margin-left: 20px;
}
.section-bottom-divider {
  border-bottom: 1px solid var(--border-color);
}
.h2-headline-widget--primary-bg  {
    background: var(--primary-color);
    color: var(--inverse-font-color);
}
.h2-headline-widget--primary-bg *{
color: var(--inverse-font-color);
}
.h2-headline-widget--secondary-bg {
    background: var(--bg-alt-1);
}
@media (max-width: 1399.98px) {
  .h2-headline {
    padding: 50px 20px;
  }
}

@media (max-width: 767.98px) {
  .h2-headline__title--noimage {
    margin: 0;
  }

  .h2-headline__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
  }

  .h2-headline__actions .uk-button + .uk-button {
    margin: 0;
  }
}

@media (max-width: 639.98px) {
  .h2-headline {
    padding:40px 0;
  }
}

/* H2 Headline Ends  */
.snippet-right-image{
	background:var(--bg-alt-1);
}
.snippet-right-image .title--tagline{
	    margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .snippet-right-image .uk-card-body {
      padding: 40px 20px 40px 0;
  }
}
@media (min-width: 768px) {
  .snippet-right-image h2{
	  font-size: 36px;
    line-height: 43px;
  }
}
@media (max-width: 959px) {
  .milestone .snippet-right-image{
  	padding-bottom:0;
  }
  .snippet-right-image .uk-grid-stack{
  	flex-direction: column-reverse;
  }
  .snippet-right-image img{
  	width:100%;
  }
  .snippet-right-image .uk-card-body {
        padding: 0 20px 40px 0;
    }
}
@media (max-width: 767px) {
  .milestone .title--tagline{
  	    margin-bottom: 20px;
  }
  .milestone .snippet-right-image .uk-grid-stack {
        flex-direction: column; margin-bottom: 50px;
   }
}

.header__container .header__grid{
	justify-content: space-between; align-items: center;
}
.header-langsel__control{
	background-color: transparent;
    font-size: 14px;
    text-transform: capitalize;
}
.header-langsel__control .template-icon{
	padding-left: 3px;
    font-size: 18px;
}
.header-langsel .uk-dropdown{
	padding:15px;
}
.header-langsel__dropdown-item{
	list-style:none;
}
.header{
	height: 85px;
    padding: 10px 0;
  	position: fixed;
    z-index: 50;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--bg-header);
}
.ng-star-inserted .landing-header .header-langsel__control{
	border-left:0;
}
.header-langsel__dropdown {
    min-width: 150px !important;
}
@media (max-width: 767.98px) {
  .header__logo {
      width: 200px;
      display: block;      
  }
  .header-langsel__dropdown {
      min-width: 100px !important;
      left: -25px !important;
  }
  .header-langsel__control{
      min-height: 30px;
      padding: 7px 0 0;
  }
  .header{
  	    padding: 0 0 10px;
  }
  .header__container, .header__grid{
  		height:100%;
  }
  .landing-intro {
      padding: 50px 0;
  }
}
.ng-star-inserted .header-langsel.js-langsel {
    display: none;
}

.header-langsel__control .template-icon-chevron-down {
	    padding-left: 5px;
    font-size: 20px;
}
.js-lang-name{
	    color: var(--primary-color);
}
.header-langsel__dropdown{
	    padding: 10px; top: 40px !important;
    left: 0 !important;
}
.header-langsel__dropdown .header-langsel__dropdown-link{
 text-transform: capitalize; 
}
.header-langsel__dropdown li{
	    list-style: none;
}
.language-input { margin:0 30px 0 35px;}
.language-input .uk-inline button{color: #fff;border: none;font-size: 13px;letter-spacing: 1.3px;padding: 2px 20px 0 0;}
.language-input .uk-inline .uk-dropdown{min-width: auto;background: #002E5D;}
.language-input .uk-inline .uk-dropdown ul.lang-dropnav li a{padding: 0;color: #fff;}
.language-input .uk-inline .language-dropdown{display:none;}
.language-input .uk-inline .uk-dropdown.uk-open.language-dropdown{display:block;}
.language-input {
  position: relative;
}
@media (min-width: 1025px) {
    .language-input {
        position: relative;
    }
}
.page-component-mi-block.ng-star-inserted .language-input {
    display: none;
  
}
.ng-star-inserted .language-input {
    display: none;
}
@media (max-width: 767.98px) {
  .header-langsel__dropdown {
      min-width: 100px !important;
      left: -25px !important;
  }
}

.ng-star-inserted .language-input.main-header {
    display: none;
}
.footer9{
	background-color: var(--tertiary-color);
    position: relative;
  	background-position: center;
    color: var(--footer-color);
  	padding:40px 0;
}
.footer9.addBg {
    background-image: url(https://assets.milestoneinternet.com/cdn-cgi/image/f=auto/hotel-nikko-san-francisco/hotel-nikko-san-francisco-2803-1/website-assets/background-image/bg-pattern.png?width=1500&height=850);    
}
.footer9.addBg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: var(--tertiary-color);
    background-blend-mode: lighten;
    left: 0;
    background: linear-gradient(170deg, rgba(52, 95, 139, .7) 24.01%, rgba(24, 39, 75, .46) 62.67%, #121838 86.42%);
}
.footer9__container{
	z-index: 2;
    position: relative;
}
.footer9__logo{
	margin-bottom: 40px;
}
.footer9 a{
	    color: var(--footer-color);
}
.footer9 a:hover,
.footer9 a:focus{
	text-decoration:underline;
}
.footer9__social {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    column-gap: 15px;
}
.footer9__social-item>a {
    width: 30px;
    height: 30px;
    padding: 0;
    background: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.footer9__social .template-icon {
    margin-right: 0;
    display: inline-flex;
    font-size: 12px;
}
.footer9__social-item>a:hover,
.footer9__social-item>a:focus{
	background: var(--primary-color); text-decoration:none;
}