*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

m@charset "utf-8";
/* CSS Document */
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, 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%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
     font-family: "Oxygen", sans-serif;
}
body, html {
    width: 100%;
    height: 100%;
}
html {
  scroll-behavior: smooth;
}
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;
}
a {
    color: #000;
    text-decoration: none;
    font-family: "Oxygen", sans-serif;
     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
a:hover {
    color: #0eb7e4;
}
.wrapper {
    max-width: 1380px;
    width: 92%;
    margin: auto;
}
.split {
    clear: both;
}
.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../imgs/loadingnew.gif') 50% 50% no-repeat rgb(255, 255, 255);
  opacity: .95;
}
.tcenter {
    text-align: center;
}
#particles-js{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    height: 100vh;
    z-index: 444;
    
}
.count-particles{
/*  background: #000022;*/
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #34a853;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
    
}

.js-count-particles{
  font-size: 1.1em;
}
.fheader {
    background: rgba(255,255,255,0.9) !important;
    border-bottom: solid 1px #ccc !important;
    backdrop-filter: blur(10px);
}
.fheader .logo {
  float: left;
  margin: 10px 0 0 0px;
}
.fheader .logo img {
    width: 160px;
}
.fheader .topbar {
    width: 100%;
    height: 45px;
}
.fheader .topsocials a {
    float: left;
    padding: 2px 10px;
    display: block;
    font-size: 20px;
}
.fheader .regd span {
    padding: 4px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.fheader .account {
    float: right;
    padding: 5px;
}
.fheader .account i {
    float: left;
    padding: 4px 0px;
    display: block;
    color: #fff;
    font-size: 25px;
}
.fheader .account a {
    float: left;
    padding: 10px 10px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.5px;
    
}
header {
    width: 100%;
    padding: 0px 0px;
    text-align: center;
    position: fixed;
    z-index: 888;
}
header .logo {
    float: left;
    margin: 20px 0 0 0px;
}
header .logo img {
    width: 220px;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
header .topright {
    float: right;
}
header .topbar {
    width: 100%;
    height: 70px;
    padding:  0px 5px;
    background: #389B3D;
    background: linear-gradient(90deg, rgba(56, 155, 61, 1) 0%, rgba(75, 196, 80, 1) 49%, rgba(63, 163, 67, 1) 100%);
    border-radius: 0px 0px 20px 20px;
    text-align: left;
     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
header .topsocials {
    float: left;
    padding: 10px;
    display: none;
}
header .topsocials a {
    float: left;
    padding: 10px;
    display: block;
    color: #fff;
    font-size: 25px;
}
header .regd {
    float: left;
    padding: 10px;
}
header .regd a {
    color: #fff;
}
header .regd span {
    padding: 15px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
header .topsocials a:hover {
    color: #174d1a;
}
header .account {
    float: right;
    padding: 10px;
}
header .account i {
    float: left;
    padding: 14px 0px;
    display: block;
    color: #fff;
    font-size: 25px;
     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
header .account a {
    float: left;
    padding: 18px 15px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;    
}

header .account a:hover {
    color: #174d1a;
}
header nav {
    display: inline-block;
    padding: 0 10px;
    border-radius: 50px;
    box-sizing: border-box;
     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
header nav ul {
    width: auto;
}
header nav ul li {
    float: left;
}

header nav ul li h2 {
    padding: 12px 15px 14px 15px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #41626c;
    display: none;
}
header nav ul li .slogo {
    width: 120px;
    padding: 13px 12px 8px 6px;
    display: none;
}
header nav ul li h2 span {
    color: #0589f9;
}
header nav ul li a {
    padding: 12px 15px 14px 15px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #41aa46;
}
header nav ul li a:hover {
    color: #196c1e;
}
#mainscreen {
    width: 100%;
    height: 100%;
    background-image: url('../imgs/layers-bg.jpg');
    background-repeat: no-repeat;
    background-position: left top 0px;
    background-color: #fff;
}
.maincontent {
  height: auto;
  width: 560px;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  left: 50%;
  top: 40%;
    text-align: center;
    z-index: 777;
}
.maincontent span {
   font-size: 33px;
   color: #1b6f21;
   font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.maincontent h1 {
   font-size: 66px;
   color: #1b6f21;
   font-weight: 700;
   font-family: "Roboto", sans-serif;
   margin: 10px 0 40px 0px;
    letter-spacing: 1px;
/*    background: -webkit-linear-gradient(#1b6f21, #4bc550, #3fa343);*/
    background: -webkit-linear-gradient(left, #1b6f21, #4bc550, #3fa343);
background: linear-gradient(to right, #1b6f21, #4bc550, #3fa343);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.smallpc {
    position: absolute;
    left: 50px;
    bottom: 25px;
}
.smallpc img {
    width: 350px;
}
.bigmob {
    position: absolute;
    right: 0px;
    top: 150px;
    animation: 5s mbot;
	animation-iteration-count: infinite;
}
@keyframes mbot {
	0% {
		margin-top: 0px;
		opacity: 1;
	}
	50% {
		margin-top: -25px;
		opacity: 1;
	}
	100% {
		margin-top: 0px;
		opacity: 1;
	}
	
}
.mlink {
    font-weight: 700;
    font-size: 18px;
    padding: 10px 36px 10px 36px;
    box-sizing: border-box;
    border-radius: 50px;
    border: solid 2px #196c1e;
     background-color: #196c1e;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 777;
}
:hover.mlink {
    background-color: #fff;
    color: #196c1e;
     border: solid 2px #ccc;
}


.newtab {
    margin: 25px 0px 0 0px;
}
.newtab a {
    font-weight: 700;
    font-size: 20px;
    padding: 8px 36px 10px 36px;
    box-sizing: border-box;
    border-radius: 50px;
    border: solid 2px #eee;
     background-color: #fff;
    color: #41626c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 777;
}
.newtab a:hover {
    border: solid 2px #41626c;
     background-color: #41626c;
    color: #fff;
}
.leftpanel {
    width: 49%;
    float: left;
}
.rightpanel {
    float: right;
    width: 49%;
}
.grownitbg {
    background-color: #eeebe1;
    width: 100%;
    min-height: 600px;
    
}
.aboutus {
    width: 50%;
    float: left;
    margin: 5% 0 0 0px;
}
.aboutus h2 {
   width: auto;
    overflow: hidden;
}
.aboutus span {
    padding: 0px 0 0 0px;
    float: left;
     font-size: 44px;
   color: #4bc550;
   font-weight: 700;
   font-family: "Roboto", sans-serif;
   margin: 0px 0 20px 0px;
    letter-spacing: 1px;
/*    background: -webkit-linear-gradient(#1b6f21, #4bc550, #3fa343);*/
    background: -webkit-linear-gradient(left, #4bc550, #1b6f21);
    background: linear-gradient(to right, #4bc550, #1b6f21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aboutus img {
    width: 160px;
    margin: -10px 0 0 10px;
    float: left;
    
}
.aboutus p {
    color: #1b6f21;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
.globe {
    float: left;
    width: 50%;
    margin-left: -110px;
    left: 0;
/*
    position: absolute;
    left: 0;
*/
}
.globe img {
    width: 100%;
}
.whyus {
    width: 50%;
    float: right;
    margin: 0% 0 0 0px;
}
.whyus h2 {
   width: auto;
   overflow: hidden;
   margin: 25px 0 0 0px;
}
.whyus span {
    padding: 0px 0 0 0px;
    float: left;
    font-size: 44px;
    line-height: 66px;
    font-style: italic;
   color: #4bc550;
   font-weight: 700;
   font-family: "Roboto", sans-serif;
   margin: 0px 0 20px 0px;
    letter-spacing: 1px;
/*    background: -webkit-linear-gradient(#1b6f21, #4bc550, #3fa343);*/
    background: -webkit-linear-gradient(left, #4bc550, #1b6f21);
    background: linear-gradient(to right, #4bc550, #1b6f21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.whyus img {
    width: 160px;
    margin: 0px 0 0 10px;
    float: left;
}
.whyus ul {
    width: auto;
}
.whyus ul li {
    width: 40%;
    margin: 1.5% 0px;
    float: left;
}
.whyus ul li img {
    width: 75px;
    float: left;
}
.whyus ul li h3 {
    font-size: 22px;
    line-height: 26px;
    color: #1b6f21;
    font-weight: 600;
    float: left;
    margin: 10px 0 0 5px;
}
.tradingbg {
    background-color: #0d5012;
    width: 100%;
    min-height: 600px;
    margin-top: -5px;
    position: relative;
    z-index: 111px;
}
.trading {
    background-color: #399d3e;
    padding: 25px;
    box-sizing: border-box;
    width: 100%;
    margin: 0px auto 0px auto;
    position: relative;
    min-height: 400px;
    box-shadow: 1px 2px 50px #2a2a2a;
    top: -75px;
}
.trading h2 {
   font-size: 55px;
   color: #186f1e;
   font-weight: 700;
   font-family: "Roboto", sans-serif;
   margin: 40px 0 10px 0px;
    text-align: center;
    letter-spacing: 1px;
/*    background: -webkit-linear-gradient(#1b6f21, #4bc550, #3fa343);*/
    background: -webkit-linear-gradient(left, #022305, #186f1e, #186f1e);
background: linear-gradient(to right, #186f1e, #022305, #022305);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.trading h3 {
   font-size: 25px;
   color: #fff;
   font-weight: 300;
   font-family: "Roboto", sans-serif;
   margin: 10px 0 40px 0px;
    text-align: center;
    letter-spacing: 0.5px;
}
.trading h3 strong {
   font-weight: 600;
}
.trading ul {
   width: auto;
    margin: 150px 0 0 0px;
}
.trading ul li {
   width: 24%;
   margin: 0.5%;
   float: left;
/*   height: 300px;*/
   background: #176A1D;
background: linear-gradient(180deg, rgba(23, 106, 29, 1) 0%, rgba(54, 142, 58, 1) 100%);
   padding: 30px;
   box-sizing: border-box;
   color: #fff;
    border-radius: 12px;
    height: 440px;
}
.trading ul li img {
   margin-top: -160px;
}
.trading ul li h4 {
   font-size: 24px;
   text-transform: uppercase;
   margin-bottom: 20px;
   background: -webkit-linear-gradient(left, #ffffff, #f3e9c7, #f3e9c7);
background: linear-gradient(to right, #f3e9c7, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.trading ul li p {
   font-size: 16px;
   margin-bottom: 0px;
   line-height: 24px;
   letter-spacing: 0.5px;
}
.plateformbg {
    background-color: #0d5012;
    width: 100%;
    min-height: 650px;
    padding:  0 0 50px 0px;
}
.plateformbg h2 {
   font-size: 50px;
   color: #186f1e;
   font-weight: 700;
   font-family: "Roboto", sans-serif;
   margin: 0px 0 50px 0px;
    text-align: center;
    letter-spacing: 1px;

      background: -webkit-linear-gradient(left, #e3decc, #e3decc, #e3decc);
background: linear-gradient(to right, #e3decc, #399d3e, #399d3e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.leftcontent {
    width: 30%;
    float: left;
}
.leftcontent h4 {
    color: #eeebe1;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.leftcontent h4 strong {
    font-weight: 900 !important;
}
.leftcontent ul {
    width: auto;
    margin:  0 0 0 15px;
}
.leftcontent ul li {
    width: 100%;
    margin: 12px 0px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0.5px;
    list-style: decimal;
}
.rightgraph {
    width: 67%;
    float: right;
}
.rightgraph img {
    width: 100%;
}
.partnerbg {
    background-color: #e3decc;
    width: 100%;
    min-height: 600px;
    padding: 100px 0px 100px 0px;
}
.partnerbg h2 {
    font-size: 50px;
  color: #186f1e;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin: 40px 0 10px 0px;
  text-align: center;
  letter-spacing: 1px;
  background: -webkit-linear-gradient(#1b6f21, #4bc550, #3fa343);
  background: -webkit-linear-gradient(left, #022305, #186f1e, #186f1e);
  background: linear-gradient(to right, #186f1e, #022305, #022305);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.partnerbg h3 {
    font-size: 25px;
  color: #333;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin: 5px 0 20px 0px;
  text-align: center; 
}
.partnerbg ul {
    width: auto;
}
.partnerbg ul li {
    width: 32.3%;
    margin: 0.5%;
    float: left;
    background: #176A1D;
    background: linear-gradient(180deg, rgba(23, 106, 29, 1) 0%, rgba(54, 142, 58, 1) 100%);
    padding: 25px;
    border-radius: 12px;
}
.partnerbg ul li h4 {
    color: #e3decc;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px 0px;
}
.partnerbg ul li h5 {
    color: #eeebe1;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 0 0 20px 0px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.partnerbg ul li span {
    display: block;
    background-color: #d0d4bc;
    padding: 10px;
    border-radius: 8px;
    color: #176a1d;
    font-size: 13px;
    margin: 4px 0px;
    letter-spacing: 0.2px;
}
.opa {
    opacity: 0.9;
}
.opa1 {
    opacity: 0.8;
}
.opa2 {
    opacity: 0.7;
}
.forexbg {
    background-color: #fff;
    width: 100%;
    min-height: 600px;
    padding: 50px 0px;
}
.forexbg h2 {
    padding: 0px 0 0 0px;
  text-align: center;
  font-size: 50px;
  color: #4bc550;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  margin: 0px 0 20px 0px;
  letter-spacing: 1px;
  background: -webkit-linear-gradient(#1b6f21, #4bc550, #3fa343);
  background: -webkit-linear-gradient(left, #4bc550, #1b6f21);
  background: linear-gradient(to right, #4bc550, #1b6f21);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.forexbg h3 {
    padding: 0px 0 0 0px;
  text-align: center;
  font-size: 35px;
  color: #333;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin: 0px 0 5px 0px;
}
.forexbg h4 {
    padding: 0px 0 0 0px;
  text-align: center;
  font-size: 25px;
  color: #333;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin: 0px 0 20px 0px;
}
.forexbg ul {
  width: auto;
  margin:  0 0 50px 0px;
}
.forexbg ul li {
  width: 24%;
  margin: 0.5%;
  float: left;
  text-align: left;
  padding: 0px 75px 0px 25px;
  box-sizing: border-box;
}
.forexbg ul li h5 {
  font-size: 20px;
  color: #615e50;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin: 0px 0 10px 0px;
  text-transform: uppercase;
}
.forexbg ul li p {
  font-size: 14px;
  color: #333;
  margin: 0px 0 10px 0px;
   line-height: 22px;
    letter-spacing: 0.5px;
    text-align: left;
}
.forexbg p {
  font-size: 16px;
  color: #333;
  margin: 0px 0 10px 0px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
}
.rlinev {
    border-right: solid 1px #ddd;
}
.servicesbg {
    background-color: #615e50;
    width: 100%;
    min-height: 600px;
    padding: 50px 0px;
}
.servicesbg h2 {
        padding: 0px 0 0 0px;
  text-align: center;
  font-size: 50px;
  color: #4bc550;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  margin: 0px 0 20px 0px;
  letter-spacing: 1px;
  background: -webkit-linear-gradient(left, #ffffff, #f3e9c7, #f3e9c7);
  background: linear-gradient(to right, #f3e9c7, #ffffff, #ffffff);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.servicesbg ul {
    width: auto;
}
.servicesbg ul li {
    width: 33%;
    float: left;
    text-align: center;
    padding: 33px;
    box-sizing: border-box;
}
.servicesbg ul li h3 {
    font-size: 33px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 33px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 25px;
}
.servicesbg ul li p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.faqbg {
    background-color: #f8f7f2;
    width: 100%;
    min-height: 600px;
    background-image: url('../imgs/faqgbg.jpg');
    background-repeat: no-repeat;
    background-position: top;
    padding: 75px 0px;
}
.faqbg h2 {
    padding: 0px 0 0 0px;
  text-align: center;
  font-size: 50px;
  color: #4bc550;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  margin: 0px 0 50px 0px;
  letter-spacing: 1px;
  background: -webkit-linear-gradient(#1b6f21, #4bc550, #3fa343);
  background: -webkit-linear-gradient(left, #4bc550, #1b6f21);
  background: linear-gradient(to right, #4bc550, #1b6f21);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;   
}
.faqbg .accordion {
  background-color: #fff;
  color: #615e50;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  transition: 0.4s;
  border-bottom: solid 1px #ddd;
  box-shadow: 0 1px 2px #cdc9b6;
  border-radius: 8px;
    letter-spacing: 0.5px;
}

.faqbg .active, .accordion:hover {
  background-color: #e8e5d5;
}

.faqbg .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
    
}

.faqbg .active:after {
  content: "\2212";
}

.faqbg .panel {
  padding: 0 0px;
  background-color: #f3f1e8;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0 1px 2px #cdc9b6;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
} 
.contactbg {
    background-color: #fff;
    padding: 50px 0px 0 0px;
}
.contactbg h2 {
    padding: 0px 0 0 0px;
  text-align: center;
  font-size: 50px;
  color: #4bc550;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  margin: 0px 0 10px 0px;
  letter-spacing: 1px;
  background: -webkit-linear-gradient(#1b6f21, #4bc550, #3fa343);
  background: -webkit-linear-gradient(left, #4bc550, #1b6f21);
  background: linear-gradient(to right, #4bc550, #1b6f21);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;   
}
.contactbg h3 {
  padding: 0px 0 0 0px;
  text-align: center;
  font-size: 25px;
  color: #333;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin: 0px 0 20px 0px;
}
.address {
    background-color: #176A1D;
    width: 40%;
    float: left;
    padding: 35px;
    box-sizing: border-box;
    color: #f7f9f9;
    border-radius: 16px;
    background-image: url('../imgs/location-icon.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    text-align: left;
    line-height: 22px;
    font-size: 15px;
}
.address a {
  color: #f7f9f9;
}
.email {
    background-color: #399c3e;
    width: 28%;
    float: left;
    margin-left: 2%;
    padding: 35px;
    box-sizing: border-box;
    color: #f7f9f9;
    border-radius: 16px;
    background-image: url('../imgs/email-icon.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    text-align: left;
}
.email a {
  color: #f7f9f9;
} 
.call {
    background-color: #176A1D;
    width: 28%;
    float: right;
    padding: 35px;
    box-sizing: border-box;
    color: #f7f9f9;
    border-radius: 16px;
    background-image: url('../imgs/call-icon.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    text-align: left;
}
.call a {
  color: #f7f9f9;
}  
.contactbg h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0px;
    letter-spacing: 0.5px;
}
.fanswer {
    padding: 22px 18px;
    box-sizing: border-box;
    line-height: 25px;
}
footer {
    background: #389B3D;
    background: linear-gradient(90deg, rgba(56, 155, 61, 1) 0%, rgba(75, 196, 80, 1) 49%, rgba(63, 163, 67, 1) 100%);
    width: 100%;
    
    margin-top: -50px;
}
.botlogo {
    float: left;
    margin: 15px 0 0 0px;
}
.botlogo img {
    width: 120px;
}
.botsocials {
    float: left;
    padding: 10px;
    margin: 10px 0 0 10px;
    display: none;
}
.botsocials a {
    float: left;
    padding: 10px;
    display: block;
    color: #fff;
    font-size: 25px;
}
.botsocials a:hover {
    color: #0d4d11;
}
.copyright {
    float: right;
    font-size: 13px;
    color: #fff;
    margin: 20px 0 0 0px;
    line-height: 20px;
    text-align: right;
}
.copyright a {
    font-size: 13px;
    color: #fff;
}
.copyright a:hover {
    color: #0d4d11;
}
.disclaimer {
    width: 100%;
    padding: 25px 0px;
}
.disclaimer p {
    color: rgba(4,43,7,0.8);
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
}
.top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    z-index: 999;
    border-radius: 4px;
    background: rgba(0,0,0,0.8);
    text-align: center;
    line-height: 40px;
    display: none;
}
.top a {
    font-size: 30px;
    color: rgba(255,255,255,0.7);
    display: block;
    padding-bottom: 5px;
    
}
.top a:hover {
    font-size: 50px;
    opacity: 0.5;
}
.mobbar {
    display: none;
} 
.close {
    display: none;
} 
.mobac {
  display: none;        
} 
.menubotlogo {
    display: none;
}
.msplit {
    display: none;
}

@media screen and (max-width: 1366px) {
#mainscreen {
  background-position: left -160px top 0px;
}    
header .logo img {
  width: 160px;
}    
.bigmob {
  position: absolute;
  right: 0px;
  top: 150px;
  width: 55%;
}    
.bigmob img {
  width: 100%;
}        
.whyus h2 {
  width: auto;
  overflow: hidden;
  margin: 0px 0 0 0px;
}    
.whyus ul li {
  width: 48%;
  margin: 1.5% 0px;
  float: left;
}    
}
@media screen and (max-width: 1280px) {
#mainscreen {
  background-position: left -190px top 0px;
}    
header .logo img {
  width: 120px;
}    
.bigmob {
  position: absolute;
  right: 0px;
  top: 300px;
  width: 65%;
}    
.bigmob img {
  width: 100%;
}        
.whyus h2 {
  width: auto;
  overflow: hidden;
  margin: 0px 0 0 0px;
}    
.whyus ul li {
  width: 48%;
  margin: 1.5% 0px;
  float: left;
}    
.trading ul li {
  width: 24%;
  margin: 0.5%;
  float: left;
  height: 300px;
  background: #176A1D;
  background: linear-gradient(180deg, rgba(23, 106, 29, 1) 0%, rgba(54, 142, 58, 1) 100%);
  padding: 30px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 12px;
  height: 495px;
}    
}
@media screen and (max-width: 950px) {
.msplit {
    display: block;
    clear: both;
}    
header .regd {
  float: left;
  padding: 0px;
}    
.bigmob {
  position: absolute;
  right: 0px;
  top: 300px;
  width: 90%;
}    
.fheader .menubotlogo {
    display: block;
    float: left;
    width: 60px;
    margin: -1px 10px 0 15px;
 }    
.menubotlogo {
    display: block;
    float: left;
    width: 85px;
    margin: 5px 0 0 15px;
}    
.menubotlogo img {
    width: 100%;
}        
.mobbar {
    display: block;
    font-size: 25px;
    position: absolute;
    right: 22px;
    top: 22px;
    color: #2d7b31;
}    
.close {
    display: block;
    font-size: 25px;
    position: absolute;
    right: 22px;
    top: 22px;
    color: #fff;  
}    
.fheader {
    padding-bottom: 15px;
    
}    
.fheader .logo img {
  width: 120px;
}    
.fheader .logo {
  float: left;
  margin: 10px 0 0 0px;
}    
header .logo img {
  width: 120px;
}
header .topright {
  float: none;
  position: fixed;
  right: 0;
  width: 100%;
  height: 100%;
    display: none;
}    
.fheader .topbar {
  width: 100%;
  height: auto;
}    
header .topbar {
  width: 100%;
  height: 100%;
  padding: 0px 5px;
  background: #389B3D;
  text-align: left;
  border-radius: 0px;
  padding-top: 20px;
  
}    
header .topsocials {
  float: none;
  padding: 0px 10px;
  overflow: hidden;
}    
header .account {
  float: none;
  padding: 10px 20px;
}    
.fheader .account {
  float: none;
  padding: 5px 18px;
  overflow: hidden;
}    
header .account i {
  float: left;
  padding: 5px 0px;
  display: block;
  color: #fff;
  font-size: 20px;
}    
header .account a {
  float: left;
  padding: 10px 10px;
  display: block;
  color: #fff;
  font-size: 15px;
}    
.fheader nav {
  top: 15%;
  background: #389B3D;
  margin-top: 20%;
  padding-bottom: 15px;
}    
header nav {
  position: absolute;
  display: block;
  padding: 0 10px;
  border-radius: 0px;
  box-sizing: border-box;
  z-index: 999;
  top: 20%;
  text-align: left;
  width: 100%;
   
}    
header nav ul li {
  float: none;
}    
header nav ul li a {
  padding: 12px 15px 14px 15px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff !important;
}    
.maincontent {
  height: auto;
  width: 100%;
  position: absolute;
  
  left: 50%;
  top: 30%;
  text-align: center;
  z-index: 777;
}    
.mlink {
  font-weight: 700;
  font-size: 15px;
  padding: 10px 24px 10px 24px;
  box-sizing: border-box;
  border-radius: 50px;
  border: solid 2px #196c1e;
  background-color: #196c1e;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 777;
}    
.maincontent span {
  font-size: 22px;
  color: #1b6f21;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}    
.maincontent h1 {
  font-size: 33px;
  color: #1b6f21;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin: 10px 0 40px 0px;
  letter-spacing: 1px;
}    
.bigmob {
  position: absolute;
  right: 0px;
  top: 350px;
}   
.bigmob img {
  width: 100%;
}     
.smallpc {
  display: none;
}    
.grownitbg {
  padding: 33px 0px;
}    
.aboutus {
  width: 100%;
  float: none;
  margin: 0% 0 0 0px;
}    
.aboutus span {
  padding: 0px 0 0 0px;
  float: left;
  font-size: 33px;
  color: #4bc550;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin: 0px 0 20px 0px;
  letter-spacing: 1px;
}    
.aboutus img {
  width: 120px;
  margin: -10px 0 0 10px;
  float: left;
}    
.globe {
  float: none;
  width: 100%;
  margin-left: 0px;
  left: 0;
  position: relative;
}    
.whyus {
  width: 100%;
  float: none;
  margin: 0% 0 0 0px;
}    
.whyus span {
  padding: 0px 0 0 0px;
  float: left;
  font-size: 33px;
  line-height: 44px;
  font-style: italic;
  color: #4bc550;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin: 0px 0 20px 0px;
  letter-spacing: 1px;
}    
.whyus img {
  width: 120px;
  margin: 0px 0 0 10px;
  float: left;
}    
.whyus ul li {
  width: 100%;
  margin: 1.5% 0px;
  float: none;
    overflow: hidden;
}    
.trading h2 {
  font-size: 44px;
  color: #186f1e;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin: 10px 0 10px 0px;
  text-align: center;
  letter-spacing: 1px;
}    
.trading h3 {
  font-size: 20px;
    line-height: 25px;
  color: #fff;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin: 10px 0 40px 0px;
  text-align: center;
  letter-spacing: 0.5px;
}    
.trading ul {
  width: auto;
  margin: 0px 0 0 0px;
}    
.trading ul li {
  width: 100%;
  margin: 0 0 4% 0px;
  float: none;
  height: auto;
  padding: 20px;
}    
.trading ul li img {
  margin-top: 0px;
  width: 100%;
}    
.plateformbg h2 {
  font-size: 35px;
  color: #186f1e;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin: 0px 0 50px 0px;
  text-align: center;
  letter-spacing: 1px;
}    
.leftcontent {
  width: 100%;
  float: none;
}    
.leftcontent h4 {
  color: #eeebe1;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-align: center;
}    
.rightgraph {
  width: 100%;
  float: none;
}    
.partnerbg {
  padding: 200px 0px 50px 0px;
}    
.partnerbg h2 {
  font-size: 40px;
  color: #186f1e;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin: 40px 0 10px 0px;
  text-align: center;
  letter-spacing: 1px;
}    
.partnerbg ul li {
  width: 100%;
  margin: 2.5% 0px;
  float: none;
  padding: 15px;
  border-radius: 12px;
}    
.forexbg ul li {
  width: 100%;
  margin: 2.5% 0px;
  float: none;
  text-align: left;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}    
.rlinev {
  border-right: none;
}    
.servicesbg h2 {
  padding: 0px 0 0 0px;
  text-align: center;
  font-size: 40px;
  color: #4bc550;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  margin: 0px 0 20px 0px;
  letter-spacing: 1px;
}    
.servicesbg ul li {
  width: 100%;
  float: none;
  text-align: center;
  padding: 22px;
  box-sizing: border-box;
}    
.faqbg {
  padding: 50px 0px;
}    
.contactbg h2 {
  padding: 0px 0 0 0px;
  text-align: center;
  font-size: 40px;
  color: #4bc550;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  margin: 0px 0 10px 0px;
  letter-spacing: 1px;
}    
.address {
  background-color: #176A1D;
  width: 100%;
  float: none;
  padding: 25px;
  box-sizing: border-box;
  color: #f7f9f9;
  border-radius: 16px;
  background-image: url('../imgs/location-icon.png');
  background-repeat: no-repeat;
  background-position: right 20px center;
  text-align: left;
  margin-bottom: 1%;
}    
.email {
  background-color: #399c3e;
  width: 100%;
  float: none;
  margin-left: 0%;
  margin-bottom: 1%;
  padding: 25px;
  box-sizing: border-box;
  color: #f7f9f9;
  border-radius: 16px;
  background-image: url('../imgs/email-icon.png');
  background-repeat: no-repeat;
  background-position: right 20px center;
  text-align: left;
}    
.call {
  background-color: #176A1D;
  width: 100%;
  float: none;
  padding: 25px;
  box-sizing: border-box;
  color: #f7f9f9;
  border-radius: 16px;
  background-image: url('../imgs/call-icon.png');
  background-repeat: no-repeat;
  background-position: right 20px center;
  text-align: left;
}  
   
footer {
  width: 100%;
  height: auto;
  padding: 10px 0px;
  margin: 20px 0 0 0px;
}    
.botlogo {
  float: none;
  margin: 0px 0 0 0px;
  text-align: center;
}    
.botsocials {
  float: none;
  padding: 10px;
  margin: 20px 0 0 10px;
  overflow: hidden;
    text-align: center;
}    
.botsocials a {
  float: left;
  padding: 10px;
  display: block;
  color: #fff;
  font-size: 25px;
    width: 25%;
}    
.copyright {
  float: none;
  font-size: 13px;
  color: #fff;
  margin: 25px 0 0 0px;
  line-height: 20px;
  text-align: center;
}
/* Contact form styling */
.contact-form-wrap {
  margin-top: 2rem;
  text-align: center;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  max-width: 500px;
  padding: 12px 14px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  font-family: inherit;
}

.contact-form button {
  background: #0a74da;   /* adjust to your theme color */
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background: #085cb3;
}
