/* 

TemplateMo - Finance Business

https://templatemo.com/tm-545-finance-business

*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap');

/* Reset y base */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #f9fafb;
	/* fondo neutro suave */
	color: #1b2738;
	/* texto oscuro azulado */
}

p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #5a5f6a;
	/* gris elegante */
	line-height: 30px;
}

a {
	text-decoration: none !important;
	color: #0d4f8b;
	/* azul profesional */
}

ul {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #5a5f6a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	color: #1b2738;
	/* casi negro azulado */
}

a.filled-button {
	background-color: #0d4f8b;
	/* azul petróleo */
	color: #f0e6d2;
	/* dorado pálido */
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #f0e6d2;
	color: #0d4f8b;
}

a.border-button {
	background-color: transparent;
	color: #0d4f8b;
	border: 2px solid #0d4f8b;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button:hover {
	background-color: #0d4f8b;
	color: #f0e6d2;
}

.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1b2738;
}

.section-heading em {
	font-style: normal;
	color: #c9a66b;
	/* dorado cálido */
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #7a7f89;
	/* gris medio */
	letter-spacing: 1px;
}

/* Preloader */

#preloader {
	overflow: hidden;
	background: #0d4f8b;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 9999999;
	color: #f0e6d2;
}

#preloader .jumper {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	position: absolute;
	margin: auto;
	width: 50px;
	height: 50px;
}

#preloader .jumper>div {
	background-color: #f0e6d2;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	opacity: 0;
	width: 50px;
	height: 50px;
	-webkit-animation: jumper 1s 0s linear infinite;
	animation: jumper 1s 0s linear infinite;
}

#preloader .jumper>div:nth-child(2) {
	-webkit-animation-delay: 0.33333s;
	animation-delay: 0.33333s;
}

#preloader .jumper>div:nth-child(3) {
	-webkit-animation-delay: 0.66666s;
	animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes jumper {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.main-banner {
	overflow: hidden;
}

/* Sub Header Style */
.logo {
	width: 45px;
}

.logo-footer {
	width: 200px;
}

.sub-header {
	background-color: #0d4f8b;
	height: 46px;
	line-height: 46px;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(240, 230, 210, 0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(240, 230, 210, 0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
	color: #f0e6d2;
}

.sub-header ul.left-info li a {
	color: #f0e6d2;
	font-size: 14px;
	font-weight: 600;
}

.sub-header ul.right-icons {
	float: right;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(240, 230, 210, 0.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(240, 230, 210, 0.3);
}

.sub-header ul.right-icons li a {
	color: #f0e6d2;
	transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
	opacity: 0.75;
}

/* Header Style */

header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color: transparent !important;
	height: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

header .navbar {
	padding: 12px 0px;
}

/* .background-header .navbar {
	padding: 10px 0px;
} */

.background-header {
	top: 0;
	position: fixed;
	background-color: #0d4f8b !important;
	box-shadow: 0px 1px 10px rgba(27, 39, 56, 0.1);
}

.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #c9a66b !important;
}

.navbar .navbar-brand {
	float: left;
	margin-top: 12px;
	outline: none;
}

.navbar .navbar-brand h2 {
	color: #f0e6d2;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}

#navbarResponsive {
	z-index: 999;
}

.navbar-collapse {
	text-align: center;
}

.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}

.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #f0e6d2;
	transition: all 0.5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #c9a66b;
	border-bottom: 3px solid #c9a66b;
}

.navbar .navbar-toggler-icon {
	background-image: none;
}

.navbar .navbar-toggler {
	border-color: #0d4f8b;
	background-color: #0d4f8b;
	height: 36px;
	outline: none;
	border-radius: 5px;
	position: absolute;
	right: 30px;
	top: 20px;
}

.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #0d4f8b;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}

/* Banner Style */

.img-fill {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.img-fill img {
	min-height: 100%;
	min-width: 100%;
	position: relative;
	display: inline-block;
	max-width: none;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.Grid1k {
	padding: 0 15px;
	max-width: 1200px;
	margin: auto;
}

.blocks-box,
.slick-slider {
	margin: 0;
	padding: 0 !important;
}

.slick-slide {
	float: left;
	padding: 0;
}

.Modern-Slider .item .img-fill {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 95vh;
}

.Modern-Slider .item-1 .img-fill {
	background-image: url(../images/slide_01.jpg);
}

.Modern-Slider .item-2 .img-fill {
	background-image: url(../images/slide_02.jpg);
}

.Modern-Slider .item-3 .img-fill {
	background-image: url(../images/slide_03.jpg);
}

.Modern-Slider .item-4 .img-fill {
	background-image: url(../images/slide_04.jpg);
}

.Modern-Slider .NextArrow {
	position: absolute;
	top: 50%;
	right: 30px;
	border: 0 none;
	background-color: transparent;
	text-align: center;
	font-size: 36px;
	font-family: 'FontAwesome';
	color: #f9fafb;
	z-index: 5;
	outline: none;
	cursor: pointer;
}

.Modern-Slider .NextArrow:before {
	content: '\f105';
}

.Modern-Slider .PrevArrow {
	position: absolute;
	top: 50%;
	left: 30px;
	border: 0 none;
	background-color: transparent;
	text-align: center;
	font-size: 36px;
	font-family: 'FontAwesome';
	color: #f9fafb;
	z-index: 5;
	outline: none;
	cursor: pointer;
}

.Modern-Slider .PrevArrow:before {
	content: '\f104';
}

ul.slick-dots {
	display: none !important;
}

.Modern-Slider .text-content {
	text-align: left;
	width: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.Modern-Slider .item h6 {
	margin-bottom: 15px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.3px;
	color: #c9a66b;
}

.Modern-Slider .item h4 {
	font-size: 54px;
	margin-bottom: 15px;
	font-weight: 700;
	letter-spacing: 2.7px;
	color: #f9fafb;
}

.Modern-Slider .item p {
	font-size: 16px;
	font-weight: 400;
	color: #f9fafb;
}

.Modern-Slider .Modern-Btn a {
	display: inline-block;
	margin-top: 25px;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	padding: 15px 30px;
	border-radius: 25px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.Modern-Slider .Modern-Btn a:hover {
	background-color: #c9a66b;
	border-color: #c9a66b;
	color: #1b2738;
}

/* Request Form */

.request-form {
	background-color: #0d4f8b;
	color: #f0e6d2;
}

.request-form h4 {
	color: #f0e6d2;
}

.request-form label {
	color: #f0e6d2;
}

.request-form input,
.request-form textarea,
.request-form select {
	background-color: #f0e6d2;
	color: #0d4f8b;
	border-radius: 5px;
	padding: 10px;
	border: none;
}

.request-form input::placeholder,
.request-form textarea::placeholder,
.request-form select::placeholder {
	color: #0d4f8b;
	opacity: 0.7;
}

.request-form button {
	background-color: #c9a66b;
	color: #1b2738;
	border: none;
	padding: 12px 30px;
	font-weight: 700;
	font-size: 15px;
	border-radius: 30px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.request-form button:hover {
	background-color: #0d4f8b;
	color: #f0e6d2;
}

/* Services */
.services {
	margin-top: 140px;
}

.service-item img {
	width: 100%;
	overflow: hidden;
}

.service-item .down-content {
	background-color: #f2f4f7;
	padding: 30px;
}

.service-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	color: #1b2738;
}

.service-item .down-content p {
	margin-bottom: 20px;
	color: #5a5f6a;
}

.service-item .down-content a.filled-button {
	background-color: #0d4f8b;
	color: #f0e6d2;
}

.service-item .down-content a.filled-button:hover {
	background-color: #f0e6d2;
	color: #0d4f8b;
}

.service-item .down-content {
	background-color: #f2f4f7;
}

.service-item .down-content h4 {
	color: #1b2738;
}

.service-item .down-content p {
	color: #5a5f6a;
}

/* Fun Facts */

.fun-facts {
	background-image: none;
	background-color: #0d4f8b;
	color: #f0e6d2;
}

.fun-facts span,
.fun-facts h2,
.fun-facts p {
	color: #f0e6d2;
}

.fun-facts em {
	color: #c9a66b;
}

.count-area-content {
	background-color: rgba(240, 230, 210, 0.1);
}

.count-digit {
	color: #c9a66b;
}

.count-title {
	color: #f0e6d2;
}

/* More Info */
.more-info {
	margin-top: 80px;
}

.more-info .half-rounded {
	border-radius: 0px 5px 5px 0px;
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #f2f4f7;
}

.about-info .more-info-content {
	background-color: transparent;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #7a7f89;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
	color: #1b2738;
}

.more-info .right-content em {
	font-style: normal;
	color: #c9a66b;
}

.more-info .right-content p {
	margin-bottom: 30px;
	color: #5a5f6a;
}

.more-info .right-content a.filled-button {
	background-color: #0d4f8b;
	color: #f0e6d2;
}

.more-info .right-content a.filled-button:hover {
	background-color: #f0e6d2;
	color: #0d4f8b;
}

.more-info .more-info-content {
	background-color: #f2f4f7;
}

.about-info .right-content,
.more-info .right-content span {
	color: #7a7f89;
}

.more-info .right-content h2 {
	color: #1b2738;
}

.more-info .right-content em {
	color: #c9a66b;
}

.more-info .right-content p {
	color: #5a5f6a;
}

/* Testimonials Style */

.testimonial-item .inner-content {
	background-color: #fff;
}

.testimonial-item p {
	color: #5a5f6a;
}

.testimonial-item h4 {
	color: #1b2738;
}

.testimonial-item span {
	color: #c9a66b;
}

/* Callback Form */
.callback-form .contact-form ::placeholder {
	color: #9ba3ae;
}

.callback-form .contact-form button.border-button {
	color: #f0e6d2;
	border-color: #f0e6d2;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #f0e6d2;
	color: #0d4f8b;
}

.callback-form {
	margin-top: 140px;
	margin-bottom: 100px;
}

.callback-form .contact-form {
	background-color: #0d4f8b;
	padding: 60px;
	border-radius: 5px;
	text-align: center;
}

.callback-form .contact-form input,
.callback-form .contact-form textarea {
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #5a5f6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form input:focus,
.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	padding: 15px;
}

.callback-form .contact-form ::-webkit-input-placeholder {
	color: #aaa;
}

.callback-form .contact-form :-ms-input-placeholder {
	color: #aaa;
}

.callback-form .contact-form ::placeholder {
	color: #aaa;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #f0e6d2;
	border: 2px solid #f0e6d2;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #c9a66b;
	border: 2px solid #c9a66b;
	color: #0d4f8b;
}

.contact-us .contact-form button.filled-button {
	background-color: #0d4f8b;
	color: #f0e6d2;
}

.contact-us .contact-form button.filled-button:hover {
	background-color: #f0e6d2;
	color: #0d4f8b;
}

/* Footer Style */

footer {
	background-color: #1b2738;
	color: #f0e6d2;
}

footer h4,
footer p,
footer ul.menu-list li a {
	color: #f9fafb;
}

footer ul.social-icons li a {
	color: #1b2738;
}

footer ul.social-icons li a:hover {
	color: #1b2738;
}

footer .contact-form input,
footer .contact-form textarea {
	background-color: #2e3a50;
	color: #9ba3ae !important;
}

footer .contact-form input:focus,
footer .contact-form textarea:focus {
	background-color: #2e3a50;
	color: #9ba3ae !important;
}

footer .contact-form button.filled-button {
	background-color: #0d4f8b;
	color: #f0e6d2;
}

footer .contact-form button.filled-button:hover {
	background-color: #f0e6d2;
	color: #0d4f8b;
}

.footer-item {
	margin-bottom: 45px;
}

.footer-item h4 {
	margin: 25px 0px;
	font-size: 20px;
	font-weight: 600;
}

.footer-item ul.menu-list {
	padding: 0;
	list-style: none;
}

.footer-item ul.menu-list li {
	margin-bottom: 13px;
}

.footer-item ul.menu-list li:last-child {
	margin-bottom: 0;
}

.footer-item ul.menu-list li a {
	font-size: 14px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-item ul.menu-list li a:hover {
	color: #c9a66b;
}

.footer-item .contact-form {
	margin-top: 20px;
}

.footer-item .contact-form input,
.footer-item .contact-form textarea {
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 20px;
	border-radius: 5px;
	border: none;
	background-color: #2e3a50;
	color: #9ba3ae;
}

.footer-item .contact-form input:focus,
.footer-item .contact-form textarea:focus {
	outline: none;
	background-color: #2e3a50;
	color: #f0e6d2;
}

.footer-item .contact-form button.filled-button {
	background-color: #0d4f8b;
	color: #f0e6d2;
	border: none;
	padding: 10px 25px;
	border-radius: 30px;
	text-transform: uppercase;
	font-weight: 700;
	transition: all 0.3s;
	cursor: pointer;
}

.footer-item .contact-form button.filled-button:hover {
	background-color: #f0e6d2;
	color: #0d4f8b;
}

.footer-item .social-icons {
	list-style: none;
	padding: 0;
	margin-top: 15px;
	display: flex;
	gap: 10px;
}

.footer-item .social-icons i {
	background: transparent !important;
}

.footer-item .social-icons li a {
	color: #fff;
	font-size: 20px;
	transition: color 0.3s;
}

.footer-item .social-icons li a:hover {
	color: #c9a66b;
}

/* Sub-footer Style */

.sub-footer {
	background-color: #2e3a50;
}

.sub-footer p,
.sub-footer a {
	color: #f9fafb;
}

.sub-footer {
	background-color: #2e3a50;
	text-align: center;
	padding: 25px 0px;
}

/* Page Heading */

.page-heading {
	color: #f9fafb;
}

/* Team */

.team {
	background-color: #f2f4f7;
}

.team-item .down-content h4 {
	color: #1b2738;
}

.team-item .down-content span {
	color: #c9a66b;
}

.team-item .down-content p {
	color: #5a5f6a;
}

/* Tabs */

#tabs ul li a {
	background-color: #0d4f8b;
	color: #f0e6d2;
}

#tabs ul .ui-tabs-active span {
	background: #c9a66b;
	border-color: #c9a66b;
	color: #1b2738;
}

#tabs ul .ui-tabs-active a {
	color: #fff;
}

.tabs-content h4 {
	color: #1b2738;
}

.tabs-content p {
	color: #5a5f6a;
}

/* Contact Information */

.contact-information .contact-item {
	background-color: #f2f4f7;
	color: #1b2738;
}

.contact-information .contact-item i {
	color: #c9a66b;
}

.contact-information .contact-item h4 {
	color: #1b2738;
}

.contact-information .contact-item a {
	color: #0d4f8b;
	font-weight: 600;
}

/* Sticky Footer Fix */

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

/* Extras & Helpers */

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.text-center {
	text-align: center;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

#services p {
	line-height: normal;
	text-align: justify;
}

#services ul {
	margin-left: 30px;
}

/* Responsive Style */
/* ===============================
   RESPONSIVE: Tablets & Phones
   Breakpoint: max-width 768px
=================================*/
@media (max-width: 768px) {
	.more-info {
		margin-top: 0 !important;
	}

	/* Sub-header */
	.sub-header {
		display: none;
	}

	/* Slider Text */
	.Modern-Slider .item h6 {
		margin-bottom: 15px;
		font-size: 18px;
	}

	.Modern-Slider .item h4 {
		margin-bottom: 25px;
		font-size: 28px;
		line-height: 36px;
		letter-spacing: 1px;
	}

	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}

	.Modern-Slider .NextArrow {
		right: 5px;
	}

	.Modern-Slider .PrevArrow {
		left: 5px;
	}

	/* Request Form */
	.request-form {
		text-align: center;
	}

	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}

	/* Services */
	.services .service-item {
		margin-bottom: 30px;
	}

	/* Fun Facts */
	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}

	/* More Info Section */
	.more-info .right-content {
		padding: 30px;
	}

	/* About Info */
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}

	/* Team */
	.team .team-item {
		margin-bottom: 30px;
	}

	/* Tabs */
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}

	/* Contact Items */
	.contact-item {
		margin-bottom: 30px;
	}

	/* =====================
	   FOOTER
	====================== */
	footer {
		background-color: #1b2738;
		padding: 80px 0px 20px;
		color: #f0e6d2;
	}

	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
		text-align: center;
	}

	footer .footer-item ul.social-icons {
		justify-content: center;
	}

	footer .last-item {
		border-bottom: none;
	}

	footer h4 {
		color: #f0e6d2;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 0.25px;
		margin-bottom: 35px;
	}

	footer p {
		color: #f0e6d2;
	}

	footer ul.social-icons {
		margin-top: 25px;
	}

	footer ul.social-icons li {
		display: inline-block;
		margin-right: 5px;
	}

	footer ul.social-icons li:last-child {
		margin-right: 0;
	}

	footer ul.social-icons li a {
		width: 34px;
		height: 34px;
		display: inline-block;
		line-height: 34px;
		text-align: center;
		color: #1b2738;
		border-radius: 50%;
		transition: all 0.3s;
	}

	footer ul.menu-list li {
		margin-bottom: 13px;
	}

	footer ul.menu-list li:last-child {
		margin-bottom: 0px;
	}

	footer ul.menu-list li a {
		font-size: 14px;
		color: #f0e6d2;
		transition: all 0.3s;
	}

	footer ul.menu-list li a:hover {
		color: #c9a66b;
	}
}


/* ===============================
	 RESPONSIVE: Tablets & Small Laptops
	 Breakpoint: max-width 992px
  =================================*/
@media (max-width: 992px) {

	/* Navbar Brand Position */
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 10px;
		width: auto;
	}

	.navbar:after {
		display: none;
	}

	#navbarResponsive {
		z-index: 99999;
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
		text-align: center;
		background-color: #fff;
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
	}

	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}

	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}

	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e !important;
	}

	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #c9a66b !important;
		border-bottom: none !important;
	}
}