@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto&display=swap');

*, html, body {
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-o-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: none;
	text-rendering:optimizeLegibility;
	-moz-osx-font-smoothing:grayscale;
    font-family: "Roboto","Open Sans", sans-serif;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded- opentype'), url('Content/fonts/glyphicons-halflings-regular.woff') format('woff'), url('Content/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('Content/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.header-section {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
.top-strip{
	background-color: #003366;
}
.banner-slider.carousel{
	margin-top: 0;
}
.top-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.top-list li{
	display: inline-block;
}
.top-list li a{
	color: #fff;
	text-decoration: none;
	font-size: 17px;
}
.top-list li span{
	color: #fff;
	vertical-align: middle;
	font-size: 17px;
}
.top-list li img{
	vertical-align: middle;
	    display: inline-block;
}
.download-link a span {
    background: #f99428;
    padding: 3px 15px;
    border-radius: 5px;
}
.top-list li {
    display: inline-block;
    padding: 2px 8px 2px;
}
.menu-section{
	text-align: right;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.menu-section li{
	display: inline-block;
	font-size: 17px;
	color: #003366;
	position: relative;
    padding: 18px 13px;
    cursor: pointer;
}
.menu-section li:hover{
	background-color: #f5f5f5;
    border-top: 0 solid #036;
    border-right: 0 solid #036;
    border-left: 0 solid #036;
    border-bottom: 4px solid #036;
}
.menu-section li:hover.no-hover{
	background-color: transparent;
    border-top: 0 solid #036;
    border-right: 0 solid #036;
    border-left: 0 solid #036;
    border-bottom:none;
}
.menu-section li a{
	font-size: 17px;
	color: #003366;
	text-decoration: none;
}
.hover-menu{
	display: none;
	opacity:0;
	visibility: hidden;
}
.menu-section > li:hover .hover-menu{
	display: block;
    position: absolute;
    left: 0;
    background-color: rgba(245, 245, 245, .97);
    padding-left: 0;
    width: 220px;
    text-align: left;
    
    top:63px;
    opacity: 1;
    animation-duration: 300ms;
    opacity: 1;
    z-index: 3;
    visibility: visible;
    animation-name: wpmmfadeInDown;
    padding:10px 10px;
}
.menu-section > li:hover .hover-menu li{
	padding:10px;
}
.menu-section > li:hover .hover-menu li:hover {
	background-color: #ddd;
    text-decoration: none;
    font-weight: 600;
    color: #036;
    border-radius: 4px;
    border-bottom:none;
}
@keyframes wpmmfadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -10px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}
.wpmmfadeInDown {
    animation-name: wpmmfadeInDown;
}
.menu-section > li:hover i{
	opacity: 0;
}
.menu-section > li i{
	opacity: 1;
}
.hover-menu li{
	display: block;
}
.menu-section .open-account {
	background-color: #f99428;
	font-size: 17px;
	color: #fff;
	padding:5px 10px;
	border-radius: 5px;
}
.menu-section .open-account img,.menu-section .try-demo img{
	display: none;
}
.menu-section .try-demo{
	background-color: #0094da;
	font-size: 17px;
	color: #fff;
	padding:5px 10px;
	border-radius: 5px;
}
.menu-section li i {
    padding-left: 5px;
}
.show-767,.mobile-show{
	display: none;
}
.top-list li:last-child {
    padding-right: 0;
}
.banner-slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 0 7px;
    background-color: rgb(137 148 176);
    border-color: rgb(137 148 176);
}
.banner-slider .carousel-indicators li.active{
	background-color: #fff;
	border-color: #fff;
}
.banner-slider .carousel-indicators{
	z-index: 1;
	margin-bottom: 0;
}
.banner-content p{
	font-size: 36px;
	color: #036;
	margin-bottom: 0;
	font-weight: 500;
	font-style: italic;
}
.banner-content h2{
	font-size: 48px;
	color: #036;
	font-weight: bold;
    font-style: italic;
    margin-top: 0;
}
.banner-content.banner-3 h2 {
    font-style: normal;
    font-size: 38px;
    line-height: 50px;
    text-transform: uppercase;
}
.banner-content.banner-3 p {
    font-style: normal;
    font-size: 25px;
    color: #036;
    font-weight: 600;
}
.banner-content {
    position: absolute;
    top: 35%;
    left: 10%;
    display: block;
}
.background-blue{
	background-color: #e8e9ea;
}
.header-sc{
	font-size: 24px;
	text-align: center;
    font-style: normal;
    color: #003366;
    background-color: #fff;
    font-weight: 300;
    padding:1rem 0;
}
.partner-section {
    padding: 2rem 0;
}
.partner-inner h3{
	font-size: 34px;
	color: #002e52;
	font-weight: normal;
    padding: 1rem 0;
}
.background-white{
	background-color: #fff;
}
.partner-inner p{
	font-size: 17px;
	color: #002e52;
}
.award-inner img {
    text-align: center;
    margin: 0 auto;
}
.award-inner,.award-slider {
    padding: 0 10px;
}
.award-5 ,.award-6 {
	padding:0;
}
.award-5 img,.award-6 img{
	width: 100%;
}
.award-subline{
	font-size: 16px;
	color: #002e52;
}
.award-slider .slick-dots li button:before{
	font-size: 50px;
}
.award-slider .slick-dots li.slick-active button:before{
	color: #003366;
	opacity: 1;
}

.paltform-sc label{
	font-size: 21px;
	color: #333333;
	margin-bottom: 15px;
}
.paltform-sc p{
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}
.paltform-sc a{
	text-decoration: none;
}
.paltform-sc {
    padding: 2rem;
    margin-bottom: 3rem;
}
.paltform-sc img{
	text-align: center;
	margin:0 auto;
	padding: 1rem 0;
}
.footer-bg{
	background: #003366;
	padding: 1rem 0;
}
.footer-sc h5{
	color: #fff;
	font-weight: bold;
    font-style: normal;
    font-size: 18px
}
.footer-sc ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.footer-sc a,.footer-sc span{
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}
.cpyright-sc p{
	font-size: 14px;
	color: #0094da;
	margin-bottom: 0;
	text-align: center;
}
.cpyright-sc{
	border-bottom: 1px solid #0094da;
	padding-top: 15px;
	padding-bottom: 7px;
}
.footer-links ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.footer-sc li {
    margin-bottom: 3px;
}
.footer-links ul li{
	display: inline-block;
}
.footer-links ul li a{
	font-size: 14px;
	color: #0094da;
	padding: 0 15px;
	text-decoration: none;
}
.footer-links {
    text-align: center;
    padding: 1rem 0;
}
.banner-content.color-blue h2{
	line-height: 50px;
    color: #036;
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
}
.banner-content.color-blue h2 span{
	color: #f78e1e;
}
.banner-content.color-blue p {
    font-size: 32px;
    font-style: normal;
}
.banner-content.color-blue{
	width: 35%;
	top: 25%;
}
.banner-content.banner-1 h2{
	color: #f78e1e;
	font-style: normal;
    font-size: 54px;
    line-height: 65px;
}
.banner-content.banner-1 p{
	font-style: normal;
    font-size: 32px;
    margin-bottom: 7px;
}
.banner-content.banner-3 h2 span{
	color: #f78e1e;

}
.banner-content.banner-3 h2{
	line-height: 60px;
}
.banner-content.banner-4 h2{
	color: #f78e1e;
	font-style: normal;
}
.banner-content.banner-4 p{
    color: #036;
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    font-style: normal;
}
.banner-content.banner-4{
	width: 30%;
	top: 30%;
}
.banner-content.banner-3{
	width: 35%;
    top: 22%;
}
#banner-slide img {
  left: 0;
  bottom: 0;
  /*min-width: 100%;
  min-height: 100%;
  max-width: none;*/
  width: auto;
  height: auto;
}
#banner-slide i {
  position: absolute;
  top: 50%;
}
#banner-slide.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
#banner-slide.carousel-fade .carousel-inner .active {
  opacity: 1;
}
#banner-slide.carousel-fade .carousel-inner .active.left,
#banner-slide.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#banner-slide.carousel-fade .carousel-inner .next.left,
#banner-slide.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
#banner-slide.carousel-fade .carousel-control {
  z-index: 2;
}
@media(min-width:1200px) and (max-width:1365.90px){
	.banner-content.banner-3 h2{
		font-size: 33px;
		line-height: 55px;
	}
	.banner-content.banner-3 p{
		/*font-size: 25px;*/
	}
	.banner-content.banner-4{
		top:20%;
	}
	.banner-content.color-blue{
		top: 15%;
	}
}
@media(min-width:1025px) and (max-width:1199.90px){
	.top-list li a,.top-list li span,.menu-section li,.menu-section li a,.menu-section .open-account,.menu-section .try-demo{
		font-size: 14px;
	}
	.menu-section li
	{
		padding-top: 16px;
		padding-bottom: 16px;

	}
	.menu-section > li:hover .hover-menu{
		top: 55px;
	}
	.menu-section .open-account,.menu-section .try-demo{
		padding:5px 7px;
	}
	.menu-section li i {
	    padding-left: 3px;
	}
	.partner-inner h3{
		font-size: 30px;
	}
	.banner-content.banner-3 h2{
		font-size: 33px;
	}
	.banner-content.banner-3 p{
		font-size: 25px;
	}
	.banner-content.color-blue h2,.banner-content.banner-4 h2{
		font-size: 40px;
	}
	.banner-content.color-blue p{
		font-size: 25px;
	}
	.banner-content.banner-1{
		top:28%;
	}
	.banner-content.banner-3 {
    	width: 44%;
    	top: 15%;
    	left: 5%;
	}
	.banner-content.banner-4{
		left: 5%;
		top: 25%;
	}
	.banner-content.banner-4 p{
		font-size: 30px;
	}
	.banner-content.color-blue{
		top: 15%;
		left: 6%;
	}
}

@media(min-width:992px) and (max-width:1024.90px){
	.top-list li a,.top-list li span,.menu-section li,.menu-section li a,.menu-section .open-account,.menu-section .try-demo{
		font-size: 14px;
	}
	.menu-section li
	{
		padding-top: 16px;
		padding-bottom: 16px;

	}
	.menu-section > li:hover .hover-menu{
		top: 55px;
	}
	.menu-section .open-account,.menu-section .try-demo{
		padding:5px 7px;
	}
	.menu-section li i {
	    padding-left: 3px;
	}
	.partner-inner h3{
		font-size: 30px;
	}
	.banner-content.banner-3 h2{
		font-size: 33px;
	}
	.banner-content.banner-3 p{
		font-size: 25px;
	}
	.banner-content.color-blue h2,.banner-content.banner-4 h2{
		font-size: 40px;
	}
	.banner-content.color-blue p{
		font-size: 25px;
	}
	.banner-content.banner-1{
		top:28%;
	}
	.banner-content.banner-3 {
    	width: 44%;
    	top: 15%;
    	left: 4%;
	}
	.banner-content.banner-4{
		left: 4%;
		top: 25%;
	}
	.banner-content.banner-4 p{
		font-size: 30px;
	}
	.banner-content.color-blue{
		top: 15%;
		left: 6%;
	}
}

@media(min-width:768px) and (max-width:991.90px){
	.top-list li a,.top-list li span,.menu-section li,.menu-section li a,.menu-section .open-account,.menu-section .try-demo{
		font-size: 14px;
		padding: 14px 2px;
	}
	.menu-section > li:hover .hover-menu{
		top: 50px;
	}
	.menu-section .open-account,.menu-section .try-demo{
		padding:5px 3px;
	}
	.menu-section li i {
	    padding-left: 0px;
	}
	.logo-div,.menu-div{
		padding:0;
	}
	.download-link a span{
		padding: 3px 5px;
	}
	.menu-section .open-account img,.menu-section .try-demo img{
		display: inline-block;
	}
	.menu-section .open-account span,.menu-section .try-demo span{
		display: none;
	}
	.banner-content{
	    top: 32%;
    	left: 7%;
	}
	.banner-content p,.banner-content.banner-1 p{
		font-size: 30px;
	}
	.banner-content h2,.banner-content.banner-1 h2{
	    font-size: 35px;
	    line-height: 40px;
	}
	.partner-inner h3{
		font-size: 26px;
	}
	.partner-inner p{
		font-size: 16px;
	}
	.header-sc{
		font-size: 22px;
	}
	.award-subline{
		font-size: 14px;
	}
	.paltform-sc label{
		font-size: 20px;
	}
	.banner-content.banner-3 h2{
		font-size: 25px;
		line-height: 40px;
	}
	.banner-content.banner-3 p{
		font-size: 25px;
	}
	.banner-content.banner-4 h2{
		font-size: 40px;
	}
	.banner-content.color-blue p{
		font-size: 21px;
	}
	.banner-content.banner-1{
		top:28%;
	}
	.banner-content.banner-3 {
	    width: 40%;
	    top: 15%;
	    left: 4%;
	}
	.banner-content.banner-4{
	    left: 4%;
    	top: 8%;
    	width: 36%;
	}
	.banner-content.banner-4 p{
		font-size: 30px;
	}
	.banner-content.color-blue{
		top: 12%;
		left: 6%;
	}
	.banner-content.color-blue h2{
		font-size: 32px;
    	line-height: 40px;
	}
}
@media (max-width:767.90px){
	.mobile-show{
		display: inline-block;
		padding-left: 0;
	    margin-bottom: 0;
	    list-style: none;
	    vertical-align: middle;
	}
	.mobile-show li{
		display: inline-block;
	    padding: 0 7px 0 0px;
	    margin-top: 7px;
	}
    .DesktopBody {
        background-color: rgba(0,0,0,.4);
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .show-767 {
        display: inline-block;
        vertical-align: middle;
    }
    .hide-767 {
        display: none !important;
    }
    .mobile-menu .menu-hide{
        position: fixed;
        height: 100%;
        width: 320px;
        left: auto;
        top: 0;
        overflow: auto;
        right: -767px;
        background: #fff;
        padding: 0;
        margin: 0;
        z-index: 2;
        transition: all 0.6s ease-in-out;
    }
    .mobile-menu .menu-open{
        right: 0;
        transition: all 0.6s ease-in-out;
        z-index: 999;
    }
    .menu-div{
    	text-align: right;
    }
    .menu-bar {
        float: right;
        padding-top: 0px;
        color: #023d7a;
        font-size: 22px;
    }
    .menu-hide ul li a {
        color:#036;
        padding: 0px 0px;
        display: block !important;
        text-align: left;
        text-decoration: none;
        font-size: 15px;
    }
    .menu-hide ul {
        margin-top: 40px;
        padding-left: 0;
    }
    .HemburgerIconCLick-close {
        color: #036;
        padding-left: 20px;
        font-size: 20px;
        margin-top: 0;
        display: block;
        float: right;
        padding: 8px 20px;
    }
    .menu-hide ul li {
        color: #036;
        padding: 8px 0px;
        display: block;
        text-align: left;
        border-bottom: 1px solid #e5e5e5;
    	margin: 0 19px;
    	text-transform: uppercase;
    }
    .mob-sub-menu li:last-child {
        border-bottom: none;
    }
    .menu-hide ul li .mob-sub-menu li{
    	margin: 0;
    	padding:8px 15px;
    }
    .mob-sub-menu {
        margin-top: 7px !important;
        background-color: #f5f5f5;
        border-radius: 4px;
    }
    .mob-sub-menu li {
        position: relative;
        padding-left: 20px;
    }
    .mob-sub-menu {
        display: none;
    }
    .sub-menu-click:after {
        content: '\f067';
        font-family: FontAwesome;
        position: absolute;
        top: 8px;
        right: 8px;
    }
    .sub-menu-click, .plus {
        position: relative;
    }
    .sub-menu-click.plus:after {
        content: '\f068';
        font-family: FontAwesome;
        position: absolute;
        top: 5px;
        right: 8px;
    }
    .top-list li{
    	display: none;
    }
    .top-list li.login-link,.top-list li.download-link,.top-list li.trade-link{
    	display: inline-block;
    }
    .mobile-show li a.open-account{
    	background: #f99428;
	    padding: 3px 5px 5px;
	    display: inline-block;
	    border-radius: 7px;
		display: none;
    }
    .mobile-show li a.try-demo{
    	background: #0094da;
	    padding: 3px 5px 5px;
	    display: inline-block;
	    border-radius: 7px;
		display: none;
    }
    .main-menu-click img{
    	display: inline-block;
    	padding-right: 5px;
    }
    .main-menu-click .try-demo {
	    background-color: #0094da;
	    font-size: 17px;
	    color: #fff;
	    padding: 5px 10px;
	    border-radius: 5px;
	    text-align: center;
	}
	.main-menu-click .open-account {
	    background-color: #f99428;
	    font-size: 17px;
	    color: #fff;
	    padding: 5px 10px;
	    border-radius: 5px;
	    text-align: center;
	}
	.menu-hide ul li.no-border{
		border-bottom: none;
	}
	.row.align-items-center {
	    -ms-flex-align: center!important;
	    align-items: center!important;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
}
@media(min-width:576px) and (max-width:767.90px){
	.top-list li span,.top-list li a{
		font-size: 13px;
	}
	.top-list li{
		padding: 2px 4px 2px;
	}
	.banner-content{
	    top: 32%;
    	left: 7%;
	}
	.banner-content p,.banner-content.banner-1 p{
		font-size: 20px;
	}
	.banner-content h2,.banner-content.banner-1 h2{
	    font-size: 25px;
	    line-height: 30px;
	}
	.partner-inner h3{
		font-size: 26px;
		padding: 0;
		margin-top: 10px;
	}
	.partner-inner p{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.header-sc{
		font-size: 22px;
	}
	.award-subline{
		font-size: 15px;
	}
	.award-5 img, .award-6 img {
    	width: auto;
	}
	.paltform-sc label{
		font-size: 18px;
	}
	.footer-sc a, .footer-sc span,.cpyright-sc p,.footer-links ul li a{
		font-size: 14px;
		padding: 0;
	}
	.footer-sc h5{
		font-size: 16px;
	}
	.footer-sc li {
    	margin-bottom: 0px;
	}
	.footer-links{
		text-align: left;
	}
	.footer-links ul li{
		width: 49%;
	}
	/*product stock*/
	.h2.product-head{
		font-size: 32px;
	}
	/*product stock*/
	.banner-content.banner-3 h2{
		font-size: 19px;
    	line-height: 30px;
	}
	.banner-content.banner-3 p{
		font-size: 19px;
	}
	.banner-content.banner-3 p br{
		display: none;
	}
	.banner-content.color-blue h2{
		font-size: 40px;
	}
	.banner-content.banner-4 h2{
		font-size: 30px;
	}
	.banner-content.color-blue p{
		font-size: 16px;
    	margin-bottom: 10px;
	}
	.banner-content.banner-1{
		top:28%;
	}
	.banner-content.banner-3 {
	    width: 40%;
	    top: 15%;
	    left: 4%;
	}
	.banner-content.banner-4{
	    left: 4%;
    	top: 8%;
    	width: 36%;
	}
	.banner-content.banner-4 p{
		font-size: 20px;
	    line-height: 30px;
	}
	.banner-content.color-blue{
		top: 6%;
    	left: 4%;
    	width: 36%;
	}
	.banner-content.color-blue h2{
		font-size: 25px;
    	line-height: 30px;
	}
}

@media(min-width:481px) and (max-width:575.90px){
	.top-list li span,.top-list li a{
		font-size: 13px;
	}
	.top-list li{
		padding: 2px 4px 2px;
	}
	.banner-content{
	    top: 24%;
    	left: 7%;
	}
	.banner-content p,.banner-content.banner-1 p{
		font-size: 20px;
	}
	.banner-content h2,.banner-content.banner-1 h2{
	    font-size: 25px;
	    line-height: 30px;
	}
	.partner-inner h3{
		font-size: 26px;
		padding: 0;
		margin-top: 10px;
	}
	.partner-inner p{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.header-sc{
		font-size: 22px;
	}
	.award-subline{
		font-size: 15px;
	}
	.award-5 img, .award-6 img {
    	width: auto;
	}
	.paltform-sc label{
		font-size: 18px;
	}
	.footer-sc a, .footer-sc span,.cpyright-sc p,.footer-links ul li a{
		font-size: 13px;
		padding: 0;
	}
	.footer-sc h5{
		font-size: 16px;
	}
	.footer-sc li {
    	margin-bottom: 0px;
	}
	.footer-links{
		text-align: left;
	}
	.footer-links ul li{
		width: 49%;
	}
	/*product stock*/
	.h2.product-head{
		font-size: 32px;
	}
	/*product stock*/
	.banner-content.banner-3 h2{
		font-size: 16px;
    	line-height: 30px;
	}
	.banner-content.banner-3 p{
		font-size: 16px;
	}
	.banner-content.banner-3 p br{
		display: none;
	}
	.banner-content.color-blue h2{
		font-size: 40px;
	}
	.banner-content.banner-4 h2{
		font-size: 26px;
	}
	.banner-content.color-blue p{
		font-size: 16px;
	}
	.banner-content.banner-1{
		top:28%;
	}
	.banner-content.banner-3 {
	    width: 40%;
	    top: 10%;
	    left: 4%;
	}
	.banner-content.banner-4{
	    left: 4%;
    	top: 8%;
    	width: 40%;
	}
	.banner-content.banner-4 p{
		font-size: 18px;
	    line-height: 25px;
	}
	.banner-content.color-blue{
		top: 6%;
    	left: 4%;
    	width: 36%;
	}
	.banner-content.color-blue h2{
		font-size: 20px;
    	line-height: 25px;
    	margin-bottom: 0;
	}
}

@media(min-width:360px) and (max-width:480.90px){
	.top-list li span,.top-list li a{
		font-size: 13px;
	}
	.top-list li{
		padding: 2px 4px 2px;
	}
	.banner-content{
	    top: 20%;
    	left: 7%;
	}
	.banner-content p,.banner-content.banner-1 p{
		font-size: 12px;
	}
	.banner-content h2,.banner-content.banner-1 h2{
	    font-size: 21px;
	    line-height: 23px;
	}
	.partner-inner h3{
		font-size: 26px;
		padding: 0;
		margin-top: 10px;
	}
	.partner-inner p{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.header-sc{
		font-size: 22px;
	}
	.award-subline{
		font-size: 14px;
	}
	.award-5 img, .award-6 img {
    	width: auto;
	}
	.paltform-sc label{
		font-size: 18px;
	}
	.footer-sc a, .footer-sc span,.cpyright-sc p,.footer-links ul li a{
		font-size: 13px;
		padding: 0;
	}
	.footer-sc h5{
		font-size: 16px;
	}
	.footer-sc li {
    	margin-bottom: 0px;
	}
	.footer-links{
		text-align: left;
	}
	.footer-links ul li{
		width: 49%;
	}
	/*product stock*/
	.h2.product-head{
		font-size: 30px;
	}
	/*product stock*/
	.banner-content.banner-3 h2{
		font-size: 15px;
    	line-height: 20px;
    	margin-bottom: 0;
	}
	.banner-content.banner-3 p{
		font-size: 14px;
    	line-height: 17px;
	}
	.banner-content.banner-3 p br,.banner-content.banner-4 p br{
		display: none;
	}
	.banner-content.color-blue h2{
		font-size: 40px;
	}
	.banner-content.banner-4 h2{
		font-size: 18px;
	}
	.banner-content.color-blue p{
		font-size: 14px;
		line-height: 17px;
	}
	.banner-content.banner-1{
		top:28%;
	}
	.banner-content.banner-3 {
	    width: 40%;
	    top: 5%;
	    left: 4%;
	}
	.banner-content.banner-4{
	    left: 4%;
    	top: 8%;
    	width: 40%;
	}
	.banner-content.banner-4 p{
		font-size: 16px;
	    line-height: 20px;
	}
	.banner-content.banner-3 h2 br {
    	display: none;
	}
	.banner-content.color-blue{
		top: 3%;
    	left: 4%;
    	width: 55%;
	}
	.banner-content.color-blue h2{
		font-size: 18px;
    	line-height: 22px;
    	margin-bottom: 0;
	}
}

@media(min-width:320px) and (max-width:359.90px){
	.top-list li span,.top-list li a{
		font-size: 13px;
	}
	.top-list li{
		padding: 2px 4px 2px;
	}
	.mobile-show li a.open-account,.mobile-show li a.try-demo{
	    padding: 2px 3px 3px;
	}
	.banner-content{
	    top: 20%;
    	left: 7%;
	}
	.banner-content p,.banner-content.banner-1 p{
		font-size: 17px;
	}
	.banner-content h2,.banner-content.banner-1 h2{
	    font-size: 21px;
	    margin-top: 0;
	    line-height: 23px;
	}
	.partner-inner h3{
		font-size: 22px;
		padding: 0;
		margin-top: 10px;
		margin-bottom: 0;
	}
	.partner-inner p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.header-sc{
		font-size: 20px;
	}
	.award-subline{
		font-size: 14px;
	}
	.award-5 img, .award-6 img {
    	width: auto;
	}
	.paltform-sc label{
		font-size: 18px;
	}
	.footer-sc a, .footer-sc span,.cpyright-sc p,.footer-links ul li a{
		font-size: 13px;
		padding: 0;
	}
	.footer-sc h5{
		font-size: 16px;
	}
	.footer-sc li {
    	margin-bottom: 0px;
	}
	.footer-links{
		text-align: left;
	}
	.footer-links ul li{
		width: 49%;
	}
	/*product stock*/
	.h2.product-head{
		font-size: 30px;
	}
	/*product stock*/
	.banner-content.banner-3 h2{
		font-size: 14px;
    	line-height: 17px;
    	margin-bottom: 0;
	}
	.banner-content.banner-3 p{
		font-size: 12px;
    	line-height: 17px;
	}
	.banner-content.banner-3 p br,.banner-content.banner-4 p br{
		display: none;
	}
	.banner-content.color-blue h2{
		font-size: 40px;
	}
	.banner-content.banner-4 h2{
		font-size: 18px;
	}
	.banner-content.color-blue p{
		font-size: 14px;
		line-height: 17px;
	}
	.banner-content.banner-1{
		top:18%;
	}
	.banner-content.banner-3 {
	    width: 40%;
	    top: 5%;
	    left: 4%;
	}
	.banner-content.banner-4{
	    left: 4%;
    	top: 8%;
    	width: 40%;
	}
	.banner-content.banner-4 p{
		font-size: 14px;
	    line-height: 20px;
	}
	.banner-content.banner-3 h2 br {
    	display: none;
	}
	.banner-content.color-blue{
		top: 3%;
    	left: 4%;
    	width: 55%;
	}
	.banner-content.color-blue h2{
		font-size: 16px;
    	line-height: 18px;
    	margin-bottom: 0;
	}
	.banner-slider .carousel-indicators{
		bottom:2px;
	}
}
