/* 
Theme Name: Customized Hello Elementor
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Sasky Samonte
Author URI: https://iclickmedia.com.sg/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
* iClick Media Custom Styles
* @author: Sasky
* @URL: iclickmedia.com.sg
*/

/** Font Styling and Color **/
body {
    font-family: "Roboto", Sans-serif;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

a {
    color: #986B58;
    font-weight: 500;
}

p {
    font-size: 22px;
    font-weight: normal;
}

h2 {
    font-size: 41px;
}

h4 {
    font-size: 31px;
}

.lhn-primary {
    color: #986B58;
}

.lhn-secondary.color-1 {
    color: #B09500;
}

.lhn-secondary.color-2 {
    color: #4696A7;
}

.lhn-secondary.color-3 {
    color: #00734A;
}

.lhn-secondary.color-4 {
    color: #00BFF2;
}

.lhn-secondary.color-5 {
    color: #C3094A;
}

.lhn-secondary.color-6 {
    color: #887E6E;
}

.lhn-secondary.color-7 {
    color: #2D58A7;
}

.elementor-button, button {
    background-color: #38393a;
    color: #fafafa;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 0;
}

.elementor-button:hover, button:hover {
    background: #986B58;
}

.center-btn {
    text-align: center;
}

.center-btn a {
    text-decoration: none;
    border-radius: 3px;
}

.social-white {
    display: inline-block;
}

.social-white i {
    color: #fff;
    font-size: 40px;
    padding: 10px;
}

.inline-block {
    display: inline-block;
}

.reduce-bottom {
    margin-bottom: 5px!important;
}

/** Sticky Header **/
#site-header {
	position: fixed;
	width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 11;
	animation: slide-down 0.8s;
	box-shadow: 0 0 0 0 rgb(255 255 255), 0.3em 0.3em 1em rgb(0 0 0 / 10%);
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}


.header-inner {
	padding-top: 10px;
}

.site-main {
	padding-top: 100px;
}

/** Row & Column **/
.lhn-column-10 {
  float: left;
  width: 10%;
}

.lhn-column-20 {
  float: left;
  width: 20%;
}


.lhn-column-30 {
  float: left;
  width: 30%;
}

.lhn-column-33 {
  float: left;
  width: 33%;
}
#media_section .lhn-column-33 {
  float: none;
  width: 100%;
}

.lhn-column-35 {
  float: left;
  width: 35%;
}

.lhn-column-40a {
  float: left;
  width: 40%;
}


.lhn-column-40 {
  float: left;
  width: 40%;
}

.lhn-column-50 {
  float: left;
  width: 50%;
}

.lhn-column-60 {
  float: left;
  width: 60%;
}

.lhn-column-65 {
  width:65%;   
  float:left;
}

.lhn-column-80 {
  float: left;
  width: 80%;
}

.lhn-column-90 {
  float: left;
  width: 90%;
}

.lhn-row:after {
  content: "";
  display: table;
  clear: both;
}

.lhn-readmore {
   font-size: 23px;
   font-weight: 500;
   text-decoration: underline !important;
   letter-spacing: 0;
   color: #986B58 !important;
}


/** Header, Breadcrumbs & Nav **/
#lhn-header a.custom-logo-link img {
    margin-top: 20px;
    width: 100px;
}

header.page-header {
    max-width: 1200px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
}
.page-banner img {
    width: 100%;
}

.page-header__breadcrumb,
.page-header__title{
    display: block;
}

.page-header__breadcrumb a,
.page-header__breadcrumb span {
    text-transform: uppercase;
}

.page-content {
	margin-bottom: 20px;
}


#lhn-nav ul li a {
    text-decoration: none;
    color: #0B0B0B;
    font-size: 16px;
    font-weight: 500;
}

#lhn-nav ul li a:hover {
    color: #fff;
}

#lhn-nav ul li {
   margin-right: 5px;
   padding: 8px;
}

#lhn-nav ul li:last-child {
  margin-right: 0px;
}

#lhn-nav ul li:hover {
   background: #986B58;
   padding: 8px;
}

#lhn-nav ul li.current-menu-item {
   background: #986B58;
   padding: 8px;
}

#lhn-nav ul li.current-menu-item a {
   color: #fff;
}
#lhn-nav .language_switcher ul li {
	padding: 0;
}
#lhn-nav .language_switcher ul li a {
	font-size: 17px;
    font-weight: 500;
    background-color: white;
    color: black;
    padding: 8.5px 14px 9.5px 14px;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 3px;
	border: 1px solid #808080;
	margin-top: 0.5px;
}
#lhn-nav .language_switcher ul li a:hover {
	background: #986B58;
	color: white;
}
#lhn-header {
  width: 100%;
}

.space_portal_text {
	margin-right:10px;
	line-height:40px;
	font-weight:500;
	font-style:italic;
	font-size:14px;
	color: #808080;
}
#lhn-header .top-right-btn-mobile a,
#lhn-header .top-right-btn .space_portal {
    font-size: 17px;
    font-weight: 500;
    background-color: none;
    color: black;
    padding: 8px 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 3px;
	margin-right: 3px;
	border: 1px solid #808080;
}

#lhn-header .top-right-btn a:hover {
    background: #986B58;
	color: white;
}

#lhn-nav-menu {
  margin-top: 65px;
  text-align: right;
}

#lhn-nav nav {
  position: relative;
}

#lhn-nav ul {
  list-style: none;
}

#lhn-nav li {
  display: inline;
}

a.menu-link {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    display: block;
}

.megamenu {
    display: none;
}

#lhn-nav-menu-mobile .site-navigation-toggle-holder {
    float: right;
    padding: 10px 0;
    
}

.site-navigation-toggle-holder .site-navigation-toggle {
    background-color: #986B58;
    color: #fff;
}

/** Hover Effects Style 1 **/
#lhn-hover_effects_style_1 {
    background-color: #C3094A; /** Default color **/
    color: #fff;
}

#lhn-hover_effects_style_1 a {
    font-size: 31px;
    font-weight: normal;
    color: #fff;
    display: block;
    opacity: 0.5;
    line-height: 3em;
}

#lhn-hover_effects_style_1 a.active {
    font-weight: 500;
    opacity: 1;
}

#lhn-hover_effects_style_1 a.active .lhn-hover_effects_style_1__icon svg {
    margin-left: 20px;
    width: 20%;
}

#lhn-hover_effects_style_1 .lhn-hover_effects_style_1__icon svg {
    width: 20%;
}


.lhn-hover_effects_style_1__container {
    width:100%;
    margin:0 auto;
    display:table;
}

#lhn-hover_effects_style_1 h4 {
    color: #fff;
    margin-bottom: 80px;
}

.left_content {
    padding-left: 120px;
    padding-top: 50px;
}

.lhn-hover_effects_style_1__container .lhn-column-35 {
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}

.lhn-hover_effects_style_1__container .lhn-column-40a {
	height: 620px;
    background-repeat: no-repeat;
    background-size: cover;
}

#hover_effects_style_1 .lhn-column-35.lhn-content {
    float:left;
    padding:10px;
}

#hover_effects_style_1 .lhn-column-40a.lhn-content {
    float:left;
    padding:10px;
}

/** Horizontal Scroll Section **/

#lhn-horizontal_scroll_section {
    padding: 50px 0px;
    /** white-space: nowrap;
    overflow-x: auto; **/
}

#lhn-horizontal_scroll_container {
    padding: 50px 80px;
    overflow: hidden; 
    /** white-space: nowrap;
    overflow-x: auto; **/
}

#lhn-horizontal_scroll_container li {
    list-style: none;
    display: contents;
}

#lhn-horizontal_scroll_section .swiper-slide.swiper-slide-active {
  background: #fff;
  transform: scale(1.5) translate(0px);
  transition: transform 1s; 

  z-index: 2;
}

.swiper-slide.swiper-slide-active .lhn-content-paragraph {
    font-size: 8px;
}

#lhn-horizontal_scroll_section .swiper-button-prev {
    padding-left: 50px;
    font-size: 50px;
    color: gray;
}
   

#lhn-horizontal_scroll_section .swiper-button-next {
    padding-right: 80px;
    font-size: 50px;
    color: gray;
}


#lhn-horizontal_scroll_section .lhn-content-paragraph p {
  font-size: 10px!important;
}

#lhn-horizontal_scroll_section .lhn-content-readmore a {
    font-size: 12px!important;
}

#lhn-horizontal_scroll_section .lhn-content-heading {
    margin: 20px 0px;
}

/* #lhn-horizontal_scroll_container::-webkit-scrollbar {
    height: 12px;
  }
  
  #lhn-horizontal_scroll_container::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #EAEAEA;
    -webkit-box-shadow: inset 0 0 6px #EAEAEA;
    -moz-box-shadow: inset 0 0 6px #EAEAEA;
    box-shadow: inset 0 0 6px #EAEAEA;
    margin: 0px 371px;
  }
  
  #lhn-horizontal_scroll_container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #38393A;
    outline: 1px solid #38393A;
    height: 12px;
  }
  
  #lhn-horizontal_scroll_container::-webkit-scrollbar:vertical {
    display: none;
  }
*/

.lhn-horizontal_scroll_box {
    /** width: 721px;
    margin-right: 150px;
    display: inline-block; **/
    box-shadow:
        0 0 0 0 rgb(255,255,255),
        0.3em 0.3em 1em rgba(0,0,0,0.3);
}

.lhn-horizontal_scroll_box .lhn-column-50 {
    height: 308px;
    max-height: 308px;
    background-repeat: no-repeat;
    background-size: cover;
}

.horizontal_scroll_content {
    margin: 20px 0px;
}

.horizontal_scroll_content .lhn-content {
    padding:20px;
}

.lhn-content-title .cta {
    background-color: #008A5E;
    border: none;
    color: white;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	font-weight: bold;
}

.lhn-content-heading {
    margin: 40px 0px;
}

.lhn-content-paragraph {
   white-space: normal;
}

.lhn-content-readmore a {
   font-size: 23px;
   font-weight: 500;
   text-decoration: none;
   letter-spacing: 0;
   color: #986B58;
}


.lhn-content-paragraph p {
  font-size: 16px;
}


/** Carousel **/
.lhn-carousel_content {
    width: 100%;
    display: inline-block;
    box-shadow:
        0 0 0 0 rgb(255,255,255),
        0.3em 0.3em 1em rgba(0,0,0,0.3);
}

.lhn-carousel_content .lhn-column-50 {
    height: 430px;
    max-height: 430px;
    background-repeat: no-repeat;
    background-size: cover;
}

.lhn-carousel_content .lhn-content {
    padding:20px 60px;
}

.lhn-content-paragraph {
   white-space: normal;
}

/** SwiperJS **/
.swiper-button-next, .swiper-button-prev {
    background-image: none;

}
.swiper-button-prev {
    padding-left: 20px;
}
   

.swiper-button-next {
    padding-right: 80px;
}


.lhn-navigation .eicon-chevron-right:before,
.lhn-navigation .eicon-chevron-left:before{
    font-size: 70px;
}
    

/** Top Vertical Carousel **/
.lhn-carousel {
	padding-top:20px;
    margin: auto;
    position: relative;
    width: 100%;
}
/**  
.lhn-carousel-track {
    animation: scroll 80s linear infinite;
	display: flex;
    height: 550px;
}
.lhn-carousel-track:hover {
    animation-play-state: paused;
}

@keyframes scroll{
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(calc(-300px*4));
    }
}
**/
.lhn-carousel{
    padding: 5px;
    perspective: 100px;

}


.lhn-carousel-img {
    width: 500px;
    transition: transform 1s;
    cursor: pointer;
}

.lhn-carousel a:hover,
.lhn-carousel-img:hover{
    transform: translateZ(10px);
}

.ticker {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 420px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

ticker-items li {
  list-style: none;
}


/** Homepage Media Section **/
#lhn-homepage_media_section .lhn-media-content {
    margin: 0 40px;
}

#social_links .gallery-item-caption-wrap.caption-style-hoverer {
    visibility: visible!important;
    opacity: 1!important;
}

#social_links .gallery-item-hoverer-bg {
	background-color: transparent;
}

#social_links .social-white {
    margin-top: 20px;
}

#social_links h4 {
    color: #ffffff;
    font-size: 25px;
    font-weight: normal;
}

img.lhn-media-content-img {
    width: 100%;
}

.lhn-media-content-top h4 a,
.lhn-media-content-top span {
    display: inline-block;
}


.lhn-media-content-top span {
    color: #000;
    margin-left: 20px;
    font-weight: normal;
    font-size: 31px;
}

.lhn-media-content-title span a {
    font-size: 21px;
    font-weight: normal;
    font-style: italic;
    display: inline-block;
    margin-top: -80px;
    margin-bottom: 20px;
}

#lhn-homepage_media_section .lhn-homepage_media_section_bottom_grid .lhn-media-content {
    margin: 20px 0px;
}h

.lhn-homepage_media_section_bottom_grid .lhn-media-content-title h4 {
    font-weight: normal;
    font-size: 28px;
}

#img-link .elementor-widget-image img {
    display: block;
}

#img-link .elementor-widget-image a {
	display: block;
}


/** Text Slideshows **/
#lhn-text-slideshows h2.lhn-primary {
    font-size: 40px;
    font-weight: 500;
	margin-top: 40px;
	margin-bottom: 20px;
}
#lhn-text-slideshows .current-subtitle{
	font-size: 18px;
}

/** Annual Reports - Sustainability Reports - Presentation**/
#lhn-custom-post .ue-grid-item-meta-data {
    display: block!important;
}

#lhn-custom-post .uc-posts-pagination {
	margin-top: 20px;
}

#lhn-custom-post .current,
#lhn-custom-post .page-numbers,
#lhn-custom-post .download_link,
#lhn-custom-post .lhn-date {
    font-size: 22px;
	font-weight: 400;
}

#lhn-custom-post .lhn-date {
	color: #233241;
}

#lhn-custom-post .download_link {
	text-decoration: none;
}

#lhn-custom-post  .uc_post_list_title a {
    pointer-events: none;
}

.stratum-advanced-posts__content-wrapper {
	width: 100%;
}

.stratum-advanced-posts__entry-meta a {
	text-decoration: none;
}

.stratum-advanced-posts__post-title a {
	font-size: 26px;
    text-decoration: none;
}

.stratum-advanced-posts .stratum-advanced-posts__read-more a {
	padding: 0px;
}


/** Footer **/
#lhn-foooter a {
    color: #fff;
}

#lhn-foooter a:hover {
    color: #986B58;
}



/** Responsive **/
@media (max-width:2599px){
    .site-footer .footer-inner, .site-header .header-inner {
        max-width: 1800px;
    }
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1800px;
    }
    
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1800px;
    }
    
    header.page-header {
        max-width: 1800px;
    }
    #lhn-nav-menu,
    #lhn-header .top-right-btn {
        display: block;
    }
    
    #lhn-nav-menu-mobile,
    #lhn-header .top-right-btn-mobile {
        display: none;
    }
	
	#lhn-header a.custom-logo-link img {
		margin-top: 20px;
		width: 100px;
	}

}

@media (max-width:1920px){
	.lhn-content-heading h4 {
		font-size: 18px;
	}
	
    .left_content {
        padding-left: 160px;
    }
    
	#lhn-header a.custom-logo-link img {
		margin-top: 30px;
	}

    .site-footer .footer-inner, .site-header .header-inner {
        max-width: 1600px;
    }
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1600px;
    }
    
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1600px;
    }
    
    header.page-header {
        max-width: 1600px;
    }

    #lhn-nav-menu,
    #lhn-header .top-right-btn {
        display: block;
    }
    
    #lhn-nav-menu-mobile,
    #lhn-header .top-right-btn-mobile {
        display: none;
    }
	
	a, p, a.menu-link, .lhn-readmore, .lhn-content-readmore a, .lhn-media-content-title span a {
		font-size: 16px;
	}
	
	h2 {
        font-size: 26px;
    }
    
    #lhn-horizontal_scroll_section .swiper-slide.swiper-slide-active {
        margin-left: 20px;
        margin-right: 140px!important;
    }
    #lhn-horizontal_scroll_container {
        margin-left: -38px;
    }
    
    #lhn-horizontal_scroll_section .swiper-button-prev {
        padding-left: 30px;
    }
    
}


@media (max-width:1536px){
	a,p,
	a.menu-link,
    .lhn-readmore,
    .lhn-content-readmore a,
    .lhn-media-content-title span a {
        font-size: 16px;
    }
    
    h2 {
        font-size: 26px;
    }
    
    h4,
    .lhn-homepage_media_section_bottom_grid .lhn-media-content-title h4,
    .lhn-media-content-top span{
        font-size: 18px;
    }
    
    #lhn-hover_effects_style_1 h4 {
        margin-bottom: 40px;
    }
	
	.left_content {
		padding-left: 200px;
	}

    .site-footer .footer-inner, .site-header .header-inner {
        max-width: 1140px;
    }
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1140px;
    }
    
    header.page-header {
        max-width: 1140px;
    }
    
    #lhn-nav ul li a {
        font-size: 16px;
    }
    
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1140px;
    }
    #lhn-hover_effects_style_1 a {
        font-size: 31px;
    }
	
	.lhn-hover_effects_style_1__container .lhn-column-35 {
    	height: 450px;
	}
	
	.lhn-hover_effects_style_1__container .lhn-column-40a {
    	height: 555px;
	}
	
	
	.lhn-carousel-track {
    	height: 420px;
	}
	.lhn-horizontal_scroll_box .lhn-column-50 {
    	height: 308px;
	}
	
	#lhn-horizontal_scroll_section .swiper-slide.swiper-slide-active {
        margin-left: 70px;
        margin-right: 120px!important;
    }

	#lhn-horizontal_scroll_container {
        margin-left: -80px;
    }
}

@media (max-width:1440px){
	a,p,
	a.menu-link,
    .lhn-readmore,
    .lhn-content-readmore a,
    .lhn-media-content-title span a {
        font-size: 16px;
    }
    
    h2 {
        font-size: 26px;
    }
    
    h4,
    .lhn-homepage_media_section_bottom_grid .lhn-media-content-title h4,
    .lhn-media-content-top span{
        font-size: 18px;
    }
    .site-footer .footer-inner, .site-header .header-inner {
        max-width: 1140px;
    }
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1140px;
    }
    
    header.page-header {
        max-width: 1140px;
    }
    
    #lhn-nav ul li a {
        font-size: 16px;
    }
    
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1140px;
    }
    #lhn-hover_effects_style_1 a {
        font-size: 31px;
    }
}


@media (max-width:1280px){
    a,p,
	a.menu-link,
    .lhn-readmore,
    .lhn-content-readmore a,
    .lhn-media-content-title span a {
        font-size: 16px;
    }
    
    h2 {
        font-size: 26px;
    }
    
    h4,
    .lhn-homepage_media_section_bottom_grid .lhn-media-content-title h4,
    .lhn-media-content-top span{
        font-size: 18px;
    }
    
    .site-footer .footer-inner, .site-header .header-inner {
        max-width: 1090px !important;
    }
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1040px;
    }
	.page-header__breadcrumb{
		max-width: 1040px;
		margin-left:auto;
		margin-right:auto;
	}
    header.page-header {
        max-width: 1090px;
    }
    
    #lhn-nav ul li a {
        font-size: 16px;
    }
    
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1040px;
    }
    
    .left_content {
        padding-left: 120px;
    }
    
    #lhn-hover_effects_style_1 a {
        font-size: 31px;
    }
    
    #lhn-horizontal_scroll_section .swiper-slide.swiper-slide-active {
        margin-left: 50px;
        margin-right: 100px!important;
    }
    
    #lhn-horizontal_scroll_container {
        margin-left: -60px;
    }
    
    #lhn-horizontal_scroll_section .swiper-button-prev {
        padding-left: 30px;
    }
    
    .lhn-horizontal_scroll_box .lhn-column-50 {
        max-height: 298px;
    }
}

@media (max-width:1024px){
    .left_content {
        padding-left: 10px;
    }
    
    .lhn-horizontal_scroll_box .lhn-column-50 {
        max-height: 248px;
    }
    
    .lhn-content-title .cta {
        font-size: 10px;
    }
    .horizontal_scroll_content .lhn-content {
        padding: 15px;
    }

    #lhn-horizontal_scroll_section .swiper-slide.swiper-slide-active {
        margin-left: 70px;
        margin-right: 90px!important;
    }
    
    #lhn-horizontal_scroll_section .lhn-content-paragraph p {
        font-size: 8px!important;
    }
    
    #lhn-horizontal_scroll_section .lhn-content-heading {
        margin: 10px 0px;
    }
    
    #lhn-horizontal_scroll_container {
        margin-left: -90px;
    }
    
    #lhn-horizontal_scroll_section .lhn-content-heading h4 {
        font-size: 16px;
    }
	
	header.page-header {
		padding: 0 10px;
	}
}

@media (max-width:768px){
	#lhn-nav .language_switcher {
		display: none;
	}
	.site-main {
		padding-top: 50px;
	}
	
	#lhn-header a.custom-logo-link img {
		margin-top: 10px;
	}
    #lhn-nav-menu,
    #lhn-header .top-right-btn {
        display: none;
    }
    
    #lhn-header {
        padding: 0 10px;
    }
    
    #lhn-nav-menu-mobile,
    #lhn-header .top-right-btn-mobile{
        display: block;
    }
    
    #lhn-header .top-right-btn-mobile a {
        margin-top: 10px;
        margin-right: 10px;
    }

	header.page-header {
	    margin-top: 10px;
		padding: 0 10px;
	}
	
	.site-header .header-inner {
	    padding: 0;
	}
	
	.lhn-hover_effects_style_1__container .lhn-column-40a {
        height: 580px;
    }
    
    #lhn-nav-menu-mobile i.eicon-menu-bar {
        font-size: 26px;
    }
    .lhn-column-mobile-100 {
        width:100%;   
    }
    #lhn-horizontal_scroll_container::-webkit-scrollbar-track {
        margin: 0px 171px;
    }
    
    .lhn-carousel-track {
        height: 350px;
    }
	
	#lhn-header .top-right-btn-mobile a, #lhn-header .top-right-btn a {
		font-size: 12px;
		padding: 8px 18px;
	}
	
	#lhn-horizontal_scroll_section .swiper-slide.swiper-slide-active {
      transform: scale(1.0) translate(0px);
    }
    
    .lhn-horizontal_scroll_box .lhn-column-50 {
		height: 388px;
        max-height: 488px;
    }
    
    .lhn-content-title .cta {
        font-size: 14px;
    }
    
    #lhn-horizontal_scroll_section .lhn-content-paragraph p {
        font-size: 14px!important;
    }
    #lhn-horizontal_scroll_section .lhn-content-readmore a {
        font-size: 16px!important;
    }
    
    #lhn-horizontal_scroll_section .swiper-slide.swiper-slide-active {
        margin-left: 45px;
    }
}

@media (max-width:480px){
	#lhn-horizontal_scroll_container .lhn-column-50 {
		width: 100%;
	}
	
	#lhn-horizontal_scroll_container .lhn-content-heading h4 {
    	font-size: 18px;
	}
	
	#lhn-horizontal_scroll_container .lhn-content-paragraph p {
    	font-size: 14px!important;
	}
	
	#lhn-horizontal_scroll_container .lhn-mobile-bg {
		height: 480px;
    	max-height: 480px;
	}
	
	#lhn-horizontal_scroll_container .swiper-button-next, #lhn-horizontal_scroll_container .swiper-button-prev {
		 top: 67%;
	}

    #lhn-hover_effects_style_1 a {
        font-size: 21px;
    }
    
    #lhn-hover_effects_style_1 h4 {
        padding-left: 10px;
    }
    
    .lhn-hover_effects_style_1__icon svg {
        width: 60%;
    }
    
    
    .lhn-column-mobile-100 {
        width:100%;   
    }
    
    #lhn-hover_effects_style_1 h4 {
        margin-bottom: 20px;
    }
    

    .left_content .lhn-column-60 {
        padding: 10px 20px;
    }

    .left_content {
        padding-left: 0px;
        padding-top: 10px;
    }
    
    #lhn-hover_effects_style_1 a {
        line-height: 2em;
    }
        
    #lhn-horizontal_scroll_section {
        padding: 20px 0px;
    }
    
    #lhn-horizontal_scroll_container {
        padding: 20px 80px;
    }
    
    .lhn-horizontal_scroll_box .lhn-column-50 {
        height: 258px;
    }
    
    .lhn-horizontal_scroll_box {
        width: 421px;
        margin-right: 50px;
    }
    
    .lhn-content-heading {
        margin: 20px 0px;
    }
    
    .lhn-content-heading h4 {
        font-size: 18px;
    }
    
    .lhn-content-paragraph p {
        font-size: 13px;
    }
    
    .lhn-content-readmore a {
        font-size: 16px;
    }

    #lhn-horizontal_scroll_container::-webkit-scrollbar-track {
        margin: 0px 71px;
    }
    
    #lhn-homepage_media_section .lhn-media-content {
        margin: 0 0px;
    }
}
@media (max-width: 429px){
    .lhn-horizontal_scroll_box {
        width: 361px;
        margin-right: 50px;
    }	
}
@media (max-width: 426px){
	#lhn-horizontal_scroll_container{
		padding: 20px 80px;
		margin-left: -90px;
	}
}
@media (max-width:414px){ 
	#lhn-horizontal_scroll_container .lhn-mobile-bg {
		height: 420px;
		max-height: 480px;
	}
	
	#lhn-horizontal_scroll_section .lhn-content-paragraph p {
		font-size: 12px!important;
	}
	#lhn-horizontal_scroll_section {
		padding: 0px 0px;
	}
	#lhn-horizontal_scroll_container {
		padding: 20px 80px;
		margin-left: -100px;
	}
	
    .lhn-horizontal_scroll_box .lhn-column-50 {
        height: 220px;
    }
    
    .lhn-horizontal_scroll_box {
        width: 361px;
        margin-right: 30px;
    }
}

@media (max-width:384px){
	.lhn-horizontal_scroll_box {
		width: 331px;
	}
	
	#lhn-horizontal_scroll_container .lhn-mobile-bg {
		height: 350px;
	}
} 

@media (max-width:375px){ 
	#lhn-horizontal_scroll_section .swiper-slide.swiper-slide-active {
		margin-left: 25px;
	}
	#lhn-horizontal_scroll_container .lhn-mobile-bg {
		height: 350px;
	}
	
	#lhn-horizontal_scroll_container .lhn-horizontal_scroll_box {
		width: 361px;
	}
}

@media (max-width: 321px){
    .lhn-horizontal_scroll_box {
        width: 421px;
        margin-right: 50px;
    }	
}
	
/*Mobile menu arrow*/
.menu-item-has-children > a:before {
    content: "\f107";
    position: absolute;
    right: 0.625em;
    top: 0.8125em;
	    font-family: "Font Awesome 5 Free";
	font-weight:900;
}

/*ajax load more - Properties boxes*/
#ajax-load-more{
	text-align:center;
}
div.alm-item h3{
	font-size:20px;
}
div.alm-item h4{
	margin-bottom:6px;
}
div.alm-item h3, div.alm-item h4, div.alm-item p{
	padding-right:10%;
}
div.alm-item p:nth-child(3){
/* 	height:50px; */
	margin-bottom:20px
}
div.alm-item p:nth-child(5){
/* 	height:100px; */
	margin-bottom:20px
}
.properties_title h3{
	margin:0px;
}

/*ajax load more - Properties boxes - Mobile Responsive*/
@media(max-width:480px){
	.site-navigation-dropdown ul.menu li a{
	padding: 10px 20px;
}
	div.alm-item {
	margin:0% !important;
	width:100% !important;
		margin-bottom: 20px !important;
}
}


/** From Global Customizer **/
.alm-reveal{
	display: grid;
    grid-template-columns: 33% 33% 33%;
}
div.alm-listing{
	width:100%;
	padding-bottom:40px
}

div.alm-item{
flex-direction: column;
/*  	width:30%;  */
  margin:10px;
  display:inline-block;
	list-style:none;
	border: 1px solid #DADADA;
	background-color: #FBFBFB;
	text-align:center;
	transition: transform 0.3s ease-in-out;
	
}
.alm-item-bottom{
	color: #986B58;	
}
.alm-item-bottom-button{
	color: #986B58;	
	text-decoration: underline;
	font-weight:bold;
}

div.alm-item img{
	width:100%;
	height:250px;
	object-fit:cover;
}

div.alm-item:hover{
	transform: scale(1.03);
}

div.alm-item h3, div.alm-item h4{
	color:#986B58;
}

div.alm-item h3, div.alm-item h4, div.alm-item p {
	text-align:left;
	padding-left:10%;
}

div.alm-btn-wrap{
	text-align:center;
}

div.alm-btn-wrap button{
	background-color: #38393a;
	color: #fafafa;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0;
	border-radius: 3px;
	padding: 12px 24px;
	border-color: #fafafa;
}

div.alm-btn-wrap button:hover{
	background: #986B58;
}

@media (max-width: 600px) {
	div.alm-item{
		width:100%;
	}
	div.alm-btn-wrap button{
		width:180px
	}
}
.elementor-322 .elementor-element.elementor-element-4500395 .eael-advance-tabs .eael-tabs-nav > ul li.active{
	border-width: 0px 0px 0px 0px !important;
	text-decoration:underline
	
}
.elementor-1290 .elementor-element.elementor-element-2b31838 .eael-advance-tabs .eael-tabs-nav > ul li.active{
		border-width: 0px 0px 0px 0px !important;
	text-decoration:underline
}
.elementor-2679 .elementor-element.elementor-element-017dc2f .eael-advance-tabs .eael-tabs-nav > ul li.active{
			border-width: 0px 0px 0px 0px !important;
	text-decoration:underline
}


/*--- 2 Column Form Styles Start ---*/

#left {
    width: 47%;
    float: left;
    margin-right:6%;
}
 
#right {
    width: 47%;
    float: left;
}
 
.clearfix:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:10px;
}
 
.clearfix {
    display:block;
}

/*--- 2 Column Form Styles End ---*/
/* Solid border */
hr.solid {
  border-top: 1px solid #B8B8B8;
}
.date{
	margin-left: 0px !important;
}
.wpcf7-submit{
	background-color:#38393a !important;
	border-radius: 3px !important;
	border:0px !important;
	font-size: 17px;
	font-weight: 500;
	padding: 12px 24px;
	color:white;
	line-height:1;
	letter-spacing:0;
	text-transform: uppercase;
}
.wpcf7-submit:hover{
	background-color:#986B58 !important;
	border-radius: 3px !important;
	border:0px !important;
	font-size: 17px;
	font-weight: 500;
	padding: 12px 24px;
	color:white;
	line-height:1;
	letter-spacing:0;
	text-transform: uppercase;
}
.reset{
	background-color:#38393a !important;
	border-radius: 3px !important;
	border:0px !important;
	color:white;
	padding: 12px 24px;
	font-size: 17px;
    font-weight: 500;
	line-height:1;
	letter-spacing:0;
    text-transform: uppercase;
}
.reset:hover{
	background-color:#986B58 !important;
	border-radius: 3px !important;
	border:0px !important;
	color:white;
	padding: 12px 24px;
	font-size: 17px;
    font-weight: 500;
	line-height:1;
	letter-spacing:0;
    text-transform: uppercase;
}
.header-row{
	box-sizing:border-box;
}
.megamenu a, .megamenu span{
	font-weight: 500;
}
.megamenu a:hover{
	color: #986B58 !important;
	font-weight: bold;
	text-decoration: underline;
}
.header-col {
	float: left;
}


@media (max-width: 480px) {
	.sub-menu a{
		background-color:#986B58 !important;
		color: white !important;
		font-size: 14px !important;
		padding-left: 40px !important;
	}
	.sub-menu .elementor-active .sub-menu a{
		background-color:white !important;
		color:#55595c !important;
		padding-left: 60px !important;
	}
	.sub-menu .elementor-active .sub-menu .elementor-active .sub-menu a{
		background-color:#986B58 !important;
		color: white !important;
		padding-left: 80px !important;
	}
	.alm-reveal{
		display: grid;
		grid-template-columns: auto;
	}
}
@media(min-width:481px) and (max-width:820px){
	.alm-reveal{
		display: grid;
		grid-template-columns: 50% 50%;
	}
	.properties_form input[type="text"]{
		width:200px !important;
	}
		.properties_form input[type="email"]{
		width:250px !important;
	}
	.properties_form input[type="submit"]{
		padding:8px 20px !important;
	}
}
#footer-line .elementor-widget-image img {
    margin-top: 15px;
}

.current{
	font-size:16px;
	color: #986B58;
  font-weight: 500;
}
h1.entry-title{
	font-size:32px;
	text-transform:uppercase;
	font-weight:500;
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{
	text-decoration:none;
}

.elementor-widget-container a{
	color: #000000;
	text-decoration: none;
}

.date{
	margin-left:20px;
	color:#333333;
}

a.menu-link{
	color: #FFFFFF;
}

a.elementor-button{
	color: #FFFFFF;
}



/*Change Logo Size*/
@media (max-width: 768px){
	#lhn-header a.custom-logo-link img {
			margin-top: 10px;
			width: 100px;
	}
}

@media (max-width: 1920px){
	#lhn-header a.custom-logo-link img {
			margin-top: 10px;
			width: 140px;
	}
}

@media (max-width: 2599px){
	#lhn-header a.custom-logo-link img {
			margin-top: 10px;
			width: 140px;
	}
}

#lhn-header a.custom-logo-link img {
    margin-top: 10px;
    width: 140px;
}

[type=reset], [type=submit], .wpf7-spinner {
	margin-top: 20px;
}

.eael-tabs-nav {
	padding-left: 20%;
	padding-right: 20%;
}
@media (max-width:768px){
	.eael-tabs-nav {
		padding-left: 0%;
		padding-right: 0%;
	}
}

@media (max-width:480px){
	.page-id-166 .lhn-column-60{
		padding-bottom:15px !important;
	}
	.page-id-2 .lhn-column-60{
		padding:10px;
	}
	#media_section .lhn-homepage_media_section_bottom_grid .lhn-row {
		display: grid;
		grid-template-columns: auto !important;
		grid-gap: 0px !important;
	}
}

@media (max-width:1280px){
	#lhn-nav ul li a {
		font-size: 14px;
	}
	#menu-main-menu {
		padding-left: 20px;
	}
}

@media (max-width:1000px){
	#lhn-nav ul li a {
		font-size: 12px;
	}
	#menu-main-menu {
		padding-left: 0px;
	}
}
@media (min-width:481px){
	.page-id-2 .lhn-column-60{
		margin-top: -10px
	}
	.elementor-535 .elementor-element.elementor-element-a3ad2a5 > .elementor-widget-container{
		   padding: 20px 20px 30px 20px;
	}
	.elementor-535 .elementor-element.elementor-element-42afc06 > .elementor-widget-container{
		padding: 20px 20px 30px 20px;
	}
}
@media (min-width:768px){
		.page-header__breadcrumb {
		padding-top: 35px;
	}
}
@media (max-width:768px){
	.page-header__breadcrumb {
		margin-top: 75px;
	}
}
@media (max-width:768px){
	#lhn-custom-post .download_link, #lhn-custom-post .lhn-date {
		font-size: 16px;
	}
}

@media (max-width:768px) {
	div.post-510 i.fas.fa-business-time:before {
	margin-left: 15px;
  }
}
.elementor-widget-icon-box .elementor-icon-box-icon{
	padding-left:5px
}
.elementor-2 .elementor-element.elementor-element-fe51dc9{
	padding:0px;
}
.elementor-element.elementor-element-d7f5861.elementor-widget.elementor-widget-html{
	margin: 0px !important;
}
.award_table .column-1, .column-2, .column-3, .column-4{
	width: 25%;
}
.award_table .column-2{
	font-weight: 700;
}
.tablepress tbody td{
	vertical-align: middle;
}
.tablepress thead th{
	background-color: #986B58;
	color: white;
	font-weight: 700;
}
.award_table th, .award_table td{
	padding: 15px;
	font-size: 14px;
	border: 1px solid #cccccc;
}
.award_table .even td{
	background-color: #f5f5f5;
}
#tablepress-2_paginate{
	margin-top: 20px;
}
#tablepress-2_paginate a{
	cursor:pointer;
}
#tablepress-2_paginate .paginate_button {
	padding: 8px 15px;
}
#tablepress-2_paginate .paginate_button:hover{
	background-color:#f5f5f5;
}
#tablepress-2_paginate .paginate_button.current{
	background-color:#e8e8e8;
}

/* New Mobile Menu CSS */
#lhn-mobile-menu-content{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100vh;
    right: 0;
    top: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
#lhn-mobile-menu-content::-webkit-scrollbar{
width: 14px;
}

#lhn-mobile-menu-content::-webkit-scrollbar-track{
background-color: #EFEFEF;
}

#lhn-mobile-menu-content::-webkit-scrollbar-thumb{
background-color: #38393A;
}
.mobile-menu-title{
	color: #986B58 !important;
	font-size: 14px !important;
	font-weight: bold  !important;
}
.mobile-menu-content, .mobile-menu-content a{
	color: #38393A !important;
	font-size: 14px !important;
	font-weight: bold !important;
}
.mobile-menu-sub-content {
	padding-left: 15px !important;
}
.mobile-menu-sub-content a{
	color: #696969 !important;
	font-size: 14px !important;
	font-weight: normal !important;
}
.mobile-hr-line{
	border: 0.5px solid #986B58;
	background-color: #986B58;
	width: 100%;
	margin: auto;
	margin-top: 5%;
	margin-bottom: 5%;
}
.homepage-business-slider .slick-next.slick-arrow:focus, .homepage-business-slider .slick-prev.slick-arrow:focus{
	outline: none;
}
.homepage-business-slider .slick-next.slick-arrow{
	left: auto;
    right: 0px;
    top: 85px;
}
.homepage-business-slider .slick-prev.slick-arrow{
	left: 0px;
    right: auto;
    top: 85px;	
}
@media (max-width:481px){
	.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap>img{
		height:300px !important;
	}	
}
#lhn-nav-menu-mobile{
/*     height: 100vh; */
/*     width: 100%;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s; */
}
.nav_menu_icon, .nav_menu_icon:hover, .nav_menu_icon:active{
    background: #986B58;
    color: white;
    display: block;
    position: absolute;
    right: 20px;
    top: 20%;
    padding: 4px 12px;
    font-size: 24px;
    border-radius: 3px;
	width: 45px;
    text-align: center;
}

.otgs-development-site-front-end{
	display: none !important;
}
#lhn-vertical-row {
/*   display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px; */
}
#lhn-vertical-row .lhn-column-50 {
	width:100%
}
.ticker{
/* 	column-count:2;
	column-gap:2px; */
	position:relative;
	width:100%;
	overflow:hidden;
}
.ticker-items a{
	display:block;
}
.ticker-items{
	position:absolute;
	top:0;
    bottom:0;
  	animation: scroll 50s linear 1s infinite;
    column-count:2;
    column-gap:0px;
}
.ticker-items:hover{
  	animation-play-state: paused;
}
@keyframes scroll {
	100% { top: -1740px; }
}

#media_section .lhn-homepage_media_section_bottom_grid .lhn-row {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 20px;
}
/*--- Load more btn Start ---*/

div.alm-btn-wrap button{
	width:auto!important;
}

.elementor-4027 .elementor-element.elementor-element-0918eaf {
	padding-bottom: 30px !important;
}

/* ================================
   VERTICAL CAROUSEL FIX
================================ */
#lhn-top_vertical_carousel .masonry-ticker {
  height: 620px !important;
  overflow: hidden !important;
  display: flex !important;
  gap: 15px !important;
}

#lhn-top_vertical_carousel .masonry-column {
  width: 50% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
}

#lhn-top_vertical_carousel .masonry-column-left {
  animation: lhnVerticalScroll 10s linear 1s infinite !important;
}

#lhn-top_vertical_carousel .masonry-column-right {
  transform: translateY(-20px);
  animation: lhnVerticalScrollRight 10s linear 1s infinite !important;
}

#lhn-top_vertical_carousel .lhn-carousel-img {
  width: 100% !important;
  height: 260px !important;
  object-fit: cover !important;
  display: block !important;
}

@keyframes lhnVerticalScroll {
  0%, 12% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes lhnVerticalScrollRight {
  0%, 12% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(calc(-50% - 20px));
  }
}
/*horizon slider*/
/* ===== HORIZONTAL SLIDER FIX ===== */

html,
body {
  overflow-x: hidden !important;
}

#lhn-horizontal_scroll_section {
  width: 100% !important;
  max-width: 100vw !important;
  overflow: hidden !important;
}

#lhn-horizontal_scroll_container {
  max-width: 100vw !important;
  overflow: hidden !important;
  margin-left: 0 !important;
}

#lhn-horizontal_scroll_section .scroll-swiper {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  overflow: visible !important;
}

#lhn-horizontal_scroll_section .swiper-slide {
  transition: transform 1s ease !important;
}

#lhn-horizontal_scroll_section .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.9) !important;
}

#lhn-horizontal_scroll_section .swiper-slide.swiper-slide-active {
  transform: scale(1.35) !important;
  transform-origin: center center !important;
  z-index: 5 !important;
}

#lhn-horizontal_scroll_section .swiper-slide.swiper-slide-active .lhn-content-paragraph p {
  font-size: 10px !important;
}

#lhn-horizontal_scroll_container > .swiper-button-next,
#lhn-horizontal_scroll_container > .swiper-button-prev {
  display: none !important;
}

#lhn-horizontal_scroll_container .scroll-swiper .swiper-button-next,
#lhn-horizontal_scroll_container .scroll-swiper .swiper-button-prev {
  display: flex !important;
  padding: 0 !important;
}

#lhn-horizontal_scroll_container .swiper-pagination {
  display: none !important;
}

#lhn-horizontal_scroll_container .swiper-button-next::after,
#lhn-horizontal_scroll_container .swiper-button-prev::after {
  display: none !important;
  content: none !important;
}

#lhn-horizontal_scroll_container .swiper-button-next i,
#lhn-horizontal_scroll_container .swiper-button-prev i {
  display: block !important;
  font-size: 30px !important;
  color: gray !important;
}
/* iOS / Safari horizontal slider fix */
@supports (-webkit-touch-callout: none) {
  html,
  body {
    overflow-x: hidden !important;
  }

  #lhn-horizontal_scroll_section {
    overflow: hidden !important;
    max-width: 100vw !important;
  }

  #lhn-horizontal_scroll_container {
    overflow: hidden !important;
    max-width: 100vw !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin-left: 0 !important;
  }

  #lhn-horizontal_scroll_section .scroll-swiper {
    overflow: hidden !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  #lhn-horizontal_scroll_section .swiper-slide.swiper-slide-active {
    transform: scale(1.15) !important;
  }

  #lhn-horizontal_scroll_section .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.9) !important;
  }
}
.elementor-2 .elementor-element.elementor-element-fe51dc9 > .elementor-container {
	padding-top: 42px;
}