/*
Theme Name: XWIN Markets
Description: This is Wordpress Theme
Version: 1.01
Author: XWIN
*/

@import url('style/bootstrap.css');

  @font-face {
      font-family: 'MADE Mirage Bold'; /* Choose a descriptive name for your font */
      src: url('https://www.xwinmarkets.com/wp-content/themes/xwin-markets/fonts/MADE/%20Mirage/%20Bold.otf') format('opentype');
      font-weight: bold; /* Define weight if needed, e.g., normal, bold, 400, 700 */
      font-style: bold; /* Define style if needed, e.g., normal, italic */
    }
	 @font-face {
      font-family: 'SFPRODISPLAYREGULAR'; /* Choose a descriptive name for your font */
      src: url('fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
      font-weight: normal; /* Define weight if needed, e.g., normal, bold, 400, 700 */
      font-style: normal; /* Define style if needed, e.g., normal, italic */
    }
    @font-face {
      font-family: 'SFPRODISPLAYBOLD'; /* Choose a descriptive name for your font */
      src: url('fonts/SFPRODISPLAYBOLD.OTF') format('opentype');
      font-weight: bold; /* Define weight if needed, e.g., normal, bold, 400, 700 */
      font-style: bold; /* Define style if needed, e.g., normal, italic */
    } 
/**** 
font-family: "Poppins", sans-serif;
font-family: "Outfit", sans-serif;

****/


body{
    margin: 0;  
    padding: 0;
    font-size: 17px;
    color: #878787;
	font-weight:400;
    font-family: 'SFPRODISPLAYREGULAR';
}

img{
	border:none;
	outline:none;
	max-width:100%;
	height: auto;
}

.img-left {
	float:left;
	position: relative;
	margin:0 20px 20px 0px;
	max-width:500px;
}
.img-rite {
    float: right;
    position: relative;
    margin: 10px 0px 20px 20px;
    max-width: 400px;
}
.img-rite img {
	border-radius: 15px;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
p {
    margin-bottom: 20px;
	line-height: 30px;	
}
.table {
	margin-bottom:20px;
}
a {
	text-decoration: none !important;
	outline:none;
	color: #FDC70C;
}
a:hover, a:focus, a:active{
	color: #FDC70C;
	text-decoration: none !important;
	transition:color 0.3s linear;
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	-moz-transition:color 0.3s linear;
	-ms-transition:color 0.3s linear;
}

hr {
	padding:0px 0 10px;
	margin:30px 0 0;
	border-color: #c020264d !important;
}

ul.inner-list {
    padding-left: 30px;
    margin-bottom: 20px;
}
.inner-list li {
    color: #878787;
    list-style: none;
    padding-bottom: 10px;
    position: relative;
}
.inner-list li::before {
    content: '';
    display: block !important;
    background-image: url(images/why-choose-tick.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 18px;
    height: 14px;
    position: absolute;
    left: -30px;
    top: 8px;
}


ul.wp-block-list {
    padding-left: 30px;
    margin-bottom: 20px;
}
.wp-block-list li {
    color: #878787;
    list-style: none;
    padding-bottom: 10px;
    position: relative;
}
.wp-block-list li::before {
    content: '';
    display: block !important;
    background-image: url(images/why-choose-tick.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 18px;
    height: 14px;
    position: absolute;
    left: -30px;
    top: 8px;
}
li::before {
	display: none !important;
}
section { 
	padding:50px 0;
}
.inner-sec {
	min-height: 75vh;
}
.container-fluid {
	width:100% !important;
	padding: 0px 150px;
}
.container{
	width:100% !important;
	padding: 0px 200px;
	max-width: unset !important;
}
.home h1 {
	font-family: 'MADE Mirage Bold';
    font-size: 55px;
    font-weight: 400;
    color: #393939;
	padding-bottom:30px
}
.home h2 {
	font-family: 'MADE Mirage Bold';
	font-size: 55px;
    font-weight: 400;
    color: #393939;
	margin:0;
    padding-bottom: 20px;
	padding-top: 0px;
}
h1 {
	font-family: 'MADE Mirage Bold';
    font-size: 45px;
    font-weight: 400;
    color: #393939;
	padding-bottom: 0px;
	margin: 0px;
		
}
h2 {
	font-family: 'MADE Mirage Bold';
	font-size: 35px;
    font-weight: 400;
    color: #393939;
	margin:0;
    padding-bottom: 10px;
	padding-top: 20px;
	
}

h2 span {
    color: #FDC70C;
}
h3 {
	font-family: 'MADE Mirage Bold';
    font-size: 24px;   
	font-weight:400;
	color: #393939;
	padding-top:20px;
    margin-bottom: 10px;
}
h4 {
    font-size: 22px;
    color: #393939;
    font-weight: 500;
	font-family: 'MADE Mirage Bold';
    margin-bottom: 10px;
}
h5 {
    font-size: 21px;
    letter-spacing: 1.21px;
    color: #393939;
    font-weight: 400;
}
h6 {
    font-size: 22px;
    color: #393939;
    letter-spacing: 2px;
    font-family: 'MADE Mirage Bold';
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}
a.site-btn, a.wp-block-button__link {
    background: #FDC70C;
    color: #fff !important;
    font-size: 20px;
    border-radius: 10px;
    border: 2px solid transparent;
	text-decoration: none;
    border-radius: 0px;
    padding: 10px 40px;
    font-weight: 600;
    border-radius: 7px;
    display: inline-block;
    cursor: pointer;
    font-family: 'Poppins';
}
a.site-btn:hover, a.wp-block-button__link:hover {
    border: 2px solid #C02026;
    background-color: #C02026;
	text-decoration: none !important;
	color: #fff !important;
}
a.transparent-btn {
    border: 2px solid #FDC70C;
    background-color: transparent;
    color: #fff !important;
}
.page .dual-btns {
    padding-top: 20px;
}
.page a.transparent-btn {
    border: 2px solid #FDC70C;
    background-color: transparent;
    color: #FDC70C !important;
}
.page a.transparent-btn:hover {
    border: 2px solid #C02026;
    background-color: #C02026;
    color: #fff !important;
}
.header-btn a.transparent-btn {
    color:  #FDC70C !important;
}
.header {
    padding: 30px 0px;
    width: 100%;
    z-index: 99999;
    position: relative;
}
.top-banner {
    padding: 0px;
}
.header ul.main-menu {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
}
.desktop-main-nav {
    text-align: right;
    margin-right: 15px;
	margin-top: 10px;
}
.header-btn {
    margin-top: 9px;
}
.main-menu li {
    display: inline-block;
    padding: 0px 0px 0px 50px;
}
.main-menu li a {
    color: #696969;
    font-size: 17px;
    border-bottom: 2px solid transparent;
    transition: 0.4s;
    font-weight: 500;
	font-family: "Poppins", sans-serif;
	text-decoration: none;	
}
.main-menu li a:hover {
    color: #FDC70C;
    border-bottom: 2px solid #FDC70C;
	text-decoration: none;
}

.header-right {
	text-align: end;
	margin-bottom:15px;
}
.header-btn span {
    margin: 0px 0px 0px 12px;
}
.header-btn span:last-child a {
    font-size: 17px;
    color: #322C63;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.header-btn a img {
    margin-right: 5px;
    width: 24px;
}
.header-btn a.site-btn, a.wp-block-button__link {
    font-size: 16px;
    padding: 8px 25px;
}
.gt-current-lang img {
    display: none !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0px 0px !important;
}
.gt_float_switcher {
    box-shadow: unset !important;
    background: transparent !important;
}
span.gt-lang-code {
    margin: 0px !important;
}
span.gt_float_switcher-arrow {
    margin: 0px !important;
}
span.together {
    display: inline-block;
    margin: 0px 0px 0px 12px;
    transform: translateY(7px);
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    position: relative;
    top: 0px !important;
    font-size: 17px;
    color: #322C63 !important;
	font-weight: 500 !important;
	font-family: "Poppins", sans-serif !important;
}
.gt_float_switcher .gt_options {
    position: absolute !important;
    z-index: 9999 !important;
    max-height: 250px;
    overflow-y: auto;
    transform: translateY(-30px);
    opacity: 0;
    cursor: pointer;
    transition: all .8s 
cubic-bezier(.3, 1.1, .4, 1.1);
    top: 28px !important;
    right: 0 !important;
    width: 250px !important;
    background-color: #fff !important;
    text-align: left !important;
}
.gt_float_switcher .gt_options a {
    display: block !important;
    text-decoration: none;
    padding: 10px 15px 0px;
    color: #322C63 !important;
    transition: color .4s 
linear;
    font-weight: 500 !important;
    font-size: 15px !important;
}
.gt_float_switcher .gt_options a:hover {
    background: #C02026 !important;
    color: #fff !important;
}


.MenuFixed {
    position: Fixed !important;
    top: 0;
    z-index: 9999;
    left: 0;
    padding: 30px 0 !important;
    right: 0;
    margin-top: 0 !important;
    animation: fadeIn .5s ease-in both;
    -webkit-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    -moz-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    box-shadow: 0px 6px 16px rgba(0,0,0,.07);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	background-color: #fff;
	border-bottom:none;
}

.banner {
    background-image: url("images/banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    height: 768px;
}
.banner-text h1 {
    color: #F6F6F6;
    font-size: 50px;
    line-height: 60px;
    font-family: 'MADE Mirage Bold';
    padding-bottom: 10px;
}
.banner-text p {
    font-size: 22px;
    line-height: 26px;
    color: #F6F6F6;
    font-family: 'Poppins';
    margin-bottom: 40px;
}
.dual-btns span {
    margin-left: 20px;
}
.trade-strip {
    background-color: #F8F8F8;
    border-bottom: 1px solid #00000021;
    border-top: 1px solid #00000021;
	padding: 20px 0px;
}
.mobile-show {
    display: none;
}		
.why-choose-sec {
    background-image: url("images/content-candles-bg-image.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	display: flex;
    align-items: center;
    position: relative;
    height: 890px;
}
.why-choose-img img {
    width: 100%;
}
.why-choose-img {
 padding-right: 50px;
}
.why-choose-text {
	padding-left: 0px;
}
p.sub-text {
    color: #353535 !important;
    font-size: 26px !important;
    line-height: 35px !important;
}
.why-choose-text p {
    font-size: 20px;
}
ul.our-list {
    padding-left: 30px;
    margin-bottom: 25px;
}
.our-list li {
    color: #878787;
    font-size: 20px;
    list-style: none;
    padding-bottom: 10px;
	position: relative;
}
.our-list li::before {
    content: '';
    display: block;
    background-image: url(images/why-choose-tick.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 18px;
    height: 14px;
    position: absolute;
    left: -30px;
    top: 8px;
}
.average-sec {
    background-color: #F8F8F8;
    padding: 70px 0px;
}
.average-sec .col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
}
.white-box {
    background-color: #fff;
    border: 2px solid #E1E1E1;
    text-align: center;
    padding: 30px 30px 25px;
    width: 234px;
    height: 234px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.white-box h3 {
    color: #C02026;
    font-size: 26px;
    font-family: 'Poppins';
    font-weight: 600;
    padding-top: 20px;
}
.average-sec .white-box p {
    display: none;
}
.trading-platform-sec {
    background-image: url("images/trading-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    height: 791px;
}
.trading-platform-sec h2 {
    color: #fff;
}
.trading-platform-sec p {
    color: #fff;
    font-size: 20px;
}
.trading-platform-sec p.sub-text {
    color: #fff !important;
}
.trading-platform-sec h3 {
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}
ul.download-list {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 40px;
}
.download-list li {
    display: inline-block;
    padding: 0px 15px 0px 0px;
}
.download-list img:hover {
    filter: invert(14%) sepia(61%) saturate(7477%) hue-rotate(353deg) brightness(93%) contrast(108%);
}
.service-sec {
    padding: 60px 0px;
}
.service-box {
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 38px #0000000A;
    border-radius: 20px;
    padding: 50px 40px;
    margin-bottom: 30px;
    margin: 0px 10px 30px;
    transition: 0.4s;
    transform: translateY(0px);
}
.service-box h3 {
    color: #393939;
    font-size: 26px;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 20px;
}
.service-box p {
    color: #878787;
    font-size: 20px;
    font-family: 'SFPRODISPLAYREGULAR';
}
.service-box p {
    color: #878787;
    font-size: 20px;
    font-family: 'SFPRODISPLAYREGULAR';
}
.service-box:hover {
    transition: 0.4s;
    transform: translateY(-10px);
    background-color: #FDC70C;
}
.service-box:hover .service-icon img {
    filter: sepia(1);
}
.service-box:hover h3 {
    color: #fff;
}
.service-box:hover p {
    color: #fff;
}
.easy-step-sec {
    background-color: #F8F8F8;
    padding: 70px 0px 0px;
}
.easy-steps-text .white-box {
    width: 100%;
    margin: 20px 15px 20px 0px;
    text-align: left;
    padding-top: 25px;
    height: unset;
}
.easy-step-sec .white-box h3 {
    color: #FDC70C;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 600;
    padding-top: 0px;
}
.easy-steps-text .white-box h3 span {
    display: block;
    color: #393939;
    font-size: 26px;
    font-family: 'Poppins';
    font-weight: 600;
    margin-top: 5px;
}
.easy-steps-text .white-box p {
    font-size: 20px;
    color: #878787;
    margin-bottom: 0px;
}
.mobile-img img {
    width: 100%;
}
.call-to-action {
    background-image: url("images/cta-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    height: 359px;
}
.call-to-action h2 {
    color: #fff;
    margin-bottom: 0px !important;
    padding-bottom: 10px;
}
.call-to-action p {
    color: #fff;
    margin-bottom: 30px !important;
    font-size: 20px;
    font-weight: 400;
}
.footer {
    padding: 70px 0px;
    background-color: #F4F3FF;
}
.footer-logo {
    padding-bottom: 40px;
}
.footer p {
    font-size: 22px;
    line-height: 35px;
    color: #878787;
    font-family: 'SFPRODISPLAYREGULAR';
}
ul.get-in-touch-list {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 30px;
    margin-top: 30px;
}
.get-in-touch-list li a {
    font-size: 26px;
    color: #1A1A1A;
    font-weight: 600;
    font-family: 'SFPRODISPLAYREGULAR';
}
.get-in-touch-list li a img {
    vertical-align: middle;
    margin-right: 20px;
}
.get-in-touch-list li a:hover {
    color: #FDC70C;
}
.get-in-touch-list li {
    margin-bottom: 12px;
}
ul.social-icons {
    padding-left: 0px;
    list-style: none !important;
    margin-bottom: 0px;
    margin-top: 20px;
}
.social-icons li {
    display: inline-block;
	list-style: none !important;
    margin: 0px 10px 0px 0px;
}
ul.social-icons {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
    margin-top: 40px;
}
.footer-links {
    background-image: url(images/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.footer-links h3 {
    font-size: 30px;
    color: #fff;
    font-family: 'MADE Mirage Bold';
    margin-bottom: 40px;
    margin-top: 10px;
}
ul.footer-link-list {
    padding-left: 0px;
    list-style: none !important;
    margin-bottom: 60px;
}   
.footer-link-list li {
    padding-bottom: 12px;
	list-style: none !important;
}
.footer-link-list li a {
    font-size: 20px;
    color: #fff;
    font-family: 'SFPRODISPLAYREGULAR';
    font-weight: 400;
    border-bottom: 2px solid transparent;
    transition: 0.4s;
}
.footer-note {
    padding-top: 40px;
}
.footer-link-list li a:hover {
    color: #FDC70C;
    border-bottom: 2px solid #FDC70C;
    transition: 0.4s;
}
.footer-links p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
	margin-bottom: 15px;
    font-family: 'SFPRODISPLAYREGULAR';
}
.footer-bottom {
    background-color: #FDC70C;
    padding: 15px 0px;
}
.footer-bottom p {
    font-size: 18px;
    font-weight: bold;
    font-family: 'SFPRODISPLAYBOLD';
    color: #C02026;
    margin-bottom: 0px;
}


/***** INNER PAGE CSS *****/

.top-bar {
    background-image: url(https://karachiites.com/xwin/wp-content/uploads/2025/10/cta-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    width: 100%;
	padding: 100px 0px;
}
.top-bar h1 {
	color: #fff;
	text-align: center;
}
.form-control {
    color: #9D9D9D !important;
    font-size: 18px;
    border: 1px solid #9D9D9D !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    margin-bottom: 10px !important;
    font-family: 'SFPRODISPLAYREGULAR' !important;
    font-weight: 300 !important;
}
.form-sec p {
    margin-bottom: 15px;
}
.form-sec label {
    color: #878787;
    font-size: 17px;
    font-family: 'Poppins';
    padding-right: 20px;
}
input.wpcf7-form-control.wpcf7-file {
    font-size: 17px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #C02026;
    color: #fff !important;
    font-size: 20px;
    border-radius: 10px;
    border: 2px solid transparent;
    text-decoration: none;
    border-radius: 0px;
    padding: 3px 30px;
    font-weight: 600;
    border-radius: 7px;
    display: inline-block;
    cursor: pointer;
    font-family: 'Poppins';
    outline: 0px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: transparent;
    color: #C02026 !important;
	border: 2px solid #C02026;
}
.wpcf7-response-output {
    background-color: #C02026 !important;
    border-color: #C02026 !important;
    color: #fff !important;
    font-weight: bold !important;
	border-radius: 10px !important;
    text-align: center !important;
}






/**************************/
/***** Media-Querries *****/
/**************************/

@media (max-width: 1920px){		
.container-fluid {
	padding: 0px 120px;
}
.container{
	padding: 0px 200px;
}

}

@media (max-width: 1820px){		

.banner {
    height: 720px;
}    
.banner-text h1 {
    font-size: 44px;
}
.why-choose-sec {
    height: 840px;
}
p.sub-text {
    font-size: 24px !important;
}
.trading-platform-sec {
    height: 750px;
}
.easy-steps-text .white-box p {
    font-size: 17px;
}
span.together {
    margin: 0px 0px 0px 6px;
}	
.header-btn span {
    margin: 0px 0px 0px 7px;
}	
.header-btn a img {
    margin-right: 4px;
    width: 21px;
}	
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    top: 3px !important;
}	
.header-btn a.site-btn, a.wp-block-button__link {
    font-size: 15px;
    padding: 8px 22px;
}	
.desktop-main-nav {
    margin-right: 0px;
}
}

@media (max-width: 1720px){		

.header-btn a.site-btn, a.wp-block-button__link {
    font-size: 15px;
    padding: 8px 20px;
}
.header-btn span:last-child a {
    font-size: 15px;
}    
.header-btn a img {
    margin-right: 5px;
    width: 20px;
    vertical-align: text-top;
}
.desktop-main-nav {
    margin-right: 10px;
}
.banner-text h1 {
    font-size: 40px;
    line-height: 53px;
}
.banner-text p {
    font-size: 20px;
}
a.site-btn, a.wp-block-button__link {
    font-size: 17px;
}
.banner {
    height: 681px;
}
.home h2 {
    font-size: 48px;
}
.why-choose-sec {
    height: 780px;
}
.white-box {
    width: 100%;
}
.trading-platform-sec h3 {
    font-size: 30px;
}
.trading-platform-sec {
    height: 690px;
}
.service-box p {
    font-size: 18px;
}
.easy-steps-text .white-box h3 span {
    font-size: 22px;
}
.easy-steps-text .white-box p {
    font-size: 15px;
    line-height: 26px;
}
.call-to-action {
    height: 310px;
}
.footer p {
    font-size: 20px;
    line-height: 32px;
}
.get-in-touch-list li a {
    font-size: 22px;
}
.social-icons img {
    width: 50px;
}
.footer-links h3 {
    font-size: 26px;
    margin-bottom: 30px;
}
.footer-link-list li a {
    font-size: 18px;
}


}

@media (max-width: 1620px){		

.main-menu li {
    padding: 0px 0px 0px 35px;
}
    .header-btn a.site-btn, a.wp-block-button__link {
        font-size: 14px;
        padding: 8px 15px;
    }
    .banner {
        height: 648px;
    }
.trade-strip {
    padding: 20px 0px;
}        
    .why-choose-sec {
        height: 750px;
    }
    .home h2 {
        font-size: 40px;
    }
    p.sub-text {
        font-size: 22px !important;
    }
.why-choose-text p {
    font-size: 18px;
}
.our-list li {
    font-size: 18px;
}        
a.site-btn, a.wp-block-button__link {
    font-size: 17px;
    padding: 8px 30px;
}
.white-box h3 {
    font-size: 24px;
}
.trading-platform-sec p {
    color: #fff;
    font-size: 17px;
}
.download-list img {
    width: 60px;
}
    .trading-platform-sec {
        height: 658px;
    }
.service-box {
    margin: 0px 0px 30px;
}    
.service-box h3 {
    font-size: 24px;
}    
.easy-steps-text .white-box {
    margin: 10px 0px;
    padding: 20px 15px;
}
.footer p {
    font-size: 18px;
}


}

@media (max-width: 1520px){		

    .banner-text h1 {
        font-size: 35px;
        line-height: 50px;
    }
	
h1 {
    font-size: 35px;
}
h2 {
    font-size: 30px;
}	
    .banner-text p {
        font-size: 18px;
    }
    .banner {
        height: 600px;
    }
.main-menu li a {
    font-size: 16px;
}                
.why-choose-img {
    padding-right: 20px;
}
    .why-choose-sec {
        height: 700px;
    }
    p.sub-text {
        font-size: 20px !important;
    }
    .white-box h3 {
        font-size: 22px;
    }    
    .trading-platform-sec {
        height: 624px;
    }
    .trading-platform-sec h3 {
        font-size: 26px;
    }    
    .easy-steps-text .white-box h3 span {
        font-size: 20px;
    }
    .get-in-touch-list li a {
        font-size: 20px;
    }
    .footer-links h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .footer-links p {
    font-size: 16px;
}        
.footer-bottom p {
    font-size: 16px;
}
.header-btn a.site-btn, a.wp-block-button__link {
   font-size: 13px;
   padding: 8px 12px;
}	
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    font-size: 14px;
}	
.header-btn a img {
    width: 17px;
}
	

}

@media (max-width: 1441px) {

.container{
	padding: 0px 50px;
}	
    .banner {
        height: 570px;
    }
    .trading-platform-sec {
        height: 590px;
    }
.easy-steps-text .white-box p {
        font-size: 17px;
        line-height: 26px;
    }            

}
@media (max-width: 1440px){	
	
.container-fluid {
	padding: 0px 50px;
}
.container{
	padding: 0px 50px;
}	

}



@media (max-width: 1024px){		
.container-fluid {
	padding: 0px 50px;
}
.container{
	padding: 0px 50px;
}
    .main-menu li a {
        font-size: 14px;
    }
    .main-menu li {
        padding: 0px 0px 0px 20px;
    }
.header-btn a.site-btn, a.wp-block-button__link {
        font-size: 12px;
        padding: 6px 10px;
    }    	
.header-btn span {
    margin: 0px 0px 0px 5px;
}
    .header-btn span:last-child a {
        font-size: 13px;
    }
    .header-btn a img {
        margin-right: 5px;
        width: 15px;
    }    
    .banner-text h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner-text p {
        font-size: 16px;
    }
a.site-btn, a.wp-block-button__link {
        font-size: 15px;
        padding: 8px 20px;
    }
    .banner {
        height: 400px;
    }
    .home h2 {
        font-size: 30px;
    }
    p.sub-text {
        font-size: 18px !important;
        line-height: 26px !important;
    }                   
    .why-choose-text p {
        line-height: 26px !important;
        font-size: 16px;
    }     
.our-list li {
        font-size: 15px;
    }
    .why-choose-sec {
        height: 526px;
    }
.average-sec {
    background-color: #F8F8F8;
    padding: 50px 0px;
}
.white-box img {
    width: 70px;
}    
    .white-box h3 {
        font-size: 20px;
    }      
    .white-box {
        width: 100%;
        height: 200px;
    }      
    .trading-platform-sec p {
        color: #fff;
        font-size: 14px;
        line-height: 22px;
    }
    .trading-platform-sec h3 {
        font-size: 22px;
        padding-top: 0px;
        margin-bottom: 20px;
    }
    .download-list img {
        width: 40px;
    }            
.download-list li {
    display: inline-block;
    padding: 0px 10px 0px 0px;
}    
.trading-platform-sec {
        height: 422px;
    }
ul.download-list {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 20px;
}
.service-sec {
    padding: 50px 0px;
}
    .service-box h3 {
        font-size: 19px;
    }
.service-box p {
        font-size: 15px;
    }
    .service-box {
        margin: 0px 0px 30px;
        padding: 30px 15px;
    }
.easy-step-sec {
    background-color: #F8F8F8;
    padding: 40px 0px 0px;
}         
.easy-step-sec .white-box h3 {
    font-size: 14px;
}       
.easy-steps-text .white-box h3 span {
        font-size: 16px;
}
    .easy-steps-text .white-box p {
        font-size: 12px;
        line-height: 19px;
    }
    .call-to-action {
        height: 260px;
    }
.call-to-action p {
    font-size: 18px;
}        
.footer-logo img {
    width: 200px;
}
    .footer p {
        font-size: 14px;
    }
.get-in-touch-list li a img {
    vertical-align: middle;
    margin-right: 10px;
    width: 16px;
}    
.get-in-touch-list li a {
        font-size: 16px;
    }
    .social-icons img {
        width: 35px;
    }
    .footer-links h3 {
        font-size: 20px;
    }    
    .footer-link-list li a {
        font-size: 15px;
    }
.footer-link-list li {
    padding-bottom: 15px;
}
.footer-links p {
        font-size: 14px;
    }
.footer-links {
    height: unset;
}            
    .footer-bottom p {
        font-size: 15px;
    }


}

@media (max-width:991px) {
	.logo {
    	text-align: center;
		margin-bottom:10px;
    }
	.header-right {
    	text-align: center;
    }
        .desktop-main-nav {
        margin-right: 0px;
        position: absolute;
        right: 15px;
        top: 50px;
    }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0px 0px 0 0px !important;
}	
	
.header-btn {
    margin-top: 10px;
    text-align: center;
}
.logo img {
    width: 200px;
}        
    .header-btn a.site-btn, a.wp-block-button__link {
        font-size: 15px;
        padding: 6px 20px;
    }
.header-btn span {
        margin: 0px 0px 0px 10px;
    }    
    .why-choose-sec {
        height: unset;
    }    
    .banner-text h1 {
        font-size: 26px;
        line-height: 35px;
    }
    .banner-text p {
        font-size: 16px;
    } 
h1 {
    font-size: 30px;
}
h2 {
    font-size: 25px;
}		
.average-sec .col-lg-3 {
    flex: 0 0 auto;
    width: 50%;
}       
    .white-box {
        width: 100%;
        height: unset;
    }  
    .footer-links p {
        font-size: 12px;
        line-height: 20px;
    }
.desktop-show {
    display: none;
}	
.mobile-show {
    display: block;
}		


}


@media (max-width: 767px){	

.container-fluid {
	padding: 0px 30px;
}
.container{
	padding: 0px 30px;
}	
.img-rite {
    float: unset;
    position: relative;
    margin: 40px 0px 20px 0px;
    max-width: 100%;
}	
.why-choose-text {
    padding-left: 0px;
    padding-top: 20px;
}
    .footer-links h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .footer-link-list li {
        padding-bottom: 5px;
    }
    .footer-links p {
        font-size: 12px;
        line-height: 20px;
    }       
ul.footer-link-list {
    margin-bottom: 0px;
}	


}

@media (max-width: 480px){		
.container-fluid {
	padding: 0px 15px;
}
.container{
	padding: 0px 15px;
}		
    .desktop-main-nav {
        top: 20px;
    }	
section {
	padding:30px 0px;
}
.mobile-show img {
    height: 25px;
}	
.banner-text h1 {
    font-size: 20px;
    line-height: 30px;
}
    .banner-text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .dual-btns a.site-btn, a.wp-block-button__link {
        font-size: 12px;
        padding: 6px 10px;
    }    
    .banner {
        height: 305px;
    }    
    .home h2 {
        font-size: 24px;
    }    
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}		
    a.site-btn, a.wp-block-button__link {
        font-size: 14px;
        padding: 6px 25px;
    }    
    .average-sec .col-lg-3 {
        flex: 0 0 auto;
        width: 100%;
    }
    .trading-platform-sec p.sub-text {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 20px !important;
    margin-bottom: 10px;
}
.trading-platform-sec h3 {
        font-size: 20px;
        padding-top: 0px;
        margin-bottom: 12px;
    }
.trading-platform-sec p {
        color: #fff;
        font-size: 13px;
        line-height: 18px;
    }    
    .call-to-action p {
        font-size: 15px;
        line-height: 20px;
    }  
.footer {
    padding: 40px 0px;
    background-color: #F4F3FF;
}      
.footer p br {
    display: none;
}
ul.get-in-touch-list {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 15px;
    margin-top: 20px;
}
ul.social-icons {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
    margin-top: 20px;
    margin-bottom: 25px;
}
    .footer-links {
        height: unset;
    }	

} 
