@import url('https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,700,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&display=swap');
/*--------------------------------------------------------
Resets
--------------------------------------------------------*/
html, body {
	height: 100%;
	scroll-behavior: smooth;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
b {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	zooom:1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--------------------------------------------------------
BEGIN THEME STYLESHEET
--------------------------------------------------------*/
@font-face {
 font-family: 'BebasNeueRegular';
 src: url('../fonts/BebasNeue-webfont.eot');
 src: url('../fonts/BebasNeue-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-webfont.woff') format('woff'), url('../fonts/BebasNeue-webfont.ttf') format('truetype'), url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
 font-weight: normal;
 font-style: normal;
 font-display:swap;
}

::-moz-selection {
 background: #FFD600;
 color: white;
}
::selection {
 background: #FFD600;
 color: white;
}
a, a:visited, a:hover {
	outline: none;
}
body {
	background: white;
	font: 16px/1.5 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #515A5F;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
img.responsive {
	width: 100%;
	height: auto;
}
.hidden {
	display: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
hr {
	border: solid #eeeeee;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
pre {
	height: auto;
	font-family: Consolas, monospace;
	border: 1px solid #f0f0f0;
	background: #fafafa;
	padding: 10px 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0 0 20px 0;
	overflow-x: auto;
}
.hidden {
	display: none !important
}
.responsive img, .responsive iframe, .responsive object, .responsive embed {
	width: 100%;
	width: 100%;
	height: auto;
}
sup {
	position: relative;
    top: -5px;
    font-size: small;
}
.hero {
	background: linear-gradient(135deg, #0b2b3b 0%, #123e52 100%);
	/*background-size: cover;
	background-position: center;*/
	color: white;
	padding: 80px 0;
	text-align: center;
}
.hero h1, .multipage .hero h1 {
	font-size: 3.5rem;
	margin-bottom: 20px;
	line-height: 1.2;
}
h1 sup {
	font-size: 1.4rem;
    position: relative;
    top: -30px;
	}
.hero p {
	font-size: 20px;
	max-width: 800px;
	margin: 0 auto 30px;
}
.hero .badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    padding: 0.3rem 1rem;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
}
.hero-button {
	display: inline-block;
	background: white;
	color:#007a73 !important;
	padding: 1rem 2.5rem;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.1rem;
	transition: transform 0.3s, box-shadow 0.3s;
}
.hero-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
/*==== Anchor Links ====*/
img {
	max-width: 100%;
	height: auto;
}
a, a:link {
	outline: 0;
	transition: all 0.5s ease 0s;
}
.highlight {
	color: #FFD600;
}
a:hover {
	color: #666666;
	text-decoration:none;
	transition: all 0.5s ease 0s;
}
a:focus {
	outline: none;
	outline-offset: 0;
}
p a, p a:visited {
	line-height: inherit
}
/*==== Lists ====*/
ul, ol {
	margin-bottom: 20px
}
ul {
	list-style: none;
}
ul.styled-list {
	padding: 0;
}
ol, ul {
	margin: 0;
	padding: 0 0 0 30px;
}
ol {
	list-style: decimal
}
ul li ul, ol li ul, ol li ul, ol li ol {
	margin-bottom: 0
}
.left {
	float: left;
}
.right {
	float: right;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
	display: block;
}
/*--------------------------------------------------------
/* TYPOGRAPHY
--------------------------------------------------------*/

h1, h2, h3, h4, h6 {
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 10px;
}
body #load {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	z-index: 1001;
	background-color: #ffffff;
}
.breadcrumb-struc {
	border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 8px 0;
	margin-bottom: 20px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  font-size:13px;
  padding: 0 0;
  /*margin-bottom: 1rem;*/
  list-style: none;
  text-transform:uppercase;
}
ol.breadcrumb li.breadcrumb-item {
	margin-bottom:0;
	line-height:140%
	}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, ">") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #545454;
}
#qLpercentage {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 60px !important;
	line-height: 1;
}
h1 {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 80px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0px;
}
.multipage h1 {
	font-size: 60px;
	line-height:120%;
	margin-bottom:60px
}
.multipage .sub-head {
	font-size:30px;
	margin-top:0;
	color:#6b6b6b;
	margin-bottom:10px;
}
h2, span.head2 {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	position: relative;
	line-height: 131%;
	margin-top:20px;
	margin-bottom:20px
}
h3, span.head3 {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 28px;
	line-height: 130%;
}
span.head3 {
	text-transform:uppercase;
	}
@media (max-width:767px) {
.multipage h1 {
 font-size: 40px;
 margin-bottom:30px
}
h2, span.head2 {
 font-size: 30px;
 line-height: 110%;
}
h3, span.head3 {
 font-size: 23px;
 line-height: 110%;
}

}
h4, span.head4 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight:600;
}
span.head4 {
	text-transform:uppercase;
	}
h5, span.head5 {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight:600;
	letter-spacing:0
}
h6 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
}
p {
	margin-bottom: 10px;
}
p.lead {
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.2;
	padding: 0;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	font-weight: 600;
}
.multipage a, .multipage a:link {
	color:#005a88;
	transition: all 0.5s ease 0s;
}
.multipage a:hover {
	color:#1a3c4d;
	text-decoration:none !important;
}
.copyright a, .copyright a:link {
	color:#272727
}
/*--------------------------------------------------------
/* MENU STYLING
--------------------------------------------------------*/

nav {
	width: 100%;
	position: relative;
	z-index: 1000;
	opacity: 0;
	filter: alpha(opacity=0);
}
body.multipage nav {
	opacity: 1;
	filter: alpha(opacity=100);
}
/*== DARK NAVIGATION ==*/
nav.dark {
	background: #151515;
	border-bottom: 1px solid #000000;
}
/*== LIGHT NAVIGATION ==*/
nav.light {
	background: #ffffff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
	border-bottom: 1px solid #f0f0f0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
nav.light.sticky {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.95);
}
/*== TRANSPARENT NAVIGATION ==*/
nav.transparent {
	background: transparent;
	border-bottom: 1px solid transparent;
	box-shadow: none;
	position:fixed;
	width:100%;
	top:0;
}
nav.transparent a {
	color:#ffffff;
}
nav.transparent.scroll {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.95);
}
nav.transparent.scroll a {
	color: #515A5F;
}
nav .container .four.columns {
	float: left;
	width: auto
}
nav .container .twelve.columns {
	float: right;
	width: auto
}
.main-menu, .logo {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}
.main-menu.large, .logo.large {
	height: 80px;
}
.logo a {
	display: block;
	margin: auto;
}
@media (max-width:767px) {
.logo img {
 max-width:120px;
}
}
.main-menu li {
	display: inline;
	/*margin-left: 30px;**/
	margin-left: 20px;
}
.main-menu a {
	font-family: 'BebasNeueRegular', sans-serif;
	/*font-size: 22px;*/
	font-size: 20px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
nav.light .main-menu a {
	color: inherit;
}
nav.light .main-menu a:hover, nav.dark .main-menu a:hover {
	color: #0081a6;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}
nav.light .main-menu li.active a, nav.dark .main-menu li.active a {
	color: #FFD600;
}
.main-menu a i {
	margin-right: 3px;
	font-size: 22px;
}
/*== ICONIC NAVIGATION ==*/
.main-menu.iconic li {
	margin-left: 40px;
}
.main-menu.iconic a {
	display: inline-block;
}
.main-menu.iconic a i {
	font-size: 25px;
	display: block;
	text-align: center;
	margin: 8px auto 4px;
}
.selectnav {
	display: none;
}
/*-----------------------------------------------------------------------------------*/
/*	HOME 1 STYLING
/*-----------------------------------------------------------------------------------*/
.home-text-wrapper {
	display: table-cell;
	vertical-align: middle;
	margin: auto;
}
.home1 .slabtextdone {
	color: #ffffff;
}
.home1 .slabtextdone .slabtext.second-child {
	background: #FFD600;
	padding: 15px 10px 0;
	display: inline-block;
	width: auto;
	margin-left: -10px;
	color: #000000;
	margin-bottom: 10px;
}
.home1.home-gradient .slabtextdone .slabtext.second-child {
	background: none;
}
/*-----------------------------------------------------------------------------------*/
/*	HOME 2 STYLING
/*-----------------------------------------------------------------------------------*/

.home-slide .home-slide-content {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 90px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0px;
	text-align: center;
	line-height: 1;
}
.home-parallax .home-slide-content {
	padding: 55px 10px 50px;
	background: rgba(0, 0, 0, 0.3);
 -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	color: #ffffff;
}
.home-gradient .home-slide-content {
	color: #ffffff;
}
.home-gradient .highlight {
	color: inherit;
}
/*-----------------------------------------------------------------------------------*/
/*	HOME 3 STYLING
/*-----------------------------------------------------------------------------------*/

.home3 .home-text-wrapper .container {
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.81);
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.24);
	overflow: hidden;
}
.home3 .home-text-wrapper .container.no-safari {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.home3 .home-quote {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: table-cell;
	vertical-align: middle;
	height: inherit;
	text-align: center;
	width: inherit;
	overflow: hidden;
	color: white;
}
.home3 .slabtextdone {
	color: #ffffff;
}
.home3 .slabtextdone .slabtext.second-child {
	display: inline-block;
	width: auto;
	color: #FFD600;
	text-shadow: none;
	overflow: hidden;
}
.home3 .home-text-wrapper .container:hover {
	-webkit-transform: scale(1.09);
	-moz-transform: scale(1.09);
	-o-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transform: scale(1.09);
	box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.24);
	-webkit-transform-style: preserve-3d;
	overflow: hidden;
}
.home3#home h1 {
	font-size: 30px;
	overflow: hidden;
	margin: 0 50px;
}
/*-----------------------------------------------------------------------------------*/
/*	HOME 4 STYLING
/*-----------------------------------------------------------------------------------*/

.home4 .slabtextdone {
	text-shadow: none;
}
.home4 .home-quote {
	padding: 10px 10px 0;
	background: rgba(255, 255, 255, 0.63);
 -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);
	box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.32);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.home4.home-gradient .home-quote {
	background: #ffffff;
}
.home4 .home-quote:hover {
	box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.32);
}
.home4 .slabtextdone .slabtext.second-child {
	background: #FFD600;
	padding: 15px 10px 0;
	display: inline-block;
	width: auto;
	margin-left: -10px;
	color: #ffffff;
}
/*-----------------------------------------------------------------------------------*/
/*	HOME 5 STYLING
/*-----------------------------------------------------------------------------------*/

#home.home-fullscreenslider {
	background: url(../images/pattern.png);
	position: relative;
	overflow: hidden;
	height: 100%;
}
#home.home-fullscreenslider .container {
	height: 100%;
}
/*--------------------------------------------------------
/* PARALLAX STYLING
--------------------------------------------------------*/
.parallax {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #f8f8f8;
	color: #ffffff;
	z-index:0;
}
.parallax .container {
	display: table;
	overflow:hidden;
}
.parallax .parallax-content, .parallax .overlay {
	height: 400px;
}
.parallax-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	overflow:hidden;
}
.parallax-content-2 {
	vertical-align: middle;
	text-align: center;
	overflow:hidden;
	padding:130px 0
}
.parallax-content-2 {
	color:#fff;
	}
.parallax-content-2 h2{
	color:#FFD600;
	}
.overlay {
	background: url(../images/pattern.png);
	width: 100%;
	position: absolute;
	overflow:hidden;
}
.parallax-bg {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: top center;
}
/*--------------------------------------------------------
/* PARALLAX SECTION 1
--------------------------------------------------------*/
.bg1 {
	background-image: url(../images/parallax/parallax1-02.jpg);
	/*background-image: image-set(url("../images/parallax/parallax1.webp") type("image/webp"), url("../images/parallax/parallax1.jpg") type("image/jpeg"));
	background-image: -webkit-image-set(url("../images/parallax/parallax1.webp") type("image/webp"), url("../images/parallax/parallax1.jpg") type("image/jpeg"));*/
}


p.quote {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 20px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	z-index: 200;
	margin: 0 5%;
}
.quote i {
	font-size: 25px;
	display: inline-table;
	vertical-align: top;
	margin: 0 5px;
}
.parallax .quote i {
	color: #FFD600;
}
.quote-author {
	height: 24px;
	width: auto;
	font-size: 17px;
	font-weight: 600;
	color: #ffffff;
	position: relative;
	margin-top: 25px;
	z-index: 200;
	font-style: italic;
	text-align: center;
}
/*--------------------------------------------------------
/* PARALLAX SECTION 2
--------------------------------------------------------*/
	
.bg2 {
	background-image: url(../images/parallax/parallax2.jpg);
}
.twitter-slider {
	width: 85%;
	margin: 0 auto !important;
}
#twitter-feed {
	text-align: center;
	padding: 10px 0;
}
#twitter-feed li {
	margin-bottom: 20px;
}
.twitter-feed-icon i {
	font-size: 22px;
	width: 23px;
	color: #ffffff;
	display: inline-block;
	padding: 17px;
	background: #FFD600;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 4px rgb(255, 255, 255);
}
.twitter-author {
	text-transform: uppercase;
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 25px;
}
#twitter-feed ul.slides > li {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #ffffff;
	line-height: 1.4;
	margin: 5px auto 30px;
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.30);
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
.twitter#twitter-feed {
	text-align: left;
}
.twitter ul {
	padding:0;
}
.twitter .twitter-feed-icon i {
	display: none;
}
.twitter .twitter-author {
	display: none;
}
.twitter li {
	font-family: 'HelveticaNeue Light', sans-serif;
	font-size: 13px;
	color: inherit;
	width: auto;
	line-height: inherit;
	margin-bottom: 20px;
	padding: 0px;
	border: none;
}
/*--------------------------------------------------------
/* PARALLAX SECTION 3
--------------------------------------------------------*/

.bg3 {
	background-image: url(../images/parallax/parallax3.jpg);
}
.testimonial-slider {
	position: relative;
	width: 85%;
	margin: 0 auto !important;
}
.testimonial-slider ul {
	text-align: center;
	padding: 10px 0;
}
.testimonial-icon i {
	font-size: 22px;
	width: 23px;
	color: #ffffff;
	display: inline-block;
	padding: 17px;
	background: #FFD600;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 4px rgb(255, 255, 255);
}
.testimonial-slide .client-testimonial {
	font-size: 13px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: white;
	line-height: 1.67;
	margin: 5px auto 10px;
	padding: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.30);
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
.client-info {
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
	font-style: italic;
}
.client-info:before, .client-info:after {
	content: '--';
	margin: 0 3px;
}
/*--------------------------------------------------------
/* PARALLAX SECTION 4
--------------------------------------------------------*/

.bg4 {
	background-image: url(../images/parallax/parallax4-02.jpg);
	/*background-image: image-set("../images/parallax/parallax4.webp" type("image/webp"), "../images/parallax/parallax4.jpg" type("image/jpeg"));*/
}
/*--------------------------------------------------------
/* COLOR BLOCK SECTION
--------------------------------------------------------*/

.color-block {
	width: 100%;
	height: 450px;
	background-color: #FFD600;
	background: -moz-radial-gradient(center center, circle cover, #FFD600 0%, #E2BE01 100%);
	background: -webkit-radial-gradient(center center, circle cover, #FFD600 0%, #E2BE01 100%);
	background: -o-radial-gradient(center center, circle cover, #FFD600 0%, #E2BE01 100%);
	background: -ms-radial-gradient(center center, circle cover, #FFD600 0%, #E2BE01 100%);
	background: radial-gradient(center center, circle cover, #FFD600 0%, #E2BE01 100%);
	position: relative;
	overflow: hidden;
	color: #ffffff;
}
.color-block .parallax-bg {
	display: none;
}
.color-block .container {
	display: table;
}
.color-block-content {
	height: 450px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.color-block a, .color-block .quote i, .color-block .quote-author, .color-block .twitter-date a, .color-block .twitter-author a, .color-block .testimonial-slider .title span, .color-block .client-info {
	color: #000000;
}
/*--------------------------------------------------------
/* PAGE SECTIONS
--------------------------------------------------------*/

.page {
	padding: 60px 0;
	position: relative;
	background: #ffffff;
	text-align:center;
	z-index:6;
	/*overflow:hidden;*/
}
.page.multipage {
	text-align: left;
	padding: 30px 0 0;
}
.page.multipage .copyright {
	text-align: center;
}
#team.page {
	position:static;
}
/*======== TITLE SECTION ========*/

.title {
	text-align: center;
}
.title h1, .title h2 {
	line-height: 0.8;
	margin-bottom: 20px;
	line-height: 0.8;
	display: inline-block;
	padding: 10px 10px 3px;
	background: #FFD600;
	color: #fff;
	border: 4px solid #ffffff;
	box-shadow: 0px 0px 0px 3px #FFD600;
}
.multipage .title h1 {
	margin: 60px 0 40px;
	line-height: 0.8;
}
.subtitle {
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 1.2;
	padding: 0;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
	font-weight: 700;
	text-transform: uppercase;
}
.subsubtitle {
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.2;
	padding: 0;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	font-weight: 700;
	text-transform: uppercase;
}
/*======== HOME SECTION ========*/	
#home {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
	display: table;
	color: #010101;
	z-index:10;
}
.home-gradient {
	background-color: #FFD600;
	background: -moz-radial-gradient(center center, circle cover, #FFD600 0%, #E2BE01 100%);
	background: -webkit-radial-gradient(center center, circle cover, #FFD600 0%, #E2BE01 100%);
	background: -o-radial-gradient(center center, circle cover, #FFD600 0%, #E2BE01 100%);
	background: -ms-radial-gradient(center center, circle cover, #FFD600 0%, #E2BE01 100%);
	background: radial-gradient(center center, circle cover, #FFD600 0%, #E2BE01 100%);
}

.home-parallax {
	background: url(../images/parallax/parallax4-02.jpg) fixed;
	/*background-image: url("../images/parallax/parallax4.jpg");
	background-image: image-set(url("../images/parallax/parallax4.webp") type("image/webp"), url("../images/parallax/parallax4.jpg") type("image/jpeg"));
	background-image: -webkit-image-set(url("../images/parallax/parallax4.webp") type("image/webp"), url("../images/parallax/parallax4.jpg") type("image/jpeg"));
	background-attachment: fixed;*/
	background-size: cover;
	background-position: center top;
	background-color: #000 !important;
}
/*======== HOME LOGO ========*/	
#home h1 {
	font-size: 60px;
}
.home-logo, .home-logo-text {
	margin: 30px 0 100px;
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
}
.home-fullscreenslider .home-logo, .home-fullscreenslider .home-logo-text {
	margin: 60px 0 100px;
	font-size: 80px;
}
.home-logo-text a {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 78px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0px;
	text-align: center;
	line-height: 1;
	padding: 5px 25px 0;
	border: 5px solid #fff;
	color: inherit;
	background: rgba(255, 255, 255, .70);
}
.home-logo-text.light a {
	color: rgba(255, 255, 255, 0.9);
}
.home-logo-text a:hover {
	color: #ffffff;
}
.slabtextdone {
	line-height: 0.8;
	color: #020202;
	text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
}
.slabtexted .slabtext {
	display: -moz-inline-box;
	display: inline-block;
	white-space: nowrap;
}
.slabtextinactive .slabtext {
	display: inline;
	white-space: normal;
	font-size: 1em !important;
	letter-spacing: inherit !important;
	word-spacing: inherit !important;
 *letter-spacing:0 !important;
 *word-spacing:0 !important;
}
.slabtextdone .slabtext {
	display: block;
}
/*=== PORTFOLIO SECTION ===*/

#portfolio {
	padding-bottom: 0;
}
/*==== PORTFOLIO FILTERS ====*/

#filters {
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
	display: block;
	float: none;
	z-index: 2;
	position: relative;
}
#filters ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
#filters ul li {
	display: inline-block;
}
#filters ul li a {
	display: block;
	float: left;
	padding: 2px 5px;
	color: inherit;
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
#filters ul li a h3 {
	font-size: 18px;
	padding: 2px 6px 0px;
	border: 2px solid;
}
#filters ul li a:hover h3, #filters ul li a.active h3 {
	color: #FFD600;
}
/*==== PORTFOLIO AJAX NAVIGATION =====*/
#project-navigation {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 0;
	margin: 0;
	z-index: 1;
}
#project-navigation ul {
	float: none;
	margin: 0;
	list-style: none;
	display: none;
	padding: 0;
}
#project-navigation ul li#prevProject a {
	background: url(../images/arrow_left.png) center center no-repeat;
	float: right;
	margin-right: 64px;
}
#project-navigation ul li#nextProject a {
	background: url(../images/arrow_right.png) center center no-repeat;
	float: right;
	margin-right: 10px;
}
#project-navigation ul li#prevProject a, #project-navigation ul li#nextProject a {
	background-color: #151515;
	background-size: 30px;
}
#project-navigation ul li a {
	width: 40px;
	height: 40px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#project-navigation ul li#prevProject a:hover, #project-navigation ul li#nextProject a:hover {
	background-color: #FFD600;
}
#project-navigation ul li a:hover {
	background-color: #FFD600;
}
#project-navigation ul li a.disabled, #project-navigation ul li a.disabled:hover {
	cursor: default;
	background-color: rgba(0, 0, 0, 0.2) !important;
}
/*=== PROJECT CLOSE ===*/
#closeProject {
	top: 10px;
	position: absolute;
	right: 62px;
	z-index: 1;
}
#closeProject a {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	display: none;
	background: #151515;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#closeProject a:hover {
	background: #FFD600;
}
#closeProject a i {
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
	display: inline-table;
	vertical-align: middle;
}
#ajax-section {
	position: relative;
	padding: 0;
	background: #f8f8f8;
	text-align: left;
}
#ajax-section #loader {
	width: 100%;
	height: 20px;
	display: none;
	position: absolute;
	top: -30px;
}
#ajax-section #loader.projectError {
	text-align: center;
	height: auto !important;
	background-position: top center;
}
#ajax-section #loader.projectError p {
	display: none;
	padding-top: 16px;
}
#ajax-section #loader {
	background: url(../images/loader.gif) center center no-repeat;
}
#ajax-section #loader.projectError p {
	color: #666 !important;
}
#ajax-content-outer {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#ajax-content-inner {
	float: left;
	height: 0;
	opacity: 0;
}
#ajaxpage {
	float: left;
	display: block;
}
.project-media {
	margin-top: 70px;
	margin-bottom: 30px;
	overflow: hidden;
	display: block;
}
.project-info {
	margin-top: 60px;
	margin-bottom: 30px;
}
.project-info {
	height: auto;
	float: left;
	margin-bottom: 30px;
}
.project-description, .project-details {
	margin-bottom: 30px;
}
.project-description h3, .project-details h3 {
	margin-bottom: 10px;
}
.project-details p {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 7px;
}
.project-details p span {
	font-weight: bold;
}
/*==== PORTFOLIO GRID ====*/
#portfolio-wrap {
	position: relative;
	padding: 0;
	width: 100.1%;
	margin: 0 auto;
	display: block;
}
#portfolio-wrap .one-third {
	margin: 0;
	overflow: hidden;
	line-height: 0;
	width: 20%;
	padding: 0;
}
.portfolio-item.current {
	box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.37);
	z-index: 101;
}
.portfolio-item {
	padding: 0;
	position: relative;
	overflow: hidden;
}
.portfolio-item .portfolio-image {
	overflow: hidden;
	display: block;
	position: relative;
}
.portfolio-item .portfolio-image img {
	width: 100%;
	height: auto;
}
.portfolio .portfolio-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	z-index: 4;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #FFD600;
}
.portfolio > a, .portfolio > a:hover {
	color: #ffffff;
}
.portfolio-item .portfolio > a:hover > .portfolio-overlay {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.portfolio > a img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio > a:hover img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio .thumb-info {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio a:hover .portfolio-overlay .thumb-info {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.portfolio-overlay .thumb-info i {
	top: 58%;
	font-size: 50px;
}
.portfolio-overlay .thumb-info h3 {
	top: 38%;
	font-size: 30px;
}
.portfolio-overlay .thumb-info p {
	top: 50%;
	font-size: 13px;
}
.portfolio-overlay .thumb-info h3 {
	color: #ffffff;
	width: 100%;
	position: absolute;
	text-align: center;
}
.portfolio-overlay .thumb-info p {
	color: #ffffff;
	width: 100%;
	position: absolute;
	text-align: center;
	font-weight: bold;
}
.portfolio-overlay .thumb-info i {
	color: #ffffff;
	width: 100%;
	position: absolute;
	text-align: center;
	display: block;
}
/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/*======== BLOG PAGE ========*/

	
.post {
	margin-bottom: 100px;
}
.post-media {
	margin-bottom: 30px;
}
.post-title {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 10px;
}
.post-title a {
	color: #151515;
}
.post-title a:hover {
	color: #FFD600;
}
.post-tags {
	margin-top: 20px;
}
.post-tags i {
	display: inline-table;
	margin-right: 4px;
	color: #868991;
	font-size: 16px;
	vertical-align: middle;
}
.post-tags ul {
	display: inline-block;
	padding: 0;
}
.post-tags li {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-size: 11px;
}
.post-tags li:after {
	content: ' . ';
}
.post-tags li:last-child:after {
	content: '';
}
.post-tags li a {
	color: #868991;
	text-decoration: none;
}
.post-tags li a:hover {
	color: #FFD600;
}
.post-meta {
	font-size: 11px;
	margin-bottom: 20px;
	padding: 5px 0;
	border-top: 1px solid #f0f2f5;
	border-bottom: 1px solid #f0f2f5;
	font-size: 11px;
}
.post-meta span {
	text-align: right;
	float: right;
}
.sidebar {
	padding-left: 10px;
}
.widget {
	margin-bottom: 40px;
}
.widget-title {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 10px;
}
.tags-list li {
	font-size: 11px;
	margin-top: 5px;
	display: inline-block;
	padding: 3px 9px;
	border: 1px solid #e8e8e8;
}
.tags-list li:first-child {
	margin-top: 0;
}
.tags-list li a {
	color: #151515;
	text-decoration: none;
}
.tags-list li a:hover {
	color: #FFD600;
}
.blog-tweet {
	font-size: 11px;
	margin-top: 16px;
}
.blog-tweet span {
	display: block;
	margin-top: 7px;
	color: #868991;
	font-size: 10px;
}
.pagination {
	position: relative;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.pages {
	text-align: center;
}
.pages li {
	display: inline-block;
}
.pages li {
	display: inline-block;
	margin: 0px 2px 0px 0;
}
.pages li a {
	font-size: 13px;
	display: block;
	padding: 5px;
	color: #151515;
}
.pages li a.current {
	border-top: 2px solid #FFD600;
	border-bottom: 2px solid #FFD600;
	color: #1c1f26;
}
.pages li a:hover {
	color: #FFD600;
}
.pagination a.previous, .pagination a.next {
	height: 24px;
	width: 24px;
	display: block;
	margin: 2px 0;
	background-color: #151515;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 4px;
	border-radius: 2px;
	text-align: center;
}
.pagination a.previous:hover, .pagination a.next:hover {
	background-color: #FFD600;
	color: white;
}
.pagination a.previous {
	position: absolute;
	left: 0;
	top: 0;
}
.pagination a.next {
	position: absolute;
	right: 0;
	top: 0;
}
.pagination a i {
	line-height: 24px;
}
#blog-author {
	position: relative;
	border-bottom: 3px solid #666;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
#blog-author .container {
	border-bottom: 3px solid #666;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
#blog-author img {
	position: absolute;
	width: 100%;
	margin-right: 10px;
	max-width: 100px;
	padding: 4px;
	border: 1px solid #e8e8e8;
}
#blog-author p {
	margin-left: 120px;
}
.blog h1 a {
	font-weight: normal;
}
/*====== COMMENTS LIST =======*/
.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 65px;
}
.commentlist li {
	margin: 0;
	padding: 0;
}
.commentlist .the-comment {
	border-bottom: 1px solid #e7e6e6;
	padding-bottom: 35px;
	margin-bottom: 35px;
}
.commentlist .the-comment .comment-text *:last-child {
	margin-bottom: 0;
}
.commentlist div.avatar {
	float: left;
	margin-right: 15px;
	padding: 4px;
	border: 1px solid #e8e8e8;
	line-height: 0;
}
.commentlist .comment-text p {
	margin: 0;
}
.commentlist .comment-author strong {
	padding-right: 5px;
}
/*=== COMMENT FORM ELEMENTS ===*/
#comment-input {
	overflow: hidden;
	margin-bottom: 13px;
}
#comment-input input {
	border: 1px solid #e8e8e8;
	width: 28%;
	font-size: 13px;
	color: #747474;
	padding: 8px 2%;
	float: left;
	margin-right: 1%;
	border-radius: 2px;
}
#comment-textarea textarea {
	border: 1px solid #e8e8e8;
	width: 96%;
	height: 150px;
	font-size: 13px;
	color: #747474;
	padding: 8px 11px;
	border-radius: 2px;
}
#comment-input input:last-child {
	margin-right: 0;
}
 #comment-input input:-moz-placeholder, #comment-textarea textarea:-moz-placeholder {
 color: #999;
}
 #comment-input input:-ms-input-placeholder, #comment-textarea textarea:-ms-input-placeholder {
 color: #999;
}
 #comment-input input::-webkit-input-placeholder, #comment-textarea textarea::-webkit-input-placeholder {
 color: #999;
}
/*======== CONTACT SECTION ========*/
#contact {
	padding-bottom: 0;
}
.contact-box {
	width: 100%;
	text-align: center;
	padding: 45px 0px 60px;
}
.contact-details {
	width: 70%;
	padding: 5px 0;
	margin: 0 auto 10px;
}
.contact-details h2 {
	margin-bottom: 0px;
}
.contact-details h1 {
	color: black;
	background: rgba(255, 255, 255, 0.50);
 -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);
}
.copyright {
	width: 100%;
	margin-top: 30px;
	padding: 40px 0;
	background: #FFD600;
	color: rgba(0, 0, 0, 0.7);
	font: 16px/1.5 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.copyright a {
	color: inherit;
	font: 16px/1.5 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:700
}
.copyright-logo a {
	display: inline-block;
	text-align: center;
}
.copyright .social-icons {
	text-align: center;
}
.copyright .social-icons .social-icon {
	display: inline-block;
	float: none;
	margin: 0 5px 5px 0;
	background-color: rgba(0, 0, 0, 0.05) !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
}
.foot-more-link {
	text-align:center;
	margin-bottom:5px;
}
.foot-more-link a {
	font-size:17px;
	color:#304f5f;
}
/*=== CONTACT FORM ELEMENTS ===*/
#contact-input {
	overflow: hidden;
	margin-bottom: 13px;
	width: 50%;
	float: left;
}
#unsubscribe-input {
	margin-top:100px;
	margin-bottom:100px;	
	text-align:center;
	}
#contact-input input[type='text'], #unsubscribe-input input[type='text'] {
	border: 1px solid #e8e8e8;
	width: 90%;
	font-size: 13px;
	color: #747474;
	padding: 20px 2%;
	float: left;
	margin: 0 1% 2%;
	border-radius: 2px;
}
#unsubscribe-input input[type='email'] {
	width:100%;
	}
#unsubscribe-input input[type='submit'], #unsubscribe-input button {
	background:#FFD600;
	padding:10px 15px;
	border:none;
	cursor:pointer;
	transition: all 0.5s ease 0s;
}
#unsubscribe-input input[type='submit']:hover, #unsubscribe-input button:hover {
	background:#393939;
	color:#FFD600;
	}
#contact-textarea input {
	border: 1px solid #e8e8e8;
	width: 96%;
	font-size: 13px;
	color: #747474;
	padding: 20px 2%;
	float: left;
	margin: 0 0 2%;
	border-radius: 2px;
}
#contact-textarea textarea {
	border: 1px solid #e8e8e8;
	width: 95%;
	height: 92px;
	font-size: 13px;
	color: #747474;
	padding: 20px 11px 10px;
	border-radius: 2px;
	margin-bottom: 10px;
}
}
#contact-input input:last-child {
	margin-right: 0;
}
 #contact-input input:-moz-placeholder, #contact-textarea textarea:-moz-placeholder {
 color: #999;
}
 #contact-input input:-ms-input-placeholder, #contact-textarea textarea:-ms-input-placeholder {
 color: #999;
}
 #contact-input input::-webkit-input-placeholder, #contact-textarea textarea::-webkit-input-placeholder {
 color: #999;
}
#contact-textarea {
	width: 50%;
	float: right;
}
#contact-input label, #contact-textarea label {
	display: block;
	text-align:left;
	font-weight:bold;
	padding-left: 2%;
}
#contact-input .citigen-radio label, #contact-input .license-radio label {
	display:unset;
	padding:0
}
#contact-input .citigen-radio input[type="radio"], #contact-input .license-radio input[type="radio"] {
	margin-left:15px;
	}
@media (max-width:767px) {
	#contact-input .citigen-radio span, #contact-input .license-radio span {
		display:block
		}
}
#contact-input .citigen-radio, #contact-input .license-radio, #contact-input .inc-country {
	padding-left:4px;
	clear:both;
	text-align:left
	}
#contact-input .inc-country span {
	margin-right:10px;
}
#contact-input .inc-country select {
	display:unset;
	}
#contact-submit input[type="submit"] {
	padding: 20px 24px 20px 24px;
	border: 0 none;
	color: #ffffff;
	display: block;
	width: 33%;
	cursor: pointer;
	text-indent: -9999px;
	background-image: url(../images/mail.png);
	background-position: center center;
	background-repeat: no-repeat;
	height:57px;
	line-height:57px;
	margin: 10px 0;
	clear: both;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	background: #fff;
	padding: 8px 8px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*color: #666;*/
	margin: 0;
	width: 200px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	width: 180px;
	/*color: #999;*/
	-moz-box-shadow: #ececec 0px 1px 4px inset, #f8f8f8 -5px -5px 0px 0px, #f8f8f8 5px 5px 0px 0px, #f8f8f8 5px 0px 0px 0px, #f8f8f8 0px 5px 0px 0px, #f8f8f8 5px -5px 0px 0px, #f8f8f8 -5px 5px 0px 0px;
	-webkit-box-shadow: #ececec 0px 1px 4px inset, #f8f8f8 -5px -5px 0px 0px, #f8f8f8 5px 5px 0px 0px, #f8f8f8 5px 0px 0px 0px, #f8f8f8 0px 5px 0px 0px, #f8f8f8 5px -5px 0px 0px, #f8f8f8 -5px 5px 0px 0px;
	box-shadow: #ececec 0px 1px 4px inset, #f8f8f8 -5px -5px 0px 0px, #f8f8f8 5px 5px 0px 0px, #f8f8f8 5px 0px 0px 0px, #f8f8f8 0px 5px 0px 0px, #f8f8f8 5px -5px 0px 0px, #f8f8f8 -5px 5px 0px 0px;
	border: 1px solid #e8e8e8
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #e0e0e0;
	color: #333;
}
/*-----------------------------------------------------------------------------------*/
/*	Columns
/*-----------------------------------------------------------------------------------*/
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 67.2%;
}
.one_sixth {
	width: 13.33%;
}
.five_sixth {
	width: 82.67%;
}
.one_half.no-margin {
	width: 50%;
	margin-right: 0
}
.one_third.no-margin {
	width: 33.33333333333%;
	margin-right: 0
}
.two_third.no-margin {
	width: 66.66666666667%;
	margin-right: 0
}
.one_fourth.no-margin {
	width: 25%;
	margin-right: 0
}
@media (max-width: 767px) {
.one_fourth.no-margin {
	width: unset;
	}
}
.three_fourth.no-margin {
	width: 75%;
	margin-right: 0
}
.one_fifth.no-margin {
	width: 20%;
	margin-right: 0
}
@media (max-width: 767px) {
.one_fifth.no-margin {
	width: unset;
	}
}

.two_fifth.no-margin {
	width: 40%;
	margin-right: 0
}
.three_fifth.no-margin {
	width: 60%;
	margin-right: 0
}
.four_fifth.no-margin {
	width: 80%;
	margin-right: 0
}
.one_sixth.no-margin {
	width: 16.6666666666667%;
	margin-right: 0
}
.five_sixth.no-margin {
	width: 83.333333333333%;
	margin-right: 0
}
.one_seventh.no-margin {
	width: 14.28571428571429%;
	margin-right: 0
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth, .one_seventh {
	position: relative;
	margin-right: 4%;
	margin-bottom: 30px;
	float: left;
}
.last {
	margin-right: 0 !important;
}
.fittext-content {
	line-height: 0.8;
}
* html .title h1 {
	display: inline;
}
* + html .title h1 {
	display: inline;
}
/* ------------------------------------------------------------------------ */
/*  BACK TO TOP BUTTON
/* ------------------------------------------------------------------------ */
#back-to-top {
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
	display: none;
}
@media (max-width:767px) {
	#back-to-top {
		bottom: 55px;
	}
}
#back-to-top a {
	display: block;
	width: 40px;
	height: 40px;
	background: #515A5F url(../images/backtotop.png) no-repeat center center;
	text-indent: -9999px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}
#back-to-top a:hover {
	background-color: #222222;
}
/* ------------------------------------------------------------------------ */
/*  HOME FULLSCREEN VIDEO
/* ------------------------------------------------------------------------ */
.home-fullscreenvideo {
	background:#1F2224;
}
.background-video {
	min-width: 100%;
	min-height: 100%;
	z-index: 1;
	box-sizing: border-box;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
/* ------------------------------------------------------------------------ */
/*  HOME FULLSCREEN VIDEO
/* ------------------------------------------------------------------------ */
.home-banner {
	height: auto !important;
	padding:150px 0;
	color:#ffffff !important;
}
.home-banner .slabtextdone {
	text-shadow:none;
}
.home-newsletter {
	color:#ffffff !important;
}
.home-newsletter .slabtextdone {
	text-shadow:none;
	color:#ffffff;
}
.home-parallax2 {
	background: url(../images/parallax/parallax5.jpg) fixed;
	background-size: cover;
}
.home-parallax3 {
	background: url(../images/parallax/parallax6.jpg) fixed;
	background-size: cover;
}
.home-parallax4 {
	background: url(../images/parallax/parallax7.jpg) fixed;
	background-size: cover;
}
/* ------------------------------------------------------------------------ */
/*  COLORED MENU
/* ------------------------------------------------------------------------ */

nav.colored, nav.light.colored {
	background: #ffd600;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
	border-bottom: 0px;
}
nav.colored a {
	color:#ffffff !important;
}
nav.colored li.active a {
	color:#515A5F !important;
}
/* ------------------------------------------------------------------------ */
/*  NEWSLETTER FUNCTION
/* ------------------------------------------------------------------------ */

#newsletterform {
	margin-top: 0;
	display: block;
	text-align: center;
}
#newsletterform div {
	display: inline-block;
}
#newsletterform input {
	height: 50px;
	display: inline-block;
	width: 250px;
	padding: 0 10px;
	margin: 8px 4px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.1);
	color: #3A3838;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.5);
	font-weight: bold;
}
#newsletterform label {
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, .25);
	font-size: 12px
}
a#button-newsletter {
	color: #FFFFFF;
	font-size: 16px;
	display: block;
	padding: 5px 0;
	width: 99%;
	margin: 5px auto 0;
	text-align: center;
}
/* FULL SCREEN VIDEO */
.video_slide {
	width:100%;
}
.video_slide .full_slide {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
}
/*** WHY MONVENIENCE ***/
.why-monvenience .accord {
	color: #444;
	cursor: pointer;
	padding: 8px;
	border: none;
	outline: none;
	font-size: 25px;
	transition: 0.4s;
	background: none;
	margin: 0 auto 30px;
	float: none;
	font-weight: bold;
	display: table;
	border-bottom: 1px solid;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.why-monvenience .accord:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 25px;
}
.why-monvenience .active:after {
	content: "\2212";
}
.why-monvenience .panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
/*** IBAN ACCORDION **/
.iban-rate-left {
/*padding-right:5px !important*/
}
.iban-rate-right {
/*padding-left:5px !important*/
}
@media (max-width:767px) {
 .iban-rate-left {
 padding-right:0 !important
}
 .iban-rate-right {
 padding-left:0 !important
}
}
.iban-rates {
	padding-top:20px;
	padding-bottom:20px;
}
.iban-rates .accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 25px;
}
.iban-rates .panel {
	max-height:0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
/* Acordeon styles */
.tab {
	position: relative;
	margin-bottom: 1px;
	width: 100%;
	overflow: hidden;
}
.tab input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.tab label {
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	background: #363636;
	font-weight: bold;
	line-height: 3;
	color:#fff;
	cursor: pointer;
}
.blue label {
	background: #2980b9;
}
.tab-content {
	max-height: 0;
	overflow: hidden;
	color:#1d1d1d;
 transition: max-height .35s;
}
.blue .tab-content {
	background: #3498db;
}
.tab-content p {
	margin: 1em;
}
/* :checked */
.tab input:checked ~ .tab-content {
 max-height: 1140px;
}
.tab input:checked ~ .tab-content p {
 line-height:110%;
 font-size:14px;
}
/* Icon */
.tab label::after {
 position: absolute;
 right: 0;
 top: 0;
 display: block;
 width: 3em;
 height: 3em;
 line-height: 3;
 text-align: center;
 transition: all .35s;
}
.tab input[type=checkbox] + label::after {
 content: "+";
}
.tab input[type=radio] + label::after {
 content: "\25BC";
}
.tab input[type=checkbox]:checked + label::after {
 -webkit-transform: rotate(315deg);
 transform: rotate(315deg);
}
.tab input[type=radio]:checked + label::after {
 -webkit-transform: rotateX(180deg);
 transform: rotateX(180deg);
}
/** end ****/
@media (max-width:994px) {
.iban-know-more .button {
display:block;
font-size: 14px;
line-height:130% !important;
vertical-align:middle;
height:unset
}
}
.online-iban-wrap {
	clear:both;
	overflow:hidden
}
.online-iban-wrap select {
	border-color:#6c6c6c;
	display:unset;
	margin:0 6px 4px;
	width:220px
}
.article-main {
	clear:both;
	text-align:center
}
.article-wrap {
	text-align:center;
	min-height: 260px;
}
.article-wrap h3 {
	font-size:21px;
	line-height:120%
}
.article-wrap img {
	border:6px solid #fff; /*max-width:160px;*/
	border-radius: 15px;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .10);
	;
}
.article-wrap a {
	color:#535353
}
.article-wrap a:hover {
	/*color:#ffd600*/
	color:#0081a6
}
/***** TABLE OF CONTENTS ***/
.article-left {
	width:68%;
	max-width:950px;
	}
.article-right {
	box-sizing: border-box;
	flex-grow: 2;
	float:right;
	max-width: 30%;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	gap: 2rem;
	top:6rem;
	position: -webkit-sticky;
    position: sticky;
	}
.article-right-content {
	background:#f4f4f4;
	margin-top:10px;
	margin-bottom:415px;
	padding:20px;
		-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}
.article-right-content table, th, td{
	border:none;
	line-height:120%
	}
.article-right-content th {
	color:#165e56;
	font-weight:700;
	font-size:23px;
	padding-bottom:10px;	
	}
.article-right-content td {
	background:url(../images/article-right-table-bullet.png) no-repeat;
	color:#165e56;
	font-size:14px;
    padding: 0 0 12px 22px;
	}
.article-right-content td a {
	transition: all 0.5s ease 0s;
	}
.article-right-content td a:hover {
	text-decoration:underline;
	transition: all 0.5s ease 0s;
	}
@media (max-width:992px) {
	.article-left {
		width:100%;
		}
	.article-right {
		box-sizing: border-box;
		flex-grow: 2;
		float:none;
		max-width:unset;
		display: block;
		flex-direction:unset;
	  	position: unset;
		}
	.article-right-content {
		margin-bottom:0;
		}
}
/*** TABLE MISCELLANEOUS **/
.table-theme {
	width: 100%;
	border-collapse: collapse;
	margin:0 0 20px;
	}
.table-theme th, .table-theme td {
	border: 1px solid #c7c9cd;
	padding: 12px;
	text-align: left;
}
.table-theme th {
	background-color: #2a5885;
	color: white;
	font-weight:600;
}
.table-theme tr:nth-child(even) {
	background-color: #f1f5f9;
}
.table-misc, .table-misc-2 {
	width:100%;
	margin:0 auto 20px;
	border-collapse:collapse;
}
.table-misc th, .table-misc td, .table-misc-2 th, .table-misc-2 td {
	border: 1px solid #e2e8f0;
    padding: 0.9rem 1rem;
    text-align: left;
    vertical-align: top;
}
.table-misc th {
	background-color: #f1f5f9;
    font-weight: 600;
    color: #0f2f3b;
	text-align:center;
}
.table-misc-2 th {
	background-color:#ededed;
	text-align:center;
	font-size:16px;
	font-weight:600
}
.table-misc .sub-head {background-color:#DEE2E3; color:#474747; font-size:16px; text-align:center; font-weight:bold}
@media (max-width:767px) {
.table-misc th, .table-misc td, .table-misc-2 th, .table-misc-2 td {
 font-size:12px;
}
}
/*.table-misc tr:nth-child(odd) {
    background: #e8e8e8;
}*/

@media (max-width: 992px) {
 .table-misc {
 width:100%;
}
 .table-misc th, .table-misc td {
/* border:1px solid #788085;
 padding:4px 8px;*/
 font-size:13px;
}
}
.testimonial{background: linear-gradient(180deg, #fff, #fbfdff);padding:10px;border-radius:4px;border-left:4px solid #c7c7c7;padding-left:10px;margin-bottom:10px;box-shadow: 0 4px 10px rgba(2, 6, 23, 0.06);}
.testimonial span {font-style:italic}
.stars{color:#f5c518}
.muted, .small {font-size:13px}

.faq-wrap {
	box-shadow: 0 8px 22px rgba(2, 6, 23, 0.06);
	background: linear-gradient(180deg, #fff, #fbfdff);
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #eef3f7;
	line-height: 180%;
	margin-bottom:6px;
	}
.prepaid-card {
	font-size:18px
}
.prepaid-card ul li {
	list-style:circle
}
ul.circle-li li, ul.decimal-li li, ul.ul-circle li, ul.ul-decimal li {
	margin-bottom:15px
}
.ul-bullet-01 li {
	list-style-image: url('../images/bullet-01.png');
	margin-bottom:20px;
	padding-left: 6px;
	}
.ul-bullet-02 li {
	list-style-image: url('../images/bullet-02.png');
	margin-bottom:20px;
	padding-left: 6px;
	}
@media (max-width: 992px) {
 .prepaid-card h2 {
font-size:30px;
line-height: 130%;
margin-top:20px
}
.prepaid-card h1 {
	font-size:32px}
.prepaid-card p {
	font-size: 18px;
    line-height: 110%;
	}
}
ol li {
	margin-bottom:15px
}
.circle-li, .circle-li li, .ul-circle, .ul-circle li {
	list-style:initial;
	list-style-type: initial;
	margin-bottom:15px
}
.decimal-li li, .ul-decimal li {
	list-style:decimal;
	list-style-type:decimal;
	margin-bottom:15px
}
@media (max-width:767px) {
.circle-li {margin-left:20px}
.circle-li, .decimal-li, .ul-circle, .ul-decimal {
padding: 0 0 0 10px;
}
}
/*** BUTTONS **/

.btn {
	font-weight: 500;
 transition: all .3s;
	text-transform: uppercase;
	color:#fff;
}
@media (max-width: 640px) {
.btn {
 display:block;
 text-align:center;
}
}
 .btn:not(.btn-border) {
 position: relative;
 background: none;
 border: 1px solid #FFF;
 overflow: hidden;
 z-index: 1;
 margin-bottom:3px
}
 .prepaid-card .btn:not(.btn-border) {
 display: block;
 float: left;
 margin: 5px;
}
 @media (max-width:640px) {
 .prepaid-card .btn:not(.btn-border) {
 float: none;
}
}
 .btn:not(.btn-border):hover {
 box-shadow: none;
 transition: none;
 transform: none;
 background-color:#fff;
 color:#000000
}
 .btn:not(.btn-border):before {
 content: "";
 position: absolute;
 width: 0%;
 height: 100%;
 top: 0;
 left: 0;
 z-index: -1;
 transition: all .3s;
}
 .btn.visible:not(.btn-border):before {
 width: 100%;
}
 .btn:not(.btn-border):hover:before {
 width: 0%;
}
 .btn-group .btn:not(.btn-border):before {
 display: none;
}
.btn-xs {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: .5px;
	padding: 5px 25px;
}
.btn-sm, .btn-black {
	padding: 10px 30px;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 26px;
	text-decoration:none
}
.btn-black {
	background:#1a1a1a !important;
	color:#FFD600 !important;
	transition: all 0.5s ease 0s;
	}
.btn-black:hover {
	background:#FFD600 !important;
	color:#1a1a1a !important;
	transition: all 0.8s ease 0s;
	}
@media (max-width:767px) {
	.btn-black {
		display:unset
		}
}
.btn-lg {
	padding: 25px 50px;
	font-size: 17px;
	letter-spacing: .5px;
	line-height: 30px;
}
.btn-xs i, .btn-sm i {
	line-height: 10px;
	font-size: 15px;
	transform: translateY(3px);
	display: inline-block;
}
.btn-sm i {
	font-size: 17px;
	transform: translateY(5px);
}
.btn:hover {
	transform: translateY(3px);
	box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.circle-button {
	border-radius: 60px;
}
.btn + .btn-text {
	margin-left: 20px;
	transform: translateY(6px);
	font-weight: 600;
	letter-spacing: .5px;
}
.btn-group > .btn {
	padding: 3px 10px;
}
.btn-group > .btn:hover {
	transform: none;
}
.btn-group > .btn i {
	font-size: 13px;
	transform: translateY(3px);
}
.btn-group > .btn:hover i {
	opacity: .8;
}
.service-box {
	padding-bottom:30px
}
.service-box .btn {
	font-weight: 500;
 transition: all .3s;
	text-transform: uppercase;
	background-color: #333333;
	color:#fff !important;
	text-decoration:none;
}
.service-box .btn:hover {
	color:#000 !important;
}
.service-box h3 {
	margin-bottom:30px
}
.normal-wrap ul li {
	list-style:circle;
	list-style-type:circle
}
.hc_progress_bar_cnt > div {
	overflow: hidden;
	position: relative;
}
.progress-label {
	font-weight: 500;
	margin-top: 0;
	font-size: 16px;
	letter-spacing: .5px;
	overflow: hidden;
	color: #272727;
}
.progress {
	overflow: visible;
	height: 3px;
	background-color: #000;
	border-radius: 2px;
	margin: 0 0 19px;
}
.theme {
	color:#FFD600
}
.inline-button {
	width:auto;
	overflow:hidden;
	text-align:center;
	margin-top:20px;
	clear:both
}
.inline-button ul, .inline-button li {
	list-style:none;
	display:inline-block;
	text-align:center;
	padding-left:0;
	margin-left:0
}
.inline-button a, .inline-button span {
	display:block;
	text-decoration:none;
	padding:10px 20px;
	line-height:110%;
transition:all .5s ease 0;
	margin:2px;
	font-size:18px;
	border:2px solid #FFD600;
	color:#000 !important;
	-webkit-box-shadow:0 4px 6px -6px #000;
	-moz-box-shadow:0 4px 6px -6px #000;
	box-shadow:0 4px 6px -6px #000
}
.inline-button a {
	background:#FFD600
}
.inline-button span {
	background:#c01700
}
.inline-button a:hover {
	background:none;
	border:2px solid #FFD600;
	color:#FFD600 !important;
transition:all .5s ease 0
}
/***** MISCELLANEOUS **/
.grey {background-color:#f5f5f5}
.button-big-black {
	background: #272e35;
	color: #fff !important;
	border-radius: 4px;
	padding: 14px 12px;
	margin-bottom: 9px;
	transition: 0.25s all;
	font-size:30px;
	line-height: 120%;
	text-align:center;
	text-decoration:none;
	font-family: 'BebasNeueRegular', sans-serif;
}
.button-big-black:hover {
	color:#ffd600 !important
}
.button-small-black {
	background: #272e35;
	color: #fff !important;
	border-radius: 4px;
	display:inline-block;
	padding: 8px 12px;
	margin-bottom: 9px;
	transition: 0.25s all;
	font-size:16px;
	line-height: 120%;
	text-align:center;
	text-decoration:none;
	font-family: 'BebasNeueRegular', sans-serif;
}
.button-small-black:hover {
	color:#ffd600 !important
}
@media (max-width:767px) {
 .button-big-black, .button-small-black {
 display:block
}
}
p {
	margin-bottom:15px
}
.arrow-ul li {
	list-style-image: url(../images/arrow-ul.png);
	margin-bottom:15px
}
.green-light-bg {
	background-color: #9bbb59;
	color:#242424;
}
.text-center {
	text-align:center
}
.text-black {
	color:#000;
	}
.text-left {
	text-align:left !important
}
.text-right {
	text-align:right
}
.padd-10 {
	padding:10px !important
}
.padd-20 {
	padding:20px !important
}
.padd-30 {
	padding:30px !important
}
.padd-40 {
	padding:40px !important
}
.padd-0 {
	padding:0 !important
}
.padd-top-0 {
	padding-top:0 !important
}
.padd-top-5 {
	padding-top:5px !important
}
.padd-top-10 {
	padding-top:10px !important
}
.padd-bottom-0 {
	padding-bottom:0 !important
}
.padd-left-0 {
	padding-left:0 !important
}
.padd-left-5 {
	padding-left:5px !important
}
.padd-left-10 {
	padding-left:10px
}
.padd-right-0 {
	padding-right:0
}
.padd-right-5 {
	padding-right:5px !important
}
.padd-right-10 {
	padding-right:10px !important;
}
.padd-top-20 {
	padding-top:20px !important;
}
.padd-top-30 {
	padding-top:30px !important;
}
.padd-top-40 {
	padding-top:40px !important;
}
.padd-top-50 {
	padding-top:50px !important;
}
.padd-top-60 {
	padding-top:60px !important;
}
.padd-bottom-20 {
	padding-bottom:20px !important;
}
.padd-bottom-30 {
	padding-bottom:30px !important;
}
.padd-bottom-60 {
	padding-bottom:60px !important
}
.mar-0 {
	margin:0 !important
}
.mar-bottom-0 {
	margin-bottom:0 !important
}
.mar-bottom-10 {
	margin-bottom:10px !important
}
.mar-bottom-20 {
	margin-bottom:20px !important
}
.mar-bottom-30 {
	margin-bottom:30px !important
}
.mar-bottom-40 {
	margin-bottom:40px !important
}
.mar-left-0 {
	margin-left:0 !important
}
.mar-left-5 {
	margin-left:5px !important
}
.mar-left-10 {
	margin-left:10px !important
}
.mar-right-0 {
	margin-right:0 !important
}
.mar-right-5 {
	margin-right:5px !important
}
.mar-right-10 {
	margin-right:10px !important
}
.mar-top-0 {
	margin-top:0 !important
}
.mar-top-5 {
	margin-top:5px !important
}
.mar-top-10 {
	margin-top:10px !important
}
.mar-top-20 {
	margin-top:20px !important
}
.mar-top-30 {
	margin-top:30px !important
}
.mar-top-40 {
	margin-top:40px !important
}
.bullet-yellow-circle li {
	list-style:url(../images/bullet-yellow-circle.png);
	list-style-image:url(../images/bullet-yellow-circle.png);
	margin-bottom:10px;
	}
	
.video-container {
	height: 0;
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
	margin-top:15px;
	margin-bottom:15px
}
.video-container iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.red {
	color:#a70000
}
.disclaimer {
	border:1px solid #797979;
	padding:5px;
	font-size:14px;
	text-align:center;
	clear:both;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:40px
}
/******* BANK OPENING IN EUROPE **/
.bank-europe {
	padding:10px 12px;
	text-align:center;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
	border-bottom: 1px solid #f0f0f0;
	margin:0 auto;
	line-height:150%;
	background-color:#f5f5f5;
}
.bank-europe a {
	color:#333333;
	text-decoration:none;
}
.bank-europe .one_fifth {
	margin-bottom:15px;
	}
.bank-europe .one_sixth, .bank-europe .one_seventh {
	margin-bottom:0
}
.country-wrap-main {
	clear:both
}
.country-wrap-main .one_fourth{
	margin-bottom:15px;
}
.bank-europe-wrap, .country-wrap {
	line-height:110%;
	font-size:15px;
	margin:6px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
	border: 1px solid #f0f0f0;
	padding-bottom:6px;
	transition: all 0.5s ease 0s;
}
.bank-europe-wrap img, .country-wrap img{
	margin-bottom:4px;
	}
.bank-europe-wrap:hover, .country-wrap:hover {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}
.country-wrap {
	text-align:center
	}
.country-wrap p {
	margin:0 4px;
	}
@media (max-width:767px) {
 .bank-europe .one_sixth, .bank-europe .one_seventh {
 width: 50%;
 float:left;
}
 .bank-europe-wrap:hover {
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
margin-top:6px
}
}
.table-responsive {
	overflow-x: auto;
}
@media (max-width:767px) {
.table-responsive {
	margin-bottom:15px;
	}
}
/******* end of BANK OPENING IN EUROPE **/
.crypto-debit-wrap {
	padding-top:55px;
	color:#fff;
}
.crypto-debit-wrap h2 {
	color:#fff;
}
@media (max-width:767px) {
	.crypto-debit-wrap, .crypto-debit-wrap h2 {
		text-align:center
	}
}
.table .row {
    display: table-row;
}

.table .cell {
    padding: 12px 0;
    border-bottom: 1px solid #b3b3b3;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.image-right {
	float:right;
	padding-left:10px;
	padding-top: 5px;
	}
.image-left {
	float:left;
	padding-right:10px;
	padding-top: 5px;
	}
@media (max-width:767px) {
	.image-right {
		float:none;
		padding-left:0;
		text-align:center
		}
	.image-left {
		float:none;
		padding-right:0;
		text-align:center
		}
}
.misc-box-flow {
	background-color:#f0f0f0;
	border:8px solid #fff;
	text-align:center;
	font-size:22px;
	padding:25px;
	-webkit-box-shadow: 0px 0px 1px 1px #d8d8d8;
-moz-box-shadow: 0px 0px 1px 1px  #d8d8d8;
box-shadow: 0px 0px 1px 1px  #d8d8d8;
}
@media (max-width: 767px) {
.misc-box-flow {
	font-size:20px;
	padding:20px;
	}
}
 /*** BOX GRID **/
.grid-2, .grid-3{display:grid;gap:2.5rem;}
@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr);}}
@media(min-width:993px){.grid-3{grid-template-columns:repeat(3,1fr);}}
@media(min-width:768px) and (max-width:992px){.grid-3{grid-template-columns:repeat(2,1fr);}}

.box-grid-4, .box-grid-3 {
	display: grid;
	gap: 30px;
	margin-top: 40px;
}
.box-grid-4 {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.box-grid-3 {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.box-card {
	background: white;
	box-shadow:0 4px 12px rgba(0,0,0,0.08);	
	border-radius:6px;
	font-size:14px;
	line-height: 150%;
	padding: 30px;
	transition: transform 0.3s;
}
.box-card:hover {
	transform: translateY(-5px);
}
.box-card h3 {
	font-size: 25px;
	margin-bottom: 15px;
	text-align:center
}
figure {padding:0 0 5px;display:table;margin:0 auto}
.down-arrow {
	text-align:center;
	margin-top:0;
	margin-bottom:10px;
	}
.search-wrap {
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    padding: 8px;
}
.search-wrap input[type="text"] {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
	display:block
}

/********** white label prepaid card platform ***/
.key-features-wrap {
	padding:30px 0;
	}
.key-feature, .payment-processing {
	font-size:15px;
	text-align:center;
	margin:4px 10px 15px;
	line-height:130%;
	}
.key-feature h3, .payment-processing h3 {
	font-size:20px;
	}
.payment-processing h3 {
	margin-top:10px
	}
.showcase {
  width: 100%;
  min-height: 350px;
  position: relative;
  color: white;
  font-size:20px;
  line-height:200%;
  text-align: center;
}

.showcase img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index:99
}

.showcase .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index:999
}
.overlay .container {
	padding:90px 0;
	}
@media (max-width:767px) {
	.showcase {
	  min-height: 270px;
	  font-size:16px;
	  line-height:150%;
	}
	.overlay .container {
	padding:50px 0;
	}
}
/***** STEPS WITH NUMBERS **/
.list-wrapper {
  position:relative;
}
.list-item-wrapper {
  margin-top: 10px;
    position: relative;
    margin-bottom: 30px;
}
.list-bullet {
  float: left;
	font-size: 20px;
	margin-right: 20px;
	background: #007a73;
	height: 40px;
	width: 40px;
	line-height: 41px;
	border-radius: 100px;
	font-weight: 700;
	color: white;
	text-align: center;
}
.list-item {
  display:table-row;
  vertical-align:middle;
}

.list-text {
    font-weight:400;
}
.list-line {
  background:#007a73;
  z-index:-1;
  width:4px;
  height:100%;
  position:absolute;
  left: 18px;
    top: 1px;
}
.white-line {
  background:#FFF;
  z-index:-1;
  top:0px;
  width:4px;
  height:100%;
  position:absolute;
  left:18px;
}
/************* FAQ *****/
.accordion-wrapper {
  max-width: 700px;
  margin: 20px auto 70px;
  font-family: Arial, sans-serif;
}

.accordion-outer {
  border: 1px solid #ddd;
  margin-bottom: 5px;
  border-radius: 4px;
}

.accordion-heading {
  background-color: #007a73;
  color:#fff;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}

.accordion-heading:after {
  content: "+";
  position: absolute;
  right: 15px;
}

.accordion-outer.is-open .accordion-heading:after {
  content: "-";
}

.accordion-content {
  padding: 15px;
  background-color: white;
  display: none;
  /* Start hidden - will be shown by JS */
}