* {
	margin: 0;
	padding: 0;
}

html { font-size: 16px;   }
body { 
    overflow-x: hidden;
    background: #FFF;
    color: #1A1A1A;
    font-family: 'Quicksand', sans-serif;
}

.title {
    margin-bottom: 20px;
    font-weight: 700;
}
h1,h2,h3,h4,h5,h6,p,a,span,li{
    font-family: 'Quicksand', sans-serif;
}

ul {
    list-style: none;
}
p, ul li {
	font-size: 1rem;
    color: #696969;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
}
a {
    color: #56C1FF;
    text-decoration: none;
}
a:hover {
    color: #56C1FF;
    text-decoration: none;
}
.elleve_color {
    color: #56C1FF;
}

/* back to top  */
#scroll {
    position: fixed;
    right: 20px;
    bottom: 50px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #191919;
    border-color: 1px solid #fff;
    text-indent: -9999px;
    display: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 99;
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}
.div_wrap {
    padding: 60px 0;
}
/************************************ HEADER *************************************/
a.navbar-brand img {
    height: 60px;
}
#header .navbar-light .navbar-brand {
    padding:0;
    z-index: 99;
    color: #56C1FF;
    font-weight: 600;
    text-transform: uppercase;
}
#header .navbar-light .navbar-nav .nav-link, #header .navbar-light .navbar-text a { 
	color: #1A1A1A;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 1rem;
    font-weight: 500;
}

#header .navbar-light .navbar-text a {
	padding: unset;
	display: inline-block;
}
#header .navbar-light .navbar-nav .nav-link:hover {
	color: #56C1FF;
}
#header .navbar-light .navbar-text a:hover {
    color: #56C1FF;
    text-decoration: none;
}
#header .navbar-light .navbar-nav  a.nav-link.contact_link {
    border: 1px solid #1A1A1A;
    border-radius: 10px;
    background: #1A1A1A;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    width: fit-content;
}
.main_header {
    padding: 10px 0;
    background: #FFF;
}
.main_header.affix {
    position: sticky !important;
    top: 0px;
    width: 100%;
    z-index: 999 !important;
    background: #F7F9FC;
    border: none;
    transition: top .8s ease-in-out;
    transition: 0.5s ease-in-out;
    /*-webkit-box-shadow: 0 -18px 22px 6px black;
    box-shadow: 0 -18px 22px 6px black;*/
}
.main_header.affix a.navbar-brand img {

}
.navbar-light .navbar-toggler {
    color: #56C1FF;
    border-color: transparent;
}
/************************************ Slider Section *************************************/
.right-img{
    position: absolute;
    right: 0;
    bottom: 0;
}
#slider-section {
    position: relative;
   
}
.inr-slider {
	padding: 40px 0 0;
	position: relative;
}
.inr-slider .slider-text {
	color:#56C1FF;
}
.inr-slider .slider-text h1 {
	text-transform: uppercase;
    line-height: 3.75rem;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: 700;
}
.inr-slider .slider-text h4{
    color:#1A1A1A;
}
.inr-slider .slider-text p {
	margin-bottom: 10px;
}
.inr-slider .slider-text a{
	color:#5B667A;
	font-size: 1.125rem;
	position: relative;
    display: inline-block;
    overflow: hidden;
    font-weight: 500;
    background: linear-gradient(to right, #0F7BCC, #56C1FF 50%, #5B667A 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
}
.inr-slider .slider-text a:hover{
	text-decoration: none;
	color: #5cf6b2;
    text-decoration: none;
    background-position: 0 100%;
}

.ryt-img {
    position: absolute;
    bottom: -90px;
}
.slide-shape {
    position: absolute;
    bottom: 20px;
    max-height: 100px;
}


/************************************ Trading Advantage Section *************************************/
.trading_adv {
	position: relative;
}
.trading-sign  {
    position: relative;
}
.trading-sign img {
   
}
.trading-sign img.trade_img1 {
  position: relative;
}
.trading-sign img.trade_img2 {
   position: absolute;
    left: 35%;
    z-index: -1;
    top: 8%;
}
.trading_adv ul {
    padding-left: 0;
    margin-top: 50px;
}
.trading_adv ul li {
    margin-bottom: 20px;
}
.trading_adv ul li i {
    font-family: 14px;
    color: #56C1FF;
}

/************************************ Testimonial Section *************************************/

.testimonial {
	position: relative;
    z-index: 99;
}
.testimonial-detailbox {  width: 100%;  background: #353535; color:#FFF;  display: block; text-align: left; padding: 40px;  border-radius: 7px;}
.testimonial-detailbox .testi-title {  font-size: 16px;  font-weight: 500;  margin-bottom: 5px;}
.testimonial-detailbox .testi-star {  width: 100%; margin-bottom: 5px;}
.testimonial-detailbox .testi-star ul {  list-style: none;  margin: 0;  padding: 0;}
.testimonial-detailbox .testi-star ul li {  display: inline-block; margin-right: 5px;}
.testimonial-detailbox .testi-text {  width: 100%;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 300;
}
    .testimonial-detailbox .testi-star ul li i {
    color: #ffa800;
}
.testi-owner { width: 100%; float: left;  height: auto; margin-bottom: 15px;}
.testi-owner .owner-img { float: left; width: 70px;  height: 70px;}
 .owl-carousel .owl-item .testi-owner .owner-img img {  border-radius: 10px !important;  object-fit: cover;  height: 100%;  width: 100%;  border: 1px solid #ccc;}
.testi-owner .owner-detail {  float: left;  padding-left: 15px;  margin-top: 10px;}
.testi-owner .owner-detail .owner-name { font-size: 1.11rem; font-weight: 600;  font-weight: 500;  display: block;  text-align: left;}
.testi-owner .owner-detail .owner-desi {  display: block;font-size: 0.72rem; font-weight: 500; line-height: 20px;}
.testimonial .owl-controls {  margin-top: 40px;}
.testimonial .heading-title { margin-bottom: 35px;}
.testimonial-detailbox .testi-star .fa-star { font-size: 16px;}
#testimonial-slider .owl-nav button{  background: #ffffff; width: 35px; height: 35px; line-height: 35px; margin: 0;  display: block;  position: absolute;  top: -78px;  cursor: pointer;  transition: all .2s ease 0s; color: #772892; text-align: center; border: 0;
    -webkit-box-sizing: initial;  box-sizing: initial;  opacity: 0;  border-radius: 100px;  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);  box-shadow: 0 0 15px rgba(0, 0, 0, .1);    z-index: 9;opacity: 1;}
#testimonial-slider .owl-nav button.owl-next{right: 0;}
#testimonial-slider .owl-nav button.owl-prev { left: auto;right: 60px;}
#testimonial-slider .owl-nav button.owl-prev:focus, #testimonial-slider .owl-nav button.owl-next:focus { outline:0;}
#testimonial-slider .owl-nav button.owl-next: {right: 0;}
#testimonial-slider:hover button.owl-prev { left: auto; right:60px; opacity: 1;}
#testimonial-slider .owl-nav button:hover { background-color: #e8e8e8;color:#772892;}
#testimonial-slider.owl-theme .owl-dots .owl-dot.active span, 
#testimonial-slider.owl-theme .owl-dots .owl-dot:hover span {  background: #e8e8e8;}
#testimonial-slider.owl-theme  .owl-dots .owl-dot span { background: transparent;  border: 2px solid #e8e8e8;}
#testimonial-slider.owl-theme .owl-dots .owl-dot span { width: 14px; height: 14px; margin: 10px 5px;}
#testimonial-slider.owl-theme .owl-dots {  padding-top: 35px;}


/************************************ Our App *************************************/

.semi-title {
    font-weight: 600;
}
h5.semi-title {
    line-height: 1.88rem;
    margin-bottom: 20px;
}
.trading_info {
    position: relative;
}
.trade_1 img {
   
    position: absolute;
    top: 10px;
    right: -30px;
}
.trade_2 img {
    
    position: absolute;
    top: 70px;
    left: -9%;
}
.trade_3 img {
   
    position: absolute;
    top: 150px;
    right: -109px;
}
/***********************************Footer ************************/

#footer {position: relative; background: #FFF; }
.footer_text_logo {
    color: #0F7BCC;
    font-size: 2rem;
    padding: 20px 0;
    display: block;
    font-weight: 500;
}
#footer .footer-shape {
	position: absolute;
    top: -5px;
    z-index: 2;
    max-height: 100px;
}
#footer .footer-content {
    padding: 40px 0 0px;
    position: relative;
    color: #1A1A1A;
    z-index: 9;
}
#footer .footer-content .footer-navbar ul li a {
    padding: 0 15px;
    border-right: 1px solid #c8c8c8;
    line-height: 16px;
    font-size: 0.9375rem;
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(to right, #56C1FF, #0F7BCC 50%, #505969 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    
}
#footer .footer-content .footer-navbar ul li a:hover {
     background-position: 0 100%;
}
#footer .footer-content .footer-navbar ul li:last-child a {
	border-right: unset;
}

#footer .footer-content .social-links ul li a {
	width: 45px;
    height: 45px;
    background: #edf2f5;
    display: inline-block;
    line-height: 52px;
    border-radius: 10px;
}
#footer .footer-content .social-links ul li a:hover{
	background: rgb(222 240 255);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    color: #56C1FF;
}
#footer .footer-content .social-links {
	padding: 30px 0;
}
#footer .footer-content .social-links ul li a i {
	font-size: 22px;
}
#footer .footer-content .social-links ul li a i.fab.fa-facebook-f {
	color: #3496e5;
}
#footer .footer-content .social-links ul li a i.fab.fa-instagram {
	color: #3496e5;
}
#footer .footer-content .social-links ul li a i.fab.fa-twitter {
    color: #3496e5;
}
#footer .footer-content .copyright-content {
    border-top: 1px solid #efefef;
    padding: 20px 0;
    font-size: 0.88rem;
}
#footer .footer-content .copyright-content a {
	color:#56C1FF;
	font-weight: 500;
}
.footer-navbar {
}
footer p {
    letter-spacing: 0.5px;
}

.social-links ul .list-inline-item.tiktok_icon a svg{
    width: 22px;
    height: 22px;
    fill: #56C1FF;
    margin-top: -8px;
}

/********************* Contact Page ************************/

.form-control::placeholder {
    font-size: 15px;
    font-weight: 500;
    color: #b2b2b4;
}
.form-control {
    font-weight: 500;
    color: #1A1A1A;
}
.contact-div input.form-control {
    border-radius: 0;
    border: hidden;
    padding: 25px 0;
    border-bottom: 1px solid #dcdcdc;
    background: transparent;
    margin-bottom: 20px;
}
.contact-div .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #56C1FF;
}
.contact-div textarea.form-control {
    border-radius: 0;
    padding: 15px;
    border:hidden;
    border: 1px solid #dcdcdc;
    background: transparent;
    margin-top: 50px;
}
.contact-div textarea.form-control:focus {
    border: 1px solid #56C1FF;
}
.contact-detail ul li {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.contact-detail ul li i {
    color: #3496e5;
}
.contact-detail ul li span {
    margin-left: 15px;
}
.contact-detail .social-links ul li {display: inline-block;}
.contact-detail .social-links ul li a {
    width: 40px;
    height: 40px;
    background: #1A1A1A;
    display: inline-block;
    line-height: 42px;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
}
.contact-detail .social-links ul li a:hover {
    background:#464646;
}
.contact-detail .social-links ul li i {
        color: #ffffff;
}
.contact-detail .social-links ul .list-inline-item.tiktok_icon a svg{
        fill: #ffffff;
}
.contact-detail .social-links ul .list-inline-item.tiktok_icon a svg {
    width: 16px;
    height: 16px;
    margin-top: -5px;
}
button.btn.submit-btn {
    background: #3496e5;
    color: #ffffff;
    margin: 15px 0;
    float: right;
    padding: 10px 30px;
    letter-spacing: 0.5px;
    font-weight:500;
}

/********************** How to start section ******************/
.trading_start:before {
    background-image: url(../images/works-bg.png);
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: 81%;
    max-width: 90%;
    height: 780px;
    background-repeat: no-repeat;
    object-position: center center;
    object-fit: cover;
    z-index: -1
}
.usefull_bx {
    margin-bottom: 15px;
    padding: 30px;
    background: #ffffff;
    box-shadow: 1px 1px 3px #ebe9e9;
    border-radius: 10px;
}
.usefull_bx:hover {
    background: #f6f8fb;
    box-shadow: 5px 4px 14px #117ccd21;
}
.usefull_bx img{
    text-align: center;
    height: 40px;
}
.trading_start_content {
    margin-bottom: 60px;
}
.usefull_bx h4 {
    margin: 0;
    padding-left: 15px;
    font-size: 1.25rem;
    font-weight: 600;
}
.usefull_bx h4 a {
    color: #1A1A1A;
}
.usefull_bx h4 a:hover {
    color: #56C1FF;
}
.usefull_bx p {
    line-height: 24px;
    margin-bottom: 0;
}
.usefull_bx>div {
    margin-bottom: 15px;
}
/************************Forex Section**********************/


.flex-container {
    margin-top: 50px;
}
.forex_bx{
    background-color: #f5f5f5;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0px 11px 15px #0000000f;
    margin-bottom: 30px;
    transition: background-color 0.5s ease;
}
.forex_bx:hover {
    background-color: #56C1FF;
    box-shadow: 0px 11px 15px #00000059;
}
.forex_bx:hover h5, .forex_bx:hover p {
    color: #FFF;
}
.forex_bx h5 {
    margin-bottom: 15px;
    font-weight: 600;
}
.forex_bx p {
    color: #94A0B4;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #56C1FF;
}
.nav-link {
    color: #56C1FF;
}
/**************************** FAQ***********************/

/*.faq h2.title {
    line-height: 45px;
}
.faq .accordion {
    margin-top: 50px;
}
.faq .accordion-item {
    background-color: transparent;
    border: hidden;
    border-bottom: 1px solid rgb(186 186 186 / 13%);
}
.faq .accordion-body {
    padding: 1rem 0;
}
.faq .accordion-button:not(.collapsed), .accordion-button {
    color: #FFF;
    background-color: transparent;
    box-shadow: none;
    padding: 1.5rem 0;
}
.faq .accordion-button::after {
     filter: grayscale(1);
    filter: invert(100%);
}
.faq .accordion-button:not(.collapsed)::after {
    filter: grayscale(1);
}
.faq .accordion-body {
    color: #b5b5b5;
}
.faq .accordion-button:focus {
    border-color: none;
    box-shadow: none;
}*/
.faq_sec .accordion-button::after {
    background-image: url('../images/plus.png');
}
.faq_sec .accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus.png');
}
.faq_sec .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: inherit;
}
.faq_sec .accordion-button:not(.collapsed) {
    border: 0;
    color: #58c9f3;
    background-color: rgba(236, 238, 251, 0.5);
    box-shadow: inherit;
}
.accordion-button {
    color: #1a1a1a;
    font-weight: 500;
}