/*===================== 
	Color information
	
	-
	-Brown #b09163
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

pre {
	white-space: pre-wrap;
}

small {
	font-size: 80%;
}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	font-family: "Outfit", sans-serif;
	margin: 0;
	padding: 0;
}

svg:not(:root) {
	overflow: hidden;
	/*reset*/
}

.clear {
	clear: both;
}

img {
	border: 0;
}
.bg-img {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.bg-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

/*===================== 
	typography 
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-family: "Outfit", serif;
	font-size: 30px;
	font-weight: 600;
}

h2 {
	font-family: "Outfit", serif;
	font-size: 28px;
	font-weight: 600;
}

h3 {
	font-family: "Outfit", serif;
	font-size: 24px;
	font-weight: 600;
}

h4 {
	font-family: "Outfit", serif;
	font-size: 20px;
	font-weight: 600;
}

h5 {
	font-family: "Outfit", serif;
	font-size: 18px;
	font-weight: 600;
}

h6 {}

p {
	font-size: 18px;
	margin: 0;
}

.bold {
	font-weight: bold;
}
.heading-text {
	font-weight:600;
	font-size:clamp(28px, 2vw, 36px);
	text-transform: uppercase;
}
.white-text {
	color:#fff!important;
}
.text-center {
	text-align: center;
}


/*===================== 
	link styles 
=======================*/

a:focus {
	outline: thin dotted;
	/*reset*/
}

a,
a:link,
a:visited,
a:active {
	outline: 0;
	/*reset*/
	color: #000;
	text-decoration: none;
}

a:hover {
	outline: 0;
	/*reset*/
	text-decoration: none;
	color: #ccc;
}
.butn-white {
	font-family: "Outfit", sans-serif;
	background:#fff;
	color:#000!important;
	display:block;
	width: 100%;
	max-width:250px;
	box-sizing: border-box;
	padding:10px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
	text-transform: uppercase;
	margin:0;
    transition:.2s ease-in;
	border:1px solid #b09163;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
}
.butn-white:hover {
	background:#b09163;
	border-radius:4px!important;
	border:1px solid #fff;
}
.text-link-black {
	font-weight: 600;
	color:#000;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-black:hover {
	opacity: 0.7;
}

/*===================== 
	header styles 
=======================*/

.top-header {
	width: 100%;
	background:#8E7248;
}
.top-header .container-lg {
	padding:5px 20px;
}
.top-header .container-lg p {
	padding:5px 20px;
	font-family: "Outfit", sans-serif;
	text-align: right;
	color:#fff;
	font-weight: 300;
}
.header-wrap {
	width: 100%;
	margin: 0;
	background:#202e3b;
	position: sticky;
	z-index: 100;
	top:0;
}
header {
	margin: 0 auto;
	max-width: 1700px;
	padding:0px 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:0 10px;
}
.head-logo-1 {
	display: block;
	width: 100%;
	max-width:300px;
	padding:20px 0;
	transition:.1s ease-in;
}
.head-logo-1 a {
	display: flex;
	justify-content: space-between;
}
.stick .head-logo-1 {
	padding:5px 0;
}
.head-logo-1 img {
	width: 49%;
	height: auto;
	display: block;
	object-fit: contain;
	object-position: center;
}



/*===================== 
	nav styles 
=======================*/

#menu-button {
	display: none;
}

nav.mobile, .mobile-nav-cont-1 { display:none;}



nav.primary {
	padding: 0;
	display: block;
	margin: 0;
	position: relative;
}

nav.primary ul {
	margin: 0 auto;
	padding: 0;
	display: flex;
	gap:1vw;
}

nav.primary ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
}

nav.primary ul li a {
	font-family: "Outfit", sans-serif;
	color: #fff;
	font-size: clamp(12px, 1.2vw, 18px);
	text-decoration: none;
	padding:10px;
	display: block;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	transition: .2s ease-in;
	font-weight:400;
	cursor: pointer;
	white-space: nowrap;
	border:1px solid rgba(0,0,0,0);
}

nav.primary ul li a:hover {
	border:1px solid #b09163;
	color: rgba(255,255,255,0.7);
	border-radius: 4px;
}
nav.primary ul li:hover a {
	border:1px solid #b09163;
	color: #fff;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
	color: #fff;
	background: #000;
	display: block;
	text-align: center;
	border:1px solid rgba(0,0,0,0);
}

/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
}

nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

nav.primary ul li:hover>ul {
	display: block;
	line-height: 18px;
	z-index: 100;
}

nav.primary ul ul li {
	display: block;
	float: none;
	width: auto;
	min-width: 200px;
	position: relative;
	margin: 0;
}

/*===================== 
	content styles 
=======================*/


.wrap-hero {
	width: 100%;
	background:#202e3b;
	position: sticky;
	z-index: 1;
	top:0;
	overflow: hidden;
}
.hero-video {
    display: block;
    width: 100%;
    height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	overflow: hidden;
	background:#202e3b; 
}
.hero-video video {
	 width: 100%;
    height: auto;
    position: relative;
}
.wrap-hero img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	object-fit: cover;
	object-position: center;
}
.wrap-hero h1 {
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.3);
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
	color:#fff;
	text-align: center;
	padding: clamp(50px, 18vw, 30vh) 20px;
	font-size: clamp(30px, 5vw, 70px);
  	font-weight: 600;
  	box-sizing: border-box;
}
.wrap-cta {
	background:#fff;
	width: 100%;
	position: sticky;
	z-index: 2;
	top:0;
	padding:20px 0;
}
.wrap-cta .container-lg {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cta-info-cont-1 {
	width: 50%;
	box-sizing: border-box;
	border-right: 3px solid #b09163;
	padding:40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.cta-info-cont-1:last-of-type {
	border-right: 0px;
}
.cta-info-cont-1 h2 {
	font-size:clamp(22px, 3vw, 24px) ;
	font-weight:600;
}
.cta-info-cont-1 p {
	font-size: clamp(14px, 3vw, 16px);
	font-weight:400;
	width: 100%;
	max-width:385px;
	display: block;
	padding:3vw 0;
}
.wrap-counter {
	width: 100%;
	background-image:url("../siteart/bg-texture-blue-1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: sticky;
	top:0;
	z-index: 2;
	padding:clamp(40px, 10vw, 100px) 0;
	background-color:#000; 
}
.wrap-counter .container-md {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wrap-counter .container-md h2 {
	width: 100%;
	padding-bottom: 20px;
}
.stat-counter {
	width: 25%;
	padding:10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap:20px;
	align-items: center;
}
.stat-counter p {
	font-size: 20px;
	color:#fff;
}
.stat-counter span {
	font-size: 50px;
	color:#fff;
	font-weight: 700;
}

/*===================== 
	counter styles 
=======================*/

@property --num {
  syntax: '<integer>';
  initial-value: 0;
  inherits: false;
}



#counternum1  {
  transition: --num 3s;
  counter-set: num var(--num);
}
#counternum1::after {
  content: counter(num);
}
.scrolled #counternum1 {
  --num: 100;
}
#counternum2  {
  transition: --num 2s;
  counter-set: num var(--num);
}
#counternum2::after {
  content: counter(num);
}
.scrolled #counternum2 {
  --num: 1000;
}
#counternum3  {
  transition: --num 2s;
  counter-set: num var(--num);
}
#counternum3::after {
  content: counter(num);
}
.scrolled #counternum3 {
  --num: 1000;
}
#counternum4  {
  transition: --num 4s;
  counter-set: num var(--num);
}
#counternum4::after {
  content: counter(num);
}
.scrolled #counternum4 {
  --num: 10;
}

.wrap-about {
	width: 100%;
	background:#fff;
	position: sticky;
	top:0;
	z-index: 2;
}
.wrap-about .bg-img {
	width: 50%;
	position: absolute;
	z-index: 1;
	top: 0;
  	right: 0;
}
.wrap-about .bg-img img {
	object-position: center left;
}
.wrap-about .container-lg {
	display: flex;
	position: relative;
	z-index: 2;
}
.about-info-cont-1 {
	width: 46%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap:40px;
	padding:clamp(20px, 8vw, 160px) 0;
}

.wrap-brands {
	width: 100%;
	background:#202e3b;
	position: sticky;
	top:0;
	z-index: 2;
	border-top: 20px solid #fff;
	border-bottom: 20px solid #fff;
	background-image:url("../siteart/home-brand-bg-img-2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.wrap-brands:after {
	width: 100%;
	content:"";
	background:#202e3b;
	height:24px;
	position: absolute;
	z-index:1;
	top:0;
	border-bottom: 20px solid #fff;
	box-sizing: border-box;
}
.wrap-brands:before {
	width: 100%;
	content:"";
	background:#202e3b;
	height:24px;
	position: absolute;
	z-index:2;
	bottom:0;
	border-top: 20px solid #fff;
	box-sizing: border-box;
}
.wrap-brands .bg-img {
	position: absolute;
	z-index: 1;
	width: 100%;
}
.wrap-brands .container-lg {
	position: relative;
	z-index: 4;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap:25px 0;
	padding:clamp(100px, 8vw, 160px) 20px;
}
.wrap-brands .container-lg h2 {
	width: 100%;
	padding-bottom: 20px;
}
.brand-img {
	width: 16.66%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:10px 20px;
	box-sizing: border-box;
}
.brand-img img {
	width: 100%;
	max-width:170px;
	height: auto;
	max-height: 100px;
	display: block;
	margin:0 auto;
	object-fit: contain;
	object-position: center;
}

.wrap-finance-banner {
	width: 100%;
	background:#fff;
	position: sticky;
	top:0;
	z-index: 2;
}
.wrap-finance-banner .bg-img {
	width: 50%;
	position: absolute;
	z-index: 1;
	top: 0;
  	right: 0;
}
.wrap-finance-bannert .bg-img img {
	object-position: center left;
}
.wrap-finance-banner .container-lg {
	display: flex;
	position: relative;
	z-index: 2;
}
.finance-info-cont-1 {
	width: 46%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap:40px;
	padding:clamp(20px, 8vw, 160px) 0;
}
.wrap-contact {
	width: 100%;
	background:#b09163;
	position:relative;
	top:0;
	z-index: 2;
	background-image:url("../siteart/home-contact-img-2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.wrap-contact .container-md {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap:20px 0;
	padding:clamp(20px, 8vw, 160px) 20px;
	position: relative;
	z-index: 2;
}
.contact-info {
	width: 49%;
}
.contact-info p {
	padding-top: 20px;
	width: 100%;
	max-width: 400px;
}
.contact-form {
	width: 49%;
}
.team-cont-1 {
	width: 100%;
	padding:10px 0 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 5px 0;
	box-sizing: border-box;
}
.team-cont-1 h2 {
	padding-bottom: 20px;
}
.team-cont-img-1 {
	width:19%;
}
.team-cont-img-1 img {
	width: auto;
	max-width: 100%;
	display: block;
	height: auto;
}
.team-cont-info-1 {
	width:79%;
}
.gal-row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	padding-bottom: 30px;
}
.transactions {
	padding:40px;
	width:calc(33.33% - 14px);
	background:#fff;
	box-sizing: border-box;
}
.transactions img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
}

/*===================== 
	animation styles 
=======================*/

.animate-cont {
    overflow: hidden;
}

.js-scroll {
  
}
.fade-in, .fade-in-bottom, .fade-in-top, .slide-left, .slide-right {
	opacity: 0;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}
.scrolled.fade-in-top {
  animation: fade-in-top 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

.load-right {
    animation: slide-in-right 1s ease-in-out both;
}
.load-left {
    animation: slide-in-left 1s ease-in-out both;
}
.load-bottom {
    animation: fade-in-bottom 1s ease-in-out both;
}
.load-top {
    animation: fade-in-top 1s ease-in-out both;
}



/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*===================== 
	Form styles 
=======================*/

/* Containers */


.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont input, .form-info-cont date {
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 16px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
    outline:none;
	font-family: "Outfit", sans-serif;
    border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px solid #000;
	background:rgba(255,255,255,0.4);
    color:#000; 
}
.form-info-cont input:focus {
	background:rgba(255,255,255,0.7);
}
.form-info-cont input::placeholder {
	opacity: 1;
	color:#000;
}

.select-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:0px!important;
    border-radius: 0px!important;
    width:100%;
    background:#fff;
    box-sizing: border-box;
    position: relative;
}
.select-cont  select {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
    width:100%;
    background-color:transparent;
    border:0px!important;
    outline:none!important;
    font-size: 16px!important;
    font-weight: 400!important;
    padding:15px!important;
    box-sizing: border-box;
    color:#000; 
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.select-cont i {
    position: absolute;
    z-index: 1;
    right:0px;
}

.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 16px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
    outline:none;
    font-family: "Outfit", sans-serif;
    border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px solid #000;
	background:rgba(255,255,255,0.4);
}
.form-info-cont textarea:focus {
	background:rgba(255,255,255,0.7);
}
.form-info-cont textarea::placeholder {
	opacity: 1;
	color:#000;
}


.CaptchaImage {
  max-width: 100%;
}
.CaptchaWhatsThisPanel input {
    margin:0 auto;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 

.click-to-show {
	display: none;
}
.click-to-show.clicked {
	display: block;
}
.click-show.clicked {
	display: none;
}


/*===================== 
	banner styles 
=======================*/


/*===================== 
	layout styles 
=======================*/

.heading-text {
	font-size:clamp(26px, 2vw, 36px);
}
.wrap-content {
	width: 100%;
	position: sticky;
	z-index: 1;
	top: 0px;
	background:#fff;
}
.wrap-content .bg-img {
	width: 60%;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;	
	height: 100%;
}
.wrap-content .bg-img img {
	object-position: center left;
}
.wrap-content-1 {
	width: 100%;
	position: relative;
	z-index: 1;
	top: 0px;
	background:#fff;
}
.content-header {
	width: 100%;
	overflow: hidden;
}
.content-header .container-lg {
	display: flex;
	position: relative;
	z-index: 2;
}
.content-head-info {
	width: auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap:10px;
	padding: clamp(20px, 8vw, 160px) 0px;
}
.content-head-info h1, .content-head-info h2 {
	text-transform: uppercase;
	font-size: clamp(26px, 3.5vw, 50px);
	text-shadow: 0 0 10px #fff;
}
.content-head-info h1 span, .content-head-info h2 span {
	display: block;
	font-size:clamp(16px, 2vw, 26px);
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}
.content-padding {
	padding: clamp(40px, 10vw, 100px) 0;
}
.wrap-divider {
	width: 100%;
	position: relative;
	z-index: 1;
	top: 0px;
	background:#b09163;
	padding: clamp(40px, 10vw, 100px) 0;
}
.wrap-divider > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px 0;
}
.wrap-divider h2 {
	width: 100%;
	padding-bottom: 20px;
}
.divider-cont {
	background:#fff;
	padding:40px;
	display: flex;
	flex-direction: column;
	gap:5px;
}
.divider-ico {
	position: absolute;
	z-index: 1;
	color:#b09163;
	font-size:80px;
	top:10px;
	right:10px;
	opacity: 0.2;
}
.divider-info {
	position: relative;
	z-index: 2;
	
}
.divider-cont h3 {
	padding-bottom: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.border-top {
	border-top: 3px solid #b09163;
}
.bg-texture-light {
	background-image:url("../siteart/bg-texture-3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.bg-tan {
	background-color:#b09163;
}

.container-lg {
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
}
.container-md {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
}
.container-sml {
	width: 100%;
	max-width:800px;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
}
.container-inv {
	padding:20px;
	box-sizing: border-box;
}
.container-inv .butn-white {
	max-width: 350px;
	margin:0 auto;
}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.col-1 {
	width: 100%;
	box-sizing: border-box;
}
.col-1-6 {
	width: 16%;
	box-sizing: border-box;
}

.col-1-5 {
	width: 20%;
	box-sizing: border-box;
}

.col-1-4 {
	width: 24%;
	box-sizing: border-box;
}

.col-1-3 {
	width: 32.33%;
	box-sizing: border-box;
}

.col-1-2 {
	width: 49%;
	box-sizing: border-box;
}

.col-2-3 {
	width: 65.66%;
	box-sizing: border-box;
}

.col-3-4 {
	width: 75%;
	box-sizing: border-box;
}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background: #000;
	position: relative;
	z-index: 3;
}
.foot-top {
	background:#202e3b;
}
.foot-top .container-md {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap:20px;
	padding:60px 20px;
}
.foot-logo {
	display: block;
	width: 100%;
	max-width:185px;
}
.foot-logo img {
	width: 100%;
	height: auto;
	display: block;
}
.foot-partners {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:20px 0;
	width: 100%;
	max-width: 400px;
}
.foot-partners img {
	width: 31%;
	height: auto;
	object-fit: contain;
	object-position: center;
	display: block;
}

.foot-top ul {
	padding:0;
	margin:0;
	display: flex;
	gap:10px;
}
.foot-top ul li {
	padding:0;
	margin:0;
	list-style: none;
}
.foot-top ul li a {
	font-size:20px;
	color:#b09163;
	transition: .2s ease-in;
}
.foot-top ul li a:hover {
	color:#fff;
}

.foot-bottom {
	width: 100%;
	background-image: -webkit-linear-gradient(0deg,rgba(32,46,59,0.30) 0%,rgba(32,46,59,0.10) 64.77%,rgba(32,46,59,0.30) 100%), url("../siteart/bg-texture-blue-1.jpg");
	background-image: -moz-linear-gradient(0deg,rgba(32,46,59,0.30) 0%,rgba(32,46,59,0.10) 64.77%,rgba(32,46,59,0.30) 100%), url("../siteart/bg-texture-blue-1.jpg");
	background-image: -o-linear-gradient(0deg,rgba(32,46,59,0.30) 0%,rgba(32,46,59,0.10) 64.77%,rgba(32,46,59,0.30) 100%), url("../siteart/bg-texture-blue-1.jpg");
	background-image: linear-gradient(90deg,rgba(32,46,59,0.30) 0%,rgba(32,46,59,0.10) 64.77%,rgba(32,46,59,0.30) 100%), url("../siteart/bg-texture-blue-1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-top: 3px solid #b09163;
}
.foot-bottom .container-md {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap:20px;
	padding:60px 20px;
}
.foot-bottom ul {
	padding:0 0 20px 0;
	margin:0;
}
.foot-bottom ul li {
	padding:0;
	margin:0;
	list-style: none;
	font-size:16px;
	color:#fff;
	font-weight: 400;
}
.foot-bottom ul li span {
	font-weight: 600;
}
.foot-bottom ul li a {
	color:#fff;
	transition: .2s ease-in;
}
.foot-bottom ul li a:hover {
	color:#b09163;
}


/*========================== 
	  Responsive styles 
============================*/


@media screen and (max-width: 1000px) {
	.wrap-cta {
		padding:0;
	}
	.cta-info-cont-1 {
		width: 100%;
		border-right: 0px;
		border-bottom: 3px solid #b09163;
	}
	.cta-info-cont-1:last-of-type {
		border-bottom: 0px;
	}
	.about-info-cont-1, .finance-info-cont-1 {
		width: 100%;
	}
	.wrap-about .bg-img, .wrap-finance-banner .bg-img {
		width: 100%;
		position: relative;
	}
	.bg-img {
		height:50vw;
	}
	.brand-img {
		width: 33.33%;
	}
	.contact-info, .contact-form {
		width: 100%;
	}
	.stat-counter {
		width:50%;
	}
	.col-1-2 {
		width: 100%;
	}
	.team-cont-img-1 {
		width:29%;
	}
	.team-cont-info-1 {
		width:69%;
	}
	.transactions {
	  padding:20px;
	  width: calc(50% - 10px);
	}
}

@media screen and (max-width: 900px) {

	/*==============================
		Mobile Nav Styles			
	================================*/


	nav.primary {
		display: none;
	}
	.mobile-nav-cont-1 { display:block;}
	
	#menu-button {
		display: block;
	}

	#menu-button a {
		color: #000;
		text-decoration: none;
		font-weight: normal;
		cursor: pointer;
	}

	.menu-toggle {
        display: flex;
        gap:13px;
        align-items: center;
    }
     .menu-hamburger {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width:35px;
        height: 27px;
        position: relative;
    }
    .menu-hamburger-bar-1 {
       display: block;
       background:#fff;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
		border-radius: 10px;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#fff;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
		border-radius: 10px;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#fff;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
		border-radius: 10px;
    }

    .clickopen .menu-hamburger-bar-2 {
        display: none;
    }
    .clickopen .menu-hamburger-bar-1 {
        position: absolute;
        top:10px;
        transform: rotate(45deg);
        width:25px;
    }
    .clickopen .menu-hamburger-bar-3 {
        position: absolute;
        top:10px;
        transform: rotate(-45deg);
        width:25px;
    }
    
	nav.mobile { /* this section is new updated position width and positioning*/
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background:#202e3b;
		z-index: 500; 
		overflow:auto;
		max-height: 90vh;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin: 0;
		padding: 0;
	}

	nav.mobile ul li {
		position: relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		font-family: "Outfit", sans-serif;
		position: relative;
		display: block;
		font-size: 18px;
		padding: 10px;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		text-align: center;
		text-transform: uppercase;
	}

	nav.mobile ul li a:hover {
		background: rgba(45, 45, 45, 0.5);
		color: #b09163;
		/* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {
		border: none;
	}

	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		color: #fff;
		text-decoration: none;
	}

	nav.mobile ul li li a:hover {
		background: rgba(65, 65, 65, 0.5);
	}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {
		border: none;
	}

	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #fff;
		text-decoration: none;
	}

	nav.mobile ul li li li a:hover {
		background: rgba(85, 85, 85, 0.5);
	}
	.content-header .container-lg {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,0.50) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,0.50) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,0.50) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,0.50) 100%);
	}

}
@media screen and (max-width: 700px) {

	.team-cont-img-1 {
		width:100%;
	}
	.team-cont-img-1 img {
		width: 100%;
		max-width: 200px;
		margin:0 auto;
	}
	.team-cont-info-1 {
		width:100%;
	}
	.transactions {
	  width: 100%;
	}
}

@media screen and (max-width: 540px) {
	.head-logo-1 {
		max-width: 200px;
	}
	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}
	p {
		font-size: 16px;
	}
	.brand-img {
		width: 50%;
		margin:0 auto;
	}
	.foot-top .container-md {
		flex-direction: column;
	}
	.foot-contact {
		width: 100%;
	}
	.foot-nav {
		display:none;
	}
	.stat-counter p {
		font-size:16px;
	}
	.stat-counter h3 {
		font-size:30px;
	}
	.cta-info-cont-1 {
		padding:40px 0px;
	}
	.divider-cont {
		padding:40px 10px;
	}
	.top-header .container-lg p {
		padding:2px 20px;
		text-align: center;
		font-size: 12px;
	}
}


