/* 

TemplateMo - Finance Business

https://templatemo.com/tm-545-finance-business

*/

@import "fontawesome.css";

body {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
	margin-bottom: 0;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

a {
	text-decoration: none!important;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

/* Sub Header Style */

.sub-header {
	background-color: #a4c639;
	height: 46px;
	line-height: 46px;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,.3);
	padding: 0 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a {
	color: #fff;
	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(250,250,250,.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250,250,250,.3);
}

.sub-header ul.right-icons li a {
	color: #fff;
	transition: all .3s;
}

.sub-header ul.right-icons li a:hover {
	opacity: .75;
}

.no-break {
	white-space: nowrap;
}

/* Header Style */

header h1 {
	margin-top: 20px;
	padding: 20px 0;
	outline: none;
	color: #a4c639;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
}

/* More Info */

.more-info {
	margin: 30px 0 60px 0;
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #f7f7f7;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

.more-info .right-content h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.more-info .right-content p {
	font-size: 18px;
}

.more-info .right-content ul {
	list-style: disc;
	margin-bottom: 30px;
	color: #666666;
    line-height: 30px;
    font-size: 18px;
    margin-left: 24px;
}

.more-info .technologies {
	box-sizing: border-box;
	margin: 15px 0 15px 15px;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 10px;
}

#map {
	margin-bottom: 60px;
}

#map iframe {
	width: 100%;
	height: 550px;
	border: none;
}

/* Footer Style */

footer {
	background-color: #232323;
	padding: 40px 0;
	color: #fff;
}

footer h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .25px;
	margin-bottom: 20px;
}

footer p {
	color: #fff;
}

footer ul.social-icons {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

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;
	background-color: #fff;
	color: #232323;
	border-radius: 50%;
	transition: all .3s;
}

footer ul.social-icons li a:hover {
	background-color: #a4c639;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
}

footer .footer-note {
	padding: 15px;
}

/* Sub-footer Style */

.sub-footer {
	background-color: #343434;
	text-align: center;
	padding: 25px 0;
}

.sub-footer p {
	color: #fff;
	font-weight: 300;
	letter-spacing: .5px;
}

.sub-footer a {
	color: #fff;
}

/* Responsive Style */
@media (max-width: 768px) {
	.more-info .right-content  {
		padding: 30px;
	}

	footer {
		padding: 80px 0 20px 0;
	}

	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	footer .last-item {
		border-bottom: none;
	}

	footer ul.social-icons {
		flex-direction: row;
	}
}
