@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/TimesNewRomanPSMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman Cyr';
    src: url('../fonts/TimesNRCyrMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Times';
    src: url('../fonts/Times-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/TimesNewRomanPS-ItalicMT.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman Cyr';
    src: url('../fonts/TimesNRCyrMT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #272727;

}
h1,  h5{
    font-family: 'Montserrat';
    color: #000000;
}
h1{
    font-weight: 700;
    font-size: 43px;
    line-height: 50px;
    text-align: center;
}

h2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    color: #000000;

}

h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 15px;
}
img{
    max-width: 100%;
}
body a, body button{
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

body a:hover{
    text-decoration: none;
}
body a:focus, body button:focus{
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.cta {
    background-color: #50B8E7;
    border: 1px solid #91DDFF;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    padding: 20px 46px;
}
.cta:hover{
background-color:#113542;
border-color: #113542;
color: #ffffff;
}

/*----- header style start -------*/

.top-header a.navbar-brand {
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width: 120px;
}
.header-row {
    align-items: center;
}

ul.navbar-nav .nav-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 40px;
}

ul.navbar-nav .nav-item .header-dropdown {
    position: absolute;
    width: 250px;
    left: 0px;
    top: 112%;
    padding-left: 0px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

ul.navbar-nav .nav-item .header-dropdown ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.navbar-nav .nav-item span.dropdown_toggle {
    font-size: 12px;
    margin-left: 8px;
}

nav.navbar {
    padding: 0px;
}
.top-header {
    padding-top: 35px;
}
.bottom-header {
    position: relative;
    z-index: 99;
}

.site-header .navbar-nav .nav-link {
    padding: 55px 0px;
    color: #272727;
    font-size: 20px;
    line-height: 25px;
}
.site-header .navbar-nav .nav-link .nav-icon {
    display: none;
}

.site-header .navbar-nav .header-dropdown .nav-link {
    padding: 6px 15px;
    font-size: 18px;
    width: 100%;
    display: block;
}
.top-header .button-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.serch-form-header {
    width: 100%;
    position: relative;
        max-width: 582px;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.serch-form-header .form-control {
    width: 100%;
    margin: 0px;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    border-width: 0px 0px 1px 0px;
    color: #272727;
    font-size: 20px;
    line-height: 24px;
    padding: 12px 40px 12px 20px;
    margin-right: 0px !important;
}

.serch-form-header button {
    position: absolute;
    right: 0px;
    top: 8px;
    border: 0px;
    color: #272727;
    font-size: 17px;
        background-color: transparent;
}


.site-header .navbar-nav .header-dropdown li.nav-item {
    margin: 0px;
}
.market-indices-slider {
    display: flex;
}

.market-indices-slider .indices-item {
    padding: 7px 40px;
    border-right: 1px solid #37545F;
}

.marquee-slider {
    overflow-x: hidden;
}

.market-indices-wrapper {
    background-color: #113542;
    padding: 4px 0px;
        overflow-x: hidden;
    width: 100vw;
}
.market-indices-wrapper .marquee{
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
        display: flex;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.indices-item i {
    color: #08B050;
    border: 2px solid #08B050;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 14px;
}
.indices-item .indice-down i{
    color: #F3424D;
    border-color: #F3424D;
}
.indices-item .indice-down.indice-box .indice-text h6{
 color: #F3424D;   
}

.indice-box {
    display: flex;
}

.indice-box .indice-icon {
    width: 30px;
}

.indice-box .indice-text {
    width: calc(100% - 30px);
    padding-left: 10px;
}

.indice-box .indice-text h5 {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0px;
}

.indice-box .indice-text h6 {
    color: #08B050;
    font-size: 12px;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat';
}


/*----- header style end -------*/


/******----allnews-section css start hear------*******/

.sub-head {
    position: relative;
    padding-right: 100px;
    width: max-content;
}

.sub-head:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 78px;
    height: 1px;
    margin: auto;
    background-color: #4EB9E7;
}

.image-box {
    border-radius: 5px;
    text-align: center;
}

.image-box img {
    border-radius: 5px;
}

.mtop {
    margin-top: 20px;
}

.week-name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #BABABA;
}

.trade-news-box .text-box {
    padding-top: 26px;
}

.inner-section-imgbox {
    padding-bottom: 70px;
    border-bottom: 1px solid #CCCCCC;
}

.Load-more {
    background: white;
    width: max-content;
    padding: 0px 20px;
    margin: 0 auto;
    margin-top: -30px;
}

section.allnews-section {
    padding: 50px 0px 120px;
}

section.Premium-section {
    padding-top: 50px;
}
section.Podcast-section {
    padding-top: 50px;
}

.post-wrapper.post-image-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-wrapper.post-image-left .post-image {
    width: 165px;
    height: 165px;
    overflow: hidden;
    border-radius: 5px;
}

.post-wrapper.post-image-left .post-text {
    width: calc(100% - 165px);
    padding-left: 30px;
}

.sidebra-left .post-wrapper.post-image-left .post-text {
    width: calc(100% - 300px);
    padding-left: 30px;
}
.post-wrapper.post-image-left .post-text h5 a {
    color: inherit;
}

.post-wrapper.post-image-left:not(:last-child) {
    margin-bottom: 21px;
}
/*.image-box.video-box {
    position: relative;
    padding-top: 68%;
    overflow: hidden;
    border-radius: 5px;
}*/

.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    border-radius: 5px;
    overflow: hidden;
     padding-top: 70%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.videoPoster:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.5);
    background-image: url(../images/play-button.png);
    background-repeat: no-repeat;
    background-position: center;
        background-size: 55px;
}

/******----allnews-section css end------*******/

h3.headh3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 34px;
    display: flex;
    align-content: center;

}

section.Headlines-section {
    padding-top: 50px;
}

h3.headh3 i {
    padding: 5px 15px 0px 0px;
}
section.Opinion-section {
    padding: 34px 0px 0;
}

.Success-box {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 0px 40px;
    height: 100%;
}

.Success-box .image-box {
    padding-top: 20px;
}
.Success-box .text-box {
    padding: 30px 0px 0px;
    position: relative;
}

.Success-box .text-box:after {
    position: absolute;
    content: "";
    width: 163px;
    height: 1px;
    background: #4eb9e7;

}
.Business-box .text-box {
    padding: 30px 0px;
}

.Business-box .text-box:not(:last-child) {
    border-bottom: 1px solid #CCCCCC;
}






.Opinion-section .post-wrapper.post-image-left .post-text {
    width: calc(100% - 315px);
    padding-left: 30px;
}
.Opinion-section .post-wrapper.post-image-left .post-image {
    width: 273px;
    height: 165px;
    overflow: hidden;
    border-radius: 5px;
}
.Opinion-section .post-wrapper:not(:last-child) {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0;
}
.inner-Opinion-row {
    padding: 0px 0px 0px;
     border-bottom: 1px solid #CCCCCC;
      border-top: 1px solid #CCCCCC;
}


.Opinion-section .post-wrapper{
    padding: 20px 25px 20px;
}
.Opinion-section .Opinion-post-box {
    border-left: 1px solid #CCCCCC;

}


.banner-Webadd {
    padding: 15px 0px 0px;
}


.sidebra-left .post-wrapper.post-image-left .post-image {
    width: 300px;
    height: 205px;
    overflow: hidden;
    border-radius: 5px;
}

/*.sidebra-left .post-wrapper.post-image-left .post-text {
    max-width: 503px;
    width: 100%;
}*/


.update-stock {
    display: flex;
    align-items: center;
    margin: 0px 0px 34px;
}


.update-stock .cta-btn {
    border-radius: 50px;
    padding: 18px 40px;
    text-transform: uppercase;
    margin: 0px 34px 0px 0;
}

.cta-btn:hover {
    background-color: #113542;
    border-color: #113542;
    color: #ffffff;
}


.footer-top-sec .cta-btn:hover {
    background-color: #dcf0fa;
    border-color: #113542;
    color: #000000;
}

.col2-padd ul li:hover  {
    background: #dcf0fa;
}

.col2-padd ul li:hover i {
   color: #3697cd;
}
.col2-padd ul li {
cursor: pointer;
}
.week-name {
    margin: 0;
}


/*----tabs css start----*/



.tabs a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid #CCCCCC;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

 .tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #fff;
    color: #113542;
    cursor: default;
    border-bottom: 2px solid #113542;
}
.side-bar-box .nav-tabs .nav-link {
    padding: 20px 0px;
}
.tabs li.nav-item {
    width: 50%;
    border: none;
}
.tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    border: unset;
    border-bottom: 2px solid #CCCCCC;
}


.tabs .nav-tabs .nav-item.show .nav-link, .tabs .nav-tabs .nav-link.active {
    border-color: unset;
}






/*----tabs css end----*/



.tab-content .post-wrapper.post-image-left .post-image {
    width: 100px;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}

.tab-content .post-wrapper.post-image-left {
    padding: 30px 0px;
    margin: 0px 35px;
}


.tab-content .post-wrapper.post-image-left:not(:last-child) {
    border-bottom: 1px solid #CCCCCC;
}

.side-bar-box {
    border-left: 1px solid #CCCCCC;
    height: 100%;
}


.tab-content .post-wrapper.post-image-left .post-text {
    width: calc(100% - 100px);
    padding-left: 25px;
}


.Top-Story-header {
    padding-top: 30px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 50px;
}

.sidebra-left .post-wrapper.post-image-left {
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
}


.Featured-box {
    border-top: 1px solid #CCCCCC;
    padding: 40px;
}
.LatestNews-header h3 {
    margin: 0;
}
.LatestNews-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 25px 34px 0px;
    border-bottom: 1px solid #CCCCCC;
}

a.Viewall {
    padding: 12px 22px;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
a.Viewall:hover {
    background: #113542;
    color: #ffffff;
}
.Latest-News-section .row {
    margin: 0px;
}

.Latest-News-section .row > div {
    padding: 20px;
    border: 1px solid #CCCCCC;
    margin-top: 0px;
    border-right: 0px;
    transition: all 0.4s linear;
    border-top: 0;
}

.Latest-News-section .row > div:hover {
    background: #CCCCCC;
}
.mobile-wive {
    display: none !important;
}

/******----footer-section css start hear------*******/

.footer-section {
    background: #113542;
    padding: 72px 0px 0px;
    color: #ffffff;
}


.inner-footer-content h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    color: #FFFFFF;
}


.inner-footer-content p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 36px;
}

.inner-footer-content input {
    padding: 18px 20px;
    margin-right: 20px;
    max-width: 737px;
    width: 70%;
    background: #FFFFFF;
    border-radius: 5px;
    border: none;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

a.cta-btn {
    padding: 18px 20px;
    background: #50B8E7;
    border: 1px solid #90DDFF;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
}

.footer-top-sec {
    border-bottom: 1px solid #37545F;
    padding-bottom: 70px;
}

.footer-middle-sec {
    padding: 70px 0px 60px;
}

.footer-section h3 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #50B8E7;
    margin-bottom: 27px;
}
.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 43px;
    color: #FFFFFF;
}

.footer-section ul li a:hover {
    color: #50b8e7;
}

.pleft {
    padding-left: 70px;
}


.copy-right .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy-right {
    padding: 20px;
    border-top: 1px solid #37545F;
}

.col2-padd {
    display: flex;
    align-items: center;
}
.copy-text p {
    margin: 0;
}

.col2-padd h3 {
    margin: 0;
    margin-right: 10px;
}


 .col2-padd ul {
    margin: 0;
    display: flex;
}

.col2-padd ul li {
    background: #50b8e7;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px;
}
.copy-text p {
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
}
.Buzzing-section {
    padding: 50px 0px 0px;
}



/******----footer-section css end------*******/



/*------ responsive start ------*/

@media (min-width: 768px){
.navbar-nav .navbar-close {
    display: none;
}

}



@media (max-width: 1439px) and (min-width: 1200px) {
    .container {
    padding: 0px 40px;
}

.sidebra-left .post-wrapper.post-image-left .post-text {
    width: calc(100% - 300px);
    padding-left: 30px;
}
}

@media (min-width: 1200px){
.container {
    max-width: 1470px;
}
ul.navbar-nav li.nav-item.has-dropdown:hover .header-dropdown {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
}

@media (max-width: 1599px) {

body {
    font-size: 14px;
    line-height: 24px;
}

h5 {
    font-size: 18px;
    line-height: 26px;
}

.week-name {
    font-size: 13px;
}
.footer-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-middle-sec ul li a {
    font-size: 16px;
    line-height: 36px;
}

.copy-text p {
    font-size: 14px;
}
.footer-middle-sec {
    padding: 50px 0px 25px;
}
}

@media (max-width: 1199px){
ul.navbar-nav li.nav-item.has-dropdown .header-dropdown {
    visibility: visible;
    opacity: 1;
    top: 100%;
        -webkit-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    display: none;
}
.site-header .navbar-nav .header-dropdown .nav-link {
    font-size: 16px;
}
.site-header .navbar-nav .nav-link {
    font-size: 16px;
    padding: 25px 0px;
}

ul.navbar-nav .nav-item {
    margin-right: 20px;
}

.dropdown_toggle i {
    transition: all 0.3s ease-in-out;
}

.dropdown_toggle.open i {
    transform: rotateX(-180deg);
}
.serch-form-header .form-control {
    font-size: 14px;
    padding: 10px 30px 10px 10px;
}
.site-header .cta {
    font-size: 16px;
    padding: 10px 25px;
}
.Success-box { 
   padding: 0px 30px 30px;
}
h1 {
    font-size: 32px;
    line-height: 38px;
}
.inner-section-imgbox {
    padding-bottom: 50px;
}
.tab-content .post-wrapper.post-image-left {
    padding: 25px 0px;
    margin: 0px 15px;
}

.tab-content .post-wrapper.post-image-left .post-text {
    padding-left: 15px;
}

.Latest-News-section .row > div {
    padding: 15px;
}

.Opinion-section .post-wrapper.post-image-left .post-text {
    padding-left: 15px;
    width: calc(100% - 275px);
}

.Featured-box {
    padding: 30px 15px;
}

.sidebra-left .post-wrapper.post-image-left .post-image {
    width: 260px;
    height: auto;
}
.sidebra-left .post-wrapper.post-image-left .post-text {
    max-width: 350px;
    width: 100%;
    padding-left: 20px;
}
.update-stock .cta-btn {
    border-radius: 50px;
    padding: 10px 30px;
    text-transform: uppercase;
    margin: 0px 15px 0px 0;
    font-size: 18px;
}

.post-wrapper.post-image-left .post-image {
    width: 115px;
    height: 115px;
}
.post-wrapper.post-image-left .post-text {
    width: calc(100% - 115px);
    padding-left: 20px;
}

}


@media (max-width: 991px) {
.pleft {
    padding-left: 15px;
}
.inner-footer-content input {
    padding: 12px 10px;
}

a.cta-btn {
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.col-div {
    order: -1;
}
h2 {
    font-size: 24px;
    line-height: 1.5;
}

h5 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
}
.sub-head {
    padding-right: 60px;
}
.sub-head:after {
    width: 40px;
}
.post-wrapper.post-image-left {
    align-items: center;
}

h3.headh3 i {
    padding: 8px 10px 0px 0px;
}


h3.headh3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.Top-Story-header {
    padding-top: 0px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
}

.LatestNews-header .headh3 {
    margin: 0;
}


.sidebra-left .post-wrapper.post-image-left .post-text {
    max-width: 410px;
    width: 100%;
    padding-left: 20px;
}
.sidebra-left .post-wrapper.post-image-left .post-image {
    width: 280px;
    height: auto;
}


.Latest-News-section .row > div:not(:nth-child(2n+1)) {
    border-right: 1px solid #CCCCCC;
}

.Opinion-section .Opinion-post-box {
    border: none;
}

.side-bar-box {
    border: none;
}
.Opinion-section .post-wrapper {
    padding: 20px 0px 20px;
}

.inner-section-imgbox {
    padding-bottom: 0px;
}
.Featured-box {
    padding: 30px 0;
}
.update-stock .cta-btn {
    border-radius: 50px;
    padding: 10px 22px;
    text-transform: uppercase;
    margin: 0px 15px 0px 0;
    font-size: 16px;
}

.sidebra-left .post-wrapper.post-image-left:not(:last-child) {
    margin-bottom: 10px;
}

.LatestNews-header {
    padding: 13px 0px 20px 0px;
}

h1 {
    font-size: 28px;
    line-height: 1.3;
}


.Buzzing-section {
    padding: 30px 0px 0px;
}
section.Headlines-section {
    padding-top: 30px;
}
section.Opinion-section {
    padding: 20px 0px 0;
}

.Buzzing-section .trade-news-box .text-box {
    padding: 0px 0px 26px;
}

 .Buzzing-section .trade-news-box .image-box{
    padding: 20px 0px 0;
}


section.Podcast-section {
    padding-top: 30px;
}

.footer-top-sec {
    padding-bottom: 40px;
}

.footer-section {
    padding: 50px 0px 0px;
}
.footer-middle-sec {
    padding: 30px 0px 20px;
}

.inner-footer-content h2 {;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 30px;
}

.inner-footer-content p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.footer-middle-sec ul li a {
    font-size: 14px;
    line-height: 1.5;
}
.footer-section h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

section.allnews-section {
    padding: 30px 0px 40px;
}

section.Premium-section {
    padding-top: 30px;
}

.Podcast-section h5 {
    margin: 15px 0px 30px;
}

.allnews-section .inner-section-imgbox {
    padding-bottom: 30px;
}
.Load-more {
    margin-top: -20px;
}
/*
.fade.show {
    opacity: 1;
    z-index: 9;
}
*/
.tab-content .post-wrapper.post-image-left {
    padding: 25px 0px;
    margin: 0px 0px;
}

}

@media (max-width: 767px) {
/*---- header nav responsive start -------*/

.top-header a.navbar-brand {
    width: 100%;
    max-width: 80px;
}

.modal-body .serch-form-header button {
    top: 0;
}
.mobile-wive {
    display: block !important;
}

.mobile-wive .btn-primary {
    background-color: transparent;
    border: transparent;
    padding: 0;
    color: #000000;
    display: flex;
}

.mobile-wive .btn-primary:hover {
    background: transparent;
    color: #113542;
    border: transparent;
    padding: 0;
}

.mobile-wive .modal-header {
    justify-content: space-between;
    padding: 1rem 40px 0px;
    border-bottom: none;

}
.mobile-wive i {
    color: #113542;
}


.mobile-wive .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}
.mobile-wive .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #113542;
    background-color: transparent;
    border-color: transparent;
}

ul.navbar-nav .nav-item .header-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    display: none;
        -webkit-transition: inherit;
    -moz-transition: inherit;
    -ms-transition:inherit;
    -o-transition: inherit;
    transition: inherit;
}

ul.navbar-nav .nav-item {
    display: block;
}
.top-header {
    padding-top: 20px;
}
.bottom-header {
    padding: 20px 0px;
}
.navbar-toggler .bar {
    background-color: #50B8E7;
    height: 4px;
    width: 35px;
    display: block;
    margin: 4px 0px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-toggler.open .bar {
    margin: -4px;
}

.navbar-toggler.open .bar.bar3 {
    display: none;
}

.navbar-toggler.open .bar.bar1 {
    transform: rotate(45deg);
}

.navbar-toggler.open .bar.bar2 {
    transform: rotate(-45deg);
}

.navbar-toggler {
    border: 0px;
    padding: 0px;
    height: 30px;
}
ul.navbar-nav .nav-item {
    margin-right: 0px;
}

.site-header .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 400;
    padding: 7px 15px;
    color: #000000;
    border-top: 1px solid #00000014;
        display: flex;
}

.bottom-header nav.navbar {
    position: static;
}



.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
background-color: #50B8E7;
    color: #fff;
}

ul.navbar-nav .nav-item span.dropdown_toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    width: 40px;
    margin-left: 0px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00000014;
    border-width: 0px 0px 0px 1px;
}

ul.navbar-nav .nav-item .header-dropdown {
    background-color: transparent;
    border: 0px;
}

.site-header .navbar-nav .header-dropdown .nav-link {
    font-size: 16px;
    font-weight: 400;
    padding: 7px 25px;
    color: #000000;
}
.site-header .navbar-nav .nav-link .nav-icon {
    display: block;
    max-width: 100%;
    width: 24px;
    margin-right: 40px;
}
.site-header .navbar-nav .nav-link .nav-icon img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.nav-link .nav-icon.icon-book img {
    transform: scale(0.8);
}
ul.navbar-nav li.nav-item.show-mobile {
    display: block !important;
        margin-top: 20px;
}
.top-header .button-col {
    display: none;
}
.top-header .serch-col {
    display: none;
}
.container {
    max-width: 100%;
}
.site-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header.site-header .top-header {
    width: 50%;
    padding: 15px 0px;
}
.bottom-header {
    width: 50%;
    padding: 150x 0px;
}
.site-header .marquee-slider {
    width: 100%;
}
.site-header .navbar-toggler {
    margin-left: auto;
}
.navbar .navbar-collapse {
    position: absolute;
    width: 280px;
    left: auto;
        right: 0px;
    top: 100%;
    background-color: rgba(0,0,0,0.4);
}
.navbar .navbar-collapse .navbar-nav {
    background-color: #ffffff;
   padding: 40px 0px 40px 40px;
}
.site-header .navbar-nav .nav-link {
    border: 0px;
}
.navbar-light .navbar-nav .active>.nav-link .nav-icon img {
    filter: brightness(0) invert(1);
}
.site-header .navbar-nav .nav-link .nav-icon {
    margin-right: 20px;
    width: 20px;
}
ul.navbar-nav .nav-item span.dropdown_toggle {
    border: 0px;
}
.navbar-close {
    width: 100%;
    margin: 0px 0px 20px;
    color: #113542;
    font-size: 18px;
    line-height: 36px;
    display: none;
}

.navbar-close .close-icon {
    display: inline-block;
    max-width: 35px;
    margin-right: 8px;
}
/*----- header nav responsive end -------*/

    .Success-box {
    padding: 0;
    border: none;
}

.sidebra-left .post-wrapper.post-image-left .post-text {
    width: calc(100% - 255px);
    padding-left: 20px;
}

.sidebra-left .post-wrapper.post-image-left .post-image {
    width: 255px;
}

.Opinion-section .post-wrapper.post-image-left .post-image {
    width: 273px;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}
/*.Opinion-section .post-wrapper.post-image-left .post-image {
    width: 100%;
}
*/
/*.Opinion-section .post-wrapper.post-image-left .post-text {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
}*/

.tab-content .post-wrapper.post-image-left {
    padding: 20px 0px;
    margin: 0px 0px;
}


h1 {
    font-size: 26px;
    line-height: 1.3;
}

.col2-padd ul li {
    width: 35px;
    height: 35px;
    margin: 5px;
}
}

@media (max-width: 575px) {

.inner-footer-content input {
    margin-right: 5px;
    width: 65%;
}
    .image-box {
    border-radius: 5px;
    text-align: left;
    width: 100%;
}

.Latest-News-section .row > div:not(:nth-child(2n+1)) {
    border-right: none;
}

   .sidebra-left .post-wrapper.post-image-left .post-image {
    width: 100%;
} 

    .sidebra-left .post-wrapper.post-image-left .post-text {
    max-width: 100%;
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
}

 .post-wrapper.post-image-left .post-image {
    width: 130px;
    height: 130px;
}

.post-wrapper.post-image-left .post-text {
    width: calc(100% - 130px);
    padding-left: 15px;
}

.post-wrapper.post-image-left {
    align-items: center;
}
.Latest-News-section .row > div {
    padding: 20px 0;
    border: 1px solid #CCCCCC;
    margin-top: 0px;
    border-right: 0px;
    border-top: 0;
    border-left: 0;
}


.Buzzing-section .trade-news-box .image-box {
    padding: 0px 0px 0;
}

.inner-section-imgbox .mtop:last-child {
    margin: 0;
}
.inner-section-imgbox .mtop:first-child {
    padding-bottom: 20px;
}

.sub-head {
    padding-right: 0;
    padding-bottom: 10px;
}

h1 {
    font-size: 22px;
    line-height: 1.3;
}
.sub-head:after {
    top: auto;
    right: auto;
    margin: auto;
    bottom: 0;
    left: 0;
}

h2 {
    font-size: 18px;
    line-height: 1.5;
}

h3.headh3 {
    font-size: 16px;
}

h3.headh3 i {
    padding: 3px 10px 0px 0px;
}

.Opinion-section .post-wrapper.post-image-left .post-text {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
}



}





/*sourav css 251022*/
.about-podcast {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.watch-listen-pod a {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 12px 60px;
    margin-left: 15px;
    color: #000;
}

.watch-listen-pod a:first-child {
    background: #50B8E7;
    color: #fff;
}

.podcast-name-date h3 {
    color: #50B8E7;
    margin-bottom: 10px;
}

.podcast-name-date small {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
/* identical to box height */
    text-transform: uppercase;
    color: #BABABA;
}

.bidd-box {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 40px;
    margin-bottom: 30px;
}
.pagination-box {
        padding: 25px 0 100px 0;
}
.pagination-box ul.pagination {
    justify-content: center;
}
.pagination-box ul.pagination li.page-item a {
    border-radius: 50%;
    margin-right: 10px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-box .page-item:first-child .page-link {
    background: #50B8E7;
    color: #fff;
}

.pagination-box .page-item:last-child .page-link {
    background: #50B8E7;
    color: #fff;
}
.pagination-box li.page-item.active a.page-link {
    background: #DCF1FA;
    border: #DCF1FA;
}
.sub-h-filt {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.sub-h-filt:after {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    content: "";
}
.Big-update-section {
    padding: 100px 0 0 0;
}
.Big-update-section .news-img img {
    border-radius: 5px;
}

.Big-update-section .news-abt {
    padding: 20px 0 0 0;
}

.Big-update-section .news-abt small {
    text-transform: uppercase;
    color: #BABABA;
}

.Big-update-section .news-abt h6 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.Big-update-inner h3 {
    margin-bottom: 30px;
}
.Big-update-inner .row{
    margin-bottom: 30px;
}
.Big-update-section .Big-update-inner {
   /* border-bottom: 1px solid #ccc;*/
    padding-bottom: 100px;
}


/*services page start here*/
.Big-update-section{
     position: relative;
}
.Big-update-section:after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 60%;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #DCF1FA 100%);
    opacity: 0.7;
    z-index: -1;
}
.bred-crum-links ol.breadcrumb {
    background: none;
    align-items: center;
}
.bred-crum-links ol.breadcrumb li.breadcrumb-item:first-child {
    background: rgba(80, 184, 231, 0.2);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bred-crum-links ol.breadcrumb li.breadcrumb-item a i{
    color: #50B8E7;
}
.bred-crum-links ol.breadcrumb li.breadcrumb-item a {
    color: #000;
}
.breadcrumb-item.active{
   color: #50B8E7; 
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "\f0da";
    font-family: 'FontAwesome';
    color: #000;
}
.Big-update-inner h2{
    max-width: 1050px;
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.Big-update-inner h2:after{
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    border-bottom: 1px solid #4EB9E7;
    width: 78px;
    height:100%;
    transform: translateX(-50%);
}
 .advance-trading .advance-trade-box {
    background: #fff;
    padding: 50px;
    text-align: center;
    height: 100%;
}
.advance-trade-box h6 {
    margin-top: 15px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000000;
}
 .advance-trading {
    background: #DCF1FA;
    border-radius: 5px;
    padding: 50px 80px 80px 80px;
}
.camera-exam{
    padding:100px 0;
}
.invest-service{
   
}
.camera-exam .row , .invest-service .row{
    align-items: center;
}
.review-inner-head {
    text-align: center;
    padding-bottom: 60px;
}
.member-review {
    padding: 100px 0;
}

.review-inner-head h2 {
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
}

.review-inner-head h2:after {
    position: absolute;
    content: "";
    width: 78px;
    height: 1px;
    left: 50%;
    bottom: 0;
    border: 1px solid #4EB9E7;
     transform: translateX(-50%);
}

.review-member-inner .review-inner-box {
    background: #FFFFFF;
    box-shadow: 0px 20px 54px rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    padding: 0 30px 30px 30px;
    height: 100%;
}

.review-member-inner .review-inner-box .review-inner-img img {
    border-radius: 50%;
    margin-top: -50px;
}

.review-member-inner .review-inner-box .review-inner-img {
}

.review-member-inner .review-inner-box p {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.review-member-inner .review-inner-box .member-name h6 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #50B8E7;
}

.review-member-inner .review-inner-box .member-name small {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.inner-footer-content form {
    display: flex;
}

input[type="submit"].cta-btn {
    max-width: inherit;
    padding: 18px 20px;
    background: #50B8E7;
    border: 1px solid #90DDFF;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    /* display: inline-block; */
    width: 20%;
    cursor: pointer;
}

body.search span.color-accent {
    color: #50B8E7;
}

.no-search-results-form {
    max-width: 500px;
    margin: 0 auto;
}

.no-search-results-form input {
    padding: 10px;
    border: 1px solid #ccc;
}
.no-search-results-form input.search-submit{
    background-color: #50B8E7;
}


body .watch-listen-pod .modal iframe {
    width: 100%;
}
p.error {
    color: red;
    margin: 10px 0;
}
@media (max-width: 1200px) {
    .watch-listen-pod {
       white-space: nowrap;
    }
    .pagination-box {
    padding: 25px 0 50px 0;
}
}
@media (max-width: 992px) {
.Big-update-section {
    padding: 50px 0 0 0;
}
.Big-update-section .Big-update-inner{
    padding-bottom: 50px;
}
.camera-exam{
    padding: 50px 0;
}
.member-review{
    padding: 50px 0;
}
.advance-trading .advance-trade-box {
    background: #fff;
    padding: 20px;
}
.advance-trading {
    background: #DCF1FA;
    border-radius: 5px;
    padding: 20px 30px 30px 30px;
}
.review-member-inner .review-inner-box {
    padding: 0 15px 15px 15px;
    height: 100%;
}
.advance-trade-box h6,.review-member-inner .review-inner-box .member-name h6{
    font-size: 18px;
    line-height: 26px;
}
}
@media (max-width: 768px) {
    .watch-listen-pod {
    white-space: break-spaces;
    }
    .bidd-box{
        padding: 20px;
        margin-bottom: 20px;
    }
    .pagination-box {
    padding: 25px 0 30px 0;
}
.pagination-box ul.pagination li.page-item a {
    width: 38px;
    height: 38px;
}
.advance-trading .advance-trade-box {
    margin-bottom: 30px;
    height: auto;
}
.invest-service .row {
    flex-direction: column-reverse;
}
.Big-update-section {
    padding: 30px 0 0 0;
}
.Big-update-section .Big-update-inner{
    padding-bottom: 30px;
}
.camera-exam{
    padding: 30px 0;
}
.review-member-inner .review-inner-box {
    height: auto;
    margin-top: 80px;
}
.review-inner-head{
    padding-bottom: 30px;
}
}
@media (max-width: 575px) {
   .about-podcast{
    flex-direction: column;
   }
   .watch-listen-pod {
    white-space: break-spaces;
    display: flex;
    margin-top: 20px;
}
.watch-listen-pod a {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 12px 40px;
    margin-left: 0;
    margin: 0 5px;
}
.advance-trade-box h6, .review-member-inner .review-inner-box .member-name h6 {
    font-size: 16px;
    line-height: 24px;
}

    }