
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;500;700&family=Josefin+Sans:wght@300;400;600;700&display=swap');


*, *:before, *:after {
    box-sizing: border-box;
}
body {
overflow-x: hidden;
font-size: 16px;
line-height:1.2;
font-family: 'Josefin Sans', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;    
}
.stock-logo img {
  height: 35px;
}

ul{
  line-height: 2em;
}

ul li{
  line-height: 30px;
  font-family: 'Josefin Sans', sans-serif;
}

a {
  text-decoration: none;
  color: #162648;
}

a:hover {
  text-decoration: none;
  color: #162648;
}


h1, h2, h3, h4, h5, h6, p {
font-family: 'Josefin Sans', sans-serif;
}


h1{
  font-size: 35px;
  font-weight: bold;
}

h2{
  font-size: 32px;
}

h4{ 
  font-size: 18px;
  line-height: 1.3;
}

h5{
  font-size: 16px;
  color: #000;
}

p{ 
  line-height: 1.4;
  color: #000 !important;
}

.custom-content {
    min-height: calc(100vh - 125px);
}

.navbar-expand-lg .navbar-nav .nav-link{
font-size: 12.7px;
font-weight: 600;
}


.text-dark{
  color: #343a40!important;
}

.font-weight-bold{
  font-weight: bold !important;
}

.align-self-center{
  align-self: center;
}

.bg-dark-blue{
  background-color: #162648;
}

.d-flex{
  display: flex;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.list-unstyled{
  list-style: none;
}

.text-white{
  color: #fff;
}

.w-100{
  width: 100%;
}

.stock-stories{
  overflow-y: scroll;
  height: 309px;
}

/*---searchbox css start-----*/
.search-box {
  position: relative;
}

.search-box input {
  border: 0;
  font-size: 15px;
}

.search-box .input-group-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #7582b7;
}

.search-box .input-group-btn button {
  background-color: transparent;
  border: 0;
  padding: 4px 8px 5px 9px;
  color: rgba(0, 0, 0, .4);
  font-size: 18px;
}

.search-box .input-group-btn button:hover,
.search-box .input-group-btn button:active,
.search-box .input-group-btn button:focus {
  color: rgba(0, 0, 0, .4);
}

/*----search box css end---*/



/*----slider button css start----*/
button#slideLeft {
  background-color: #162648;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

button#slideRight {
  background-color: #162648;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
/*----slider button css end----*/


/*----slider css start----*/
.stock-features .title {
  font-family: 'Josefin Sans', sans-serif;
}

.stock-features .text {
  font-family: 'Josefin Sans', sans-serif;
}

.homeSliderCard {
  min-width: 200px;
  max-width: 200px;
  height: 120px;
}

.scrollcontainer {
  scroll-behavior: smooth;
  margin-bottom: -17px;
  min-height: 55px;
}

.sliderBtnNav {
  position: absolute;
  top: 60px;
  bottom: 0px;
}

.rightBtnNav {
  right: 0;
  margin-right: 0px;
}

.leftBtnNav {
  margin-left: -10px;
  z-index: 111 !important;
}

.btn-outline-secondary {
  background-color: white;
}

/*----slider css end----*/


.search-button .btn {
  background-color: #7583b7;
}

.markets .stock-ticker {
  display: inline-block;
  width: 100%;
  padding: 0 15px 0 0;
  color: #262626;
  font-size: 18px;
  text-align: center;
}

.markets .stock-ticker .stock-ticker-change {
  color: #f34146!important;
}

.stock-ticker .stock-ticker-name {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 26px;
}

.stock-ticker-points-change {
  color: #f34146;
}

.stock-ticker-change-pos {
  color: #81c14f;
}

.stock-ticker-points-change-pos {
  color: #81c14f;
}

.business-table span {
  font-family: 'Josefin Sans', sans-serif;
}

.business-table {
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
}

.text-decoration-none {
  text-decoration: none!important;
}

#sticky-footer p {
  font-family: 'Josefin Sans', sans-serif;
}

.footer-list li{
font-size: 13px;    
padding-right:5px;
}

.footer-section h5 {
  font-family: 'Josefin Sans', sans-serif;
}

.table-text td h3{
 font-family: 'Josefin Sans', sans-serif;
}

.table-text a {
  color: #000;
  text-decoration: none;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.table-text a:hover {
  color: #007bff;
  text-decoration: none;
}

.stock-table tr td {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
}

.stock-images tr td img {
  width: 100%;
  object-fit: contain;
  height: 110px;
}

.stock-table-title h6 {
  background-color: #162648;
}

.stock-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.stock-section h2 {
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 0;
}


footer#sticky-footer {
  background-color: #162648;
}

.btn-custom {
  background-color: #162648;
}

button:focus {
  outline: none !important;
}

.stock-banner-images img {
  height: 320px;
  object-fit: contain;
  width: 100% !important;
}

.card small{
  color: #000;
}

.stockprice-category .entity {
  display: flex;
  align-items: center;
}

.stockprice-category .line {
  height: 0px;
  border-top: 1px solid gray;
  margin-left: 11px;
  flex-grow: 1;
}

.stockprice-category .badge-1 {
  background-color: #162648;
  position: absolute;
  top: 10px;
  left: 30px;
  color: white;
  padding: 6px 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}

.stockprice-category h2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.stockprice-category p{
    color: #000 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.stockprice-videos p{
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*----articel page css start---*/

.page-item.active .page-link {
    background-color: #162648 !important;
    border-color: #162648 !important;
}

.article-image img{
      height: 200px;
    width: 100%;
    object-fit: cover;
}


.heading-banner{
  background-image: url("../img/sectionbanner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
  width: 100%;
}

.article-details img {
    /* height: 430px;
    object-fit: cover; */
     width: 100%;
}

.article-ads img{
  height: 180px;
  width: 100%;
  object-fit: cover;
}
/*----articel page css end---*/



/*----Contact page css start---*/

.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.contact .heading h2 span {
    color: #ff9100;
}

.contact .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: #162648;
    color: #ffffff;
}

.contact .title h3 {
    font-size: 18px;
    font-weight: 600;
}

.contact .title p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 1.6;
    margin: 0 0 40px;
}

.contact .content .info {
    margin-top: 30px;
}
.contact .content .info i {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #02434b;
    margin-right: 20px;
    text-align: center;
    width: 20px;
}
.contact .content .info h4 {
    font-size: 13px;
    line-height: 1.4;
}

.contact .content .info h4 span {
    font-size: 13px;
    font-weight: 300;
    color: #999999;
}

.btn:focus {outline: none !important;}

/* .btn:active {outline: none;border: none;} */

.search-result-image img {
	height: 150px;
	width: 100%;
  	object-fit: cover;
}

.dropdown-menu a {
font-size: 13px;
line-height: 1.2;
}


.btn-search-submit{
background-color: #808cbc;
padding: 4px 9px;
}

.btn-search-submit i{
color: #fff;
font-size: 14px;
}

.text-dark-blue {
color: #272660 !important;
}

.trending-news-left img{
height: 303px;
width: 100%;
object-fit: cover;
}

.trending-news-right{
border-bottom: 1px solid #dee2e6;
margin-bottom: 12px;
padding-bottom: 12px;
}

.trending-news-right img{
height: 75px;
max-width: 100%;
object-fit: cover;
display: block;
margin-right: auto;
margin-left: auto;
}

.text-limit-01 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.text-limit-02 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.text-limit-03 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

.font-size-11{
font-size: 11px !important;
line-height: 1.3;
}
.font-size-12{
font-size: 12px !important;
line-height: 1.3;
}

.font-size-14{
font-size: 14px !important;
line-height: 1.2;
}

.font-size-16{
font-size: 16px !important;
line-height: 1.3;
}

.font-size-18{
font-size: 18px !important;
line-height: 1.3;
}

.font-size-20{
font-size: 20px !important;
line-height: 1.3;
}

.font-size-22{
font-size: 22px !important;
line-height: 1.3;
}

.text-dark-blue{
color: #272660 !important;
}

.btn-dark-blue{
color: #fff !important;
border-color: #162648 !important;
background-color: #162648 !important;
cursor: pointer;
}

.nav-search{
position: fixed;
/*background-color: rgb(255, 255, 255);*/
z-index: 222;
display: none;
top: 58px;
width: 100%;
}

.article-box{
border-top: 4px solid #162648 !important;
}

.article-box img{
height: 90px;
max-width: 100%;
object-fit: cover;
display: block;
margin-right: auto;
margin-left: auto;
}

.w-36{
width: 36px;
}

.signup-form select{
font-size: 13px !important;
padding: 0.25rem 0.4rem !important;
}

.invalid-feedback{
width: 81%;
}


#cs-table-box .table td:first-child{
padding: 5px 2px;
width: 300px;
}

#cs-table-box .table th:first-child{
padding: 5px 2px;
}

#cs-table-box .table td:last-child{
padding: 5px 56px 5px 0px;
}

#cs-table-box .table th:last-child{
padding: 5px 56px 5px 0px;
}


#cs-table-box .table th{
padding: 5px 10px 5px 90px;
width: 300px;
text-align: right;
}

#cs-table-box .table td{
padding: 5px 10px 5px 0px;
width: 300px;
text-align: right;
}

#main-table-box .table td:first-child{
padding: 5px 2px;
width: 300px;
}

#main-table-box .table th:first-child{
padding: 5px 2px;
}

#main-table-box .table td:last-child{
padding: 5px 0px 5px 0px;
}

#main-table-box .table th:last-child{
padding: 5px 0px 5px 0px;
}

#main-table-box .table th{
padding: 5px 0px 5px 70px;
width: 300px;
}

#main-table-box .table td{
padding: 5px 0px 5px 70px;
width: 300px;
}

@media (min-width: 1240px){
.container, .container-xl{
max-width: 1240px;
}
}

.anchorbutton {
    display: block;
    width: 115px;
    height: 25px;
    background: #4E9CAF;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 25px;
}
.article-details a{color:#0000ff;}

.lock-icon{
background-color: #dbdbdb;
padding: 4px 20px 2px;
border-radius: 4px;
}
.lock-icon i{
font-size: 22px;
color: #757575;
}
.custom-backdrop{
width: 100%;
z-index: 111;
-ms-filter: blur(5px); 
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
filter: blur(5px);
}
.btn-unlock{
position: absolute;
top: 50%;
left: 50%;
z-index: 111;
transform: translate(-50%, -50%);
}
.author-details{
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.author-details .author-img{
  display: inline-block;
  width: 35px;
  height: 35px;
}
.author-details .author-txt{margin-left: 10px;width: 80%;}
.author-details .author-img,.author-details .author-txt{clear: both;}
.author-details .author-img img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.author-details .author-txt span{color: #333}
.author-details .author-txt a{color: #3557ff;text-decoration: none;}