@charset "utf-8";
/* CSS Document */

@media (min-width:992px) and (max-width:1199px){
	.aboutSec,.featureSec,.clientSec,.getInTouch {
        padding: 60px 0;
    }
    .footerMenu ul li a {
        font-size: 14px;
        padding: 0 2px;
    }
    .neededSec{
        padding-top: 60PX;
    }
}	
@media (min-width:768px) and (max-width:991px){
    .mainNav .navbar-brand {
        max-width: 130px;
        margin: 0;
        padding: 0;
    }
    .navbar-toggler {
        height: 40px;
        display: flex;
        flex-direction: column;
    }
    .navbar-toggler-icon {
        border-bottom: 1px solid #fff;
    }
    .navbar-nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 28px;
        justify-content: center;
     }
     .navbar-nav li:nth-child(5) {
         order: 1;
     }
     .slider-item {
        height: 36vh;
     }

   /* .navbar-toggler.navbar-toggler-right {
        border: 2px solid #033061;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        height: 23px;
        width: 31px;
        position: relative;
    }
    .navbar-toggler.navbar-toggler-right::after {
        content: "";
        position: absolute;
        height: 2px;
        width: 78%;
        background: #033061;
        right: 0;
        top: 9px;
    }*/
    .mainNav .navbar-expand-lg .navbar-nav .nav-link {
        border-bottom: 1px solid #000714;
        padding-left: 10px;
        padding-right: 10px;
    }
    .mainNav .navbar-expand-lg .navbar-nav {
        width: 100%;
        margin-top: 15px;
        border-top: 1px solid;
        
    }
    .featureBox h4 {
        font-size: 17px;
    }
    .featureBox {
        padding: 8px;
    }
    .aboutSec,.featureSec,.clientSec,.getInTouch {
        padding: 60px 0;
    }
    .neededSec{
        padding-top: 60PX;
    }
    .footerSec p {
    	font-size: 12px;
    }
    .footerMenu ul li a {
    	font-size: 10px;
        padding: 0 0px;
        color: #FFF;
    }
    .footerMenu {
    	top: 0;
    }
    .getInTouch input {
    	max-width: 400px;
    }
    .clientSec .slick-active {
    	box-shadow: 0 2px 18px rgba(0,0,0,0.2);
    }

}
	
@media (max-width:767px){
    .burger {
        padding: 50px 0;
    }
    .login-btn {
        position: fixed;
        bottom: 0;
        /*background-color: #005aa9;*/
        background-image: linear-gradient(#005aa9, #1e88e5);
        padding: 30px 0 20px;
        width: 100%;
        text-align: center;
    }
    p {
        font-size: 14px;
    }
    .mainNav {
        margin-top: 0px;
    }
    .faq_section h2 {
        font-size: 28px !important;
    }
    .main_container h2 {
        font-size: 32px;
    }
    .mainNav .navbar-brand {
        max-width: 130px;
        margin: 0;
        padding: 0;
    }
    .mainNav .navbar.navbar-expand-lg {
        flex-direction: row-reverse;
    }
    .slick-next { right: -20px }
    .slick-prev { left: -20px; z-index: 9; }
    .navbar-brand {
        width: 150px
    }
    .navbar-toggler.navbar-toggler-right {
        border: 2px solid #033061;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        height: 23px;
        width: 31px;
        position: relative;
    }
    .navbar-toggler.navbar-toggler-right::after {
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        background: #033061;
        right: 0;
        top: 9px;
    }
    .main_container {
        padding-top: 0px;
    }
    .mainNav .navbar-expand-lg .navbar-nav .nav-link {
        border-bottom: 1px solid #000714;
        padding-left: 10px;
        padding-right: 10px;
    }
    .mainNav .navbar-expand-lg .navbar-nav {
        width: 100%;
        margin-top: 15px;
        border-top: 1px solid;
        
    }
    .learning_sec {
       background-position: bottom center;
/*       background-color: #fedc21;
*/    }
    .res_learning {
        padding-bottom: 88%;
    }

    .faq_section .col-lg-8 {
        padding-bottom: 70%;
    }

    .faq_section ul {
        padding-left: 20px;
    }

    .clientImg {
        left: 0;
        top: 0;
        position: unset;
    }
    
    .Search_type::after {
        right: auto;
        margin-left: -28px;
    }
    .footerSec p {
        font-size: 14px;
        margin-bottom: 10px;
    }

.bannerContent h1 {
	color: #fff;
	font-size: 36px;
	line-height: 43px;
	font-weight: 700;
}
.bannerContent h1 {
	font-size: 36px;
	line-height: 43px;
}
.bannerContent p {
	line-height: 22px;
	margin: 15px 0;
}
.bannerSubImg {
    position: static;
    padding-top: 30px;
}
.bannerSec {
    height: 175px;
}
.about-item {
    border-bottom: 1px solid #ab0003;
    border-right: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.faq_title {
    width: 50%;
    margin: 30px auto 50px;
}
.faq_sec .card .card-header h2 {
    font-size: 16px;
}
.arrow_icon {
    background-color: transparent;
    padding: 0;
    right: 8px;
}
.arrow_icon i {
    color: #ab0003;
    font-size: 24px;
}
.bannerSec a {
    background-color: #fff;
}
.aboutSec {
	padding: 30px 0;
}
.footerMenu {
	top: 0;
}
.footerMenu ul li a {
	font-size: 13px;
	padding: 10px 1px;
	font-weight: 500;
}

.getInTouch {
	text-align: center;
	background: #ffffff;
	padding: 35px 0 30px;
}
.getInTouch p {
	line-height: 24px;
	padding: 10px 0;
}
.aboutcontent h5 {
	font-size: 30px;
	margin-bottom: 10px;
}
.aboutcontent {
	padding-top: 10px;
}
.featureSec {
	padding: 30px 0 10px;
}
.featureSec h3 {
	font-size: 30px;
	padding-bottom: 40px;
}
.featureSec h3::after {
	bottom: 24px;
}
.featureBox {
	padding: 15px;
	margin-bottom: 20px;
}

.clientSec {
	padding: 30px 0 10px;
}
.clientSec h3 {
	padding-bottom: 5px;
	font-size: 25px;
}
.avalableSec {
	padding: 30px 0;
}
.footer-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.footer-top img {
    width: 140px;
}
.res_footer {
    background-color: #fff;
    padding: 20px 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #aaa;
}
.res_footer ul li {
    color: #000;
}
.res_footer .socialIcon ul li a {
    background-color: #ab0003;
    color: #fff;
}
.footerMenu h5 {
    color: #666;
}

.res_btn {
    background-color: #fedc21;
    height: 25px;
    border-radius: 20px;
    border: 1px solid #fedc21;
    padding: 7px 15px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
}
.clientSec .slick-slide::after {
    width: 15px;
    height: 15px;
    top: 5px;
    left: 110px;
}

.clientSec .slick-list.draggable {
    padding: 30px 0 !important;
}

    .footer-top {
        background-color: #fedc21;
        padding-bottom: 100px;
}

    .clientImgbox {
        position: relative;
        margin-top: 0;
        z-index: 99;
        padding-top: 0;
    }
    
    /*.clientSec .slick-slide {
        padding: 15px;
    }*/
    .clientSec .slick-slide {
        display: flex;
    }
    .clientImgbox h4 {
        margin-top: 10px;
        font-size: 14px;
    }
    .faq_section {
        background-image: url(../images/faq-bg.html);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .headerSec ul {
        flex-direction: column;
        display: flex;
        background: #fff;
        position: absolute;
        left: -20px;
        width: 100%;
        padding: 20px;
        min-width: 500px;
        box-shadow: 1px 5px 10px #ccc;
    }
    .headerSec ul li:nth-child(5) {
        order: 5;
        padding: 10px 0 20px;
        align-self: center;
    }
     .headerSec ul .btn-lg {
        padding: 0 20px;
     }
     .currency_icon {
        display: inline-block;
/*        width: 40px;
*/        margin-top: 5px;
     }
     .form__box {
        margin-top: 35px;
     }

   .footerSec {
      text-align: center;
   }
   .socialIcon {
      margin-top: 15px;
   }
   .form__box .modal-title span {
      top: 0 ;
   }
   #bannerslider .trading-grp-inner {
    padding: 20px;
    background-size: 100% 90%;
    margin-left: 15px;
    margin-right: 15px;
   }
   .bannerslider-inner {
     flex-direction: column;
   }
 .bannerslider-inner h1 {
    font-size: 110px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 100px;
    position: unset;
    padding-bottom: 20px;
    text-align: left;
    margin-left: 8px;
}

    .bannerslider-inner h3 {
        font-size: 28px;
        margin-top: 58%;
        width: 100%;
    }
    .about-banner {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 200px;
        background-position: center center;
    }
    .about-content-grp {
        padding: 40px;
    }
    .about-content-item {
        width: 100%;
        min-height: auto;
        margin-bottom: 20px;
    }
    .login-btn a {
        color: #005aa9;
        font-size: 20px;
        background-color: #fff;
        padding: 7px 25px;
        margin: 0 10px;
        border-radius: 20px;
    }
}
@media (max-width:480) {
    .featureSec .col-sm-3 {
        width: 50%;
    }
}


/*New responsive css 30/4/2021 */

@media (max-width:767px){
    .navbar-toggler-icon {
       border-bottom: 1px solid #fff;
     }
     .navbar-toggler {
        height: 40px;
        display: flex;
        flex-direction: column;
     }
    .w-60{
        width: 60%;
    } 
    .headerSec {
        position: relative;
        z-index: 9;
        background-color: #005aaa;
    }
     .navbar-toggler-icon {
        background-image: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E);
    }
    .nav-link , .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
        color: #000 !important;
    }
    .headerSec #navbarNav{
        background-color: #fff;
        position: absolute;
        width: 100%;
        left: 0;
        top: 82px;
    }
    .btn-lg{
        display: inline;
        padding: 8px !important;
    }
    .btn-lg span img{
        filter: invert(1) !important;
    }
    #bannerslider .bannerslider-inner {
        background-image: unset;
        height: unset;
        width: unset;
        overflow: hidden;
    }
    #bannerslider .bannerslider-inner h3 {
        color: #fff;
        font-size: 22px;
        margin-top: 8%;
    }
    #bannerslider .stocks-btn{
        position: unset;
    }
    #bannerslider .trading-grp-inner{
        padding: 20px;
        background-size: 100% 90%;
        height: 150px;
    }
    #bannerslider .trading-grp-inner p{
        font-size: 14px;
    }
    #bannerslider .trading-grp-inner h3{
        font-size: 24px;
    }
    .aboutSec figure{
        width: 80px;
        height: 80px;
        margin: 0 auto 0px;
    }
    .about-item p, .about-item h4{
        font-size: 16px;
        line-height: 1.2;
    }
    .features-group-slide .features-item-inner{
        padding-left: 10px;
        padding-right: 10px;
        min-height: 170px;
    }
    .features-group-slide .features-item-inner h4{
        font-size: 22px;
    }
    .features-group-slide .features-item figure img {
        width: 53px;
    }
    .client-logo {
        margin-top: 20px;
    }
    .client-logo img {
        margin-right: 16px;
        width: 65px;
    }
    .client-logo span{
        position: relative;
    }
    .client-logo span:before {
        position: absolute;
        content: "";
        top: -5px;
        left: 0px;
        right: 6px;
        bottom: 0px;
        border-right: 1px solid #66686c;
        height: 30px;
    }
    .client-logo span:last-child:before {
        border: none;
    }
    .Customer.Support {
        height: 235px;
        padding-top: 0px;
        background-size: 40% auto;
        background-position: bottom;
        margin-bottom: 40px;
    }
    .Customer.Support .row{
        margin: 0px;
    }
    .Customer.Support .col-lg-6{
        min-height: 200px;
        padding: 16px 18px 25px 22px;
    }
    .Customer.Support .left-col{
        padding-right: 0px;
        background-color: #fd4f06;
    }
    .Customer.Support .right-col{
        padding-left: 0px;
        background-color: #005aaa;
    }
    .Customer.Support .left-col h3,.Customer.Support .right-col h3{
        font-size: 24px;
        /*min-height: 130px;*/
    }
    .Customer.Support .left-col p{
        font-size: 14px;
        color: #fff;
        padding-left: 0px;
    }
    .Customer.Support .left-col h3{
        padding: 0px;
    }
    .Customer.Support .right-col h3, .Customer.Support .right-col p {
        padding-left: 66px;
    }
    .Customer.Support .right-col h3{
        color: #fff;
    }
    .Customer.Support .left-col h3, .Customer.Support .right-col p{
        background-color: unset;
    }
    .Customer.Support .col-lg-6{
        border-radius: 6px;
    }
    .Customer.Support .right-col p{
        padding-right: 0px;
        font-size: 14px;
    }
    .globle-leader-block {
        display: flex;
        text-align: left !important;
        margin-top: 15px;
    }
    .globle-leaderText p {
        padding: 0px;
        padding-bottom: 10px;
    }
    .globle-leader-img {
        margin-right: 20px;
    }
    .w-18{
        width: 118px;
    }
    .globle-leaderText p{
        font-size: 18px;
    }
    .globle-leaderText h4{
        margin-top: 0px;
    }
    .globle-leaderText {
        border-bottom: 2px solid #0f62ac;
    }
    .footer-inner{
        display: block;
    }
}