@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Assistant&family=Comfortaa:wght@500&family=Nunito:wght@600&family=Open+Sans&family=Oxygen&family=PT+Sans&family=Quicksand&family=Roboto&display=swap");
*, *:before, *:after {
    box-sizing: border-box;
}
body {
  overflow-x: hidden;
}

.stock-logo img {
  height: 35px;
}

ul{
  line-height: 2em;
}

ul li{
  line-height: 30px;
  font-weight: 400;
  font-size: 12px;
  font-family: 'Comfortaa', cursive;
}

a {
  text-decoration: none;
  color: #162648;
}

a:hover {
  text-decoration: none;
  color: #162648;
}


h1{
  font-size: 35px;
  font-weight: bold;
}

h2{
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: 24px;
}

h4{
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: 18px;
  line-height: 1.3;
}

h5{
  font-size: 16px;
  color: #000;
}

p{
  font-family: 'Comfortaa', cursive !important;
  font-size: 14px;
  line-height: 1.7;
  color: #000 !important;
}

.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: 'Comfortaa', cursive;
}

.stock-features .text {
  font-family: 'Comfortaa', cursive;
}

.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: 'Comfortaa', cursive;
}

.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: 'Comfortaa', cursive;
}

.footer-list li{
  padding-right: 10px;
}

.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: 'Comfortaa', cursive;
  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: 'Comfortaa', cursive;
  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: #263045;
}

.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("assets/theme1/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;
} 

/*----Contact page css end---*/



/*----videos page css start---*/



/*----videos page css end---*/
