
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    /* font-family: 'Avenir'; */
    font-size: 14px;
    line-height: normal;
    color: #1a1a1a;
    padding-top: 79px;
}
body.custom-font-enabled
{   font-family: 'Montserrat', sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

.twoFaqDescriptionList table tr td {
    font-size: 12px;
    line-height: 30px;
    /* padding: 20px; */
}

a {
    text-decoration: inherit;
    color: #FF641E;
}

a:hover {
    text-decoration: inherit;
    color: #FF641E;
}

:focus {
    outline: inherit;
}

.btn.focus,
.btn:focus,
.form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

.form-control:focus {
    background-color: transparent;
}

button:focus {
    outline: inherit;
}


/* width */

::-webkit-scrollbar {
    width: 9px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #666666;
    border-radius: 30px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #939393;
    border-radius: 30px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #939393;
}

h1 {
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-family: 'Montserrat', sans-serif;
}

h3 {
    font-family: 'Montserrat', sans-serif;
}

h4 {
    font-family: 'Montserrat', sans-serif;
}

h5 {
    font-family: 'Montserrat', sans-serif;
}

h6 {
    font-family: 'Montserrat', sans-serif;
}

p {
    font-weight: 400;
    margin-bottom: 15px;
}

.whiteBg {
    background: #ffffff !important;
}

.whiteColor {
    color: #ffffff !important;
}

.orangeBg {
    background: #FF641E !important;
}

.orangeColor {
    color: #FF641E !important;
}

.blueBg {
    background: #005dac !important;
}

.lightBlueColor {
    color: #005dac !important;
}

.lightBlueBg {
    background: #006EBE !important;
}

.blueColor {
    color: #006EBE !important;
}

.blackBg {
    background: #000000 !important;
}

.blackColor {
    color: #000000 !important;
}

.lightGreyBg {
    background: #ececec !important;
}

.lightGreyColor {
    color: #ececec !important;
}

.lightDGreyBg{
    background: #e0e0e0 !important;
}

.bigTitle {
    color: #FF641E;
    font-size: 48px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.lgTitle {
    color: #006EBE;
    font-size: 42px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.mdTitle {
    color: #ffffff;
    font-size: 24px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.mdText {
    color: #000000;
    font-size: 16px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.orangeMdText {
    color: #FF641E;
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
}

.whiteSmText {
    color: #ffffff;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}

.GraySmText {
    color: #333333;
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
}

.readMore {
    color: #FF641E;
    font-size: 14px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.readMore:hover {
    color: #FF641E;
    opacity: 0.8;
}

.readMoreLeft {
    position: relative;
    padding-left: 18px;
    display: inline-block;
    width: auto;
}

.readMoreLeft::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background-image: url(images/orangeRightIcon.png);
    background-size: cover;
    display: inline-block;
    width: 9px;
    height: 9px;
}

.readMoreTop {
    position: relative;
    padding-top: 9px;
    display: inline-block;
    width: auto;
}

.readMoreTop::after {
    content: '';
    position: absolute;
    top: 3px;
    right: -12px;
    background-image: url(images/readMoreTopIcon.png);
    background-size: cover;
    display: inline-block;
    width: 9px;
    height: 9px;
}

.readMore span {
    margin-right: 6px;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
}

.arrowIcon {
    font-size: 36px;
    line-height: 36px;
}

.arrowIcon .fa {
    line-height: 0;
}

.fa {
    font-family: FontAwesome !important;
}

.btn_con {}

.btn {}

.btn:hover {
    background: #000;
    color: #fff;
    opacity: 0.9;
}

.btnSm {}

.form-control {}

.form-control:focus {}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0;
    list-style: none;
}

.margin-l-0 {
    margin-left: 0 !important;
}

.margin-r-0 {
    margin-right: 0 !important;
}

.margin-t-0 {
    margin-top: 0;
}

.margin-b-0 {
    margin-bottom: 0;
}

.margin-t-15 {
    margin-top: 15px;
}

.margin-b-15 {
    margin-bottom: 15px;
}

.margin-b-24 {
    margin-bottom: 24px;
}

.margin-t-30 {
    margin-top: 30px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.margin-t-48 {
    margin-top: 48px;
}

.margin-b-48 {
    margin-bottom: 48px;
}

.margin-t-60 {
    margin-top: 60px;
}

.margin-b-60 {
    margin-bottom: 60px;
}

.margin-t-b-12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.margin-t-b-18 {
    margin-top: 18px;
    margin-bottom: 18px;
}

.margin-t-b-24 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.margin-t-b-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-t-b-42 {
    margin-top: 42px;
    margin-bottom: 42px;
}

.margin-t-b-48 {
    margin-top: 48px;
    margin-bottom: 48px;
}

.margin-t-b-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.padding-l-0 {
    padding-left: 0 !important;
}

.padding-r-0 {
    padding-right: 0 !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.padding-t-0 {
    padding-top: 0;
}

.padding-b-0 {
    padding-bottom: 0;
}

.padding-t-12 {
    padding-top: 12px;
}

.padding-l-60 {
    padding-left: 60px;
}

.padding-r-60 {
    padding-right: 60px;
}

.padding-t-15 {
    padding-top: 15px !important;
}

.padding-b-15 {
    padding-bottom: 15px !important;
}

.padding-t-24 {
    padding-top: 24px !important;
}

.padding-b-24 {
    padding-bottom: 24px !important;
}

.padding-t-30 {
    padding-top: 30px !important;
}

.padding-b-30 {
    padding-bottom: 30px !important;
}

.padding-t-48 {
    padding-top: 48px;
}

.padding-b-48 {
    padding-bottom: 48px;
}

.padding-t-60 {
    padding-top: 60px;
}

.padding-b-60 {
    padding-bottom: 60px;
}

.padding-t-84 {
    padding-top: 84px;
}

.padding-b-84 {
    padding-bottom: 84px;
}

.padding-t-b-24 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.padding-t-b-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-t-b-42 {
    padding-top: 42px;
    padding-bottom: 42px;
}

.padding-t-b-48 {
    padding-top: 48px;
    padding-bottom: 48px;
}

.padding-t-b-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-t-b-72 {
    padding-top: 72px;
    padding-bottom: 72px;
}

.padding-t-b-84 {
    padding-top: 84px;
    padding-bottom: 84px;
}

.padding-t-b-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-t-b-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

footer {
    background: #000000;
}

.footerTop {
    padding-top: 30px;
    padding-bottom: 30px;
}

.CopyrightCon {
    color: #c4c4c4;
    font-size: 12px;
    line-height: normal;
    margin: 0;
    font-family: 'Avenir';
}
.CopyrightConn {
    color: #ffffff;
    font-size: 12px;
    line-height: normal;
    margin: 0;
    font-family: 'Avenir';
    text-align:right;
}
.CopyrightConn a {
    color: #ffffff;
    margin: 0 12px;
}
.CopyrightConn a:hover {
    color: #e2e4e5;
}

.footerBottom {
    padding-top: 24px;
    padding-bottom: 24px;
    background: #006ebe;
}

.footerTitle {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 12px;
    color: #ababab;
    font-family: 'Avenir';
    font-weight: bold;
}

.footerUl {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
}

.footerUl li {
    margin: 0;
    padding: 3px 0;
    width: 100%;
    display: inline-block;
}

.footerUl li a {
    font-size: 16px;
    line-height: normal;
    color: #808080;
    font-family: 'Avenir';
    display: inline-block;
    width: auto;
}

.footerUl li a:hover {
    color: #ffffff;
}

.footerLogo {
    padding-right: 24px;
}

.footerLogo img {
    width: 180px;
    max-width: 1100%;
}

header {
    background: #005DAB;
    width: 100%;
    display: inline-block;
    z-index: 99;
    position: relative;
}

header.sticky {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
}

.navbar-brand img {
    width: 180px;
    height: auto;
}

.navbar {
    padding: 0;
    position: relative;
}

.menu_header {
    margin: 0;
    padding: 0;
}

.menu_header li {
    margin: 0 18px;
    padding: 0;
    position: relative;
}

.menu_header li a {
    font-size: 16px;
    line-height: normal;
    margin: 0 auto;
    color: #dddddd;
    /* font-family: 'Avenir'; */
    padding: 27px 0 28px;
    display: inline-block;
    font-family: 'DaxlinePro';
}
.menu_header li a:hover {
    color: #ffffff;
}

.menu_header li.active a {
    color: #ffffff;
}

.menu_header li.active ul a {
    color: #929292;
}

.menuIconCon {
    margin-left: 0;
    padding: 0;
}

.menuIconCon li {
    padding: 0;
    margin: 0 18px;
}

.menuIconCon li:last-child {
    margin-right: 0;
}

.menuIconCon li a {
    color: #dddddd;
    font-size: 14px;
    line-height: normal;
}

.menuIconCon li a:hover {
    color: #ffffff;
}

.navbar-toggler {
    color: #ffffff;
    font-size: 30px;
    line-height: normal;
}

.menu_header ul {
    position: absolute;
    left: 0;
    background: #000000;
    width: 200px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 99;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
}

.menu_header ul li {
    margin: 0;
}

.menu_header ul li a {
    padding: 9px 15px;
    width: 100%;
    color: #ffffff;
    border-bottom: 1px solid #929292;
    font-size: 14px;
}

.menu_header ul li a:hover {
    background: #006EBE;
    color: #ffffff;
}

.menu_header ul li:last-child a {
    border-bottom: 0;
}

.menu_header li.dropdown > a::after {
    content: "\f107";
    position: absolute;
    font-family: FontAwesome !important;
    color: #929292;
    right: -16px;
    font-size: 16px;
}

.pageBennerBox {
    position: relative;
    overflow: hidden;
    height: calc( 110vh - 79px);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
}
.pageBennerBox::after
{     content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.pageBennerImg img {
    width: 100%;
}

.pageBennerImg::after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.pageBennerCaption {
    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    z-index: 9;
    top: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.pageBennerIcon {
    margin-bottom: 15px;
}

.pageBennerIcon img {
    width: 180px;
}

.pageBennerDescri {
    padding-right: 4%;
    margin: 30px auto 24px;
}
.pageBennerDescri .whiteSmText
{   line-height: 24px;
}
.sectionCon {
    padding-top: 60px;
    padding-bottom: 60px;
}

.spacePage {
    padding-left: 30px;
}

.smLogoIcon {
    width: 200px;
    max-width: 100%;
}

.orangeLefticonTop {
    position: relative;
}

.orangeLefticonTop::before {
    content: '';
    position: absolute;
    top: 4px;
    left: -42px;
    background-image: url('images/orangeLefticonTop.png');
    background-size: cover;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.whiteIconImg.orangeLefticonTop::before {
    background-image: url('images/whiteLefticonTop.png') !important;
}

.bennerBottomArrowIcon {
    display: inline-block;
    cursor: pointer;
}

.bennerBottomArrowIcon img {
    width: 30px;
}

.pageRightboxpadding {
    padding-left: 30px;
}

.paddingTopBig {
    padding-top: 90px;
}

.equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.equal > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.analystBox {
    padding: 30px 60px;
}

.analystLogo {
    margin: 18px auto;
}

.analystLogoHightCon {
    min-height: 120px;
}

.analystLogo img {
    width: 220px;
}

.pdfBoxIcon {
    width: 30px;
}

.analystBoxCol {
    position: relative;
}

.pdfBoxPosition {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.pdfBoxCon a:hover {
    opacity: 0.8;
}

.annualReportsBoxs {
    background-color: #1a1a1a;
}

.annualReportsLeft {
    padding: 48px 30px 48px 48px;
    text-align: left;
}

.annualReportsLeft img {
    width: 240px;
}

.annualReportsRight.reportsListBox {
    padding: 48px 48px 30px 0;
}

.reportsListUi {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}

.reportsListUi li {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    position: relative;
    float: left;
}

.reportsListUi li a {
    width: 100%;
    margin: 0 auto;
    padding: 11px 42px 11px 0;
    display: inline-block;
    color: #adadad;
    font-size: 16px;
    border-top: 1px solid #adadad;
    float: left;
}

.reportsListUi li a:hover {
    color: #adadad;
}

.reportsListUi li a .reportsListPdf .fa
{   display: none;
}
.reportsListUi li a .reportsListPdf:after {
    content: '';
    background-image: url(./images/pdf-g.png);
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.reportsListUi li a:hover .reportsListPdf:after
{  background-image: url(./images/pdf-o.png);
}
.reportsListIcon {
    width: 24px;
    display: inline-block;
    float: left;
}

.reportsListIcon img {
    width: 12px;
}

.reportsListtitle {
    width: calc(100% - 24px);
    float: left;
    display: inline-block;
}

.reportsListPdf {
    position: absolute;
    top: 10px;
    right: 12px;
}

.reportsListPdf img {
    width: 16px;
}

.reportsListBoxHight {
    max-height: 410px;
    overflow-x: hidden;
    margin-bottom: 30px;
}

.latestFinancialBox {
    position: relative;
    padding: 21px;
    background: #0054b9;
    overflow: hidden;
    height: 100%;
}

.latestFinancialTitle {
    min-height: 78px;
}

.latestFinanciaPdf {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}

.latestFinanciaPdf img {
    width: 18px;
}

.latestFinancialNo {
    color: #007fcb;
    font-size: 100px;
    line-height: 90px;
    font-weight: bold;
    margin: 0;
    position: absolute;
    left: -7px;
    top: -12px;
}

.latestFinancialText .mdTitle {
    font-size: 18px;
}

.latestFinancialText .whiteColor {
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
}

.latestFinancialText .readMore {
    font-size: 12px;
    margin-bottom: 0;
}

.latestFinancialText .readMoreTop::after {
    width: 9px;
    height: 9px;
    right: -12px;
    top: 3px;
}

.SlideSpaceCon {
    padding-left: 48px;
}

.homeSlideBoxText {
    padding: 48px 18px 48px 0;
}

.homeSlideDesPadding {
    padding-right: 90px;
}

.BlueLefticonTop {
    position: relative;
}

.BlueLefticonTop::before {
    content: '';
    position: absolute;
    top: 4px;
    left: -42px;
    background-image: url('images/sliderBlueArrowUp.png');
    background-size: cover;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.homeBennerIconBox img {
    width: 140px;
}

.numberSlideDot {
    position: fixed;
    right: 0;
    top: 48%;
    z-index: 99;
    width: 40px;
}

.numberSlideDotUl {
    margin: 0;
    padding: 0;
    list-style: none;
}

.numberSlideDotUl li {
    margin: 6px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.numberSlideDotUl li a {
    position: relative;
    font-size: 14px;
    line-height: normal;
    color: #c3c3c3;
    font-weight: 600;
    cursor: pointer;
}

.numberSlideDotUl li a:hover {
    color: #c3c3c3;
}

.numberSlideDotUl li.active a {
    font-size: 14px;
    color: #c3c3c3;
    font-weight: bold;
}

.numberSlideDotUl li.active a:after {
    content: '';
    position: absolute;
    top: 4px;
    left: -18px;
    background-image: url(images/numberSlideDotIcon.png);
    background-size: cover;
    display: inline-block;
    width: 12px;
    height: 12px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #006EBE;
}

.sectionBottomImage {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.sectionBottomImage img {
    width: 100%;
    float: left;
}

.section {
    position: relative;
}

.pageBennerImg {
    margin: 0;
    position: relative;
}

.fundingSection {
    background-image: url('images/fundingSectionBg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: top center;
    position: relative;
}

.fundingSectionSlide1 {
    background-image: url('images/fundingSectionBg.jpg') !important;
}

.fundingSectionSlide2 {
    background-image: url('images/fundingSectionSlide2.jpg') !important;
}

.imgTextDesBox {
    padding: 48px 30px 30px 60px;
    background: rgba(0, 0, 0, 0.6);
}

.boxUpMargin {
    position: relative;
    z-index: 9;
    margin-top: 0;
    margin-left: -36px;
}

.imgTextImageBox {
    z-index: 99;
    position: relative;
    box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.16);
}

.BlueBoxFaqCon {
    padding: 42px 30px 30px;
    background-color: #006EBE;
}

.FaqTextCon p {
    font-size: 12px;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 6px;
    font-family: 'Montserrat', sans-serif;
}

.FaqTextCon p span {
    font-weight: 600;
}

.FaqTextCon p a {
    color: #ffffff;
}

.FaqTextCon p a:hover {
    text-decoration: underline;
}

.readMoreSm {
    font-size: 10px;
}

.readMore:hover {
    color: #FF641E;
    opacity: 0.8;
}

.readMoreTop:hover:after {
    background-image: url(images/readMoreTopIcon.png);
}

.FaqTitle {
    color: #ffffff;
    font-size: 13px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.faqIconPadding {
    padding: 12px 12px 12px 24px;
    border-top: 1px solid #1c92cd;
    position: relative;
}

.faqIcon {
    position: relative;
}

.faqIcon.collapsed:after {
    content: "\f105";
    font-family: 'FontAwesome';
    left: -20px;
}

.faqIcon:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: -24px;
    font-size: 24px;
    line-height: 19px;
    color: #FFF;
}

.FaqTextCon {
    position: absolute;
    background: #006EBE;
    z-index: 99;
    left: 0;
    width: 100%;
    padding: 24px 24px 12px;
    border-bottom: 1px solid #1c92cd;
}

.fundingBgTitle {
    color: rgba(139, 79, 60, 0.8);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 90px;
    line-height: 72px;
    z-index: 0;
}

.fundingBgTitleTop {
    position: absolute;
    top: 142px;
    right: 15%;
}

.fundingBgTitleBottom {
    position: absolute;
    bottom: 42px;
    left: 3%;
}

.LeadershipCon {
    background-image: url('images/LeadershipBg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: top center;
    position: relative;
}

.BodSliderCol {
    position: relative;
    padding-bottom: 24px;
}

.BodSliderCol > img {
    width: 100%;
}

.BodSliderTitleCon {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 12px 15px;
    background: #000;
    width: 200px;
    max-width: 100%;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 42px;
    line-height: normal;
    color: #aaaaaa;
}

.slick-prev:before {
    content: "\f104";
}

.slick-next:before {
    content: "\f105";
}

.slickBottomArow .slick-prev,
.slickBottomArow .slick-next {
    top: initial;
    bottom: 9px;
    z-index: 9;
}

.slickBottomArow .slick-prev {
    left: -30px;
}

.slickBottomArow .slick-next {
    right: -30px;
}

.BodSliderTitle {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    display: inline-block;
    float: left;
}

.BodSliderDesignation {
    color: #fff;
    font-size: 12px;
    line-height: normal;
    width: 100%;
    display: inline-block;
    float: left;
}

.bodSlideArrow {
    position: relative;
    padding-left: 18px;
}

.bodSlideArrow::before {
    content: '';
    position: absolute;
    left: -2px;
    line-height: 19px;
    color: #FF641E;
    width: 12px;
    height: 12px;
    background-image: url('images/numberSlideDotIcon.png');
    background-color: transparent;
    background-position: center;
    background-size: cover;
    top: 2px;
}

.LineBorderImageCon img {
    width: 100%;
}

.boderBottom {
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #000000;
    margin: 12px auto;
}

.fullUl {
    margin: 0;
    padding: 0;
}

.fullUl li {
    padding: 0;
    margin: 6px auto;
    width: 100%;
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

.cobSliderBox {
    display: inline-block;
    width: 100%;
}

.cobSlider .slick-list {
    margin: 0 -15px;
}

.cobSlider .slick-slide {
    padding: 0 15px;
}

.csrCon {
    background-image: url('images/csrBenner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: top center;
    position: relative;
    padding-bottom: 0 !important;
    min-height: 75vh;
}

.osgBlueboxs {
    background-color: #006EBE;
    padding: 30px;
}

.blodText {
    font-weight: bold;
}

.xsText {
    font-size: 22px;
    line-height: normal;
    color: #000000;
    font-weight: bold;
}

.boxMarginTop {
    margin-top: 60px;
}

.sliderBoxImgCol {
    position: relative;
    z-index: 2;
    margin-right: -10px;
}

.sliderBoxDesCol {
    position: relative;
    margin-top: 100px;
    z-index: 1;
}

.sliderDotTitle {
    color: #ffffff;
    font-size: 14px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 11px 12px 11px 24px;
    border-top: 1px solid #c4c4c4 !important;
}

.sliderDotTitle:last-child {
    border-bottom: 1px solid #c4c4c4 !important;
}

.sliderDotIcon {
    position: relative;
}

.sliderDotIcon:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    top: 9px;
    left: 0;
    font-size: 24px;
    line-height: 18px;
    color: #FF641E;
}

.sliderDotIcon.active:after {
    content: "\f107";
    font-family: 'FontAwesome';
    left: -6px;
}

.slideBoxsImageCon {
    padding: 0 30px;
    position: relative;
}

.sliderBoxDesCol .mdTitle {
    text-transform: inherit;
}

.carousel-indicators.sliderUlTitle {
    position: inherit;
    display: inline-block;
    width: 100%;
    margin: 0;
}

.sliderUlTitle li {
    width: 100%;
    height: auto;
    margin: 0;
    display: inline-block;
    border: 0;
    opacity: 1;
    text-indent: inherit;
    position: inherit;
    background: transparent;
    word-break: break-word;
    box-sizing: border-box;
}

.carousel-control-next,
.carousel-control-prev {
    font-family: 'FontAwesome';
    font-size: 42px;
    line-height: normal;
    color: #ffffff;
    z-index: 9;
    width: auto;
    height: auto;
    opacity: 0.8;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    opacity: 1;
}

.carousel-control-next.sliderArrows {
    top: 0;
    bottom: inherit;
    right: calc( 50% - 42px);
}

.carousel-control-prev.sliderArrows {
    left: 0;
    bottom: inherit;
    top: calc( 50% + 30px);
}

.readMoreLeft {
    padding-left: 18px;
    position: relative;
}

.readMoreLeft.active:after {
    background-image: url('images/orangeBottomIcon.png');
}

.readMoreSubContent {
    display: none;
    padding-top: 9px;
}

.whiteColor p {
    color: #ffffff;
    margin-bottom: 4px;
}

.FooterStockBtnCon {
    margin-top: 24px;
}

.StockBtn {
    color: #cacaca;
    border: 1px solid #808080;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 6px 18px;
    border-radius: 60px;
    width: auto;
    display: inline-block;
    font-size: 12px;
    line-height: normal;
    background: #000000;
}

.StockBtn:hover {
    background-color: #cacaca;
    border-color: #cacaca;
    color: #000000;
}

.FooterAddCon p {
    color: #cbcbcb;
    font-size: 13px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.FooterAddCon p span {
    font-weight: bold;
}

.headerStockBtn {
    color: #ffffff !important;
    border: 1px solid #4dc4f0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 60px;
    width: auto;
    font-size: 12px !important;
    line-height: normal;
    background: #0071bb;
    opacity: 1;
    margin: 0 18px;
}

.headerStockBtn:hover {
    background: #4dc4f0;
    background-color: #cacaca;
    border-color: #cacaca;
    color: #000000 !important;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    background: transparent;
    box-sizing: inherit;
    border: 0;
    box-shadow: inherit;
    color: #fff;
}

.widget_custom_html .widget-title {
    display: none;
}

a:focus {
    outline: inherit;
}

.cobSliderBox h4 {
    min-height: 38px;
}

.blueBgCol {
    background: #006EBE !important;
}

.grayBgCon {
    background: #4d4d4d !important;
}
.lightBlackBgCon {
    background: #333333 !important;
}
.homeSliderLabel {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 15px 0 12px;
    text-align: right;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
}

.homeSliderLine {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.homeSliderArrow {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 12px 0;
    font-size: 12px;
    line-height: normal;
    color: #ffffff;
}

.homeSliderArrow .fa {
    color: #ffffff;
    font-size: 16px;
    line-height: 13px;
    margin: 0 3px;
}

.sliderNumber {
    color: #ffffff;
    font-size: 10px;
    line-height: normal;
    padding: 0 6px;
    letter-spacing: 0.5px;
}

.homeSlideBoxCon {
    width: 100%;
    display: inline-block;
    padding: 18px 0;
}

.slideImage {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 3px;
}

.slideImage img {
    width: 100%;
    float: left;
}

.bennerTitle {
    color: #FF641E;
    font-size: 35px;
    line-height: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 12px;
}

.slideTextCOn {
    padding: 15px;
    display: inline-block;
    width: 100%;
    float: left;
}

.slideTextLogo {
    margin-bottom: 9px;
}

.slideTextLogo img {
    width: 120px;
    max-width: 90%;
}

.homeSliderLineUl {
    padding: 18px 15px 15px;
    margin: 0;
    position: inherit;
}

.homeSliderLineUl li {
    width: auto;
    height: 4px;
    background-color: #ffffff;
    display: inline-block;
    border: 0;
    margin: 0;
    flex: auto;
    opacity: 1;
    background-clip: inherit;
}

.homeSliderLineUl li.active {
    background-color: #FF641E;
}
.homeSliderLineUl li.lineOrange {
    background-color: #FF641E;
}

.navbar-brand {
    /* display: inherit; */
    padding: 15px 0;
}

.boxTopTitle {
    color: #a12702;
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 18px;
    margin-bottom: 12px;
    opacity: 1;
}
.bgSliderArrow
{       position: absolute;
    bottom: 0;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: transparent;
    top: inherit;
    height: auto;
    text-align: center;
    padding: 24px 0;
    font-size: 12px;
    line-height: normal;
    color: #ffffff;
    display: inline-block;
    width: 100%;
}
.bgSliderArrow .fa {
    color: #ffffff;
    font-size: 16px;
    line-height: 14px;
}
.bgSliderNumber {
    color: #ffffff;
    font-size: 16px;
    line-height: normal;
    padding: 0 6px;
    letter-spacing: 0.5px;
}
.boldText {
    font-size: 14px;
    line-height: normal;
    margin: 15px auto;
    font-style: italic;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.graySmallBoldUl
{   margin: 0 ;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}
.graySmallBoldUl li {
    padding: 3px 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
    color: #333333;
    font-size: 12px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
}
.graySmallBoldUl li span
{   font-weight: 600;
}
.graySmallBoldUl li a
{   color: #333333;
}
.addressesListBox {
    padding: 18px;
    border: 1px solid #333333;
    margin: 12px auto 30px;
}
.blackBoldTitle {
    font-weight: bold;
    font-size: 17px;
    line-height: normal;
    color: #000000;
    margin-bottom: 9px;
}
.mdBlackBoldTitle {
    font-weight: bold;
    font-size: 13px;
    line-height: normal;
    color: #000000;
    margin-bottom: 6px;
}
.twoTabFaqBox
{   width: 100%;
    display: inline-block;   
}
.twoTabFaqBox .nav-link {
    position: relative;
    background-color: #1a1a1a;
    padding: 15px 15px 15px 42px;
    color: #939393;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    border: 0;
    border-radius: 0;
    margin-bottom: 6px;
    width: 100%;
    display: inline-block;
}
.twoTabFaqBox .nav-link:hover, .twoTabFaqBox .nav-link.active
{   color: #fff;
    background-color: #006EBE;
}
.tabFaqIcon
{   position: relative;
}
.tabFaqIcon:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #939393;
}
.active.tabFaqIcon:after {
    content: "\f107";
    color: #FF641E;
    left: 16px;
    top: 14px;
}
.homeSliderCon {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.homeSliderCon .carousel {
    position: relative;
    height: calc( 100vh - 79px);
    /* min-height: 350px; */
}
.homeSliderCon .carousel
{   
}
.arrowBoxCon
{   width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.slideTextCOn p {
    color: #1a1a1a;
    font-size: 13px;
    line-height: normal;
}
.slideTextCOn .readMore 
{   font-size: 12px;
}
.twoFaqDescriptionTitle {
    color: #ffffff;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
} 
.twoFaqDescriptionTitleIcon {
    position: relative;
    padding-left: 30px;
}
.twoFaqDescriptionTitleIcon::before
{
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 27px;
    line-height: 20px;
    color: #FF641E;
}
.homeSliderCountNumber {
    position: inherit !important;
    float: none;
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.homeSliderCountNumber li {
    display: none;
    width: auto;
    height: auto;
    background: transparent;
    padding: 0;
    margin: 0;
    text-indent: initial;
    flex: none;
    border: 0;
}
.homeSliderCountNumber li.active
{   display: inline-block;
}
.twoFaqDescriptionList {
    margin-top: 18px;
}
.faqListBoxTitleBox {
    font-size: 15px;
    line-height: normal;
    color: #adadad;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 12px 38px 12px 0;    
    position: relative;
}
.faqListBox
{   border-bottom: 1px solid #727272;
}
.faqListBox:first-child
{ border-top: 1px solid #727272;
}

.faqListBoxTitle {
    width: 100%;
    display: inline-block;
    color: #ffffff !important;
    text-align: left;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    cursor: pointer;
}
.collapsed.faqListBoxTitle
{ color: #adadad !important;
}
.faqListBoxTitleIcon
{   position: relative;
    padding-left: 21px;
}
.faqListBoxTitleIcon::before {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: -2px;
    font-size: 20px;
    line-height: 20px;    
    color: #FF641E;
}
.collapsed.faqListBoxTitleIcon::before 
{   content: "\f105";
    color: #adadad;
    left: 3px;
}
.faqPdfBox {
    position: absolute;
    right: 12px;
    top: 12px;
}
.faqPdfBox img
{    width: 18px;
}
.faqDescriptionCon {
    padding: 15px 0;
    width: 100%;
    display: inline-block;
}
.faqOrangeTitle {
    color: #f16522;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 18px;
}
.faqWhiteTitle {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
}
.faqDescriptionCon p {
    color: #fff;
    font-size: 14px;
    line-height: normal;
}
.faqDesList {
    margin: 0;
    padding: 0;
    list-style-type: decimal;
    padding-left: 18px;
}
.faqDesList li {
    margin: 0;
    padding: 9px 0;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    list-style-type: decimal;
    display: list-item;
}
.twoFaqDescriptionCon {
    /* max-height: 480px;
    overflow-x: hidden;
    padding-right: 24px; */
}   
.twoFaqDescriptionList{
    max-height: 480px;
    overflow-x: hidden;
    padding-right: 24px;
}
.of-select select{
    background: #f16522;
    border: 0;
    color: #fff;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    line-height: normal;
    border-radius: 0;
    max-width: 100%;
    margin-bottom: 15px;
}
.reportsListUi.reportsListUiNew{

}
.reportsListIcon{
    font-size: 24px;
    line-height: 18px;
    color: #828282;
}
.reportsListUi li a:hover .reportsListIcon{
    color: #f16522;
}
.reportsListUiNew .reportsListPdf{
    font-size: 21px;
    line-height: 21px;
    color: #828282;
}
.reportsListUi li a:hover .reportsListPdf{
    color: #f16522;
}
.reportsListUi.reportsListUiNew li a{
    color: #fff;
}
.reportsListUi.reportsListUiNew li:last-child a{
    border-bottom:1px solid #adadad;
}
.reportsListUi .reportsListIcon .fa{
    line-height: 0;
}
.title-box-bg {
    background-color: #ececec;
    padding: 14px 15px;
}
.title-box-bg .twoFaqDescriptionTitle{
    color: #005da8;
	margin-bottom:0;
}
.bBgColor{
    background: #005da8 !important;
}
.wColor{
    color: #ffffff !important;
}
.reportsListUi.reportsListUiNew li a{
    color: #fff;
}
.aqua-border-color li a{
    border-color: #00ffff !important;
}
.table{
    color: #000000;
}
.table th{
    color: #FF641E;
}
.table td{
    color: #000000;
}
.table td, .table th{
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    border-color:#a6a6a6;
}
.table thead th {
    border-bottom: 1px solid #a6a6a6;
}
.nav-link-sub {
    margin-left: 30px;
    width: calc(100% - 30px) !important;
    background-color: #666666 !important;
    color: #adadad !important;
}
.nav-link-sub.active {
    color: #ffffff !important;
}

.threeBoxCon{
    background-color: #21409a;
    padding: 0 30px 30px 30px;
    min-height: 520px;
}
.threeBoxTitle {
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    width: auto;
    display: inline-block;
    max-width: 90%;
}
.threeBoxList .reportsListUi .reportsListPdf{
    color: #FF641E !important;
}



.qtpyCol{
    width: 100%;
    display: inline-block;
    padding: 8px 0;
}
.qtpyUl{
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
}
.qtpyUl ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}
.qtpyUl ul li{
    margin: 0;
    padding: 6px 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}
.qtpyUl ul li a {
    margin: 0;
    padding: 9px 48px 9px 15px;
    list-style: none;
    width: 100%;
    display: inline-block;
    position: relative;
    background-color: #0072b9;
}
.qtpyQno {
    color: #ffffff;
    font-size: 30px;
    line-height: normal;
    font-weight: bold;
    margin-right: 15px;
}
.qtpyTitle {
    color: #ffffff;
    font-size: 21px;
    line-height: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.qtpyPdf{
    color: #eb5a24;
    font-size: 21px;
    line-height: normal;
    position: absolute;
    right: 15px;
    top: 15px;
}
.qtpyPdf {
    color: #eb5a24;
    font-size: 21px;
    line-height: normal;
    position: absolute;
    right: 15px;
    top: 18px;
}


.qtpyUl .qtpyPdf .fa
{   display: none;
}
.qtpyUl .qtpyPdf:after {
    content: '';
    background-image: url(./images/pdf-o.png);
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 20px;
    height: 20px;
    display: inline-block;
}


.titleColorFixd .faqListBoxTitle{
    color: #000000 !important;
}
.titleColorFixd .faqDescriptionCon p{
    color: #000000 !important;
    font-weight: 500;
}
.graySmallBoldUl li{
    color: #000000 !important;
    font-weight: 500;
}
.twoFaqDescriptionCon.nhFixed{
    height: auto;
    overflow: initial;
    max-height: initial;
}
.numberSlideDot.titleSlideDot {
    position: relative;
    width: 220px;
    float: right;
    text-align: left;
}   
.titleSlideDot .numberSlideDotUl li a{
    font-size: 11px;
    line-height: normal;
}
.titleSlideDot .numberSlideDotUl li{
    margin: 3px 0;
}
.stock-con {
    background: #006EBE;
    text-align: center;
    padding-top: 13px !important;
    padding-bottom: 12px !important;
}
.stock-link {
    color: #ffffff;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 2px;
    font-weight: 400;
}
.submenuIcon {
    display: none;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 7px;
    background: #000000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 9;
    border: 0;
    box-shadow: none;
}
.menu_header li.dropdown.show .fa-plus:before{
    content: "\f068";
}
.header-menu-fixd {
    width: 100%;
    display: inherit;
}

.slider-box-fixd{
    height: 320px;
    overflow-x: hidden;
}

.home-popup-auto-con .modal-body{
    padding: 42px 30px 30px;
}
.close-popup{
    color: #000000;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 100;
    font-size: 18px;
    line-height: normal;
    z-index: 3;
}
@media(min-width:992px) {
    .leftmenutrigger {
        display: block;
        display: block;
        margin: 7px 20px 4px 0;
        cursor: pointer;
    }
    #wrapper {
        padding: 90px 15px 15px 15px;
    }
    .navbar-nav.side-nav.open {
        left: 0;
    }
    .navbar-nav.side-nav {
        background: #585f66;
        box-shadow: 2px 1px 2px rgba(0, 0, 0, .1);
        position: fixed;
        top: 56px;
        flex-direction: column!important;
        left: -220px;
        width: 200px;
        overflow-y: auto;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px
    }
}

@media only screen and (min-width: 1100px) {
    .width-5 {
        width: 5%
    }
    .width-7 {
        width: 7%
    }
    .width-10 {
        width: 10%
    }
    .width-13 {
        width: 13%
    }
    .width-12 {
        width: 12%
    }
    .width-14 {
        width: 14%
    }
    .width-18 {
        width: 18%
    }
    .width-9 {
        width: 9%
    }
    .width-8 {
        width: 8%
    }
    .width-4 {
        width: 4%
    }
    .width-10 {
        width: 10%
    }
    .width-15 {
        width: 15%
    }
    .width-20 {
        width: 20%
    }
    .width-23 {
        width: 23%
    }
    .width-25 {
        width: 25%
    }
    .width-30 {
        width: 30%
    }
    .width-35 {
        width: 35%
    }
    .width-40 {
        width: 40%
    }
    .width-45 {
        width: 45%
    }
    .width-50 {
        width: 50%
    }
    .width-55 {
        width: 55%
    }
    .width-60 {
        width: 60%
    }
    .width-65 {
        width: 65%
    }
    .width-70 {
        width: 70
    }
    .width-75 {
        width: 75%
    }
    .width-80 {
        width: 80%
    }
    .width-85 {
        width: 85%
    }
    .width-90 {
        width: 90%
    }
    .width-95 {
        width: 95%
    }
    .width-100 {
        width: 100%
    }
    .table-layout-fixed {
        table-layout: fixed
    }
    .width-400 {
        width: 400px;
        padding-right: 0px
    }
}
@media(min-width:1200px) {
    .menu_header li:hover > ul
    {   display: inline-block;
    }
}
@media only screen and (max-width: 1400px) {
    .fundingBgTitle {
        font-size: 66px;
        line-height: 66px;
    }
}

@media only screen and (max-width: 1350px) {
    .bigTitle {
        font-size: 42px;
    }
    .homeSlideDesPadding {
        padding-right: 0;
    }
    .fundingBgTitle {
        font-size: 54px;
        line-height: 54px;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-brand img {
        width: 150px;
        height: auto;
        max-width: 100%;
    }
    /* .navbar {
        padding: 12px 0;
    } */
    /* .menu_header li a {
        padding: 16px 0;
    } */
    .menu_header li {
        margin: 0 16px;
    }
    .footerLogo {
        margin-bottom: 0;
    }
    .bigTitle {
        font-size: 36px;
    }
    .homeBennerIconBox img {
        width: 120px;
    }
    .lgTitle {
        font-size: 30px;
    }
    .mb-5 {
        margin-bottom: 2rem!important;
    }
    .pageBennerBox {
        min-height: 550px;
        height: calc( 110vh - 70px);
    }
    .numberSlideDot {
        top: 40%;
    }
    .spacePage {
        padding-left: 60px;
    }
    .analystBox {
        padding: 30px 48px;
    }
    .fundingBgTitle {
        font-size: 48px;
    }
    .fullUl li {
        font-size: 13px;
        margin: 4px auto;
    }
    .footerLogo {
        padding-right: 0;
    }
    .footerUl li a {
        font-size: 14px;
    }
    .StockBtn {
        font-size: 10px;
    }
    .headerStockBtn {
        margin: 0 6px;
    }
    .boxTopTitle
    {   font-size: 42px;
        line-height: 42px;
    }
    .bennerTitle
    {   font-size: 27px; line-height: 27px;
    }
    .slideTextCOn
    {   padding: 9px;
    }
    /**/
    .menu_header li.dropdown > a::after{
        display: none;
    }
    .submenuIcon{
        display: inline-block;
    }
    header .container {
        padding: 0;
        max-width: 100%;
    }
    .navbar-collapse {
        background: #006EBE;
        /* padding: 15px; */
        position: relative;
        width: 100%;
        /* left: 0; */
        /* top: 70px; */
        z-index: 9;
        padding: 12px 0;
        /* overflow-y: scroll !important; */
        /* height: calc(100vh - 130px)!important; */
    }
    header .container-fluid {
        padding: 0;
    }
    .navbar-toggler {
        padding: 0;
        margin: 0 15px;
    }
    .menu_header li {
        margin: 0 auto;
        text-align: left;
        width: 100%;
        display: inline-block;
    }
    .menu_header li a {
        padding: 12px 48px 12px 15px;
        width: auto;
        display: inline-block;
        font-size: 16px;
    }
    .menu_header ul {
        position: initial;
        width: auto;
        margin-left: 42px;
    }
    .menu_header ul li a {
        padding: 11px 15px;
        font-size: 14px;
    }
    .menu_header li.dropdown > a::after {
        right: 6px;
    }
    .navbar-brand {
        margin: 0 15px;
    }
    body {
        padding-top: 70px;
    }
    .stock-con {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .homeSliderCon .carousel {
        height: calc( 100vh - 70px);
    }
    ul.dropdown-menu.show {
        position: relative;
        width: 100%;
        margin: 0;
        display: inline-block;
    }
    .menu_header ul{
        margin-left: 0;
    }
    .header-menu-fixd {
        width: 100%;
        display: inline-block;
        padding: 15px 0;
        overflow-x: hidden;
        height: calc(100vh - 70px);
    }
    /**/
}

@media only screen and (max-width: 991px) {
    
    .footerCol {
        margin: 4px auto;
    }
    .footerTop {
        padding-top: 21px;
        padding-bottom: 21px;
    }
   
    .stock-con {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    .stock-link {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .navbar-brand {
        margin: 0 15px;
    }
    
    #Homefullpage {
        padding-top: 72px;
    }
    .section.fp-section {
        padding: 30px 0;
    }
    .homeSlideBoxText {
        padding: 18px 0;
    }
    .pageBennerBox {
        min-height: 500px;
    }
    .sectionCon {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .pageBennerCaption {
        /* padding-top: 10%; */
    }
    .paddingTopBig {
        padding-top: 30px;
    }
    .pageRightboxpadding {
        padding-left: 15px;
    }
    .latestFinancialBox {
        margin: 15px auto;
    }
    .analystBox {
        padding: 24px 30px;
    }
    .analystLogoHightCon {
        min-height: 90px;
    }
    .pdfBoxIcon {
        width: 24px;
    }
    .carousel-indicators.sliderUlTitle {
        margin-bottom: 30px;
    }
    .mdTitle {
        font-size: 21px;
    }
    .fundingBgTitle {
        font-size: 42px;
    }
    .menuIconCon li a {
        width: 100%;
        display: inline-block;
        padding: 12px 0;
    }
    .headerStockBtn {
        border: 0;
        color: #dddddd !important;
        font-size: 14px !important;
        line-height: normal !important;
        text-transform: initial;
        margin: 0;
        font-weight: 400;
    }
    .boxTopTitle
    {   font-size: 36px;
        line-height: 36px;
    }
    .blackBoldTitle
    {   font-size: 16px;
    }
    .bennerTitle {
        font-size: 21px;
        line-height: 21px;
        margin-bottom: 9px;
    }
    .slideTextCOn p
    {   font-size: 12px;
    }
    .threeBoxCon{
        padding: 21px;
    }
    .threeBoxCol {
        padding: 15px 0;
    }
    .navbar-toggler{
        background-color: transparent !important;
    }
    body {
        padding-top: 70px;
    }
    .menu_header li.dropdown > a::after{
        color: #ffffff;
    }
    .homeSliderCon .carousel {
        height: calc( 100vh - 70px);
    }
    
}

@media only screen and (max-width: 899px) {
    #Homefullpage {
        padding-top: 80px;
    }
    .section.fp-section {
        padding: 0;
        height: auto !important;
    }
    .fp-tableCell {
        height: auto !important;
        display: inline-block !important;
    }
    .homeSlideSection {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .footerLogo img {
        width: 140px;
    }   
    .navbar-toggler {
        font-size: 24px;
    }
    .navbar-collapse {
        /* top: 70px; */
    }
    .bigTitle {
        font-size: 30px;
    }
    .sectionCon {
        padding-top: 42px;
        padding-bottom: 42px;
    }
    .pageRightboxpadding {
        padding-left: 0;
    }
    .orangeMdText {
        font-size: 14px;
        font-weight: 600;
    }
    .spacePage {
        padding-left: 60px;
    }
    .pageBennerIcon img {
        width: 140px;
    }
    .pageBennerDescri {
        padding-right: 60px;
        margin: 18px auto 18px;
    }
    .lgTitle {
        font-size: 24px;
    }
    .pageBennerCaption {
        /* padding: 30px; */
        min-height: 450px;
    }
    .annualReportsLeft {
        padding: 30px 15px;
        text-align: center;
    }
    .annualReportsRight.reportsListBox {
        padding: 30px;
    }
    .numberSlideDot {
        display: none;
    }
    .paddingTopBig {
        padding-top: 0;
    }
    .pageRightSection {
        padding-top: 24px;
    }
    .bennerBottomArrowIcon img {
        width: 24px;
    }
    .pageBennerImg {
        overflow: hidden;
        height: 400px;
    }
    .pageBennerImg img {
        width: auto;
        height: auto;
        max-width: initial;
    }
    .homeSlideSection {
        padding-top: 42px;
        padding-bottom: 42px;
    }
    ::-webkit-scrollbar {
        width: 6px;
    }
    .boxUpMargin {
        margin-top: 0;
    }
    .imgTextDesBox {
        padding: 30px;
        margin-left: 15px;
    }
    .boxMarginTop {
        margin-top: 30px;
    }
    .mdText {
        font-size: 14px;
    }
    .sliderDotTitle {
        font-weight: 600;
    }
    .sliderBoxDesCol {
        margin-top: 0;
    }
    .carousel-control-next.sliderArrows {
        top: 50%;
        bottom: inherit;
        right: -24px;
    }
    .carousel-control-prev.sliderArrows {
        left: -24px;
        bottom: inherit;
        top: 50%;
    }
    .slideBoxsImageCon {
        padding: 0;
    }
    .boxTopTitle
    {   font-size: 30px;
        line-height: 30px;
    }
    .blackBoldTitle
    {   font-size: 14px;
    }
    .homeSliderCon .carousel
    {   height: 100%;
    }
    .pageBennerBox {
        min-height: 400px;
    }
    .twoFaqDescriptionCon {
        margin-top: 30px;
    }
    .arrowBoxCon
    {   position: inherit;
    }
    body {
        padding-top: 70px;
    }
    .home-popup-auto-con .modal-body{
        padding: 42px 15px 15px;
    }
}

@media only screen and (max-width: 575px) {
    .bigTitle {
        font-size: 21px;
    }
    .lgTitle {
        font-size: 21px;
    }
    .homeSlideBoxText {
        padding: 6px 0;
    }
    .spacePage {
        padding-left: 30px;
    }
    .orangeMdText {
        font-size: 13px;
    }
    .whiteSmText {
        font-size: 14px;
    }
    .orangeLefticonTop::before {
        left: -21px;
        width: 15px;
        height: 15px;
    }
    .pageBennerDescri {
        padding-right: 30px;
    }
    .mt-5 {
        margin-top: 2rem!important;
    }
    .spacePage {
        padding-left: 0;
    }
    .smLogoIcon {
        width: 150px;
    }
    .mb-5 {
        margin-bottom: 21px !important;
    }
    .pageBennerCaption {
        /* padding-top: 48px; */
    }
    .boxTopTitle
    {   font-size: 24px;
        line-height: 24px;
    }
    .pageBennerBox {
        /* min-height: 300px; */
    }
    .homeSliderLineUl
    {  padding: 18px 0 15px;
    }
    body{
        font-size: 12px;
    }
}
/* .homeSliderLineUl li.active - .col
{       color:red;
} */

.countNone{
    display: none;
}
.countNone.active{
    display: inline-block;
}
.stock-con iframe{
	height:30px !important;
}
.stock-col{
	height:34px !important;
    line-height: 34px;
}
.stock-col a{
    color: #ffffff;
}
.BodSliderTitleCon-1 {
    position: absolute;
    bottom: 0;
    /* right: 0; */
    margin: 0;
    padding: 12px 15px;
    background: #000;
    width: 255px;
    max-width: 100%;
}
.BoardSliderCol img {
    width: 100%;
}
.ReadMoreBtn {
    /* position: absolute; */
    /* bottom: 0; */
    /* right: 0; */
    /* margin: 0; */
    padding: 12px 15px;
    background: #000;
    width: 200px;
    max-width: 100%;
}
.btn {
    border: 2px solid #000;
    background: #000;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    border-radius: 0;
    text-align: center;
    padding: 8px;
    font-weight: 500;
    min-width: 140px;
}
.btn a {
    color:#fff;
	text-align:center;
}
.blCol{
    color: #006ebe;
}

.brNone ul.reportsListUi li a br {
	display:none;
}
.noticeInfo {
    padding: 10px;
    border: 1px solid #000;
    margin: 20px 0px;
}


.blueBoxFaqFixd {
    max-height: 380px;
    overflow-x: hidden;
}
.view-pro-link {
    text-decoration: inherit;
    color: #FF641E;
    margin-top: 6px;
    width: auto;
    display: inline-block;
    font-weight: 600;
}
.view-pro-link:hover{
    text-decoration: inherit;
    color: #FF641E;
    opacity: 0.8;
}
.pro-popup-box .modal-content{
    border-radius: 0;
}
.pro-popup-box .modal-header {
    position: relative;
    background: #006ebe;
    border-radius: 0;
    padding-right: 60px;
}
.pro-popup-box .modal-header .close {
    position: absolute;
    right: 18px;
    top: 4px;
    font-size: 36px;
    line-height: normal;
    color: #fff;
    opacity: 1;
    z-index: 1;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
.pro-popup-box .fullUl li{
    font-weight: 400;
}