/*
/*
Theme Name: FutureForex
Author: Zarko Zivkovic
Author URI: smitesite.com
Description: Custom WP Theme
Version: 1.0
*/



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,b,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}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* layout */

ol {
   list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
	
}

ol > li {
	display: table;
    counter-increment: item;
	margin-bottom: 0.6em;
}

ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
	font-size: 20px; 
}

li ol > li:before {
    content: counters(item, ".") " ";
	font-size: 16px;
}

ol ol > li:before {
    content: counters(item, ".") ". ";
    margin-left: -20px;
	font-size: 16px;
}

textarea {
	color: #fff;
}

html {
	scroll-behavior: smooth;
}

body {
	color: #1f1f1f;
	font-family: Roboto, Sans-serif, Helvetica;
	font-size: 16px; 
	line-height: 32px; 
	font-weight: 300;
}

img {
	max-width: 100%; 
}

a {
	color: #56A7A2;
	transition: 0.3s;
	cursor: pointer;
}

a:hover {
	text-decoration: none; 
}

.bold {
	font-weight: 600;
}

.ctr {
	text-align: center;
}

.white {
	color: #fff;
}

.entry li {
	font-weight: 400!important;
}

.entry li strong, .entry li b {
	font-weight: 600!important;
}

.entry ol {
	list-style: numbers;
	margin-bottom: 12px;
}

.entry table, .entry th, .entry td {
  border: 1px solid #242424;
}

.entry ul {
	padding-left: 30px;
	list-style: disc;
	margin-bottom: 12px;
}

.entry p {
	margin-bottom: 12px;
}

.entry .heading {
	margin-bottom: 20px; 
	margin-top: 32px; 
}


.large-txt {
	font-size: 24px; 
	line-height: 36px; 
}

.normal {
	font-weight: 500;
}

.blue {
	color: #6BBEBA; 
}

.modalDialog>div {
    overflow-y: auto;
    max-height: 100%;
}

/* typography */

h1, h2, h3, h4, h5, h6 {
	font-family: Belleza, Sans-serif, Helvetica;
}

.h1 {
	font-size: 52px; 
	line-height: 64px;
}

.h2, .job-content h2 {
	font-size: 40px;
	line-height: 52px;
}

.job-content h2 {
	margin-bottom: 12px;
}
.job-content p {
	margin-bottom: 24px; 
}

.job-content ul {
	list-style: disc;
	padding-left: 30px;
	margin-bottom: 12px; 
}

.h3 {
	font-size: 32px; 
	line-height: 42px;    
}

.h4 {
	font-size: 20px; 
	line-height: 32px;    
}

/* layout */

.flex-ctr {
	align-items: center;
}

.col-holder {
	display: flex;
	align-items: start;
	height: 100%;
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
}

.forex-col-holder {
	display: flex;
	align-items: start;
	height: 100%;
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
}

.hero.forex .col-1{
	width:50%;
}

.col-1 {
	width: 100%;
	padding: 0 20px;
}

.col-2 {
	width: 50%;
	padding: 0 24px;
}

.col-3 {
	width: 33.33%;
	padding: 0 20px;
}

.col-3-2 {
	width: 66.66%;
	padding: 0 20px;
}

.col-4 {
	width: 25%;
	padding: 0 20px;
}

.col-4-3 {
	width: 75%;
	padding: 0 20px;
}

.col-5 {
	width: 20%;
	padding: 0 20px;
}

.m-8 {
	margin-bottom: 8px; 
}

.m-16 {
	margin-bottom: 16px; 
}

.m-20 {
	margin-bottom: 20px; 
}

.m-24 {
	margin-bottom: 24px; 
}

.m-32 {
	margin-bottom: 32px; 
}

.m-36 {
	margin-bottom: 36px; 
}

.m-40 {
	margin-bottom: 40px; 
}

.m-44 {
	margin-bottom: 44px; 
}

.m-48 {
	margin-bottom: 48px; 
}
.m-56 {
	margin-bottom: 56px; 
}

.m-60 {
	margin-bottom: 60px; 
}

.m-64 {
	margin-bottom: 64px; 
}

.m-68 {
	margin-bottom: 68px; 
}

.m-80 {
	margin-bottom: 80px; 
}

/* header */

header {
	position: fixed;
    top: 0;
	width: 100%; 
	border-bottom: 1px solid rgba(255,255,255,0.3);
	z-index: 9999;
	transition: 0.3s;
	padding: 26px 0 18px;
}

.header-holder {
	padding: 0 44px;
	display: flex;
  	justify-content: space-between;
    align-items: center;
}

.left-header {
	display: flex;
    align-items: center;
}

#header-menu {
	margin-left: 50px;
}

#header-menu ul li {
	display: inline-block;
	margin-right: 20px; 
}

#header-menu ul li:last-child {
	margin-right: 0;
}

#header-menu ul li a, .right-header a {
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px;
}

#header-menu ul li.current_page_item a {
	color: #56A7A2;
} 

#header-menu ul li {
	position: relative;
	transition: 0.3s;
}

.sign-up:hover {
	color: #56A7A2;
}

#header-menu ul li.current_page_item:after,
#header-menu ul li:hover:after {
	content: '';
	position: absolute;
	height: 3px;
	width: 100%;
	bottom: -31px;
	left: 0;
	background: #56A7A2;
	transition: 0.3s;
}

.sticky #header-menu ul li.current_page_item:after,
.sticky #header-menu ul li:hover:after {
	bottom: -23px; 
}


.btn {
	font-weight: 500;
	padding: 12px 34px!important; 
	letter-spacing: 1px;
	background: #56A7A2;
	color: #fff;
	position: relative;
	text-transform: uppercase; 
	transition: 0.4s;
	text-decoration: none; 
	display: inline-block;
}

hr {
	width: 80px;
    height: 2px;
    border-color: #6BBEBA!important;
    margin: 0;
    background: #6BBEBA;
    border-left: none;
    border-top: none;
}

.ctr hr {
	margin: 0 auto;
}

.btn span {
	position: relative;
}

.btn:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px; 
	background: #247974;
	transition: 0.4s;
}

.btn:hover:before {
	height: 100%;
}

.text-link, .mobile-text-link {
	font-weight: 600;
	color: #56A7A2;
	display: inline-block;
	position: relative;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase; 
}

.text-link:after, .mobile-text-link:after {
	height: 2px;
	width: 100%;
	transition: 0.4s;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: #56A7A2;
}

.text-link:hover:after, .mobile-text-link:hover:after {
	width: 0;
}


/* home page */

.hero {
	padding-top: 196px;
	background-size: cover!important;
}

.hero.home {
	padding-bottom: 315px; 
	background: url(/wp-content/uploads/2021/10/future-forex-hero.jpg) center bottom no-repeat;
}

.hero.forex {
	padding-bottom: 315px; 
	background: url(/wp-content/uploads/2021/10/future-forex-hero.jpg) center bottom no-repeat;
}

.hero.home hr {
	width: 110px; 
}

.hero.home .col-holder {
	max-width: 840px;
	margin: 0 auto;
}

.hero.home .forex-col-holder {
	max-width: 840px;
	margin: 0 auto;
}

.hero.forex hr {
	width: 110px; 
}

.hero.forex .col-holder {
	max-width: 1240px;
	margin: 0 auto;
}

.hero.forex .forex-col-holder {
	max-width: 840px;
	margin: 0 auto;
}

.play-button-outer {
  background-color: rgba(0, 0, 0, .1);
  cursor: pointer;
	position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
	transition: 0.3s;
}

.rel {
	position: relative;
}

.play-button {
  margin: 0 auto;
 top: 50%;
    margin-top: -40px;
  position: relative;  
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5em 0 2.5em 5em;
  border-color: transparent transparent transparent #56a7a2;
  opacity: 1; 
	transition: 0.3s;
}

.play-button-outer:hover {
  background-color: rgba(0, 0, 0, .5);
}

.play-button-outer:hover .play-button {
  opacity: 1;
	border-color: transparent transparent transparent #247974;
}


.small-box .col-holder {
	max-width: 1200px; 
	background: #f9f9f9;
	margin: -193px auto 0 auto;
	align-items: unset;
}

.small-box .forex-col-holder {
	max-width: 1200px; 
	background: #f9f9f9;
	margin: -193px auto 0 auto;
	align-items: unset;
}

.small-box .col-3 {
	padding: 0;
}

.small-box .col-3 .col-content {
	height: 100%; 
}

.small-box .col-3-2 {
	padding: 52px 60px; 
}

.small-box img {
	display: block; 
	height: 100%;
	object-fit: cover;
}

.calculator {
	padding: 279px 0 80px;
	background: #383838;
	margin-top: -213px;
}

.calc-top {
	display: flex;
	gap: 100px; 
}

.calc-top-temp {
	display: flex;
	margin-right: 4rem; 
	justify-content: space-between; 
}

.calc-profit p {
	font-size: 24px; 
	font-weight: bold;
	color: #fff;
}

.calc-profit p span {
	font-size: 16px;
	color: #969696;
	font-weight: 400;
}

.calc-slider {
	display: flex; 
	gap: 20px;
	align-items: center;
}

.slider-name {
	max-width: 80px; 
	width: 100%;
}

.slider-name p, .slider-value p {
	font-size: 14px; 
	font-weight: 500;
	color: #fff;
	line-height: 20px; 
}

.slider-input {
	width: calc(80% - 80px);
	margin-top: -10px; 
}

.slider-value {
	width: 20%; 
}

.slider-input input {
	width: 100%;
}

.slider-input input {
  background: linear-gradient(to right, #fff 0%, #fff 40%, #585858 40%, #585858 100%);
  border-radius: 8px;
  height: 8px;
  width: 100%;
  border-radius: 4px;
  outline: none;
  transition: all 450ms ease-in;
  -webkit-appearance: none;
}
.slider-input.second input {
	background: linear-gradient(to right, #fff 0%, #fff 25%, #585858 25%, #585858 100%);
}
.slider-input input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(https://raw.githubusercontent.com/milenig/fend-mentor_pricing-component/3ccfd6b18e87377a950915288ef64c896969bf62/images/icon-slider.svg) #6BBEBA center no-repeat;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}
.slider-input input::-webkit-slider-thumb:hover {
  background: url(https://raw.githubusercontent.com/milenig/fend-mentor_pricing-component/3ccfd6b18e87377a950915288ef64c896969bf62/images/icon-slider.svg) #6BBEBA center no-repeat;
}
.slider-input input::-webkit-slider-thumb:active {
  cursor: grabbing;
  background: url(https://raw.githubusercontent.com/milenig/fend-mentor_pricing-component/3ccfd6b18e87377a950915288ef64c896969bf62/images/icon-slider.svg) #6BBEBA center no-repeat;
}

.slider-input.second input.disabled::-webkit-slider-thumb {
	background: url(https://raw.githubusercontent.com/milenig/fend-mentor_pricing-component/3ccfd6b18e87377a950915288ef64c896969bf62/images/icon-slider.svg) #888a8a center no-repeat;
	cursor: default;
}

.slider-term-select {
	background: #eee;
	border: 2px solid #56A7A2;
	padding: 5px;
	border-radius: 2px;
	color: #383838;;
	font: inherit;
}

.calculator .col-3-2 {
	padding-left: 60px;
	border-left: 1px solid rgba(255,255,255,0.3);
}

.calculator .col-holder {
	align-items: center; 
}

.padd-110 {
	padding: 110px 0; 
}

.step-holder {
	display: flex; 
	gap: 24px; 
}

.step-box {
	padding: 32px 40px; 
	border: 2px solid #eee; 
}

.big-box {
	background: #383838;
	max-width: 1200px; 
	margin: 0 auto;
	z-index: 20;
    position: relative;
}

.big-box .col-holder {
	align-items: stretch;
}

.big-box .col-content {
	height: 100%;
}

.big-box .col-2:first-child {
	padding: 0;
}

.big-box .col-2:last-child {
	padding: 80px;
}

.big-box img {
	display: block;
	height: 100%;
	object-fit: cover; 
}

.record-txt {
	font-size: 32px; 
	font-weight: 900;
	line-height: 30px; 
	padding-left: 20px; 
	border-left: 8px solid #6BBEBA;
}

.record-txt span.counter,
.record-txt span.counter2 {
	font-size: 32px; 
	font-weight: 900;
	line-height: 30px;
}

.record-txt span {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1.5px; 
	font-size: 14px; 
}

.after-title {
	max-width: 860px;
	margin: 0 auto;
}

.why-ff {
	background: #f9f9f9;
	padding: 395px 0 110px 0;
	margin-top: -285px; 
}

.pulsing-img {
	position: relative;
	display: inline-block;
}

.pulsing-holder {
	position: absolute;
    left: 50%;
    top: 80px;
    margin-left: -300px;
}

.pulse {
	position: relative;
}

.pulsing-img:before {
	content: '';
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 10px;
	box-shadow: 0 0 0 0 rgba(231,231,231, .5);
  transform: scale(1);
  animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(107, 190, 186, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 70px rgba(107, 190, 186, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(107, 190, 186, 0);
  }
}

.popup-top {
	display: flex;
	gap: 15px;
	align-items: flex-end;
	margin-top: 200px;
}

.popup-bottom {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	margin-top: 120px;
	margin-bottom: 200px; 
}

.p-item {
	width: 33.33%;
}

.mid-p {
	margin-top: 40px;
}


/* popup css */

  .card {
    width: 90%;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: 1px 1px 18px -8px #263238;
    color: #424242;
    margin: 20px auto;
    padding: 20px;
}

.modal-open {
    display: inline-block;
    	position: relative;
	font-weight: bold;
    color: #56A7A2;
    display: block;
    padding: 22px 50px 22px 36px;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    border: 2px solid #eee;
	transition: 0.4s;
	cursor: pointer;
}

.modal-open:after {
	content: '+';
    font-weight: bold;
    color: #56A7A2;
    position: absolute;
    right: 32px;
    top: 22px;
	font-size: 20px;
}

.modal-open:hover  {
	background: #56A7A2;
	color: #fff;
	border-color: #56A7A2;
}

.modal-open:hover:after {
	color: #fff;
}

.modal-label {
    position: relative;
}

.modal-radio {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.modal {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    transform: scale(0);
    transition: opacity .5s, transform .5s;
	z-index: 500;
}

#modal-open:checked+.modal {
    opacity: 1;
    transform: scale(1);
}

#modal-open-2:checked+.modal {
    opacity: 1;
    transform: scale(1);
}

#modal-open-3:checked+.modal {
    opacity: 1;
    transform: scale(1);
}

#modal-open-4:checked+.modal {
    opacity: 1;
    transform: scale(1);
}

#modal-open-5:checked+.modal {
    opacity: 1;
    transform: scale(1);
}

#modal-open-6:checked+.modal {
    opacity: 1;
    transform: scale(1);
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.modal .content {
    position: absolute;
    width: 60%;
    max-height: 90%;
    top: 30%;
    left: 20%;
    background: #fff;
    box-shadow: 0 3px 15px -2px rgba(0,0,0,0.2);
}

.modal .content h2 {
	color: #1f1f1f;
	font-size: 20px; 
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase; 
	font-family: Roboto;
}

.modal-holder {
	display: flex;
	
}

.modal-img {
	width: 30%;
	background: url(/wp-content/uploads/2021/10/popup-img.jpg) center center no-repeat;
	background-size: cover;
}

.modal-text {
	padding: 36px 36px 40px 36px;
}

.close-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    border: 2px solid #56A7A2;
    cursor: pointer;
}

.close-btn:after,
.close-btn:before {
    content: "";
    position: absolute;
    width: 70%;
    height: 2px;
    background: #56A7A2;
    left: 15%;
    top: 50%;
    top: calc(50% - 1px);
    transform-origin: 50% 50%;
    transform: rotate(45deg);
}

.close-btn:before {
    transform: rotate(-45deg);
}

/* popup end */

#testim {
	padding: 110px 0;
	background: url(/wp-content/uploads/2021/10/cape-town-future-forex.jpg) center center no-repeat;
	background-size: cover; 
}

#testim-content div {
	padding: 40px 60px 70px 60px;
	background: url(/wp-content/uploads/2021/10/quote.png) no-repeat;
	background-position: 0 -10px;
}

/* testimonials */

.testim {
		width: 100%;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: auto;
	min-height: 421px; 
}


.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 24px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 30px;
    height: 8px;
	border-radius: 8px; 
    margin: 10px 5px 0 5px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
	background: #247974;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #56A7A2;
}

.testim .dots .dot.active {
	width: 60px;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont div.active p {
	color: #fff!important;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 0;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    



.testim .cont div h2 {
    font-size: 24px;
	line-height: 38px;
	margin-bottom: 16px;
	margin-top: 30px; 
}



.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

.testi-text {
	font-size: 22px; 
	line-height: 32px; 
	margin-bottom: 32px;
}

.testi-name {
	line-height: 28px; 
	font-weight: bold; 
}

#testim #testim-content .testi-title {
	font-size: 12px;
	line-height: 18px; 
	color: #56A7A2!important; 
	font-weight: bold; 
	text-transform: uppercase; 
	display: none;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #53c0f0;        
        box-shadow: 0px 0px 10px 5px #53c0f0;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #53c0f0;        
        box-shadow: 0px 0px 0px 0px #53c0f0;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #53c0f0;        
        box-shadow: 0px 0px 10px 5px #53c0f0;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #53c0f0;        
        box-shadow: 0px 0px 0px 0px #53c0f0;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #53c0f0;        
        box-shadow: 0px 0px 10px 5px #53c0f0;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #53c0f0;        
        box-shadow: 0px 0px 0px 0px #53c0f0;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #53c0f0;        
        box-shadow: 0px 0px 10px 5px #53c0f0;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #53c0f0;        
        box-shadow: 0px 0px 0px 0px #53c0f0;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #53c0f0;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #53c0f0;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

/* testimonial end */

.sec {
	padding: 110px 0;
}

.flex-ctr {
	align-items: center!important;
}

.media-flex {
	display: flex;
    align-items: center;
    gap: 32px;
}

.media-flex iframe {
	flex: 0 0 300px;
}

button, input {
	font-family: Roboto;
}

.accordion.active {
	background: #6BBEBA!important;
	color: #fff; 
}

.media-border {
	padding-bottom: 32px; 
	border-bottom: 1px solid #eee; 
}



/* footer */

footer {
	padding: 80px 0;
	background: #383838;
}

footer .col-holder {
	justify-content: space-between;
}

.ft-col {
	padding: 0 20px;
}

footer h4 {
	font-weight: bold;
	font-family: Roboto;
	text-transform: uppercase;
	padding-bottom: 6px;
	position: relative; 
	margin-bottom: 28px; 
}

footer h4:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 2px; 
	bottom: 0;
	left: 0;
	background: #6BBEBA;
}

footer a {
	color: #eee; 
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

.ft-disclaimer {
	font-size: 12px;
	color: #a7a7a7;
	line-height: 18px;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.3);
	margin-top: 36px; 
}

/* about page */

.hero.about {
	background: url(/wp-content/uploads/2021/11/about-future-forex-1.jpg) center bottom no-repeat;
	background-size: cover;
	padding-top: 196px; 
	padding-bottom: 200px; 
}

.team-social {
	position: absolute;
	right: 40px;
	bottom: 40px;
}
.team-social a {
	color: #c4c4c4;
	margin-left: 10px; 
}

.team-social a:hover {
	color: #56A7A2;
}

.medium-txt {
	font-size: 18px; 
	line-height: 30px; 
}

.padd-80 {
	padding: 80px 0;
}

.dark-bg {
	background: #242424; 
}

.shorter {
	max-width: 680px; 
	margin-left: auto;
	margin-right: auto; 
}

.signatures {
    display: flex;
    justify-content: center;
    gap: 64px;
}

.signatures p:first-child {
	font-family: Satisfy;
	font-size: 40px; 
}

.signatures p:last-child {
	font-family: Yellowtail;
	font-size: 40px; 
}



.team-carousel .item .team-info {
	background: #fff;
	border: 2px solid #eee;
	padding: 108px 40px 40px 40px; 
}

.team-carousel .item img {
	max-width: 158px; 
	margin-bottom: -79px;
	margin-left: 40px; 
	border-radius: 50%;
	height: 158px;
    object-fit: cover;
}

.team-img img {
	border-radius: 50%;
	height: auto;
}

.team-info p {
	font-size: 20px; 
	font-weight: 400;
	color: #1f1f1f;
	margin-bottom: 40px; 
}

.team-info p span {
	color: #b2b2b2;
	font-size: 14px; 
	font-weight: bold;
	text-transform: uppercase;
}

/*
.bottom-cta {
	background: url(https://futureforex.co.za/wp-content/uploads/2022/06/Group-Overlay.png) center center no-repeat;
	background-size: cover; 
	background-position:top;
}*/
.bottom-cta {
	background: url(https://futureforex.co.za/wp-content/uploads/2022/06/Group-Overlay.png) center center no-repeat;
	background-size: cover; 
	background-position:top;
	padding-top:200px;
	height:600px;
	padding-bottom:150px;
}

.owl-dots {
	text-align: center;
    margin-top: 30px;
}

.owl-carousel .owl-dot {
    display: inline-block;
    height: 8px !important;
    width: 30px !important;
    background-color: #247974 !important;
    opacity: 0.8;
    border-radius: 8px;
    margin: 0 5px;
}

.owl-carousel .owl-dot.active {
	background-color: #6BBEBA!important; 
}

/* career page */

.hero.career {
	background: url(/wp-content/uploads/2021/11/career-bg.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 196px; 
	padding-bottom: 100px; 
}

.hero.blank {
	background: url(/wp-content/uploads/2021/11/career-bg.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 140px; 
	padding-bottom: 40px; 
}

.gray-bg {
	background: #f9f9f9;
}

.jobs h4 {
	font-family: Roboto!important;
	font-size: 24px; 
	text-transform: uppercase;
	font-weight: 500;
}

.job-holder {
	background: #fff;
    padding: 40px;
    border: 2px solid #eee;
}

p strong {
	font-weight: 500;
}

.core .step-box {
	width: 50%;
}

/* faq page */

.hero.faq {
	background: url(/wp-content/uploads/2021/11/faq-bg-2.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 196px; 
	padding-bottom: 100px; 
}

.faq-anchor {
	position: absolute;
	top: -110px;
	padding-top: 110px;
}

.copyableInput {
	font-size: 0;
	line-height: 0;
	border: none;
	opacity: 0;
	cursor: pointer;
}

.copyableInputButton {
    position: absolute;
    right: 12px;
    top: 26px;
    border: none;
    background: #247974;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: 500;
	border-radius: 5px;
	transition: 0.3s;
}

.copyableInputButton:hover {
	background: #565656;
}



/* target elements */

button.accordion:target {
    background: #56a7a2;
    color: #fff;
}

.accordion {
  background-color: #f9f9f9;
  color: #1f1f1f;
  cursor: pointer;
  padding: 24px 100px 20px 20px;
  width: 100%;
 scroll-margin-top: 200px;
	border: none;
	border-bottom: 2px solid #6BBEBA;
  text-align: left;
  outline: none;
  font-size: 18px;
	
	font-weight: 500;
	line-height: 30px;
  transition: 0.4s;
	 
}

.panel {
  padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: #000;
}

.panel p {
	padding-bottom: 24px;
}

.panel p:first-child {
	padding-top: 24px; 
}

/* contact page */

.hero.contact {
	background: url(/wp-content/uploads/2021/11/faq-bg.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 196px; 
	padding-bottom: 100px; 
}

.map {
	padding: 0;
	margin-bottom: -20px;
}

.map iframe {
	width: 100%;
}

.form-holder {
	background: #56A7A2;
	padding: 40px;
}


.form-holder input, .form-holder div.wpforms-container-full .wpforms-form input[type=text], 
.form-holder div.wpforms-container-full .wpforms-form input[type=number],
.form-holder div.wpforms-container-full .wpforms-form input[type=email],
.form-holder div.wpforms-container-full .wpforms-form input[type=tel]{
	border: none;
    width: 100%;
    height: 40px;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 10px;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    position: absolute!important;
    bottom: 75px;
    left: 175px;
    width: calc(100% - 235px);
}

.iti__country-name {
	color: #666!important;
}

.form-holder div.wpforms-container-full .wpforms-form .wpforms-field-label {
	font-weight: 400;
	font-size: 18px; 
}

.form-holder select {
	 height: 40px;
    font-size: 18px;
	 background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 10px;
	border: none;
	width: 100%;
}

.form-holder select option {
	color: #1f1f1f;
}

.form-holder textarea {
	border: none;
	width: 100%;
	background: rgba(255,255,255,0.2);
}

.form-holder .wpcf7-submit,
.form-holder div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button,
.form-holder div.wpforms-container-full .wpforms-form button[type=submit]{
    margin-top: 21px;
    margin-bottom: 0;
    background: #247974;
    color: #fff;
    height: 60px;
    cursor: pointer;
	transition: 0.3s;
}

.form-holder div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button,
.form-holder div.wpforms-container-full .wpforms-form button[type=submit] {
	margin: 20px 0 0 0;
    border: none;
    width: 100%;
}

.form-holder .h4 {
	font-size: 24px; 
}

.form-holder div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select {
    padding-left: 6px;
    background: #78b9b5;
    border: none;
    color: #fff;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
	background-color: #247974!important;
}

#wpforms-88388-field_4-container {
	position: relative; 
}
#wpforms-88388-field_4-container:after {
    content: 'ZAR';
    position: absolute;
    right: 36px;
    top: 43px;
    font-weight: 500;
}

.form-holder .wpcf7-submit:hover {
	background: #fff;
	color: #56A7A2;
}

.wpcf7-spinner {
	display: none; 
}

.heading {
	font-size: 20px; 
	font-weight: 500;
	text-transform: uppercase; 
	color: #1f1f1f;
}

.contact-block {
	border-left: 2px solid #eee;
	padding: 20px;
	margin-bottom: 20px; 
}


/* sign-up */

.form-row-3, .form-row-2 {
	display: flex;
	gap: 10px; 
}

.form-row-2 .form-item {
	width: 50%;
}

.check input {
	width: auto;
	height:auto;
	margin: 0!important;
}

.check label {
	display: flex;
	align-items: center;
	gap: 15px; 
}

.small-txt {
	font-size: 12px;
	line-height: 20px; 
	color: #969696;
	margin-top: 30px; 
}

#testim-content img {
	width: 80px;
	height: 80px; 
	border-radius: 80px; 
}

.progress-s1, .progress-s2 {
	position: relative;
	max-width: 460px;
	margin: 0 auto;
}


.progress-s1:before, 
.progress-s2:before {
	content: 'STEP 1';
	font-size: 16px;
	font-weight: 500;
	color: #6BBEBA;
	position: absolute;
	left: -18px;
    top: -36px;
}
.progress-s1 .p-bar:before, .progress-s2 .p-bar:after {
	width: 17px;
	height: 17px;
	top: -7px;
}

.progress-s2:before {
	color: #969696;
}

.progress-s1:after, .progress-s2:after {
	content: 'STEP 2';
	font-size: 16px;
	font-weight: 500;
	color: #969696;
	position: absolute;
	right: -18px;
	top: -36px;
}

.progress-s2:after {
	color: #6BBEBA;
}

.p-bar {
	width: 100%;
	height: 3px; 
	background: #e3e3e3; 
	position: relative;
}

.progress-s2 .p-bar {
	background: #56a7a2; 
}

.p-bar:after, .p-bar:before {
	content: '';
	width: 13px;
	height: 13px; 
	position: absolute;
	border-radius: 9px; 
}
.p-bar:before {
	left: -2px;
	top: -5px;
}
.p-bar:after {
	right: -2px; 
	top: -5px; 
}

.progress-s1 .p-bar:before,
.progress-s2 .p-bar:before {
	background: #6BBEBA; 
}

.progress-s1 .p-bar:after {
	background: #e3e3e3; 
}

.progress-s2 .p-bar:after {
	background: #6BBEBA; 
}


/* team modals */

.modalDialog {
        position: fixed;
        font-family: Arial, Helvetica, sans-serif;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
    }

    .modalDialog:target {
        opacity:1;
        pointer-events: auto;
    }

    .modalDialog > div {
        width: 100%;
		max-width: 800px; 
        position: relative;
        margin: 10% auto;
        padding: 40px;
        background: #fff;
    }

    .close {
        background: #6BBEBA;
        color: #FFFFFF;
        line-height: 25px;
        position: absolute;
        right: 20px;
        text-align: center;
        top: 20px;
        width: 24px;
        text-decoration: none;
        font-weight: bold;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }

    .close:hover { background: #247974; }

.mt-holder {
	display: flex; 
	gap: 24px;
}

.modalDialog .social a {
	margin-right: 16px; 
}
.team-title {
	font-size: 14px; 
	text-transform: uppercase;
	font-weight: 600;
	color: #969696;
	margin-bottom: 16px; 
}

.team-img {
	flex: 0 0 100px;
}

.wpcf7-form-control-wrap.amount {
	position: relative;
}

.wpcf7-form-control-wrap.amount:after {
	content: 'ZAR';
    position: absolute;
    right: 30px;
    top: -5px;
    font-weight: 500;
}


.form-holder div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button.wpforms-page-prev {	
	background: #56a7a2;
    border: 2px solid #fff;
    display: inline-block;
    width: auto;
}
.form-holder div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button:hover {
	background: #fff; 
	color: #247974;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
    display: block;
    color: #ff0019!important;
    font-size: 14px!important;
    float: none;
    cursor: default;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background-color: #fff!important;
    border: 1px solid #fff!important;
    cursor: pointer;
    color: #247974!important;
}



/* responsive */

.mobile-menu, .toggle-btn, #footer-cta.mobile {
	display: none;
}

@media only screen and (max-width: 1200px) {
	
	#menu-header-menu, .right-header {
		display: none; 
	}
	
	.toggle-btn {
		display: block;
		width: 25px; 
		height: 25px;
		position: absolute;
		right: 30px;
   		top: 33px;
		background: url(/wp-content/uploads/2021/11/hamburger-icon.png) center center no-repeat; 
	}
	
	.sticky .toggle-btn {
		top: 11px;
	}
	
	.mobile-menu {
		position: fixed;
		height: 100%;
		width: 100%;
		background: #242424;
		padding: 40px 30px 120px 30px; 
		top: 0;
		z-index: 9999;
	}
	
	.close-mm {
		float: right;
		margin-right: 20px; 
	}
	
	.responsive {
		display: block!important;
	}
	
	.mm-content .bottom {
		margin-top: 24px;
	}
	
	.mm-content .bottom a {
		display: inline-block;
		color: #fff;
		font-weight: 500;
		text-decoration: none;
		margin-bottom: 4px; 
		padding: 4px 0; 
		border-bottom: 1px solid #333;
	}
	.mm-content .bottom a:hover {
		color: #6BBEBA;
	}
	
	.mm-content .bottom .header-cta {
		margin-left: 0;
	}
	
	.header-holder {
		padding: 0 20px; 
	}
}


@media only screen and (max-width: 768px) {
	
	.hero {
		padding-top: 120px!important;
		padding-bottom: 70px!important;
	}
	
	.hero.about {
		padding-bottom: 150px!important;
	}
	
	.small-box .col-holder {
		margin-top: 0; 
	}
	
	.h1 {
		font-size: 36px;
		line-height: 42px; 
	}
	
	.h2 {
		font-size: 32px;
		line-height: 38px; 
	}
	
	.h3 {
		font-size: 24px;
		line-height: 32px;
	}
	
	.large-txt {
		font-size: 20px;
		line-height: 30px; 
	}
	
	.col-holder, .step-holder {
		flex-direction: column;
	}
	
	.forex-col-holder {
		flex-direction: column;
	}
	
	.col-2, .col-3, .col-4, .col-3-2 {
		width: 100%; 
	}
	
	.calculator .col-3-2 {
   		 padding-left: 20px;
   		 border-left: none;
		margin-top: 80px; 
	}
	
	.small-box .col-3-2, .big-box .col-2:last-child {
		padding: 50px 20px; 
	}
	
	.small-box img, .big-box img {
    	width: 100%;
    	height: 280px;
	}
	
	.padd-110, #testim, .sec {
		padding: 70px 0;
	}
	
	.step-box {
		flex: 0 0 100%;
	}
	
	.why-ff {
		margin-top: 0;
		padding: 70px 0;
	}
	
	.p-item {
		width: 100%;
		margin: 0!important;
	}
	
	.modal .content {
		width: 90%;
		left: 5%;
	}
	
	.popup-top {
		flex-direction: column; 
		align-items: center;
		margin-top: 100px;
	}
	
	.popup-bottom {
		flex-direction: column; 
		align-items: center;
		margin-top: 15px;
		margin-bottom: 60px; 
	}
	
	.testim .wrap {
		min-height: unset;
	}
	
	#testim-content div {
		padding: 40px 0 70px 0;
	}
	
	.testi-text {
		font-size: 18px; 
		line-height: 28px; 
	}
	
	.media-flex {
		flex-direction: column;
		align-items: start;
	}
	
	.ft-col {
		margin-bottom: 40px; 
	}
	
	.ft-col:last-child {
		margin-bottom: 0; 
	}
	
	.jobs .col-2:first-child {
		margin-bottom: 20px; 
	}
	
	.core .step-box {
		width: 100%; 
	}
	
	.form-row-3, .form-row-2 {
		flex-direction: column;
	}
	
	.form-item, .form-row-2 .form-item {
		width: 100%; 
	}
	
	.contact-block:first-child {
		margin-top: 60px;
	}
	
	.mm-content img {
		max-width: 200px;
	}
}





@media only screen and (max-width: 480px) {
	
	.toggle-btn {
		top: 29px;
	}
	
	.accordion {
		padding: 60px 20px 20px;
	}
	
	
	
	.copyableInputButton {
		right: unset;
		left: 20px;
		top: 20px;
	}
	
	.sticky .toggle-btn {
    	top: 16px;
	}
	
	
	.logo img {
		width: 200px;
	}
	
	.signatures {
		flex-direction: column; 
		gap: 20px; 
	}
	
	.modalDialog > div {
		padding: 40px 20px;
	}
	
	.mt-holder {
		flex-direction: column;
	}
	
	.team-img img {
		max-width: 140px; 
	}
	
}