/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Home
- Information
- Button
- Services
- Plans
- Testimonials
- Newsletter
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/


/**************************/
/*     General Styles     */
/**************************/
:root {
	--primary: #Eb5403;
	--primary-light: #Eb5403;
	--secondary: #Eb5403;
	--tertiary: #191919;
	--gradient: linear-gradient(to right, #Eb5403, #Eb5403);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
}

h1 {
	font-size: 48px;
	font-weight: 500;
}

button {
	font-family: sans-serif;
}

p,
ul,
h4 {
	margin: 0;
	padding: 0;
}

a {
	color: white;
	text-decoration: none;
}

li {
  	list-style-type: none;
}

/* Section Background */
.home,
.about,
.services,
.plans,
.work,
.contact {
	height: 110vh;
	position: relative;
}

.services,
.work,
.contact,
.testimonial,
.footer {
  	background-color: var(--primary);
}

.about,
.plans,
.company,
.newsletter,
.location {
  	background-color: var(--primary-light);
}

#about, .work {
	background: #fff;
}
#services, .footer, .bottom, #contact  {
	background: #191919;
}
.footer {
	border-bottom: 1px solid #303030;
}

#about {
	height: auto;
}
#about p {
	color: #Eb5403;
}
#about h1 {
	color: #191919;
	line-height: 50px;
	margin-top: 5px;
}
#about h3 {
	color: #191919;
	margin-top: 20px;
	margin-bottom: 0;
}
#about .para-light {
	opacity: 1;
	color: #666;
	font-size: 18px;
}
#about .btn, #about .btn:hover {
	color: #Eb5403;
}

.work {
	height: auto;
}
.work p {
	color: #Eb5403;
}
.work h2 {
	color: #191919;
	line-height: 42px;
	margin-top: 0;
	padding: 0 !important;
}
.work .para-light {
	opacity: 1;
	color: #666;
	font-size: 18px;
}

.services {
	height: 130vh;
}

.location i {
	background: -webkit-gradient( linear, left top, left bottom, from(#fff), to(#fff) ) !important;
	-webkit-background-clip: text !important;
}
.bottom p {
	padding: 0 !important;
	font-size: 14px;
}

#contact {
	height: 90vh;
}
#contact #c-submit-button {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#contact #c-submit-button {
	color: white;
	border-radius: 0;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px var(--secondary);
}
#contact #c-submit-button:hover {
	color: white;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 30px;
	transform: translate(5px, 5px);
}
#contact .cnt {
	float: left;
	height: 170px;
	padding-top: 30px;
	padding-left: 30px;
}
#contact  .location  {
	height: 390px;
}
#contact  a:hover, .location  a:hover {
	color: #191919;
}

._rm {
	color: #fb6413;
	margin-top: 10px;
}
._rm:hover {
	color: #fff;
}

.information p {
	font-size: 17px;
}


.footer .ms-3 {
	opacity: 0.7;
}
.footer .py-2 {
	padding-top: .1rem !important;
	padding-bottom: .1rem !important;
}
.footer h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
.footer .py-3.para-light {
	padding-top: 0 !important;
	padding-bottom: 20px !important;
}
.footer a:hover, .footer .fab:hover {
	cursor: pointer;
	background: #fff;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Nav */

#maninnav { position: absolute; top: 0px; left: 0; width: 100%; text-align: center; padding-top: 100px; /*! margin-bottom: 20px; */height: 100px;}
#maninnav nav { background-color: transparent }
.toggle, [id^=drop] { display: none }
.toggle::after, nav li > a:after { content: "\f107"; font-family: fontAwesome; padding: 0 0 0 10px; color: #Eb5403; font-size: 18px; font-weight: 500; position: relative; top: 2px; }
nav li > a:hover:after { color: #Eb5403; }
nav { margin: 0; padding: 0; background-color: #254441 }
#logo { display: block; padding: 0 30px; float: left; font-size: 20px; line-height: 60px }
nav:after { content: ""; display: table; clear: both }
nav ul { float: none; padding: 0; margin: 0; list-style: none; position: relative; margin-bottom: 50px;}
nav ul li { margin: 0; display: inline-block; float: none; border-right: 1px solid #Eb5403;height: 24px;line-height: 24px;}
nav ul li.drop-down { position: relative; }
nav a { font-weight: 500; display: block; padding: 0px 8px 0 8px; color: #fff; font-size: 17px; text-decoration: none; text-transform: capitalize;/*! position: relative; *//*! top: 10px; */}
nav ul li ul li:hover { background: #Eb5403; }
nav a:hover, nav ul ul ul a { color: #Eb5403; }
nav ul ul { display: none; position: absolute; top: 100%; left: 0; text-align: left; background: #191919; width: 220px; }
nav ul ul.investment {width: 760px;left: -460px; }
nav ul ul.investment li {
	float: left;
	width: 360px;
	margin-right: 20px;
}
nav ul ul li a { color: #fff; font-size: 14px; padding: 8px 0 12px 14px; text-transform: capitalize;}
nav ul ul li a:hover { color: #fff; font-size: 14px; padding: 8px 0 12px 14px; text-transform: capitalize;}
nav ul li:hover > ul { display: inherit }
nav ul ul li { float: none; display: list-item; position: relative; border-bottom: 1px solid #333333; height: auto;line-height: normal;border-right: ; }
nav ul ul ul li { position: relative; top: -60px; left: 170px }
nav li > a:only-child:after { content: '' }
nav .active a {
	color: #Eb5403;
}

@media screen and (max-width : 768px) {
#maninnav { padding-top: 54px; float: none; margin-top: 0; text-align: left; left:0; }
.navbar-header { float: left }
nav { margin: 0 }
nav a {
	padding: 16px 8px;
}
.toggle + a, .menu { display: none }
.toggle { font-size: 14px; cursor: pointer; display: block; padding: 14px 20px; color: #000; text-decoration: none; border: none; font-weight: 500 }
.toggle.menu {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	padding: 0px 18px;
	text-align: right;
}
#maninnav  .drop-down .toggle {
	font-size: 14px;
	cursor: pointer;
	display: block;
	padding: 14px 8px;
	color: #fff;
	text-decoration: none;
	border: none;
	font-weight: 500;
	text-transform: uppercase;
}
nav ul ul { width: 100% }
nav ul ul li { border-color: #222; border-top: 0 }
nav ul { background: #Eb5403; margin-top: 18px }
nav ul ul { margin-top: 0 }
nav a { color: #fff }
nav a:hover { background: #Eb5403 }
.toggle::after {
	color: #fff;
	float: right;
	top: 0px;
	right: 10px;
}
.toggle.menu::after { content: none }
[id^=drop]:checked + ul { display: block }
nav ul li { display: block; width: 100%; border-top: 1px solid #d13a00 }
nav ul ul .toggle, nav ul ul a { padding: 0 40px }
nav ul ul ul a { padding: 0 80px }
nav ul li ul li .toggle, nav ul ul a { background-color: #333 }
nav ul ul li a { padding: 10px 20px !important; color: #FFF; font-size: 14px }
nav ul ul { float: none; position: static; color: #fff }
nav ul ul li:hover > ul, nav ul li:hover > ul { display: none }
nav ul ul li { display: block; width: 100% }
nav ul ul ul li { position: static }


}

/* Gradient Border And Background On Icons */
.home_text,
.home .fas,
.plans .far,
.information .fas,
.work .fas,
.services .fas,
.location .far,
.location .fas {
	padding: 15px 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#Eb5403),
		to(#Eb5403)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.navbar-nav a:hover,
.footer a:hover,
.footer .fab:hover {
	cursor: pointer;
	background: var(--gradient);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 0.875rem;
	background-color: var(--primary);
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
}

.navbar .navbar-brand {
	padding-top: 36px;
	padding-bottom: 0.25rem;
	display: block;
	z-index: 9;
}

.navbar .logo-image img {
	width: 200px;
}

.navbar .logo-text {
	color: #fff;
	font-weight: 500;
	line-height: 1rem;
	font-size: 1.575rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 2.75rem; /* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	overflow-y: auto;
	visibility: hidden;
	padding-right: 1rem;
	padding-left: 1rem;
	background-color: var(--primary);
	transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .dropdown-menu {
	border: none;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	background-color: var(--primary);
}

.navbar .dropdown-item {
	color: #eee;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 0.875rem;
	padding-top: 0.625rem;
	text-decoration: none;
	padding-bottom: 0.625rem;
}

.navbar .dropdown-item:hover {
  	background-color: var(--primary);
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	border: none;
	margin: 0.5rem auto 0.5rem auto;
	background-color: var(--primary-light);
}

.navbar .nav-item .nav-link {
	color: #eee;
	text-decoration: none;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	transition: all 0.2s ease;
}

.navbar .fa-stack {
	width: 3em;
	font-size: 0.75rem;
	margin-right: 0.25rem;
}

.navbar .fa-stack-2x {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#Eb5403),
		to(#Eb5403)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.2s ease;
	top: 8px;
}

.navbar .fa-stack-1x {
	color: #ffffff;
	transition: all 0.2s ease;
}
.navbar .fa-stack:hover .fa-stack-2x {
  	color: #fff;
}
.navbar .fa-stack:hover .fa-stack-1x {
	color: #fff;
}
.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}


/****************/
/*     Home     */
/****************/
.home {
	background-image: url(../assets/images/home.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.headline {
	font-size: 42px;
}
.home_text {
	font-size: 54px;
}

.para {
  	width: 50%;
}

.para-light {
  	opacity: 0.7;
}
#header .para-light {
	opacity: 1;
	font-size: 18px;
	width: 60%;
	margin-bottom: 60px;
}


/***********************/
/*     Information     */
/***********************/
.information .container-fluid .row div:first-child {
  	background-color: #191919;
}

.information .container-fluid .row div:last-child {
  	background-color: #191919;
}

.information .container-fluid .row div:nth-child(2) {
  	background-color: #eb5403;
}


/******************/
/*     Button     */
/******************/
.btn {
	color: white;
	border-radius: 0;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px var(--secondary);
}

.btn:hover {
	color: white;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 30px;
	transform: translate(5px, 5px);
}

/* Email - Newsletter Button */
.btn-secondary {
	color: black;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
}

.btn-secondary:hover {
	color: black;
	padding: 10px 30px;
	background-image: var(--gradient);
}

/* Other Pages Button */
.btn-tertiary {
	color: black;
	border-radius: 0;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px var(--secondary);
}

.btn-tertiary:hover {
	color: black;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 30px;
	transform: translate(5px, 5px);
}


/********************/
/*     Services     */
/********************/
.services .card {
	padding: 20px;
	border-radius: 0;
	border: 2px solid white;
}

.services .card:hover {
	border: 10px solid;
	transform: scale(1.01);
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px #Eb5403;
}


/*****************/
/*     Plans     */
/*****************/
.plans .card {
	padding: 20px;
	border: 2px solid white;
}


/************************/
/*     Testimonials     */
/************************/
.slider-1 {
	padding-top: 8.25rem;
	padding-bottom: 8.5rem;
}

.slider-1 .section-title {
  	text-align: center;
}

.slider-1 .h2-heading {
	text-align: center;
	margin-bottom: 3rem;
}

.testimonial-card {
	border: 10px solid;
	border-image-slice: 1;
	border-width: 3px;
	border-image-source: var(--gradient);
}

.slider-1 .slider-container {
  	position: relative;
}

.slider-1 .swiper-container {
	width: 86%;
	position: static;
}

.slider-1 .swiper-button-prev,
.slider-1 .swiper-button-next {
  	color: var(--primary);
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-1 .swiper-button-prev {
	left: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .swiper-button-next {
	right: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .card {
	border: none;
	position: relative;
	background-color: transparent;
}

.slider-1 .card-image {
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	margin-bottom: 1.25rem;
}

.slider-1 .card-body {
  	padding: 0;
}

.slider-1 .testimonial-text {
  	margin-bottom: 0.75rem;
}

.slider-1 .testimonial-author {
	margin-bottom: 0;
	color: #252c38;
}

.slider-1 .avatar {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
  	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@-webkit-keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/**********************/
/*     Newsletter     */
/**********************/
.form-control-input,
.form-control-textarea {
	width: 100%;
	appearance: none;
	border-radius: 4px;
	font-size: 0.875rem;
	line-height: 1.5rem;
	padding-left: 1.5rem;
	padding-top: 0.775rem;
	padding-bottom: 0.775rem;
}


/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	z-index: 99;
	right: 20px;
	width: 32px;
	height: 32px;
	bottom: 20px;
	border: none;
	outline: none;
	display: none;
	position: fixed;
	cursor: pointer;
	border-radius: 50%;
	background-color: #323137;
}

#myBtn:hover {
  	background-color: #0f0f11;
}

#myBtn img {
	width: 12px;
	margin-left: 0.125rem;
	margin-bottom: 0.25rem;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
	background-color: var(--primary);
}
.ex-header {
	padding-top: 220px;
	padding-bottom: 0;
	background-color: transparent;
	background: url(../assets/images/vat.jpg) no-repeat;
	height: 400px;
	position: relative;
	background-size: cover;
}
.ex-header.payroll {
	background: url(../assets/images/payroll.jpg) no-repeat;
	background-size: cover;
}
.ex-header.cyprus {
	background: url(../assets/images/cyprus.jpg) no-repeat;
	background-size: cover;
}
.ex-header.international-tax-planning {
	background: url(../assets/images/international-tax-planning.jpg) no-repeat;
	background-size: cover;
}
.ex-header.accounting-services {
	background: url(../assets/images/accounting-services.jpg) no-repeat;
	background-size: cover;
}
.ex-header.financial-advisory {
	background: url(../assets/images/financial-advisory.jpg) no-repeat;
	background-size: cover;
}
.ex-header.fiduciary-services {
	background: url(../assets/images/fiduciary-services.jpg) no-repeat;
	background-size: cover;
}
.ex-header.contact {
	background: url(../assets/images/inside-contact.jpg) no-repeat;
	background-size: cover;
}
.ex-header.cyprus-investment-firms {
	background: url(../assets/images/cyprus-investment-firms.jpg) no-repeat;
	background-size: cover;
}
.ex-header.payment-institutions-pis {
	background: url(../assets/images/payment-institutions-pis.jpg) no-repeat;
	background-size: cover;
}
.ex-header.management-company-services {
	background: url(../assets/images/management-company-services.jpg) no-repeat;
	background-size: cover;
}
.ex-header.risk-management-and-regulatory-reporting {
	background: url(../assets/images/risk-management-and-regulatory-reporting.jpg) no-repeat;
	background-size: cover;
}
.ex-header.project-finance {
	background: url(../assets/images/project-finance.jpg) no-repeat;
	background-size: cover;
}
.ex-header.mifid-services {
	background: url(../assets/images/mifid-services.jpg) no-repeat;
	background-size: cover;
}
.ex-header.alternative-investment-fund {
	background: url(../assets/images/alternative-investment-fund.jpg) no-repeat;
	background-size: cover;
}
.ex-header.investment-servicing-trade-execution {
	background: url(../assets/images/investment-servicing-trade-execution.jpg) no-repeat;
	background-size: cover;
}
.ex-header.amlco-services {
	background: url(../assets/images/amlco-services.jpg) no-repeat;
	background-size: cover;
}
.ex-header.product-structuring-white-label {
	background: url(../assets/images/product-structuring-white-label.jpg) no-repeat;
	background-size: cover;
}
.ex-header.alternative-investment-fund-managers {
	background: url(../assets/images/alternative-investment-fund-managers.jpg) no-repeat;
	background-size: cover;
}

.ex-header::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
}
.ex-header h1 {
	color: #fff;
	position: relative;
	z-index: 9;
}

.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .flex-grow-1 {
  	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: #f7f9fd;
}

.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
  	color: var(--secondary);
}

.ex-cards-1 .card .fa-stack-1x {
	width: 2em;
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 {
  	margin-left: 2.25rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.5rem;
}


/*************************/
/*     Media Queries     */
/*************************/
@media only screen and (max-width: 1024px) {
	.services,
	.work,
	.testimonial,
	.about,
	.contact,
	.plans {
		height: 100%;
	}
}

@media (min-width: 992px) {
	.slider-1 .swiper-container {
		width: 92%;
	}

	.slider-1 .swiper-button-prev {
		left: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	.slider-1 .swiper-button-next {
		right: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	/* Navigation */
	.navbar {
		box-shadow: none;
		transition: all 0.2s;
		padding-top: 6px;
		background-color: transparent;
		padding-bottom: 6px;
	}

.navbar.top-nav-collapse {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: transparent;
	box-shadow: none;
}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.875rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0px;
		top: -12px;
		position: relative;
	}

	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
}

@media only screen and (max-width: 540px) {
	h1 {
		font-size: 30px;
	}

	.para {
		width: 100%;
	}

	.swiper-container {
		width: 92%;
	}

	.swiper-button-prev {
		left: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	.swiper-button-next {
		right: -16px;
		width: 22px;
		background-size: 22px 34px;
	}
}

/* Responsive CSS */

@media screen and (max-width : 768px) {
.navbar {
	background-color: #fff;
}
.home {
	height: 75vh;
}
.headline {
	font-size: 24px;
	padding-top: 80px;
}
.home_text {
	font-size: 36px;
	margin-bottom: 0px;
	display: block;
}
#header br {
	display: none;
}
#header .para-light {
	width: 100%;
	margin-bottom: 20px;
}
nav ul ul.investment {
	width: 100%;
	left: 0;
	height: 300px;
	overflow-y: scroll;
}
nav ul ul.investment li {
	float: none;
	width: 100%;
	margin-right: 0;
}
.nav-item.social-icons {
	display: none;
}

}








