@charset "utf-8";
/**=========================================================
 * Theme Name   :  Lien Properties
 * Author       :  Amit Suthar
 * Description  :  July 2023
 * File Name	:  style.css
=========================================================**/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

/* Global Styles */

*, *:after, *:before {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	}

html {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	}
	
html, body {
	height: 100%;
	}
	
body {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 16px;
	color: #7B7B7B;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #ffffff url(../images/ajax-loader.gif) center center no-repeat;
	overflow-x: hidden;
	}
	
::selection {
	background: #666666; /* Safari */
	color: #ffffff;
	}
	
::-moz-selection {
	background: #666666; /* Firefox */
	color: #ffffff;
	}
		
img {
  	max-width: 100%;
  	vertical-align: middle;
  	-ms-interpolation-mode: bicubic;
	}

@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast !important;
    }
}

/* Unset for Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    img {
        image-rendering: unset !important;
    }
}}
	
a, a:focus, a:hover {
	color: #E7B020;
	outline: none;
	cursor: pointer;
	text-decoration: none;
    box-shadow: none !important;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
a:hover {
	color: #000000;
	}

:focus, ::-moz-focus-inner {
	border: none;
	outline: none !important;
	}

fieldset, a img {
	border: none;
	}

ol, ul {
	margin: 0px auto;
	padding-left: 15px;
    list-style-position: outside;
    /*list-style-type: none;*/
	}
	
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
	}

b, strong {
	font-weight: 700;
	}
	
/* ClearFix */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

.container:after {
	display: block;
	content: " ";
	clear: both;
	}
	
.clearfix:after {
	display: block;
	content: ".";
	height: 0px;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
/* wrapper */
	
#wrapper {
    position: relative;
    height: auto !important;
    min-height: 100%;
    height: 100%;
    width: 100%;
	display: block;
	margin: 0 auto;
    overflow: hidden;
    max-width: 1920px;
	background-size: cover;
	background-position: top center;
	}
	
body,
#wrapper,
.footer-wrapper {
	opacity: 0;
	}

.container,
.wide-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px 15px;
	}
	
.wide-container {
    max-width: 1430px;
	}

/* Header Styles */

#pageHeaderWrapper {
	position: relative;
	width: 100%;
	z-index: 100;
	z-index: 991;
	display: block;
	margin: 0px auto;
	}

#pageHeader {
	position: relative;
	display: block;
	width: 100%;
	z-index: 992;
	padding: 0px;
	margin: 0px auto;
    max-width: 1920px;
	background: transparent;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
    -o-transition: all 1s;
	transition: all 1s;
	}

.headerTop {
	position: relative;
	width: 100%;
	z-index: 1002;
	display: block;
	margin: 0px auto;
	padding: 0px 60px;
	background: transparent;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
    -o-transition: all 1s;
	transition: all 1s;
	}

.is-sticky .headerTop {
    left: auto;
    max-width: 1920px;
    background: #ffffff;
	box-shadow: 0px 3px 10px rgba(134, 134, 134, 0.5);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: all 0.5s;
	}

.nobanner #pageHeader {
	position: relative;
	top: auto;
	left: auto;
	}

/* Top Header Container */

.topHeaderContainer {
	position: relative;
	display: flex;
	margin: 0px auto;
    align-items: center;
    justify-content: space-between;
    }

/* Logo */
	
.logo {
	position: relative;
	display: block;
    float: left;
	padding: 0px;
	width: 102px;
	height: 147px;
	z-index: 1001;
	margin: 14px 0px;
	overflow: hidden;
	}

.logo a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	}

.logo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}

/* Top Right Header */
	
.topRightHeader {
    position: relative;
    padding: 0px;
    display: flex;
    margin: 0px 0px;
    align-items: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    justify-content: end;
	}

/* Header Group Container */
	
.headerGroupContainer {
	position: relative;
	display: flex;
	padding: 0px;
	margin: 0px;
    align-items: center;
	}

/* Header Top Links */

.headerTopLinks {
	position: relative;
	float: right;
	padding: 0;
	display: block;
    font-size: 16px;
	list-style: none;
	margin: 0px -40px;
	}

.headerTopLinks>li {
	position: relative;
	line-height: 24px;
    border-radius: 100%;
	vertical-align: middle;
	display: inline-block;
	margin: 0px 40px;
	}

.headerTopLinks>li a {
	position: relative;
    display: block;
    z-index: 1;
	color: #DFDFDF;
    font-weight: 500;
    letter-spacing: 1.92px;
	}

.header-lang {
	position: relative;
	display: block;
	}

.langHeader-box {
	position: relative;
	display: flex;
	align-items: center;
	}

.langHeader-box img {
	max-width: 23px;
	max-height: 23px;
	margin-right: 15px;
	margin-top: 3px;
	}

.langHeader-box select,
.langHeader-box .wpml-ls-legacy-dropdown-click a {
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	color: #2F2F2F;
	font-weight: 300;
	border: none;
	cursor: pointer;
	box-shadow: none;
	padding: 0px 0px 10px;
	background: transparent !important;
	border-bottom: 1px solid #2F2F2F;
	}

.langHeader-box .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	border: none !important;
	}

.langHeader-box .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
	color: #ffffff;
	font-size: 16px !important;
	padding: 10px 10px !important;
	background: #333333 !important;
	border: none !important;
	}

.menu-btnGroup {
	position: relative;
	display: block;
	min-width: 61px;
	text-align: center;
	}

.open-menu {
	position: relative;
	z-index: 999;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.open-menu .hide {
	display: none;
	}

.open-menu a {
	position: relative;
	display: block;
	}

.close-menu {
	position: relative;
	display: none;
	z-index: 999;
	}

.close-menu.show {
	display: block;
	}

.close-menu a {
	position: relative;
	display: block;
	}

.nav-wrapper {
	position: fixed;
	z-index: 900;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 0px;
	opacity: 0;
	width: 100%;
	height: 0px;
	overflow: hidden;
	background-image: url(../images/wrapper-bg.jpg);
	background-size: cover;
	background-position: center top;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.nav-wrapper.active {
	bottom: 0px;
	height: 100%;
	opacity: 1;
	}

.nav-container {
	position: relative;
	display: block;
	height: 100%;
	margin: 0px auto;
	padding: 0px 15px;
	max-width: 1430px;
	}

.navbar-section {
	position: relative;
	display: block;
	padding: 18% 0px 0px;
	}

.navbar-section .row {
	position: relative;
	margin: 0px -150px;
	}

.navbar-section .row .col-lg-7,
.navbar-section .row .col-lg-5 {
	padding: 0px 150px;
	width: 45%;
	}

.navbar-section .row .col-lg-7 {
	width: 55%;
	border-right: 1px solid #cfcfcf;
	}

.nav {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto;
	}
	
.nav h2 {
	font-family: 'Manrope', sans-serif;
	font-size: 60px;
	color: #2F2F2F;
	font-weight: 300;
	padding: 0px 0px;
	letter-spacing: -1.2px;
	}

.nav ul {
	position: relative;
	display: block;
	padding: 0;
	width: 100%;
	margin: 0px auto 50px;
    text-transform: none;
	list-style-type: none;
	}
	
.nav>ul>li {
    position: relative;
	display: block;
	margin-bottom: 40px;
	}
	
.nav>ul>li>a {
	font-family: 'Manrope', sans-serif;
	font-size: 60px;
	color: #2F2F2F;
	font-weight: 300;
	padding: 0px 0px;
	letter-spacing: -1.2px;
	}

.nav>ul>li:hover>a,
.nav>ul>li.selected>a {
	color: #5C4435;
	text-decoration: underline;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

/* Container Style */
	
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt100 { padding-top: 100px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb100 { padding-bottom: 100px !important; }

.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt100 { margin-top: 100px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb100 { margin-bottom: 100px !important; }

.mg0 { margin: 0px !important; }
.mg5 { margin: 5px !important; }
.p0 { padding: 0px !important; }
.p5 { padding: 5px !important; }
.p15 { padding: 15px !important; }
.ml5 { margin-left: 5px !important; }
.mr5 { margin-right: 5px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }

/* Main Content Wrapper */

.main-content-wrapper {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	max-width: 1920px;
	}
	
.nopadding {
	padding: 0px !important;
	}

/* Main Container */
	
.main-container {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 50px 0px 150px;
	}

.bg-center-top {
	background-position: center top !important;
	}

.bg-center-bottom {
	background-position: center bottom !important;
	}

.bg-cover {
	background-size: cover !important;
	}

hr {
	position: relative;
	display: block;
	width: 100%;
	opacity: 1;
	margin: 30px auto;
	background-color: #707070;
	}

.homeLogo-box {
	position: relative;
	display: block;
	text-align: center;
	}

.history-contentBox {
	position: relative;
	display: block;
	padding: 80px 0px 0px;	
	}

.history-contentBox .row {
	margin: 0px -35px;
	}

.history-contentBox .row .col-lg-6 {
	padding: 0px 35px;
	}

.history-inner-contentBox {
	position: relative;
	display: block;
	}

.history-inner-contentBox h5 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 500;
	color: #5C4435;
	padding-bottom: 25px;
	}

.history-inner-contentBox p {
	margin-bottom: 25px;
	}

.history-inner-contentBox h6 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 700;
	color: #404040;
	}

.key-personnel-section {
	position: relative;
	display: block;
	padding-bottom: 50px;
	}

.key-personnel-section .row {
	margin: 0px -25px;
	}

.key-personnel-section .row .col-lg-6,
.key-personnel-section .row .col-lg-12 {
	padding: 0px 25px;
	}

.key-personnel-title {
	position: relative;
	display: block;
	color: #2F2F2F;
	margin-bottom: 25px;
	}

.key-personnel-title h4,
.board-directors-section h4 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 500;
	color: #5C4435;
	padding-bottom: 5px;
	}

.board-directors-section {
	position: relative;
	display: block;
	}

ul.board-director-list {
	margin: 0px 0px;
	padding: 20px 0px 0px;
	list-style-type: none;
	}

ul.board-director-list li {
	position: relative;
	display: block;
	color: #7B7B7B;
	margin-bottom: 12px;
	}

.assets-container {
	position: relative;
	display: block;
	padding: 40px 0px 80px;
	}

.assets-section {
	position: relative;
	display: block;
	}

.assets-section ul.nav-tabs {
	font-family: 'Manrope', sans-serif;
	display: flex;
	margin-bottom: 60px;
	border-bottom: 1px solid #707070;
	}

.assets-section ul.nav-tabs>li {
	position: relative;
	width: 50%;
	}

.assets-section ul.nav-tabs>li>a {
	position: relative;
	display: block;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	letter-spacing: -0.6;
	padding: 0px 15px 22px;
	color: rgba(47, 47, 47, 0.75);
	}

.assets-section ul.nav-tabs>li>a::before {
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	height: 4px;
	content: '';
	opacity: 0;
	background: #DF9C6C;
	}

.assets-section ul.nav-tabs>li>a:hover,
.assets-section ul.nav-tabs>li>a.active {
	color: #2F2F2F;
	}
	
.assets-section ul.nav-tabs>li>a:hover::before,
.assets-section ul.nav-tabs>li>a.active:before {
	opacity: 1;
	}

.assets-tabs-container {
	position: relative;
	display: block;
	padding: 0px 60px;
	}

.assets-item-listing {
	position: relative;
	display: flex;
	padding: 0px;
	flex-wrap: wrap;
	margin: 0px -6px;
	list-style-type: none;
	}
	
.assets-item-listing>.assets-list-item {
	position: relative;
	display: block;
	width: 33.3333%;
	padding: 0px 6px 12px;
	}

.assets-item-box,
.assets-item-box a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	}	

.assets-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 86.99%;
	}
	
.assets-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.assets-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.assets-title-box {
	position: absolute;
	display: flex;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	align-items: end;
	padding: 35px 50px;
	background-image: url(../images/assets-title-bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.assets-mask-container {
	position: absolute;
	display: flex;
	width: 100%;
	left: 0%;
	z-index: 5;
	height: 100%;
	bottom: -150%;
	overflow: hidden;
	margin: 0px auto;
	align-items: end;
	justify-content: center;
	background: rgba(92, 68, 53, 0.9);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.assets-item-box a:hover .assets-mask-container {
	bottom: 0px;
	}

.assets-mask-content {
	font-family: 'Manrope', sans-serif;
	position: relative;
	display: block;
	width: 100%;
	color: #FFFFFF;
	overflow: hidden;
	padding: 35px 50px;
	}

.assets-title-box h4,
.assets-mask-content h4 {
	font-size: 28px;
	color: #FFFFFF;
	font-weight: 300;
	padding: 0px 0px;
	}

.assets-view-property {
	position: relative;
	display: block;
	padding-top: 30px;
	text-decoration: underline;
	}
	
.assets-item-box a:hover .assets-title-box {
	bottom: -100%;
	}

.carousel__button.is-close {
	width: 80px;
	height: 25px;
	opacity: 0.8;
	font-size: 0px;
	border-radius: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/close-btn.png);
	background-position: center right;
	}

.carousel__button.is-close svg {
	display: none;
	}

.carousel__button.is-close:hover {
	opacity: 1;
	}

.fancybox__backdrop {
	background-image: url(../images/wrapper-bg.jpg);
	}

.fancybox__nav .carousel__button {
	background: rgba(0, 0, 0, 0.5);
	}

.fancybox__nav .carousel__button:hover {
	background: rgba(0, 0, 0, 1);
	}

.fancybox__caption {
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	color: #2F2F2F;
	font-weight: 300;
	text-align: center;
	}

.fancybox__caption p {
	text-align: center;
    }

.pageTitle,
.pageTitle2 {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 0px 0px 30px;
	}

.pageTitle h1,
.pageTitle h2,
.pageTitle h3,
.pageTitle h4,
.pageTitle h5,
.pageTitle h6,
.pageTitle2 h1,
.pageTitle2 h2,
.pageTitle2 h3,
.pageTitle2 h4,
.pageTitle2 h5,
.pageTitle2 h6 {
	padding-bottom: 0px;
	}
	
.pageTitle h1,
.pageTitle h2 {
	letter-spacing: -1.2px;
	}

.uppercase {
	text-transform: uppercase !important;
	}
	
.NoUppercase {
	text-transform: none !important;
	}
	
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Manrope', sans-serif;
	position: relative;
	font-size: 60px;
	color: #2F2F2F;
	line-height: 1.4;
	font-weight: 300;
	margin: 0px 0px 0px;
	text-transform: none;
	padding: 0px 0px 20px;
	}

.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #FFFFFF;
	}
	
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
	font-weight: 700;
	}
	
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
	}
	
h2, .h2 {
	font-size: 32px;
	}
	
h3, .h3 {
	font-size: 28px;
	}
	
h4, .h4 {
	font-size: 24px;
	}
	
h5, .h5 {
	font-size: 18px;
	}

h6, .h6 {
	font-size: 16px;
	}

p {
	line-height: 1.6;
	text-align: justify;
	}

p:last-child {
	margin: 0px 0px;
	}

p[align=center] {
    text-align: center !important;
    }

p[align=left] {
    text-align: left !important;
    }

p[align=right] {
    text-align: right !important;
    }

/* Footer Styles */

.footer-wrapper {
    position: relative;
    width: 100%;
    display: block;
    margin: 0px auto;
    padding: 0px 0px;
    max-width: 1920px;
	background: #E7B020;
	}

/* Footer Top */

.footer-top {
    position: relative;
    display: block;
	overflow: hidden;
    padding: 55px 0px 45px;
	}
	
.footer {
	position: relative;
    max-width: 1150px;
	}

.footer-top .footer {
	padding: 0px 90px;
	}

.footer .row {
	position: relative;
	justify-content: space-between;
	}

.footer a {
    color: rgba(47, 47, 47, 0.8);
	}

.footer a:hover,
.footer-nav li.selected a {
    color: #2F2F2F;
    text-decoration: underline;
	}

.ftcol {
	position: relative;
	float: left;
	width: auto;
    max-width: 50%;
	padding: 0px 15px;
	}

/* Footer Head */
	
.footer-head {
	font-family: 'Manrope', sans-serif;
	position: relative;
    color: #2F2F2F;
	display: block;
	font-size: 30px;
    font-weight: 400;
	margin: 0px 0px 30px;
	}

/* Footer Contact Info Box */

.footer-contact-info-box {
    position: relative;
	display: block;
    width: 100%;
    padding: 0px;
	}

.footer-location {
    position: relative;
    display: block;
    max-width: 400px;
	text-align: left;
    line-height: 27px;
    padding: 0px 0px 0px 35px;
    color: rgba(47, 47, 47, 0.8);
	}

.footer-location::before {
    font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: "\f3c5";
	font-size: 20px;
	left: 0px;
	top: 6px;
    z-index: 2;
    color: #000000;
	font-weight: 900;
	line-height: 20px;
	display: inline-block;
	}

/* Footer Nav */

ul.footer-nav {
    position: relative;
	display: flex;
	padding: 0px;
	flex-wrap: wrap;
	margin: 0px -30px;
	list-style-type: none;
	}
	
ul.footer-nav li {
    position: relative;
	padding: 0px 30px;
	margin: 0px 0px 15px;
	}

ul.footer-nav li a {
	position: relative;
	display: block;
	}

/* Footer Bottom */

.footer-bottom {
    position: relative;
    display: block;
	color: #2F2F2F;
	font-size: 16px;
    font-weight: 400;
	overflow: hidden;
	text-align: center;
	}
	
.footer-bottom a {
	color: #2F2F2F;
	}

.footer-bottom a:hover {
	text-decoration: underline;
	}

/* Copyright */

.copyright {
	position: relative;
	display: block;
	margin: 0px auto;
    line-height: 24px;
    text-align: center;
	padding: 25px 0px;
	border-top: 1px solid rgba(256, 256, 256, 0.5);
	}

/* Web Excellence */

.webExcellence {
	position: relative;
	margin: 0px auto;
    font-size: 0px;
	line-height: 20px;
	margin-top: -3px;
    display: inline-block;
	vertical-align: middle;
	}
	
.webExcellence a,
.webExcellence img,
.webExcellence span {
    font-size: 16px;
    color: #2F2F2F;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	}

.webExcellence a {
    text-decoration: underline;
    }

.webExcellence a:hover {
    color: #000000;
    }
    
.webExcellence span {
    font-weight: 700;
    color: #000000;
	}

.webExcellence img {
    max-height: 13px;
	margin-left: 5px;
	}
	
.control-label {
	display: block;
	color: #333333;
	font-size: 19px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 15px;
	text-transform: none;
	}

.form-control:disabled,
.form-control[readonly] {
	background-color: transparent;
	}

.google-recaptch {
	position: absolute;
	bottom: 170px;
	right: 0px;
	z-index: 1;
    margin-right: -12px;
	}

.required-field {
	color: #BE0005;
	}
	
.form-group,
.form-check {
	padding: 0px;
	position: relative;
	margin-bottom: 30px;
	}
	
.form-control,
.form-custom-select,
.form-select {
	position: relative;
	display: block;
	width: 100%;
	height: 56px;
	color: #333333;
	font-size: 19px;
	font-weight: 400;
	line-height: 24px;
	padding: 12px 25px;
	border-radius: 10px;
	background-image: none;
	border: 1px solid #EFEFEF;
	background-color: #EFEFEF;
	}

textarea.form-control {
	min-height: 190px;
	line-height: 24px;
	border-radius: 10px;
	height: auto !important;
	}
	
textarea {
	resize: none;
	}
	
.form-control:focus,
.form-control:hover {
	color: #333333;
	outline: none !important;
	border: 1px solid #F57E2A;
	background-color: #EFEFEF;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
	
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 0.5;
	color: #333333;
    font-size: 17px;
    font-weight: 500;
	}

.form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 0.5;
	color: #333333;
    font-size: 17px;
    font-weight: 500;
	}

.form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 0.5;
	color: #333333;
    font-size: 17px;
    font-weight: 500;
	}

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 0.5;
	color: #333333;
    font-size: 17px;
    font-weight: 500;
	}
	
.form-control:focus::-webkit-input-placeholder { color: transparent !important; }
.form-control:focus:-moz-placeholder { color: transparent !important; }
.form-control:focus::-moz-placeholder { color: transparent !important; }
.form-control:focus:-ms-input-placeholder { color: transparent !important; }

/* Scroll To Top */
	
#toTop {
	text-decoration: none;
	position: fixed;
	display: none;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	border: none;
	z-index: 1001;
	text-indent: 100%;
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	overflow: hidden;
	}

#toTopHover {
	background: url(../images/ui.totop.png) 0px -50px no-repeat;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	float: left;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}

/*wabagency*/

.wabagency-content {
	position: relative;
	display: block;
	}

.wabagency-content iframe {
	width: 100%;
	height: 600px;
	}

/* =Media Queries
-------------------------------------------------------------- */

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

@media (max-width: 1699.98px) {
	body, .footer-bottom, .webExcellence a, .webExcellence img, .webExcellence span { font-size: 14px; }
	.wide-container, .nav-container { max-width: 1230px; }
	.container { max-width: 1030px; }
    .headerTop { padding: 0px 30px; }
	.pageTitle h1, .pageTitle h2, .nav h2, .nav>ul>li>a { font-size: 50px; }
    h1, .h1 { font-size: 30px; }
    h2, .h2 { font-size: 27px; }
    h3, .h3 { font-size: 24px; }
    h4, .h4 { font-size: 20px; }
    h5, .h5 { font-size: 16px; }
    h6, .h6 { font-size: 14px; }
	.logo { width: 80px; height: 116px; margin: 10px 0px; }
	.langHeader-box select { font-size: 16px ;}
    .menu-btnGroup img { max-height: 30px; }
	.headerTopLinks { margin: 0px -30px; }
	.headerTopLinks>li { margin: 0px 30px; }
	.history-contentBox { padding: 50px 0px 0px; }
	.main-container { padding: 50px 0px 120px; }
	.footer-top .footer { padding: 0px 50px; }
	.footer-top { padding: 50px 0px 40px; }
	.footer-head { font-size: 26px; margin: 0px 0px 25px; }
	.copyright { padding: 20px 0px; }
	.assets-section ul.nav-tabs>li>a { font-size: 24px; }
	.assets-tabs-container { padding: 0px 30px; }
	.assets-title-box, .assets-mask-content { padding: 25px 30px; }
	.assets-title-box h4, .assets-mask-content h4, .fancybox__caption { font-size: 24px; }
	.assets-section ul.nav-tabs { margin-bottom: 40px; }
    }

@media (max-width: 1599.98px) {
	.pageTitle h1, .pageTitle h2 { font-size: 40px; }
	}

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

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

@media (max-width: 1299.98px) {
	}
	
@media (max-width: 1199.98px) {
    .headerTop { padding: 0px 15px; } 
	.pageTitle h1, .pageTitle h2, .nav h2, .nav>ul>li>a { font-size: 30px; }
	.history-contentBox { padding: 0px 0px; }
	.navbar-section .row .col-lg-7, .navbar-section .row .col-lg-5 { width: 50%; }
	.history-contentBox .row { margin: 0px -15px; }
	.history-contentBox .row .col-lg-6, .footer-top .footer, .assets-tabs-container { padding: 0px 15px; }
	ul.footer-nav { margin: 0px -20px; }
	ul.footer-nav li { padding: 0px 20px; }
	.homeLogo-box { padding: 100px 0px 0px;}
	.homeLogo-box img { max-width: 250px; }
	.assets-section ul.nav-tabs>li>a { font-size: 18px; }
	.assets-title-box, .assets-mask-content { padding: 20px 20px; }
	.assets-title-box h4, .assets-mask-content h4, .fancybox__caption { font-size: 20px; }
	.assets-item-listing>.assets-list-item { width: 50%; }
	.assets-section ul.nav-tabs { margin-bottom: 30px; }
	}

/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {
	.langHeader-box select { font-size: 14px; }
	.logo { width: 60px; height: 87px; margin: 5px 0px; }
	.nav h2, .nav>ul>li>a { font-size: 20px; }
	.headerTopLinks { margin: 0px -10px; }
	.headerTopLinks>li { margin: 0px 10px; }
    .menu-btnGroup img { max-height: 20px; }
	.menu-btnGroup { min-width: 40px; }
	.navbar-section { padding: 120px 0px 30px; }
	.navbar-section .row { margin: 0px -15px; }
	.navbar-section .row .col-lg-7, .navbar-section .row .col-lg-5 { width: 100%; padding: 0px 15px; }
	.nav h2 { font-size: 24px; padding-bottom: 25px; letter-spacing: normal; }
	.nav>ul>li { margin-bottom: 15px; }
	.nav>ul>li>a { font-size: 16px; }
	.history-inner-contentBox {  padding-top: 30px;}
	.main-container { padding: 40px 0px 80px; }
	.assets-section ul.nav-tabs>li>a { font-size: 16px; }
	.assets-title-box h4, .assets-mask-content h4, .fancybox__caption { font-size: 18px; }
	.navbar-section { padding: 140px 0px 30px; }
	.key-personnel-section .row { margin: 0px -15px; }
	.key-personnel-section .row .col-lg-6, .key-personnel-section .row .col-lg-12 { padding: 0px 15px; }
	.langHeader-box { max-width: 150px;}
	.langHeader-box select, .langHeader-box .wpml-ls-legacy-dropdown-click a { font-size: 13px; }
	.langHeader-box .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a { font-size: 12px !important; }
	}

@media (min-width: 992px) {
	}

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

/* Landscape phones and portrait tablets */
@media (max-width: 767.98px) {
	.pageHeading h1, .pageHeading h2 { font-size: 25px !important; }
    h1 { font-size: 25px !important; letter-spacing: 0px !important; }
	h2 { font-size: 24px !important; letter-spacing: 0px !important; }
	h3 { font-size: 22px !important; letter-spacing: 0px !important; }
	h4 { font-size: 18px !important; letter-spacing: 0px !important; }
	h5 { font-size: 16px !important; letter-spacing: 0px !important; }
	h6 { font-size: 14px !important; letter-spacing: 0px !important; }
	.nav h2 { font-size: 20px; }
	.nav>ul>li>a { font-size: 14px; letter-spacing: normal; }
	.ftcol { width: 100%; max-width: 100%; }
	.ftcol.ftcol1 { margin-bottom: 30px; }
	.footer-head { font-size: 20px; margin: 0px 0px 20px; }
	ul.footer-nav { margin: 0px -10px; }
	ul.footer-nav li { padding: 0px 10px; }
	.footer-top { padding: 40px 0px 30px; }
	.footer-bottom, .webExcellence a, .webExcellence img, .webExcellence span { font-size: 13px; }
	.assets-section ul.nav-tabs>li>a { font-size: 14px; }
	.assets-item-listing>.assets-list-item { width: 100%; }
	.assets-title-box, .assets-mask-content { padding: 18px 15px; }
	.assets-title-box h4, .assets-mask-content h4, .fancybox__caption { font-size: 18px; }
    }

@media (min-width: 768px) {
	}
	
@media (max-width: 575.98px) {
    
    }

@media (min-width: 576px) {
	}

@media (max-width: 480px) {
	
	}
	
@media (max-width: 399.98px) {
    }

@-ms-viewport{ width: auto !important; }