/*
Theme Name: globalexpo
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@font-face {
    font-family: font-primary;
	src: url('./fonts/SF-Pro-Display-Light.otf');
}

@font-face {
    font-family: font-primary-bold;
	src: url('./fonts/SF-Pro-Display-Medium.otf');
}

@font-face {
    font-family: font-primary-black;
	src: url('./fonts/SF-Pro-Display-Black.otf');
}

html {
   	scroll-behavior: smooth;
}

body, html, .nav > li > a, h1, h2, h3, h4, h5, h6 {
	font-family: 'font-primary' !important;
	letter-spacing: 0.01em !important;
}

.is-divider {
	display:none
}

.header-nav-main {
	justify-content: space-between;
}

.follow-icons i {
	color: var(--fs-color-base);
	font-size: 1rem;
	margin-left: 1.5rem;
}

#masthead {
	border-top: 1px solid #e8e8e9;
	border-bottom: 1px solid #e8e8e9;
}

.html.custom {
	display:flex;
	align-items: center;
	font-size:14px !important;
}

.html.custom svg {
	margin-right: 0.5rem
}

.header-nav-main .menu-item:hover {
	background: var(--primary-color)
}
.header-nav-main .menu-item:hover a {
	color:white !important;
}

#masthead .flex-col.flex-left.flex-grow,
#masthead .flex-col.flex-left.flex-grow ul,
#masthead .flex-col.flex-left.flex-grow ul li,
#masthead .flex-col.flex-left.flex-grow ul li a {
	height:100%
}

#masthead .flex-col.flex-left.flex-grow ul li {
	flex: 1 1 auto;
	display: inline-flex;
    justify-content: center;
	border-left: 1px solid #f3f3f3;
}

#masthead .nav li {
	margin: 0
}

#masthead li.menu-item.active a {
	color:white
}

#masthead li.menu-item.active {
	background: var(--primary-color)
}

#masthead.header-main .nav > li > a {
	width:100%;
	display: inline-flex;
    justify-content: center;
}

.ux-menu-title {
	font-family: 'font-primary-bold' !important;
	text-transform: inherit;
    font-size: 24px;
	height:auto;
	min-height:auto;
	padding-top:0;
	color: var(--fs-color-base)
}

.ux-menu-link__link {
	border-bottom:none;
	border-bottom-style:unset !important;
	min-height: 1.5em;
}

/* .owl-slider-wrapper img {
	object-fit:cover;
} */

.company_name {
	font-family: 'font-primary-bold' !important
}

.head-primary {
    position: relative;
}

.head-primary h2 {
    font-size: 140px;
	font-family: 'font-primary-black' !important;
    -webkit-text-stroke: 1px rgba(64, 64, 65, 0.3);
    color: transparent;
    line-height: 1;
	margin-bottom: 0;
}

.head-primary span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 50px;
    color: var(--fs-color-secondary);
    font-family: 'font-primary-bold' !important;
	margin-bottom: 0;
}

.view-all {
	display: flex;
	align-items: center;
    justify-content: end;
	color: var(--primary-color);
}

.view-all .more-arrow {
	background: var(--primary-color);
	padding:10px;
	border-radius:5px;
	margin-left:10px;
	display:flex;
	align-items: center;
}

.view-all .more-arrow svg {
	color:white
}

.post-item .box-blog-post {
	border: 1px solid #e8e8e9;
	border-bottom: 5px solid var(--primary-color);
}

.post-item .box-blog-post .post-title {
	font-size:1.1em
}

.post-item .box-blog-post:hover .post-title {
	color: var(--primary-color);
}

/* Invest section */
.invest-field {
    height: calc(100vh - 70px);
    min-height: 580px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.invest-field__desc {
    background-size: cover;
    background-position: center center;
    width: 20%;
    position: relative;
    height: 100%;
    padding: 78px 40px;
}

.section-text__title {
    font-size: 37px;
    color: #fff;
    font-family: 'font-primary-bold' !important;
    line-height: 38px;
    position: relative;
}

.section-text__title:before {
    content: '';
    height: 42px;
    background: rgba(255, 255, 255, 0.4);
    width: 1px;
    position: absolute;
    top: -32px;
    left: 69px;
    z-index: 0;
    transform: rotate(28deg);
}

.section-text__title:after {
    content: '';
    height: 60px;
    background: rgba(255, 255, 255, 0.4);
    width: 1px;
    position: absolute;
    top: 26px;
    left: 33px;
    z-index: 0;
    transform: rotate(28deg);
}

.section-text__title span {
    padding-left: 55px;
}

.section-text__label {
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 3px;
    padding-right: 10px;
    padding-left: 55px;
}

.section-text__label span {
    color: rgba(255, 255, 255, 0.4);
}

.invest-field__link {
    position: absolute;
    z-index: 10;
    display: inline-block;
    left: 40px;
    bottom: 45px;
    font-family: 'font-primary-bold' !important;
    font-size: 13px;
    color: #fff;
    letter-spacing: 3px;
    line-height: 20px;
}

.invest-field__link:before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #b59448;
    position: absolute;
    right: -50px;
    top: 8.5px;
}

.invest-field__content {
    height: 100%;
    width: 80%;
    position: relative;
}

.invest-field__content #home_invest_field_slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.invest-field__content #home_invest_field_slide .swiper-slide {
    width: 21.75%;
    height: 100%;
}

.invest-field__item {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.invest-field__item:before {
	content: '';
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(14, 28, 51, 0.6);
    background-color: rgba(14, 28, 51, 0.2);
}

.invest-field__text {
    position: absolute;
    z-index: 20;
    display: block;
    right: 25px;
    bottom: 55px;
    left: 25px;
}

.invest-field__index {
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0;
}

.invest-field__index span {
    font-family: 'font-primary-bold' !important;
    font-size: 20px;
    color: #faea69;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.invest-field__type {
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 5px;
}

.invest-field__name {
    font-family: 'font-primary-bold' !important;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    margin-bottom: 40px;
}

.underline-title-block {
    display: inline-block;
    position: relative;
    padding-bottom: 18px;
    width: 100%;
}

.underline-title-block:before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #b59448;
    position: absolute;
    left: 0;
    bottom: 0;
}

.invest-field__name:before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.invest-field__item .viewmore-btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.viewmore-btn {
    min-width: 115px;
    padding: 0 20px;
    height: 28px;
    border-radius: 26px;
    background: #b08e42;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'font-primary-bold' !important;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.invest-field__pagination {
    display: block;
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    color: #b08f43;
    font-size: 14px;
    font-family: 'font-primary-bold' !important;
    letter-spacing: 2px;
}

.invest-field__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    z-index: 200;
    cursor: pointer;
}

.invest-field #invest_field_prev {
    left: -70px;
}

.invest-field #invest_field_next {
    left: 50px;
}

.invest-field__arrow i {
    font-size: 31px;
    color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 1900px) {
    .owl-slider-wrapper img {
        height: calc(100vh - 122px);
    }
}