﻿@charset "utf-8";
:root {--light: 300; --regular: 400; --medium: 500; --bold: 700; --black: 900; --red: #DA1F10; --lightgreen: #00c6b4; --maincolor:#27AFA3; --subcolor:#29539B; --statictext:#2F2F2F; --gradient:linear-gradient(90deg, rgba(0,25,67,1) 25%, rgba(9,88,80,1) 81%); --gradientvertical: linear-gradient(to bottom, #001943 1%,#095850 100%); }
html { font-family: brandon-grotesque, sans-serif; font-style: normal; font-weight: var(--regular); -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 16px; }
body { margin: 0; padding: 0; font-family: brandon-grotesque, sans-serif; font-style: normal; font-weight: var(--regular); font-size: 16px; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
a { background-color: transparent; text-decoration: none !important; }
a:active, a:hover { outline: 0; text-decoration: none; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
h1 { font-size: 2em; margin: 0.67em 0; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"],
input[type="reset"],
input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
ul, li { list-style: none; }
*:focus { outline: 0; }
.pr { position: relative; }
.trans { transition: all 0.5s ease; }
.no-gutter > [class*='col-'] { padding-right: 0; padding-left: 0; }
.gutter5px > [class*='col-'] { padding-right: 5px; padding-left: 5px; }
.row-centered { text-align: center; }
.tR { text-align: right; }
.cb { clear: both; }
/***Scrollbar common***/
::-webkit-scrollbar { -webkit-appearance: none; }
::-webkit-scrollbar:vertical { width: 5px; }
::-webkit-scrollbar:horizontal { height: 5px; }
::-webkit-scrollbar-thumb { background-color: #001F3C; border-radius: 5px; }
::-webkit-scrollbar-track { background-color: transparent; }
/*col-5 start*/
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; }
.col-xs-5ths { width: 20%; float: left; }

@media (min-width: 768px) {
	.col-sm-5ths { width: 20%; float: left; }
}

@media (min-width: 992px) {
	.col-md-5ths { width: 20%; float: left; }
}

@media (min-width: 1200px) {
	.col-lg-5ths { width: 20%; float: left; }
}
/*col-5 end*/
.fixheader { position: fixed; left: 0px; top: 0px; right: 0px; height: 115px; z-index: 9995; transition: all 0.3s ease; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,0.2); perspective: 800px; }
.header { position: relative; margin: 0 auto; max-width: 1360px; }
.header > .logo { display: block; width: 100px; height: 60px; position: absolute; left: 0px; top: 15px; z-index: 9997; cursor: pointer; transition: all 0.3s ease; }
.header > .logo > a { display: block; height: 100%; }
.fullmenubg { position: relative; float: right; }

.topulmenus { position: absolute; margin: 8px 0 0; padding: 0; right: 0; }
.topulmenus > li { display: inline-block; padding: 0 0 0 15px; }

ul#mnav { margin-top: 80px; transition: all 0.3s ease; margin-bottom: 0; padding-left: 0; float: left; padding-right: 28px; }
ul#mnav li { display: block; float: left; margin: 0 6px; }
ul#mnav li a { display: block; font-size: 14px; line-height: 20px; padding: 5px 2px; color: #575757; transition: all 0.5s ease; position: relative; z-index: 2; text-transform: uppercase; }
ul#mnav li.login a, ul#mnav li.oaa a { font-weight: var(--medium); }
ul#mnav li.login a { color: var(--subcolor); }

ul#mnav li.oaa a { color: #12AFA0; }
ul#mnav li a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0px; height: 2px; background-color: #12AFA0; transition: all 0.4s ease; z-index: -1; }
ul#mnav li.login a:after { background-color: var(--subcolor); }

.istore, .offer { position: relative; }
.offer > em, .istore > em { display: block; position: absolute; color: #f00; padding: 0 3px; font-size: 10px; line-height: 13px; top: -8px; right: 0; font-style: normal; font-weight: var(--bold); animation: new-animation 1.5s infinite; text-transform: uppercase; }

@keyframes new-animation {
	0% { color: #fff; }
	40% { color: #fff; }
	70% { background-color: #f00; color: #fff; }
}

ul#mnav li.active a:after, ul#mnav li:hover a:after { right: 0px; }
#mobnav { display: block; width: 28px; height: 32px; position: absolute; right: 0px; top: 78px; z-index: 9996; cursor: pointer; color: #fff; transition: all 0.3s ease; }
.lines { display: block; width: 28px; height: 4px; background: #001F3C; border-radius: 5px; transition: 0.3s; position: relative; top: 16px; }
.lines:before, .lines:after { display: block; width: 28px; height: 4px; background: #001F3C; border-radius: 5px; transition: 0.3s; position: absolute; left: 0; content: ''; transform-origin: 0.28571rem center; }
.lines:before { top: 8px; }
.lines:after { top: -8px; }
#mobnav.Nclose { transform: scale3d(0.8, 0.8, 0.8); }
#mobnav.Nclose .lines { background: transparent; }
#mobnav.Nclose .lines:before, #mobnav.Nclose .lines:after { transform-origin: 50% 50%; top: 0; width: 2rem; background: #001F3C; }
#mobnav.Nclose .lines:before { transform: rotate3d(0, 0, 1, 45deg); }
#mobnav.Nclose .lines:after { transform: rotate3d(0, 0, 1, -45deg); }
.slidenav { width: 260px; position: fixed; top: 0px; bottom: 0; right: -280px; background: #001F3C; z-index: 9997; transition: all 0.5s ease; padding: 40px 25px 15px; overflow: auto; }
.slidenav.open { right: 0; }
.slidenav ul#mnav { margin: 0; padding: 0px; display: none; float: none; }
.slidenav ul#mnav > li { display: block; float: none; width: 100%; margin: 5px 0; padding: 0; }
.slidenav ul#mnav > li > a, .slidenav > ul > li > a { display: inline-block; font-size: 16px; transition: all 0.5s ease; padding: 8px 0; color: #fff; font-weight: normal; text-transform: uppercase; position: relative; }
.slidenav ul#mnav li.login a, .slidenav ul#mnav li.oaa a { padding: 8px 0; }
.slidenav ul { margin: 0; padding: 0; }
.slidenav ul > li { margin: 5px 0; }

.slidenav ul#mnav li.oaa a { color: #12AFA0; }
.slidenav ul#mnav li.login a:after, ul#mnav li.oldweb a:after { background-color: #4c8eff; }
.slidenav ul > li > a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0px; height: 2px; background-color: #27AFA3; transition: all 0.4s ease; z-index: -1; }
.slidenav ul > li:hover > a:after { right: 0; }
#nclose { position: absolute; z-index: 5; right: 18px; top: 18px; cursor: pointer; font-size: 16px; line-height: 20px; color: #27AFA3; }
#nclose > i { display: inline-block; color: #fff; font-style: normal; }
#topbanner { position: relative; margin-top: 100px; min-height: 750px; color: #fff; background: rgb(32,213,153); background: -moz-linear-gradient(0deg, rgba(32,213,153,1) 0%, rgba(5,30,98,1) 100%); background: -webkit-linear-gradient(0deg, rgba(32,213,153,1) 0%, rgba(5,30,98,1) 100%); background: linear-gradient(0deg, rgba(32,213,153,1) 0%, rgba(5,30,98,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20d599",endColorstr="#051e62",GradientType=1); }
#topbanner:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; top: 0; background: url("../images/waves.svg") no-repeat bottom center; background-size: 100%; }
#topbanner .container, .services_sec .container, .beourbussinswrapper .container, .genuinesliderwrapper .container { position: relative; z-index: 10; }
.scrollup { position: fixed; right: 20px; bottom: 85px; background-color: #fff; width: 40px; height: 40px; border-radius: 50%; z-index: 9990; box-shadow: 0 0px 12px rgba(0,0,0,0.3); text-align: center; line-height: 38px !important; color: #999; cursor: pointer; font-size: 25px !important; }
.scrollup:hover { color: #000; }
.bannertxt { max-width: 610px; padding-top: 150px; }
.bannertxt h1, .bannertxt h2 { margin: 0; padding: 0; }
.bannertxt h1 { font-size: 55px; line-height: 55px; font-weight: var(--black); text-transform: uppercase; margin-bottom: 15px; }
.bannertxt h2 { font-size: 35px; line-height: 35px; font-weight: var(--bold); }
.bannertxt p { font-size: 20px; line-height: 30px; }
a.actionbtn { background-color: var(--lightgreen); display: inline-block; font-size: 22px; line-height: 22px; color: #fff; padding: 16px 40px; border-radius: 30px; margin-top: 12px; margin-bottom: 12px; cursor: pointer; font-weight: var(--medium); }
a.actionbtn:hover { animation: out 1s infinite ease-out; }

/*Banner Typewriter*/
.bannertxt .typewriter { min-height: 80px; }
.bannertxt .typewriter > span { display: inline-block; font-size: 40px; line-height: 42px; font-weight: var(--bold); margin: 15px 0 20px 0; }

/* code for animated blinking cursor */
.typed-cursor { opacity: 1; font-weight: 100; animation: blink 0.7s infinite; display: none !important; }
@-keyframes blink {0%;
{ opacity: 1; }
50% { opacity: 0; }
100% { opacity: 1; }
}

@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}

@-moz-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}

@-ms-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}

@-o-keyframes blink {0%;
{ opacity: 1; }
50% { opacity: 0; }
100% { opacity: 1; }
}


@keyframes out {
	0% { box-shadow: 0 0 rgba(0, 198, 180, .5); }
	100% { box-shadow: 0 0 0 15px rgba(0, 198, 180, 0); }
}


@keyframes blueout {
	0% { box-shadow: 0 0 rgba(41, 83, 155, .5); }
	100% { box-shadow: 0 0 0 15px rgba(41, 83, 155, 0); }
}

.topform { background-color: #fff; min-height: 400px; border-radius: 8px; max-width: 390px; margin: 90px auto 15px; box-shadow: 0 0px 25px rgba(0,0,0,0.4); padding: 40px 30px 30px 30px; }
.topform > span { margin: 0; padding: 0; font-weight: var(--medium); color: #001F3C; font-size: 20px; line-height: 25px; text-transform: uppercase; }
.topform > h2 { margin: 0 0 15px 0; font-size: 28px; line-height: 35px; font-style: normal; color: #12AFA0; font-weight: var(--medium); }
.topform > .form-group { margin-bottom: 17px; position: relative; }
.topform > .form-group input[type='text'] { display: block; width: 100%; border: none; background: #fff; height: 45px; padding: 0 0 0 3px; font-size: 16px; color: #8a7d79; border-bottom: 1px solid #d8d7d7; }
.topform > .form-group select { display: block; width: 100%; border: none; background: #fff; height: 45px; padding: 0 0 0 3px; font-size: 16px; color: #757575; border-bottom: 1px solid #d8d7d7; -webkit-appearance: none; }
.topform > .form-group .bootstrap-select > .dropdown-toggle { background: #fff; height: 45px; padding: 0 0 0 3px; font-size: 16px; color: #757575; border-bottom: 1px solid #d8d7d7; -webkit-appearance: none; }
.topform > .form-group > i { position: absolute; right: 10px; top: 20px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 10px solid #c0c0c0; }
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle { outline-color: #fff !important; background: #fff; outline: none !important; }
.bootstrap-select > button.btn { height: 35px; background-color: #fff; border: none; }
.bootstrap-select > .btn-default.active, .bootstrap-select > .btn-default.focus, .bootstrap-select > .btn-default:active, .bootstrap-select > .btn-default:focus, .bootstrap-select > .btn-default:hover, .bootstrap-select > .open > .dropdown-toggle.btn-default { color: #333; background-color: #F8F8F8; box-shadow: none; }
.bootstrap-select .dropdown-toggle .filter-option { height: 30px; line-height: 30px; }
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) { width: 100%; }
.btn_home_submit { display: block; color: #fff; font-weight: var(--medium); width: 100%; padding: 0; font-size: 18px; line-height: 45px; border-radius: 50px; border: 1px solid var(--maincolor); transition: all 0.4s ease; background: rgb(40,87,155); background: linear-gradient(90deg, rgba(40,87,155,1) 0%, rgba(19,172,160,1) 100%); text-align: center; margin-top: 30px; }

.worldclass { text-align: center; padding: 40px 0; }
.worldclass em { display: block; width: 370px; height: 300px; margin: 0 auto; }
.worldclass > P { margin: 10px auto 15px; padding: 0; font-size: 20px; line-height: 30px; color: var(--statictext); max-width: 750px; }
.worldclass > h2 { margin: 25px 0 0 0; padding: 0; font-weight: var(--black); color: #001F3C; font-size: 40px; line-height: 40px; }

.tradeplatform { position: relative; padding: 35px 22px 35px 132px; background-color: #f9f9f9; border-radius: 15px; margin-top: 40px; }
.tradeplatform > em { position: absolute; left: 40px; top: 40px; }
.tradeplatform > p { margin: 10px auto 15px; padding: 0; font-size: 20px; line-height: 30px; color: var(--statictext); max-width: 750px; }
.tradeplatform > h2 { margin: 0; padding: 0; font-weight: var(--bold); color: var(--subcolor); font-size: 25px; line-height: 28px; text-transform: uppercase; }
.tradeplatform > a { background-color: var(--lightgreen); display: inline-block; font-size: 16px; line-height: 25px; color: #fff; padding: 7px 12px; border-radius: 30px; margin: 12px 8px 12px 0; cursor: pointer; font-weight: var(--medium); }
.tradeplatform > a:hover { animation: out 1s infinite ease-out; }
.tradeplatform > a.blue { background-color: var(--subcolor); }
.tradeplatform > a.blue:hover { animation: blueout 1s infinite ease-out; }

.beourbussinswrapper { background-color: var(--subcolor); padding: 120px 0; margin: 100px 0 0; text-align: center; position: relative; }
.beourbussinswrapper:after { content: ""; position: absolute; width: 380px; height: 380px; bottom: 0; right: 0; border-top-left-radius: 760px; border: 130px solid #345ca0; border-right: none; border-bottom: none; }
.beourbussinswrapper em { display: inline-block; vertical-align: middle; }
.beourbussins { display: inline-block; margin: 0 0 0 80px; text-align: left; vertical-align: middle; }
.beourbussins > p { margin: 0; padding: 3px 0 12px 0; font-size: 30px; line-height: 30px; color: #abc5f1; font-weight: var(--medium); }
.beourbussins > h2 { margin: 0; padding: 0; font-weight: var(--black); color: #fff; font-size: 40px; line-height: 45px; }

.genuinesliderwrapper { position: relative; padding: 60px 0 20px 0; }
.genuinesliderwrapper:after { content: ""; position: absolute; width: 400px; height: 400px; top: 0; left: 0; border-bottom-right-radius: 800px; border: 130px solid #ebfffd; border-left: none; border-top: none; }
.genuineslider { padding: 0 50px; }
.genuineslider > h2 { margin: 0 0 70px; padding: 0; font-weight: var(--black); color: #001F3C; font-size: 40px; line-height: 40px; text-align: center; }
.genuinecont { position: relative; padding: 50px; border-radius: 15px; border: 1px solid #e4e4e4; margin: 80px 0 30px; text-align: center; background-color: #fff; }
.genuinecont > em { margin: 0 15px; border: 3px solid #fff; box-shadow: 0px 0px 8px #dcd5d5; background: #ffffff; position: absolute; border-radius: 50%; right: 50%; margin-right: -65px; top: -65px; width: 130px; height: 130px; padding: 2px; }
.genuinecont > em > img { border-radius: 50%; }
.genuinecont > em > i { font-size: 85px; line-height: 110px; color: #cadbe8; }
.genuinecont > p { margin: 35px 0 25px; padding: 0; font-size: 20px; line-height: 30px; color: var(--statictext); }
.genuinecont > span { margin: 0 0 5px; padding: 0; font-weight: var(--medium); color: var(--lightgreen); font-size: 28px; line-height: 32px; display: block; }
.genuinecont > i { font-style: normal; text-transform: uppercase; color: var(--subcolor); }
.genuinecont > p > a { transition: all 0.5s ease; color: var(--statictext); }
.genuinecont > p > a:hover { text-decoration: underline !important; }

.genuineslider .owl-nav button.owl-prev, .genuineslider .owl-nav button.owl-next { position: absolute; width: 28px; height: 28px; text-indent: -9999px; top: 50%; margin-top: 0; background-repeat: no-repeat; transition: all 0.5s ease; }
.genuineslider .owl-nav button.owl-prev { left: -50px; background-image: url("../images/testi_arrow_L.svg"); }
.genuineslider .owl-nav button.owl-next { right: -50px; background-image: url("../images/testi_arrow_R.svg"); }

.services_sec { position: relative; padding-top: 10px; padding-bottom: 50px; }
.services_sec:after { content: ""; position: absolute; width: 280px; height: 560px; top: 70px; left: 0; border-top-right-radius: 460px; border-bottom-right-radius: 460px; border: 100px solid #EBFFFD; border-left: none; }
.services_sec:before { content: ""; position: absolute; width: 190px; height: 380px; top: 700px; right: 0; border-top-left-radius: 380px; border-bottom-left-radius: 380px; border: 80px solid #F4F6FA; border-right: none; }
.appclicks { text-align: center; margin-bottom: 70px; }
.appclicks h2 { margin: 0; padding: 0; font-weight: var(--black); color: #001F3C; font-size: 40px; line-height: 40px; }
.appclicks p { margin: 10px auto 15px; padding: 0; font-size: 20px; line-height: 30px; color: var(--statictext); max-width: 750px; }
.appclicks a { margin: 0 5px; display: inline-block; }
.appclicks a > img { transition: all 0.5s ease; }
.appclicks > a:hover > img { transform: scale(1.05); }
.probg { background-color: #fff; border-radius: 10px; padding: 25px 25px 25px 165px; position: relative; box-shadow: 0 8px 20px rgba(0,0,0,0.2); min-height: 360px; }
.probg h2 { position: absolute; margin: 0; padding: 0; font-size: 35px; line-height: 50px; font-weight: var(--black); color: #001F3C; left: -80px; top: 145px; transform: rotate(-90deg); text-align: center; }
.probg h2 i { display: block; font-size: 19px; line-height: 22px; font-style: normal; color: #12AFA0; font-weight: var(--regular); }
.sboxes { position: relative; padding: 20px 0; }
.sboxes.wm { padding-left: 30px; }
.sboxes span { display: block; width: 60px; height: 75px; }
.sboxes h3 { margin: 0; padding: 10px 0; font-weight: var(--bold); color: var(--subcolor); font-size: 25px; line-height: 25px; text-transform: uppercase; }
.sboxes p { font-size: 19px; line-height: 28px; color: var(--statictext); }

.foot-attention { background-color: #fafafa; color: #fff; padding: 50px 0px; }
.foot-attention-cnt > ul { padding: 0px; margin: 0px 0px 18px; font-size: 16px; line-height: 9px; }
.foot-attention-cnt > ul > li { display: inline-block; margin-right: 10px; }
.foot-attention-cnt > ul > li > a { display: block; transition: all 0.5s ease; color: var(--statictext); font-size: 16px; font-weight: var(--medium); line-height: 18px; cursor: pointer; }
.foot-attention-cnt > ul > li > a:hover, .foot-attention-cnt > ul > li > a.active { color: var(--maincolor); }
.foot-attention-cnt > div { font-size: 17px; line-height: 24px; color: var(--statictext); }
.foot-attention-cnt > div p { margin: 0; }
.foot-attention-cnt > .attentioninvestors > p { margin-bottom: 10px; }
.foot-attention-ticker > div { font-size: 17px; line-height: 24px; color: var(--statictext); }
.foot-attention-ticker > div p { margin: 0; }


.foot-registration { background-color: var(--subcolor); color: #fff; padding: 40px 0px; font-size: 14px; line-height: 12px; }
.foot-registration-cnt > b { display: block; color: #03decb; font-size: 16px; line-height: 18px; font-weight: normal; padding: 0 0 5px; }
.foot-registration-cnt > b > a { color: #03decb; transition: all 0.5s ease; cursor: pointer; }
.foot-registration-cnt > b > a:hover { color: #fff; }
.foot-registration-cnt > p { line-height: 24px; color: #e4e4e4; }
.foot-menu-links > ul { margin: 0px; padding: 0px; }
.foot-menu-links > ul > li { }
.foot-menu-links > ul > li > a { position: relative; display: inline-block; padding-left: 18px; font-size: 17px; line-height: 20px; color: #e4e4e4; transition: all 0.5s ease; padding-bottom: 10px; }
.foot-menu-links > ul > li > a:hover { color: var(--maincolor); }
.foot-menu-links > ul > li > a:before { content: "\f105"; position: absolute; top: 3px; left: 0; width: 15px; text-align: center; font: normal normal normal 14px/14px FontAwesome; transition: all 0.5s ease; }
.foot-menu-links > ul > li > a:hover:before { left: 3px; color: var(--maincolor); }
.foot-about { background-color: #fff; padding: 40px 0px; }
.foot-about-cnt > b { display: block; color: var(--maincolor); font-weight: var(--regular); font-weight: normal; font-size: 18px; line-height: 25px; margin-bottom: 10px; }
.foot-about-cnt > p { color: #555555; font-size: 16px; line-height: 22px; margin-bottom: 0px; }
.foot-about-cnt .grievance { font-size: 16px; line-height: 18px; padding-top: 25px; }
.foot-about-cnt .grievance > span { display: block; }
.foot-about-cnt .grievance > a { display: block; color: var(--maincolor); font-weight: var(--regular); font-weight: normal; font-size: 17px; line-height: 24px; margin-bottom: 10px; transition: all 0.5s ease; }
.foot-about-cnt .grievance > a:hover { color: var(--subcolor); }
.foot-about-cnt .compliance { position: relative; font-size: 16px; line-height: 18px; }
.foot-about-cnt .compliance:before { content: ""; position: absolute; top: 0; left: -15px; bottom: 0px; border-left: 1px dashed #ddd; }
.foot-about-cnt .compliance > span { display: block; }
.foot-about-cnt .compliance > b { display: block; color: var(--subcolor); font-weight: var(--regular); font-weight: normal; font-size: 16px; line-height: 20px; margin-bottom: 5px; }
.foot-about-cnt .compliance > a { display: block; font-weight: normal; font-size: 16px; line-height: 20px; color: var(--maincolor); font-weight: var(--regular); transition: all 0.5s ease; }
.foot-about-cnt .compliance > a:hover { color: var(--subcolor); }
.foot-copyright { background-color: #00255d; padding: 20px 0px; font-size: 16px; line-height: 24px; color: #e4e4e4; }
.foot-copyright-left { font-size: 16px; }
.foot-copyright-right { text-align: right; }
.foot-copyright-right > a { color: #fff; transition: all 0.5s ease; }
.foot-copyright-right > a:hover { color: var(--maincolor); }
.foot-registration-cnt > p > a { font-size: 17px; line-height: 24px; color: #e4e4e4; }
.socialfootr { margin: 20px 0 0; }
.socialfootr > a { color: #d6e6ff; display: inline-block; margin: 0 18px 0 0; font-size: 18px; transition: all 0.5s ease; }
.socialfootr > a:hover { transform: scale(1.25); }
.socialfootr > span { display: block; padding: 0 0 10px; color: #e4e4e4; font-family: 'brandon-grotesque'; font-size: 16px; line-height: 20px; }
.socialfootr > span > a { color: #e4e4e4; }
.socialfootr > span > a:hover { color: #e4e4e4; }
.socialfootr > a:first-child { margin: 0 5px 0 0; }
.socialfootr > a.twitter { background: url(../images/Twitter_icon.svg) no-repeat center center; background-size: 50%; width: 30px; height: 16px; margin: 0px 5px -1px 0; }

.cmninpttxt { position: relative; display: inline-block; border: none; background: #fff; height: 23px; padding: 0 25px 0 3px; font-size: 16px; color: #333; border-bottom: 1px solid #051e62; }
.homecomsearchdata { position: absolute; height: 215px; top: 30px; right: 0; background-color: #FFFFFF; display: none; font-size: 13px; overflow-x: hidden; overflow-y: auto; z-index: 9999; border: 1px solid #d0d0d0; min-width: 240px; padding: 5px; width: 280px; }
.homecomsearchdata > a { display: block; font-size: 13px; line-height: 15px; padding: 5px 5px; color: #000000; margin: 0 0 5px; }
.cmpnysrch { position: absolute; top: 5px; right: 5px; }
.homecomsearchdata > a:hover { background: #072d66; color: #fff; }

.investor p { font-weight: 500; }
.investor a { color: var(--statictext); }


/***modal popup zoom***/
.modal-backdrop { -webkit-backface-visibility: hidden; }
.modal-backdrop.fade { opacity: 0; transition: opacity .4s ease; }
.modal-backdrop.in { opacity: .5; }
.modal.fade .modal-dialog { opacity: 0; -webkit-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; transform: scale(0.6); }
.modal.in .modal-dialog { opacity: 1; -webkit-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; transform: scale(1); }
.modal-content { border-radius: 0; }
.modal { z-index: 99999; }
body.modal-open { padding-right: 0px !important; }
.newscontents { position: relative; font-weight: var(--light); height: 400px; }
.newscontents > span { color: var(--maincolor); font-weight: bold; display: block; font-size: 16px; line-height: 14px; }
.newscontents > h4 { color: var(--subcolor); display: block; line-height: 24px; padding: 10px 0; font-size: 18px; margin: 0; font-weight: var(--regular); }
.newscontents p, .newscontents { padding-bottom: 5px; font-size: 16px; line-height: 20px; display: block; text-align: justify; }
.newscontents .newsdata { max-height: 300px; overflow: auto; padding: 10px 15px 0 0; height: 300px; }
.newscontents .newsdata table { width: 100%; }
.commonnewspopup { z-index: 9999; }
.commonnewspopup > .modal-dialog { margin: 100px auto; }
.commonnewspopup .modal-content { border-radius: 0; padding: 25px 15px 50px 25px; border-radius: 10px; }
.popupcloseicon { position: absolute; bottom: 15px; cursor: pointer; z-index: 2; left: 0; right: 0; text-align: center; }
.popupcloseicon:before { content: "CLOSE"; color: #000000; font-weight: var(--regular); font-size: 16px; transition: all 0.4s ease; padding: 5px 15px; background-color: #eaeaea; border-radius: 20px; }
.popupcloseicon:hover:before { background-color: var(--maincolor); color: #fff; }

/*login*/
.loginlinks { top: 100px; position: fixed; z-index: 9995; transform-origin: 0px 0px; transform: rotateX(-25deg); background-color: rgb(255, 255, 255,0.95); padding: 60px 0; box-shadow: 0 7px 9px -8px rgba(0,0,0,0.4); transition: all 0.5s ease; backface-visibility: hidden; visibility: hidden; opacity: 0; }
.loginlinks.open { transform: rotateX(0deg); visibility: visible; display: block; opacity: 1; }
.fix .loginlinks:after { content: ''; box-shadow: inset 0 7px 9px -8px rgba(0,0,0,0.4); position: absolute; top: 0; right: 0; left: 0; padding: 5px; }
.fix .loginlinks { top: 100px; }
.closelogin { display: none; color: #2d2d2d; position: absolute; top: 10px; cursor: pointer; font-size: 16px; right: 15px; }
.loginlinks > ul { margin: 0 auto; padding: 0; display: table; width: 100%; }
.loginlinks > ul > li { margin: 0; vertical-align: top; padding: 0; cursor: pointer; display: table-cell; width: 2%; }
.loginlinks > ul > li > a, .loginlinks > ul > li > div { color: #2c569c; font-weight: var(--medium); text-align: center; display: block; }
.loginlinks > ul > li > a > em, .loginlinks > ul > li > div > em { display: block; margin-bottom: 20px; }
.loginlinks > ul > li > a > i, .loginlinks > ul > li > div > i { font-style: normal; display: block; line-height: 18px; font-size: 16px; }
.loginlinks > ul > li > a > span { font-style: normal; display: block; line-height: 25px; font-size: 16px; color: #6b6b6b; font-weight: var(--light); }
.loginlinks > ul > li > div > a { font-style: normal; display: inline-block; line-height: 25px; font-size: 16px; color: #6b6b6b; font-weight: var(--light); transition: all 0.5s ease; }
.loginlinks > ul > li > div > a.barline { padding: 0 4px; }
.loginlinks > ul > li > div > a:hover { color: var(--maincolor); }

/*Research Submenu*/
ul#mnav > li.submenu { padding: 0 0 35px; }
ul#mnav > li.submenu .submenudetails { position: fixed; left: 0; right: 0; top: 100px; opacity: 0; transform: rotateX(-30deg); transition: all 0.5s ease; padding: 30px 0; background-color: rgb(255 255 255 / .98); visibility: hidden; transform-origin: 0px 0px; backface-visibility: hidden; box-shadow: 0 7px 9px -8px rgba(0,0,0,0.4); text-align: center; }
ul#mnav > li.submenu:hover .submenudetails { transform: rotateX(0deg); opacity: 1; visibility: visible; }
ul#mnav .submenudetails > li { float: none; margin: 0; display: inline-block; border-right: 1px dashed var(--maincolor); padding: 0 10px; }
ul#mnav .submenudetails > li:first-child { display: none; }
ul#mnav .submenudetails > li:last-child { border: none; }
ul#mnav .submenudetails > li > a { font-weight: var(--medium); color: var(--subcolor); font-size: 16px; }
ul#mnav .submenudetails > li > a:after { right: 100%; }
ul#mnav .submenudetails > li:hover > a:after, ul#mnav .submenudetails > li.active > a:after { right: 0; }


/*Market Submenu New*/
ul#mnav > li.submenu.market { position: relative; }
ul#mnav > li.submenu.market .submenudet { display: none; position: absolute; top: 30px; left: 0px; padding: 10px 20px; width: 200px; background-color: #072d66; }


/*Research Submenu New*/
ul#mnav > li.submenu.research { position: relative; }
ul#mnav > li.submenu.research .submenudet { display: none; position: absolute; top: 30px; left: 0px; padding: 10px 20px; width: 200px; background-color: #072d66; }
ul#mnav > li.submenu:hover .submenudet { display: block; }
ul#mnav .submenudet > li { margin: 0 0 5px 0; width: 100%; }
ul#mnav .submenudet > li:last-child { margin-bottom: 0; }
ul#mnav .submenudet > li > a { color: #fff; text-transform: capitalize; position: relative; padding: 5px 12px 5px 12px; }
ul#mnav .submenudet > li > a:before { position: absolute; left: 0px; top: 5px; display: block; width: 0; height: 0; content: "\f0da"; font-family: FontAwesome; }
ul#mnav .submenudet > li > a::after { display: none; }
ul#mnav .submenudet > li > a:hover { color: #12AFA0; }


/*Static Submenu*/
.staticsubmenu > ul { text-align: center; display: block; margin: 0; padding: 0; }
.staticsubmenu > ul > li { margin: 0; display: inline-block; border-right: 1px dashed var(--maincolor); padding: 0 10px; }
.staticsubmenu > ul > li:last-child { border: none; }
.staticsubmenu > ul > li > a { display: block; font-weight: var(--medium); color: var(--subcolor); font-size: 17px; line-height: 20px; padding: 5px 2px; transition: all 0.5s ease; position: relative; z-index: 2; }
.staticsubmenu > ul > li > a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0px; height: 2px; background-color: #12AFA0; transition: all 0.4s ease; z-index: -1; }
.staticsubmenu > ul > li:hover > a { color: #12AFA0; }
.staticsubmenu > ul > li.active > a:after { right: 0; }
.staticsubmenu > .xs-menu { display: none; font-size: 17px; padding-bottom: 7px; border-bottom: 1px solid #efefef; color: #000; font-weight: var(--regular); position: relative; text-align: center; }
.staticsubmenu > .xs-menu:after { content: '\f107'; font-family: fontawesome; font-size: 21px; color: #000; position: absolute; top: 3px; right: 0; }
/*language*/
.languagecss > ul { display: none; position: absolute; background-color: #072d66; min-width: 100%; height: 200px; box-shadow: 0px 2px 8px 0px rgb(8 54 105); padding: 10px 0px 10px; margin: 0; left: 0; top: 25px; overflow: auto; }
.languagecss > ul > li > a { position: relative; color: #eaeaea; padding: 5px 5px 5px 25px; text-decoration: none; display: block; transition: all 0.4s ease; }
.languagecss > ul > li > a:before { position: absolute; left: 15px; top: 5px; display: block; width: 0; height: 0; content: "\f0da"; font-family: FontAwesome; }
.languagecss ul > li > a:hover { color: #5bcfaf; }
.languagecss:hover > ul { display: block; }
.languagecss { position: relative; text-transform: uppercase; padding: 5px 23px 1px 5px; font-size: 14px; z-index: 9999; cursor: pointer; border-bottom: 1px solid #051e62; }
.languagecss > ul > li { padding: 0; }
.languagecss > i { font-size: 17px; color: #000000; position: absolute; right: 7px; top: 5px; }
.oldwebsite > a { color: var(--subcolor); font-weight: var(--medium); font-size: 14px; text-transform: uppercase; }


.hdrIPOmenu { position: relative; font-weight: var(--medium); z-index: 99998; cursor: pointer; font-size: 14px; line-height: 20px; text-transform: uppercase; }
.hdrIPOmenu > a { color: #12AFA0; padding: 2px 15px 2px 5px; }
.hdrIPOmenu > a > i { font-size: 17px; color: #000000; position: absolute; right: 0px; top: 0px; }
.rekycmnu.hdrIPOmenu > a { padding: 2px 5px; }

.mobrekycmnu { position: relative; top: 0; z-index: 9998; }
.mobrekycmnu > a { position: absolute; display: none; right: 45px; top: 25px; color: #12AFA0; padding: 2px 15px 2px 5px; font-weight: var(--medium); font-size: 14px; line-height: 20px; }

.hdrIPOmenu > ul { display: none; position: absolute; background-color: #072d66; min-width: 195px; height: 85px; box-shadow: 0px 2px 8px 0px rgb(8 54 105); padding: 10px 0px 10px; margin: 0; left: 0; top: 20px; overflow: auto; z-index: 9; }
.hdrIPOmenu > ul > li { padding: 0; }
.hdrIPOmenu > ul > li > a { position: relative; color: #eaeaea; padding: 5px 5px 5px 25px; text-decoration: none; display: block; transition: all 0.4s ease; }
.hdrIPOmenu > ul > li > a:before { position: absolute; left: 15px; top: 5px; display: block; width: 0; height: 0; content: "\f0da"; font-family: FontAwesome; }
.hdrIPOmenu ul > li > a:hover { color: #5bcfaf; }
.hdrIPOmenu:hover > ul { display: block; }
.slidenav .hdrIPOmenu > ul > li:hover > a:after { right: initial; }

.ipoissuedatacss > a { animation: blink_ipotxt 1.5s infinite ease-out; font-size: 14px; color: var(--subcolor); }

@keyframes blink_ipotxt {
	0% { color: var(--subcolor); }
	50% { color: var(--lightgreen); }
	100% { color: var(--subcolor); }
}

.slidenav ul.topulmenus { display: none; position: relative; }
.slidenav .topulmenus > li { display: block; padding: 0; }
.slidenav ul.topulmenus > li .languagecss { color: #c5c5c5; border-bottom: 1px solid #737373; margin: 0 0 10px; }
.slidenav ul.topulmenus > li .languagecss > i { color: #c2c3c3; }
.slidenav ul.topulmenus > li.oldwebsite > a { color: #4c8eff; }

.slidenav ul.topulmenus > li .hdrIPOmenu { color: #c5c5c5; border-bottom: 1px solid #737373; margin: 0 0 10px; }
.slidenav ul.topulmenus > li .hdrIPOmenu > i { color: #c2c3c3; }

ul.topulmenus > li.ratic > a { color: var(--subcolor); font-weight: var(--medium); text-transform: uppercase; font-size: 14px; }
.slidenav ul.topulmenus > li.ratic > a { color: #c5c5c5; }

/*whatsapp*/
.fixedSocialIcon { float: right; font-weight: 700; position: fixed; right: 0; top: 445px; z-index: 80; width: 40px; white-space: nowrap; }
.fixedSocialIcon ul li { position: relative; width: 100px; }
.fixedSocialIcon ul li a { height: 40px; display: block; color: #fff; line-height: 40px; margin-bottom: 5px; position: relative; font-size: 13px; }
.fixedSocialIcon ul li a:hover { text-decoration: none; }
.fixedSocialIcon ul li a span { display: block; float: left; height: 40px; width: 40px; font-size: 20px; text-align: center; }
.fixedSocialIcon ul li.whatsapp { background-color: #01a15a; }
a.ImpoUpfix { position: fixed; padding: 14px 15px; cursor: pointer; font-size: 14px; line-height: 14px; color: #fff; transition: all .8s ease; background: var(--subcolor); transform: rotate(-90deg); right: -65px; top: 320px; text-transform: uppercase; border-radius: 3px 3px 0 0; z-index: 9999; font-weight: var(--light); }
a.ImpoUpfix:hover { color: #fff; }

a.algofix { position: fixed; padding: 14px 15px; cursor: pointer; font-size: 14px; line-height: 14px; color: #fff; transition: all .8s ease; background: var(--lightgreen); transform: rotate(-90deg); right: -45px; top: 320px; text-transform: uppercase; border-radius: 3px 3px 0 0; z-index: 2; font-weight: var(--light); }
a.algofix:hover { color: #fff; }

/*prd popup*/
.prdservicecss { }
.prd-form { margin: 25px 25px 0; }
.prd-form .form-group > i { position: absolute; left: 22px; top: 12px; width: 18px; }
.prd-form .form-group { position: relative; margin-bottom: 22px; }
.prd-form .form-control { border: 1px solid #ced4da; display: block; resize: none; width: 100%; height: 48px; border-radius: 30px; padding: 11px 10px 11px 55px; font-size: 16px; background: #fff; color: var(--statictext); -webkit-appearance: none; box-shadow: 0 8px 6px -6px #bbc4cc; }
.prd-form ::-webkit-input-placeholder { /* Edge */ color: #0b3a7e; }
.prd-form :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #0b3a7e; }
.prd-form ::placeholder { color: #0b3a7e; }
.prd-form > h2 { margin: 0; padding: 0 0 15px 0; font-weight: var(--bold); color: var(--subcolor); font-size: 25px; line-height: 30px; text-transform: uppercase; text-align: center; }
.prdservicecss span.close { padding: 15px; opacity: 1; color: #29539b; position: absolute; right: 0; z-index: 1; }
.prdservicecss .modal-dialog { max-width: 420px; }
.prdservicecss .modal-content { border-radius: 15px; }
#prd_dmatsubmit { padding: 12px 45px; margin: 0; }

/*secndtimepopup*/
.sendpopupcont { margin: 10px 25px 0; }
.secndtimepopupcss span.close { padding: 15px; opacity: 1; color: #29539b; position: absolute; right: 0; z-index: 1; }
.sendpopupcont > span { display: block; font-size: 25px; color: #12AFA0; text-align: center; text-transform: uppercase; font-weight: var(--medium); line-height: 35px; }
.sendpopupcont > p { color: #051e62; text-align: center; }
.secndtimepopupcss .modal-dialog { max-width: 420px; top: 50px; }
.secndtimepopupcss .modal-content { border-radius: 8px; }
.secndtimepopupcss.alertpop .modal-dialog { max-width: 600px; margin: 0 auto; }
.alertpop .sendpopupcont > p { color: #000; text-align: left; }
.alertpop .sendpopupcont > span { color: #ff3131; font-weight: var(--bold); }
.alertpop .sendpopupcont > p > a { display: block; color: #000; font-weight: var(--bold); transition: all 0.5s ease; }
.alertpop .sendpopupcont > p > a:hover { color: var(--maincolor); }

.usefullpopever > h3 { background: var(--subcolor); color: #fff; padding: 5px 10px; font-size: 16px; line-height: 14px; text-transform: uppercase; }
.usefullpopever > .popover-content { padding: 10px 20px 10px 10px; }
.usefullpopever > .popover-content:last-child { margin-bottom: 0; }
.usefullpopever > .popover-content > a { display: block; font-size: 14px; line-height: 12px; transition: all .5s ease; color: var(--subcolor);; margin-bottom: 5px; text-transform: uppercase; }
.usefullpopever > .popover-content > a:hover { color: var(--maincolor); }

/*home blog*/
#BlogHomesec { margin-bottom: 30px; }
.homeblogbox { }
.homeblogbox > img { max-height: 240px; height: 240px; }
.homeblogbox em { display: block; height: 240px; background: #f1f1f1; position: relative; }
.homeblogbox em > i { font-size: 50px; color: #ddd; position: absolute; top: 50%; left: 50%; margin-top: -25px; margin-left: -25px; }
.homeblogbox h3 { font-size: 20px; margin: 0; }
.homeblogbox span { display: block; color: #00c6b4; font-size: 13px; font-weight: 600; margin: 10px 0; }
.homeblogbox p.btnholder { margin: 15px 0 5px 0; }
.homeblogbox a.readmore { color: var(--subcolor); transition: all 0.5s ease; font-size: 13px; line-height: 14px; text-transform: uppercase; font-weight: 600; position: relative; }
.homeblogbox a.readmore:after { content: ""; height: 2px; background-color: var(--subcolor); position: absolute; bottom: -2px; left: 0; right: 0; width: 0; transition: all 0.5s ease; }
.homeblogbox a.readmore:hover:after { width: 100%; }

/*landing page*/
.box-load-overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; background: rgba(0,0,0,0.5); overflow: hidden; }
.box-load-overlay > i { font-size: 30px; color: #fff; position: absolute; top: 50%; margin-top: -15px; left: 50%; margin-left: -15px; }
.enquirywrapper { min-height: 100px; background-color: var(--subcolor); padding: 30px 0; position: relative; }
.enquirywrapper h2 { color: #fff; font-size:24px; display: block; margin: 0; text-align: center; }
.inqform { margin-top: 30px; }
.inqform .form-group { position: relative; }
.inqform .form-group > input:not([type=submit]) { display: block; width: 100%; border: none; background: #fff; height: 45px; padding: 0 0 0 3px; font-size: 16px; color: #8a7d79; border-bottom: 1px solid #d8d7d7; padding: 0 20px; border-radius: 40px; }
.inqform .form-group > .btn_submit { display: block; color: #fff; font-weight: var(--medium); width: 100%; padding: 0; font-size: 18px; line-height: 45px; border-radius: 50px; border: 1px solid var(--maincolor); transition: all 0.4s ease; background: rgb(40,87,155); background: linear-gradient( 90deg, rgba(40,87,155,1) 0%, rgba(19,172,160,1) 100%); text-align: center; }
.inqform .form-group .bootstrap-select > button.btn { border-radius: 40px; height: 45px; padding: 0 20px; }

/*home slider*/
.demat-why { padding-bottom: 0; }
.whyowlslider { padding: 0 20px; }
.whyslider { background-color: #fff; border-radius: 8px; padding: 25px 12px; margin: 30px 15px; text-align: center; box-shadow: 0 3px 16px rgba(183, 183, 183, 0.8); }
.whyslider > span { display: block; width: 20px; height: 20px; margin: 0 auto 10px; transition: all 0.5s ease; background-image: url("https://www.indiratrade.com/App_Themes/images/check.svg"); background-repeat: no-repeat; }
.whyslider > p { margin: 0; padding: 0; font-size: 20px; color: #656565; line-height: 22px; }
.whyslider > p > i { display: block; font-style: normal; }
.demat-why .owl-nav > button { position: absolute; height: 0px; width: 0px; top: 50%; text-indent: -9999px; margin-top: -30px; }
.demat-why .owl-prev { left: 0; border-color: transparent #d6d6d6 !important; border-style: solid !important; border-width: 12px 15px 12px 0px !important; }
.demat-why .owl-next { right: 0; border-color: transparent #d6d6d6 !important; border-style: solid !important; border-width: 12px 0px 12px 15px !important; }

.marqueetickerdata { margin-top: 20px; overflow: hidden; }
.marqueetickerdata a { color: var(--statictext); }

/*recaptcha*/
.prdenqgcaptcha { margin: 0 auto; width: 295px; }

/*diwali lights*/
.serialight { display: none; position: absolute; right: 0; top: -2px; left: 0; height: 15px; z-index: 2; background-image: url(../images/serial_light_small.gif); }
.swing { -webkit-animation: swing ease-in-out 1s infinite alternate; -moz-animation: swing ease-in-out 1s infinite alternate; animation: swing ease-in-out 1s infinite alternate; -webkit-transform-origin: center -35px; -moz-transform-origin: center -35px; transform-origin: center -35px; position: absolute; }


@-webkit-keyframes swing {
	0% { transform: rotate(2deg); }
	100% { transform: rotate(-2deg); }
}

@-moz-keyframes swing {
	0% { transform: rotate(2deg); }
	100% { transform: rotate(-2deg); }
}

@keyframes swing {
	0% { transform: rotate(2deg); }
	100% { transform: rotate(-2deg); }
}

.diwalidrop { display: none; position: absolute; left: 20px; top: 0; z-index: 9994; width: 110px; height: 320px; }

/* Useful Scores Popup */

.UseflScores { cursor: pointer; }

#UsefulScores .scorepopcont { margin: 10px 20px 10px 15px; }
#UsefulScores span.close { padding: 15px; opacity: 1; color: #29539b; position: absolute; right: 0; z-index: 1; }
#UsefulScores .scorepopcont > span { display: block; font-size: 18px; color: #12AFA0; text-align: left; text-transform: uppercase; font-weight: var(--medium); line-height: 35px; }
#UsefulScores .scorepopcont > p { font-size: 17px; text-align: left; line-height: 25px; }
#UsefulScores .scorepopcont > a { color: var(--statictext); font-size: 18px; position: relative; transition: all 0.5s ease; }
#UsefulScores .scorepopcont > a:hover { color: var(--maincolor); }
.scorepop .modal-dialog { max-width: 550px; top: 50px; }
.scorepop .modal-content { border-radius: 8px; }

#UsefulScores .staticulcmn { margin: 0 10px; padding: 0; }
#UsefulScores .staticulcmn > li { display: block; padding: 0 0 5px 20px; position: relative; margin: 0; font-size: 17px; text-align: left; line-height: 25px; }
#UsefulScores .staticulcmn > li:before { content: "\f105"; font: normal normal normal 20px/1 FontAwesome; position: absolute; left: 0; top: 4px; color: var(--maincolor); }

.staticlistsec ul { margin: 0; padding: 0px 0 0 5px; }
.staticlistsec ul > li { color: var(--statictext); font-weight: var(--regular); font-size: 19px; line-height: 30px; margin: 0 0 10px; position: relative; padding-left: 17px; position: relative; }
.staticlistsec ul > li .sublinks a { color: var(--maincolor); font-size: 16px; font-weight: var(--medium); line-height: 18px; }
.staticlistsec ul > li a { color: var(--statictext); }
.staticlistsec ul > li:before { content: ''; position: absolute; left: 0; top: 8px; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 7px solid var(--lightgreen); }
/* Business Partner Terms and Condition Popup */

.UseflScores { cursor: pointer; }

#BsnsFrmTrmscon .scorepopcont { margin: 10px 20px 10px 15px; }
#BsnsFrmTrmscon span.close { padding: 15px; opacity: 1; color: #29539b; position: absolute; right: 0; z-index: 1; }
#BsnsFrmTrmscon .scorepopcont > span { display: block; font-size: 18px; color: #12AFA0; text-align: left; text-transform: uppercase; font-weight: var(--medium); line-height: 35px; }
.scorepop .modal-dialog { max-width: 550px; top: 50px; }
.scorepop .modal-content { border-radius: 8px; }
#BsnsFrmTrmscon .trmscnt { max-height: 400px; overflow: auto; }
#BsnsFrmTrmscon ::-webkit-scrollbar-thumb { background-color: #001f3c; border-radius: 5px; }
#BsnsFrmTrmscon .trmscnt { margin: 0 10px; padding: 0; }
#BsnsFrmTrmscon .trmscnt > li { display: block; padding: 0 0 5px 20px; position: relative; margin: 0; font-size: 17px; text-align: left; line-height: 25px; }
#BsnsFrmTrmscon .trmscnt > li:before { content: "\f105"; font: normal normal normal 20px/1 FontAwesome; position: absolute; left: 0; top: 4px; color: var(--maincolor); }

.trmslbl { margin: 0 0 15px; padding: 0 0 0 10px; text-decoration: underline; }
.trmschck { color: #fff; font-weight: var(--regular); cursor: pointer; transition: all 0.5s ease; }
.trmschck:hover { color: var(--maincolor); }

/*Lic Ipo Lp*/

.licipowrapper { margin: 100px 0 60px; }
.licipowrapper .stockbannerwrapper { padding: 50px 0; position: relative; background: linear-gradient( 0deg, rgba(232,232,232,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e8e8",endColorstr="#ffffff",GradientType=1); }

.apply-licipo-form { display: block; margin: 50px auto; padding: 25px 40px 50px; background: #fff; border-radius: 10px; box-shadow: 0 0 10px 0 #ddd; max-width: 380px; }
.apply-licipo-form h2 { display: block; font-weight: var(--black); font-size: 28px; line-height: 35px; color: #001F3C; padding: 15px 0; margin: 0; }
.apply-licipo-form h2 > span { color: var(--lightgreen); }
.apply-licipo-form > .form-group input[type='text'] { display: block; width: 100%; border: none; background: #fff; height: 45px; padding: 0 0 0 3px; font-size: 18px; color: var(--statictext); border-bottom: 1px solid #d8d7d7; }
.apply-licipo-form .submitbtn { background-color: var(--lightgreen); display: block; font-size: 20px; line-height: 22px; color: #fff; padding: 12px 32px; border-radius: 30px; width: 300px; margin: 30px auto; cursor: pointer; font-weight: var(--bold); text-align: center; -webkit-appearance: none; border: none; }
.apply-licipo-form .submitbtn:hover { animation: out 1s infinite ease-out; }
.apply-licipo-form p { display: block; margin: 0; padding: 0; font-size: 18px; line-height: 30px; color: var(--statictext); text-align: center; }
.apply-licipo-form a { display: block; margin: 0; padding: 0; font-size: 18px; line-height: 30px; color: var(--subcolor); text-align: center; text-decoration: underline !important; cursor: pointer; transition: all 0.5s ease; }
.apply-licipo-form a:hover { color: var(--lightgreen); }

.lic-ipo-mncnt { margin: 40px 0; }
.lic-ipo-cnt { padding: 15px 0; }
.lic-ipo-cnt > h1 { display: block; cursor: pointer; font-weight: var(--black); font-size: 32px; line-height: 35px; color: #001F3C; margin: 0px 0 20px; padding: 10px 0 0 0; }
.lic-ipo-cnt > h2 { display: block; cursor: pointer; font-weight: var(--black); font-size: 28px; line-height: 35px; color: #001F3C; margin: 0px 0 20px; padding: 10px 0 0 0; }
.lic-ipo-cnt p { display: block; margin: 0; padding: 0 0 15px; font-size: 20px; line-height: 30px; color: var(--statictext); }
.lic-ipo-cnt span { display: block; margin: 0; padding: 20px 0 35px; color: var(--lightgreen) !important; font-size: 22px; line-height: 30px; color: var(--statictext); border-bottom: 2px dashed #d9d8d8; }
.lic-ipo-cnt em { margin: 0; padding: 0; border-bottom: 2px dashed #808080; }
.lic-ipo-cnt ul { margin: 0; padding: 0; }
.lic-ipo-cnt ul > li { color: var(--statictext); font-weight: var(--regular); font-size: 20px; line-height: 25px; margin: 0 0 15px; position: relative; padding-left: 25px; }
.lic-ipo-cnt ul > li:before { content: ''; position: absolute; left: 0; top: 7px; width: 15px; height: 15px; background: url(https://www.indiratrade.com/app_themes/css/../images/green_arrow.svg) no-repeat; }
.lic-ipo-cnt ul > li > i { font-style: normal; color: var(--subcolor); }

.apply-licipo { display: block; margin: 20px 0; padding: 20px 20px; background: #f8f9fd; border-radius: 8px; max-width: 800px; }
.apply-licipo h3 { display: block; margin: 0; padding: 0 0 15px; cursor: pointer; font-weight: var(--black); font-size: 24px; line-height: 30px; color: #001F3C; }
.apply-licipo .licipo-cnt-lft { display: inline-block; margin: 0; padding: 0 0 15px; border-bottom: 2px dashed #babdc7; }
.apply-licipo .licipo-cnt-rght { display: inline-block; margin: 0; padding: 15px 0 0; }
.apply-licipo p { display: inline-block; margin: 0; padding: 0; font-size: 17px; line-height: 30px; color: var(--statictext); }
.apply-licipo p > a { font-size: 18px; line-height: 30px; color: var(--lightgreen); font-weight: bold; cursor: pointer; }
.apply-licipo p > a:hover { text-decoration: underline !important; }

.lic-ipo-img { margin: 50px 0; padding: 0; position: relative; right: 0; top: 0; max-width: 400px; height: 100%; }
.StickyLicLogo { position: -webkit-sticky; position: sticky; top: 120px; }

.lic-ipo-mn-cnt { width: 70%; float: left; padding: 0 20px 0 0; }
.lic-ipo-mn-img { width: 30%; float: right; padding: 40px 0 25px 20px; position: -webkit-sticky; position: sticky; top: 90px; height: 100%; }
.ipodtls-tbl { max-width: 800px; }
.clrdtd { background: #f3f3f3; }

/*company list*/
.alpha_companylist { padding: 0px 0 25px; }

.alpha_companylist > a { display: inline-block; margin: 0 2px 5px 0; padding: 0 10px; border: 1px solid #ddd; background-color: #fff; transition: all .5s ease; font-size: 16px; line-height: 24px; color: var(--statictext); }

.alpha_companylist > a:hover, .alpha_companylist > a.active { background: #00255d; color: #fff; border: 1px solid #00255d; }

.alpha_companylist > b { display: inline-block; color: #03decb; font-size: 16px; line-height: 18px; font-weight: normal; padding: 10px 10px 0 0; text-transform: uppercase; }


/*** Refund Policy Popup ***/
#RefundPolicyPop .scorepopcont { margin: 10px 20px 10px 15px; }
#RefundPolicyPop span.close { padding: 15px; opacity: 1; color: #29539b; position: absolute; right: 0; z-index: 1; }
#RefundPolicyPop .scorepopcont > span { display: block; font-size: 18px; color: #12AFA0; text-align: left; text-transform: uppercase; font-weight: var(--medium); line-height: 35px; }
#RefundPolicyPop .scorepopcont > p { font-size: 17px; text-align: left; line-height: 25px; }
#RefundPolicyPop .scorepopcont a { color: var(--statictext); font-size: 18px; position: relative; transition: all 0.5s ease; }
#RefundPolicyPop .scorepopcont a:hover { color: var(--maincolor); }

.scorepop .modal-dialog { max-width: 600px; top: 50px; }
.scorepop .modal-content { border-radius: 8px; }

#RefundPolicyPop .staticulcmn { margin: 0 10px; padding: 0; }
#RefundPolicyPop .staticulcmn > li { display: block; padding: 0 0 5px 20px; position: relative; margin: 0; font-size: 17px; text-align: left; line-height: 25px; }
#RefundPolicyPop .staticulcmn > li:before { content: "\f105"; font: normal normal normal 20px/1 FontAwesome; position: absolute; left: 0; top: 4px; color: var(--maincolor); }

/*Risk Disclosure Popup*/
#riskdisclosure { position: fixed; background-color: rgba(0, 0, 0, 0.85); z-index: 9999999991; right: 0; top: 0; bottom: 0; left: 0; display: block; }
#riskdisclosure .popupwrapper { position: relative; top: 65px; margin: 0 auto; max-width: 550px; }
#riskdisclosure .popupwrapper > span { position: absolute; right: 0px; top: -20px; line-height: 20px; font-size: 12px; height: 20px; color: #000; cursor: pointer; z-index: 9999; background-color: #f4f3f1; padding: 0 9px; font-weight: bold; }
#riskdisclosure .popupwrapper > a { cursor: default; padding: 20px; display: block; background: #fff; }


/*Stock app Popup*/
#stockApp { position: fixed; background-color: rgba(0, 0, 0, 0.85); z-index: 9999999991; right: 0; top: 0; bottom: 0; left: 0; display: block; }
#stockApp .popupwrapper { position: absolute; bottom: 25px; right: 25px; max-width: 250px; }
#stockApp .popupwrapper > span { position: absolute; right: 0px; top: -20px; line-height: 20px; font-size: 12px; height: 20px; color: #000; cursor: pointer; z-index: 9999; background-color: #f4f3f1; padding: 0 9px; font-weight: bold; }
#stockApp .popupwrapper > a { cursor: default; padding: 20px; display: block; background: #fff; }