html,body {
   font-family: 'Hind Vadodara', sans-serif;
   overflow-x: hidden;
}
a{
  text-decoration: none;
  color: #000;
}
a:hover{
  color: #000;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #3c1c338a;
    outline: 0;
    box-shadow: none;
}
.dropdown-menu[style]{
    right: 0!important;
}
::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
    height: 2px;
}
::-webkit-scrollbar-thumb {
    background-color: #aa2084;
    border-radius: 100px;
}
.header {
    margin-bottom: 30px;
    position: relative;
    border-top: 3px solid #262626;
}
.top_header {
    background-color: #eee;
    padding: 10px;
}
.top_header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_header a {
    display: block;
    margin-right: 15px;
}
/*.top_header a img {
    max-width: 220px;
    width: 100%;
}*/
.menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #262626;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
}
.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu .button{
  display: none;
}
.menu_list{
  display: flex;
  align-items: center;
}
.menu_list a {
    color: #fff;
    text-decoration: none;
    padding: 11px 16px 11px;
    display: block;
    font-size: 17px;
    transition: all 0.5s ease;
}
.menu_list a:hover {
    color: #fff;
    background-color: rgb(255 255 255 / 20%);
}
.head {
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head h4 {
    color: #075eac;
    font-size: 28px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}
.box_img_container {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.post-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
}
.post-cat {
    color: #fff;
}
.post-cat:hover {
    color: #ccc;
}
.post-title a {
    color: #fff;
    font-weight: bold;
}
.box_img_container_small img {
    height: 297px;
    object-fit: cover;
}
.post-cat-group {
    margin-bottom: 10px;
}
h3.post-title {
    font-size: 30px;
    line-height: 50px;
}
.n_box_img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background-color: #000;
}
.n_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    transition: all 0.3s 0s;
}
.n_box:hover .n_box_img img {
    opacity: .6;
}
.n_box_img label {
    position: absolute;
    top: 12px;
    right: -30px;
    color: #fff;
    padding: 6px 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    background-color: #075eac;
    transform: rotate( 45deg);
}
.n_box_cont h4 {
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s 0s;
    line-height: normal;
}
.n_box_cont .d-flex {
    font-size: 14px;
}

.n_box_cont .d-flex b {
    margin-right: 5px;
}
.n_box {
    display: block;
    margin-bottom: 30px;
}
.n_box_cont p br {
    display: none;
}
.n_box_flex {
    display: flex;
    margin-bottom: 20px;
}
.n_box_flex .n_box_img {
    flex: 0 0 150px;
    margin-right: 6px;
    height: inherit;
}
.n_box_flex .n_box_cont h4 {
    font-size: 16px;
    margin-top: 0px;
}
.n_box_flex img {
    height: 85px;
    object-fit: fill;
}
.n_box_cont small {
    color: #777;
    font-size: 13px;
    margin-top: 3px;
}
.n_box:hover h4 {
    text-decoration: underline;
}
.n_box_cont p {
    font-size: 15px;
    line-height: 28px;
}
.box {
    margin-bottom: 10px;
}
.style2 .n_box_cont h4 {
    font-size: 16px;
}
.page-item.active .page-link {
    background-color: #075eac;
    border-color: #075eac;
}
.post_social_icon,
.social_icon {
    display: flex;
    align-items: center;
}
.post_social_icon a {
    width: 32px;
    height: 32px;
    margin: 0 2px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.social_icon a {
    width: 42px;
    height: 42px;
    margin: 0 2px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.fb,
.tw,
.lin,
.copy,
.wp{
    transition: all 0.3s ease-in-out;
}
.wp{
  background: #25D366;
  font-size: 18px;
}
.fb{
  background: #4267B2;
  font-size: 15px;
}
.tw{
  background: #00acee;
  font-size: 15px;
}
.lin{
  background: #0e76a8;
  font-size: 15px;
}
.copy{
  background: #b9238f;
  font-size: 14px;
  cursor: pointer;
}
.wp:hover,
.fb:hover,
.tw:hover,
.lin:hover,
.copy:hover{
    background: transparent;
}
.wp:hover{
    color: #23b95b;
  border: 1px solid #23b95b;
}
.fb:hover{
    color: #36599f;
  border: 1px solid #36599f;
}
.tw:hover{
    color: #0a9dd5;
  border: 1px solid #0a9dd5;
}
.lin:hover{
    color: #086897;
  border: 1px solid #086897;
}
.copy:hover{
    color: #a31d7d;
  border: 1px solid #a31d7d;
}
.rss{
  background: #ff7d00;
}
.google{
  background: #dd4b39;
}
.vimeo{
  background: #7fc400;
}
.yt{
  background: #bb0000;
}
.no_of_views{
    border-bottom: 1px dashed #000;
}
.popular_news {
    display: block;
    position: relative;
    margin-bottom: 30px;
    height: inherit;
}
.popular_news_cont {
    margin-top: 15px;
}
.popular_news_cont h4 {
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.popular_news_cont:hover h4{
    text-decoration: underline;
}
.foot_cont ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.foot_cont a {
    display: block;
    padding: 8px 0;
    font-weight: 600;
    transition: all 0.3s 0s;
}
.foot_cont a:hover {
    color: #c12b97;
}
.footer_center h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
}
.footer_center p {
    margin: 0;
    font-size: 14px;
}
footer {
    background-color: #eee;
    padding: 40px 0;
    margin-top: 30px;
}
footer .logo {
    max-width: 200px;
    width: 100%;
}
footer p {
    max-width: 800px;
    width: 100%;
    margin: 20px auto;
    font-weight: 600;
}
footer h3 {
    margin-bottom: 15px;
}
.footer_social {
    display: flex;
    align-items: center;
}
.footer_social a {
    color: #075eac;
    padding: 10px 15px;
    background-color: #eee;
    margin-right: 10px;
    transition: all 0.3s 0s;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.footer_social a:hover {
    background-color: #075eac;
    color: #fff;
}
.copyright {
    background-color: #262626;
    padding: 20px 10px;
    color: #fff;
}
/*.copyright .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/
.copyright a {
    font-weight: 600;
    margin-left: 15px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.copyright a:hover {
    border-bottom: 1px dashed ;
}
.pagination {
    justify-content: center;
    margin-bottom: 40px;
}
.page-link {
    color: #075eac;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 4px;
    margin: 0 5px !important;
    background-color: rgb(7 94 172 / 10%);
    border: 0;
}
.page-link:hover {
    background-color: #075eac;
    color: #fff;
    border-color: transparent;
}
.news_detail {
    margin-top: 40px;
}
.news_detail h1 {
    font-size: 26px;
}
.news_detail p {
    font-size: 18px;
    line-height: 26px;
}

.ck-widget img{
    width: 100% !important;
    height:auto;
}
.ck-reset_all{
    display: none !important;
}
.inner_page {
    padding-top: 20px;
    padding-bottom: 40px;
}
.inner_page h1 {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
}
.inner_page h2 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #000000;
}
.inner_page h2:after {
    width: 50px;
    height: 2px;
    background-color: #ff3e00;
    display: block;
    content: "";
    margin: 2px 0;
}
.slick-dots {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots button {
    color: transparent;
    width: 40px;
    height: 4px;
    border: 0;
    background-color: #eee;
    border-radius: 100px;
    outline: none;
}
.slick-dots li {
    margin: 0 5px;
}
.slick-active button {
    background-color: #075eac;
}
.divider {
    position: relative;
    font-size: 26px;
    margin-bottom: 0px;
    padding-left: 9px;
    font-weight: bold;
    background: -webkit-linear-gradient(111deg,#b62083,#59008a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.divider span:before{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 3px;
    height: 30px;
    background: linear-gradient(111deg,#b62083,#59008a);
}

@media (max-width: 991.98px) { 
    footer .col-md-12:nth-child(2) {
        margin: 30px 0;
    }
    .menu_list {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        max-width: 250px;
        width: 100%;
        z-index: 1;
        height: 100%;
        overflow: auto;
        background: linear-gradient(111deg,#b62083,#59008a);
    }
    .menu_list.active {
        display: block;
    }
    .menu_list a {
        color: #fff;
        font-size: 18px;
        border-bottom: 1px solid #a9a9a985;
    }
    .top_header .container {
        display: block;
    }
    .advertisement_sec1 {
        margin-top: 10px;
    }
    .menu .button {
        min-width: inherit;
        display: block;
        border: 0;
        margin-top: 0;
        padding: 10px 15px;
    }
    .copyright .container {
        flex-direction: column-reverse;
    }
    .copyright .center {
        margin: 10px 0 20px;
    }
}
@media (max-width: 767.98px) { 
    h3.post-title {
        font-size: 20px;
        line-height: normal;
    }
    .head {
        margin-bottom: 15px;
    }
}
@media (max-width: 575.98px) { 
    .copyright a {
        font-size: 14px;
        margin: 0 5px;
    }
    .copyright .center {
        margin: 5px 0 10px;
    }
    /*.top_header a img {
        max-width: 150px;
    }*/
    /*.menu .button {
        top: 10px;
    }*/
    .n_box_cont h4 {
        font-size: 14px;
    }
    .n_box_img {

        border-radius: 4px;
    }
    .n_box_flex .n_box_img {
        flex: 0 0 120px;
        margin-right: 4px;
    }
    .n_box_flex img {
        height: inherit;
    }
    .footer_social a {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    footer .logo img {
        max-width: 170px;
    }
    .post-block{
        padding: 10px;
    }
    h3.post-title {
        font-size: 14px;
        margin: 0;
    }
    .divider {
        font-size: 18px;
    }
    .divider span:nth-child(2){
        padding: 0px 10px;
    }
    .divider span:first-child, .divider span:last-child{
        top: 7px;
    }
    .n_box_flex .n_box_cont h4{
        font-size: 14px;
    }
    .copyright {
        padding: 20px 0px;
        font-size: 14px;
    }
    .news_detail h1 {
        font-size: 18px;
        font-weight: bold;
    }
    .news_detail {
        margin-top: 20px;
    }
    .box {
        margin-bottom: 30px;
    }
}
.mainPostTitle{
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
figure.table svg {
    display: none;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    white-space: nowrap;
}
table {
    width: 100%;
    border: 1px solid #ccc;
}
.sub-menu{
    transition: all 0.5s ease;
}
.sub-menu:hover{
    background: rgb(0 0 0 / 20%);
}
.sub-menu a{
    color: #000;
    transition: all 0.2s ease;
}
.sub-menu a:hover{
    color: #aa2084;
    font-weight: 500;
}
.dropdown-menu{
    border-top: 4px solid #aa2084;
}
.ticker-name{
    display: block;
    color: #cd33a3;
    font-weight: 500;
}
.ticker-price{
    direction: ltr;
    display: block;
    color: #000;
}
.ticker-change{
    direction: ltr;
    display: block;
    font-size: .75rem;
}
.up{
    color: #3abc98;
}
.down{
    color: #ff4a68;
}
.priceIndexBindHtml{
    background: #fff;
    border: 0;
    padding: 15px;
    border-radius: 0;
    color: #000;
    box-shadow: 0 0 10px #ddd;
}
.summary-data{
    display: flex;
    margin: 0px -2% 0;
}
.summary-data table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.summary-data .highlights {
    padding: 24px 0;
}
.summary-data-highlights{
    flex: 1.2 0 0;
    padding: 0 2%;
}
.summary-data .price-value {
    font-weight: 400;
    font-size: 40px;
    white-space: nowrap;
}
.summarydata-table{
    flex: 1 0 0;
    border-left: 1px solid #afbdc4;
    padding: 24px 3%;
    /*border:none;*/
    line-height: 40px;
}
.summarydata-highlights{
    padding: 0 2%;
}
.summarydata-highlights table{
    border:none;
}
.summary-data .change-title {
    color: #465a65;
    font-weight: 400;
    font-size: 16px;
}
.summary-data .day-percent, .summary-data .month-percent, .summary-data .week-percent {
    text-align: right;
    direction: ltr;
}
.summarydata-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border:none;
}
.summarydata-table .title {
    font-size: 14px;
    color: #253137;
    white-space: nowrap;
}
.summarydata-table .value {
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}
.highcharts-figure {
  max-width: 1150px;
  margin: 1em auto;
}
.highcharts-range-label{
  fill: black;
}
.highcharts-button-box{
  fill: rgb(255 255 255);
}


.slide {
  position: relative;
  height: 100%;
}
.mySlides {
  display: none;
}
.main-page-slide {
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 1px 20px 0 rgb(0 0 0 / 10%);
}
.prev-next{
    background: #303030;
    margin-left: auto;
    padding: 0px 11px;
    border-radius: 40px;
    border: 2px solid #5a5a5a;
}
.prev,
.next {
  cursor: pointer;
  color: #fff;
  font-size: 17px;
  user-select: none;
  -webkit-user-select: none;
}
.prev {
  margin-right: 8px;
}
.next {
  margin-left: 8px;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  color: #d96fbc;
}
.column{
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
}
.column img{
  width: 134px;
}

.content{
  padding: 0px 10px;
}
.content p{
    text-decoration: none;

}
.content-footer{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.content-footer small{
  color: #a8a8a8;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.slider{
    padding: 12px 10px;
    border-top: 1px solid #ddd;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}
.slider p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #181818;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 400;
}
.slider p:hover,
.slider.active p{
    text-decoration: underline;
    font-weight: 500;
}

.carousel-caption {
    color: #fff!important;
    text-align: left!important;
    background: rgba(0,0,0,.7);
    top: 0;
    bottom: auto;
    right: 0;
    left: 0;
    border-radius: 0;
    padding: 20px 15px;
}
.carousel-contents{
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    transition: all 0.5s ease-in-out;
}
.carousel-contents:hover{
    color: #fff;
    text-decoration: underline;
}


.footer-carousel-author, .footer-carousel-category {
    margin: 0;
    padding: 0 15px;
    border-right: 1px solid #fff;
}
.footer-carousel-category a{
    font-size: 21px;
    font-weight: 600;
    color: #d94fb3;
    transition: all 0.5s ease-in-out;
}
.footer-carousel-category a:hover{
    text-decoration: underline;
}
.footer-carousel-author a{
    color: #fff;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}
.footer-carousel-author a:hover{
    text-decoration: underline;
}
.footer-carousel-date {
    display: block;
    padding: 0 15px;
    font-size: 18px!important;
    font-size: inherit;
}
.footer-carousel-caption{
    position: absolute;
    bottom: 0;
    color: #fff!important;
    text-align: left!important;
    background: rgba(0,0,0,.7);
    border-radius: 0;
    padding: 15px 10px 15px 10px;
    width: 100%;
    display: flex;
    align-items: center;
}
.footer-carousel-caption p{
    margin-bottom: 0px;
}
.button {
  background-image: #295eac;
  color: #fff;

  padding: 4px 24px;
  text-align: center;
  background-size: 300% 100%;
  border-radius: 3px;

  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.button:hover {
  color: #fff;
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.carousel-content: hover  a{
  color: #fff;
}
.mySlides{
  height: 100%;
}
.mySlides img{
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}



#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}
.nav-tabs{
    border-bottom: 3px solid #aa2084;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,.nav-tabs .nav-link:focus{
    color: #ffffff;
    background-color: #aa2084;
    border-color: #aa2084 #aa2084;
}
.nav-tabs .nav-link:focus{
    outline: none;
}
.nav-tabs .nav-link{
    margin-bottom: 0px;
}

.content-card {
    position: relative;
    display: block;
    color: #27282d;
    background-color: #fff;
    box-shadow: 0 1px 20px 0 rgb(0 0 0 / 10%);
    transition: box-shadow .15s;
    border-radius: 6px;
    margin-bottom: 20px;
}
.content-card-img{
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.content-card-img img{
    width: 100%;
    border-radius: 6px;
}
.contents-card-header{
    padding: 13px 13px 0px 13px;
}
.content-guide-card{
    padding: 14px;
}
.content-card-header {
    display: block;
}
.content-card-header a{
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;  
   overflow: hidden;
}
.content-card-header a:hover{
    text-decoration: underline;
}
.content-card-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    font-size: .875rem;
    color: #27282d;
    margin-top: 35px;
}
.content-card-date {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 15px;
}
.content-card-author{
    font-size: 16px;
}
.content-card-footer p{
    margin-bottom: 0px;
}
.content-card-author a{
    font-weight: 500;
}
.content-card-author a:hover{
    text-decoration: underline;
}
.posts {
    margin-top: 30px;
}

#loadMore {
  width: 200px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(111deg,#b62083,#59008a);
  transition: .3s;
}
#loadMore:hover {
    background-size: 100% 0%;
  background: linear-gradient(211deg,#b62083,#59008a);
  text-decoration: none;
}
.loading {
    margin: auto;
    pointer-events: none;
    width: 2.5em;
    height: 2.5em;
    border: 0.4em solid transparent;
    border-top-color: #9d1978;
    border-radius: 50%;
    animation: loading 1s linear infinite;
}

@keyframes loading {
    100% {
        transform: rotate(360deg)
    }
}

.press-release{
    margin-top: 30px;
}
.press-release h4{
    font-size: 23px;
    color: #717c83;
}
.press-item-slider .slick-prev, .press-item-slider .slick-next{
    position: absolute;
    top: 50%;
    width: 26px;
    height: 36px;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    background-color: #aebbc3;
    border: 1px solid #91a1aa;
    border-radius: 3px;
    box-shadow: 0 1px 9px rgb(0 0 0 / 26%);
}
.press-item-slider .slick-slider{
  user-select: none;
}
.press-item-slider .slick-next{
  right: -15px;
}
.press-item-slider .slick-prev{
  left: -15px;
}
.press-item-slider .slick-next:before{
  content: '\003e';
  font-size: 1.2em;
  font-weight: 1000;
  padding-left: 9px;
  color: white;
}
.press-item-slider .slick-prev:before{
  content: '\003c';
  font-size: 1.2em;
  font-weight: 1000;
  padding-left: 7px;
  color: white;
}
.press-item-slider .item{
    margin: 0px 10px;
}
.press-item-slider {
    border: 2px solid #aebbc3;
    padding: 22px 10px 10px 10px;
}
.press-data-img{
    width: 210px;
    height: 100px;
    overflow: hidden;
    object-fit: cover;
    margin-right: 10px;
   
}
.press-data-img img{
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.press-data{
    display: flex;
    align-items: flex-start;
}
.press-data:hover span{
    text-decoration: underline;
}
.press-data span{
    font-weight: 600;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.press-data-span{
    width: 100%;
}

.footer{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.foot_cont ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
.footer-cont h3{
    font-size: 15px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #798b95;
    font-weight: 700;
    margin-bottom: 8px;
}
.foot_cont a {
    display: block;
    padding: 5px 0;
    font-weight: 600;
    font-size: .910rem;
    color: #343434;
    white-space: nowrap;
    transition: color .15s;
}

.footer-search {
    position: relative;
    width: 440px;
}
.footer-search input{
    height: 50px;
    border: 2px solid #d6d4d4;
}

.footer-search .fa-search {
    position: absolute;
    top: 20px;
    left: 16px
}
.footer-search button {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    background: #aa2084;
    font-size: 19px;
    font-weight: 600;
    border-radius: 0px 3px 3px 0px;
    border: none;
    border-left: 1px solid #812065;
    transition: all 0.5s;
}
.footer-search .form-control:focus{
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 22%);
}
.footer-search button:hover{
    background: #eee;
    color: #212121;
    border-left: 1px solid #262626;
}
.footer-search .btn:focus{
    box-shadow: none;
    border: none;
    background: #eeeeee;
    color: #262626;
}
.footer-search .form-control{
    background-color: #eee;
    border: 2px solid #eee;
}
.foot-data{
    display: flex;
    justify-content: space-evenly;
}
.foot-social h3,.newsletter h3{
    font-size: .8125rem;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #eee;
    font-weight: 700;
    margin-bottom: 15px;
}
.foot-details{
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #505050;
    padding-top: 20px;
}
.copyright a{
    font-weight: 600;
    margin-left: 0px;
    color: #262626;
    transition: all 0.5s ease-in-out;
}
.copyright a:hover{
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.join-us{
    position: relative;
    width: 500px;
    background: #fff;
    padding: 12px 130px 12px 20px;
    margin: auto;
    margin-top: 50px;
    border-radius: 50px;
    border: 2px solid #d5d5d5;
}
.join-us-box{
    font-size: 19px;
}
.join-us-btn{
    position: absolute;
    top: 7px;
    right: 7px;
    background: #262626;
    color: #fff;
    padding: 4px 28px;
    border-radius: 50px;
    font-size: 19px;
    border: 1px solid #262626;
    transition: all 0.3s ease-in-out;
}
.join-us-btn:hover{
    color: #262626;
    border: 1px solid #262626;
    background: transparent;
}
.content span{
    display: flex;
    justify-content: flex-end;
    margin-top: 4px;
    font-size: .90rem;
    color: #465964;
    align-items: center;
}
.content .fa-eye{
    margin-right: 5px;
    margin-top: 3px;
    font-size: 12px;
}
.category-post{
    display: flex;
    background: #fafafa;
    margin-bottom: 24px;
    padding: 48px;
}
.category-post-img{
    margin-right: 48px;
}
/*.related-posts{
    margin-top: 42px;
}*/
.post-box{
    margin-bottom: 20px;
}
.n_box_cont{
    width: 100%;
    padding: 0px 0px 0px 8px;
    transition: all 0.5s ease;
}
.n_box_cont a:hover{
    text-decoration: underline;
}
.view-data-post{
    margin: 10px 0px;
    font-size: 16px;
    color: #555;
}
.view-data-post .fa-eye{
    font-size: 14px;
    margin-right: 3px;
}
.n_box_img_by,
.n_box_img_by a{
    color: #a1a1a1!important;
}
.post-card-text{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-card-text p{
    margin: 8px 0 0;
    font-size: 15px!important;
    word-wrap: break-word;
    color: #27282d;
    line-height: normal!important;
    letter-spacing: 0.5px;
}
.n_box_img_by span{
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #a1a1a1;
}
.content-card h6{
    color: #aa2084;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.4px;
}
.guide-box{
    height: auto;
    position: sticky;
    position: -webkit-sticky;
    top: 22px;
    padding: 20px;
    border-radius: 5px;
    /*background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);*/
}
.guide-box .form-control:focus{
    color: #212529;
    background-color: #fff;
    border-color: #262626;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(38 38 38 / 23%);
}
.guide-box #guideContent {
    margin-top: 20px;
}
.guide-content-card{
    min-height: 130px!important;
    padding: 18px;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.post_news_detail{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.post_news_detail-time{
    text-align: right;
}
.social-views{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eceff2;
    padding: 10px;
}
.news_detail_header h1{
    font-size: 2.0625rem;
    letter-spacing: -.6px;
    line-height: 1.375;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    color: inherit;
    margin: 8px 0 18px;
}
.news_detail_header p{
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.775;
    color: inherit;
    margin-bottom: 20px;
}
.post_news_detail img {
    border-radius: 50%;
    height: 40px;
}
.news_detail_img img{
    width: 100%;
    margin-bottom: 30px;
}
.tags{
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 22px 0px;
    margin-bottom: 40px;
}
.tag_list{
    display: inline-flex;
    margin: 10px 10px 10px 0;
    background-color: #f0f0f0;
    transition: background-color .15s linear;
}
.tag_list:hover{
    background-color: #aa2094;
}
.tag_list_link{
    padding: 9px 10px;
    display: block;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none;
    transition: color .15s;
}
.tag_list_link:hover{
    color: #fff;
}
.sticky-side{
    height: auto;
    position: sticky;
    top: 22px;
    padding-left: 60px;
}
.exchange-item {
    display: flex;
    padding: 20px 30px 30px;
    box-shadow: 0 6px 10px 0 rgb(89 0 138 / 10%);
    width: 100%;
    margin-bottom: 30px;
}
.exchange-item-logo {
    flex: 0 0 50px;
    max-width: 50px;
    padding-right: 20px;
}
.exchange-item-content {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.article-title{
    margin-bottom: 15px;
    display: inline-block;
    color: #212121;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    transition: .3s;
}
.article-title:hover{
    text-decoration: underline; 
}
.badge{
    float: right;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 0.7px;
    background: linear-gradient(111deg,#b62083,#59008a);
}
.badge-premium svg {
    margin-right: 6px;
    margin-top: -2px;
}
.button{
    margin-top: 20px;
    display: block;
    color: #fff;
    padding: 14px 15px 15px;
    line-height: 1.5;
    cursor: pointer;
    min-width: 150px;
    text-align: center;
    transition: .3s;
    border: 0;
    transition: all 0.5s ease-in-out;
    background: linear-gradient(111deg,#b62083,#59008a);
}
.button svg{
    width: 20px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 5px;
    transition: all 0.5s ease-in-out;
}
.button:hover svg{
    transform: translateX(5px);
}
.open-acc-btn{
    display: initial;
}
.title-main {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.33;
    color: #59008a;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.article-main-title {
    display: inline-block;
    color: #212121;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 20px;
    transition: .3s;
}
.article-main-title:hover{
    text-decoration: underline;
}
.article-author{
    margin-bottom: 40px;
}
.carousel-inner {
    padding-top: 43.25%;
    display: block;
    content: "";
}
.carousel-item {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-indicators li {
  background: rgba(255, 255, 255, 0.4);
  border-top: 20px solid;
  z-index: 15;
}
.carousel-indicators button {
    width: 2%;
    height: 12px;
    border: none;
    background: #fff;
    margin: 0px 3px 15px 3px;
}
.carousel-indicators button:focus {
    outline: none;
}
.carousel-indicators .active {
    background: linear-gradient(111deg,#b62083,#59008a);
}


.author-all-post{
    display: flex;
    box-shadow: 4px 4px 9px 3px #dfdfdf;
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 32px;
    border: 1px solid #dfdfdf;
}
.author-img{
    margin-right: 20px;
}
.author-img img{
    width: 100%;
    min-width: 150px;
    border: 1px dashed #a5a5a5;
    padding: 9px;
}
.author-social-icon{
    display: flex;
}
.author-all-post p{
    font-size: 18px;
    line-height: 24px;
}
.author-social-icon a{
    width: 42px;
    height: 42px;
    font-size: 17px;
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.f-book{
    color: #3b5998;
    border: 1px solid #3b5998;
    background: transparent;
}
.li-in{
    color: #0e76a8;
    border: 1px solid #0e76a8;
    background: transparent;
}
.twitt{
    color: #00acee;
    border: 1px solid #00acee;
    background: transparent;
}
.f-book:hover{
    color: #fff;
    background: #3b5998;
}
.li-in:hover{
    color: #fff ;
    background: #0e76a8;
}
.twitt:hover{
    color: #fff;
    background: #00acee;
}
.author-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.n_box_cont-date{
    margin-bottom: 0;
    font-size: 14px!important;
}
.related_box_img img{
    height: 100%!important;   
}
.news_detail_img img {
    width: 100%;
    margin-bottom: 30px;
}
.social-view{
    background: #eceff2;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
}
.header-time{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-time b{
    font-size: 14.5px;
    color: #aa2084;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.header-time span{
    font-size: 14px;
    text-transform: uppercase;
}
.release-title{
    font-size: 2.0625rem!important;
    letter-spacing: -.6px;
    line-height: 1.375;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    color: inherit;
    margin: 8px 0 18px;
}
.news-description{
    border-bottom: 1px solid #d7d7d7;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.news-description h1{
    margin-bottom: 0px;
    background: #eceff2;
    padding: 8px;
    border-left: 4px solid;
}
.content-boxs{
    position: relative;
}
.content-box{
    background: -webkit-linear-gradient(111deg,#b62083,#59008a);
    width: 35vw;
    height: calc(100% + 30px);
    position: absolute;
    top: -30px;
    right: -150px;
    padding: 0px;
    margin-bottom: 0px!important;
}
.content-box a{
    color: #fff;
    font-size: 19px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.content-box h4:hover a{
    color: #a9a9a9;
}
.guide-title{
    font-size: 24px;
    margin-bottom: 14px;
    color: #212121;
    font-weight: 600;
}
#sectionContent1{
    margin-bottom: 36px;
}
.guides_footer{
    margin-top: 0px!important;
}

.search-btn{
  z-index: 1000;
  width: 380px;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #e9ecef!important;
  background-clip: padding-box;
  border-top: 4px solid #ab2084!important;
  padding: 12px 10px 0px 10px!important;
}
.search-button{
  width: 100px;
  background-color: #ab2084;
  color: #ffffff;
  border: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.ticker-info-cont{
    display: flex;
    align-items: center;
    margin-right: 18px;
}
.ticker-info-cont img{
    width: 100%;
    max-width: 32px;
    margin-right: 8px;
}
.ticker-info-cont p{
    margin-bottom: 0px;
    white-space: nowrap;
}
.coin-rate{
    width: 220px;
    background: #fff;
    padding: 2px 15px 5px 15px;
    display: flex!important;
    margin-right: 0!important;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-right: 1px solid #a5a5a5;
    border-left: 1px solid #a5a5a5;
    transition: all .2s ease;
}
.coin-rate:hover{
  transform: scale(1.1);
  cursor: pointer;
}
.marquee {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.marquee__content {
    width: 100%;
    display: flex;
    animation: marquee 8s linear infinite;
}
.marquee__content:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
.list-inline {
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    list-style: none;
    padding: 0.5em;
    margin: 0;
}
@keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-72%);
    }
}
.nav-item{
    width: 50%;
}
.nav-item button{
    width: 100%;
}
.nav-tabs{
    display: flex;
}
.cont-emails-img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    background: -webkit-linear-gradient(111deg,#b62083,#59008a);
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 0px 11px 0px #262626;
}
.cont-emails h4{
   margin-top: 5px;
   text-align: center;
   background: -webkit-linear-gradient(111deg,#b62083,#59008a);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.contact-us{
    box-shadow: 0px 0px 8px #a5a5a5;
    padding: 20px;
}
.form-head h3{
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 600;
   text-align: center;
   background: -webkit-linear-gradient(111deg,#b62083,#59008a);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.guide-sidebar {
    height: calc(100% + 30px);
    position: relative;
    margin-top: -30px;
}
.guide-sidebar:before {
    content: "";
    display: block;
    background: -webkit-linear-gradient(111deg,#b62083,#59008a);
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    z-index: -1;
}
.sidebar-search{
    margin-bottom: 20px;
}
.sidebar-search form input,
.sidebar-search .form-control:focus {
    display: block;
    width: 50vw;
    height: 75px;
    background-color: hsla(0,0%,80%,.1);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    padding: 27px 30px 27px 55px;
    background-image: url(../img/icon-search-white.svg);
    background-repeat: no-repeat;
    background-position: left 30px center;
    background-size: 14px;
}
.sidebar-search input::placeholder {
  color: #fff;
}
.guide-sidebar-list{
    padding-left: 30px;
    padding-bottom: 20px;
}
.guide-sidebar-list a {
    display: block;
    color: #fff;
    margin-bottom: 14px;
    position: relative;
    transition: .3s;
}
.guide-sidebar-list h4{
    display: block;
    color: #fff;
    margin-bottom: 16px;
    position: relative;
    transition: .3s;
}
.sidebar-search .form-control:focus{
    box-shadow: none;
    background: hsla(0,0%,80%,.1);
    color: #fff;
}
.search-dropdown .dropdown-toggle::after{
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
.dropdown-data::after{
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}





@media (max-width: 1400px) { 

}
@media (min-width: 1360px){
    .exchange-item {
        min-height: 145px;
    }
    .article-title {
        font-size: 17px;
    }
}
@media (max-width: 1200px) { 
    .footer-carousel-caption{
        display: block;
    }
    .prev-next{
        width: 68px;
    }
    .footer-carousel-author, .footer-carousel-category{
        border-right: 0px;
    }
    .content-card-img{
        height: auto;
    }
}
@media (max-width: 992px) { 
    .dropdown{
        position: initial;
    }
    .footer{
        display: block;
    }
    .footer-cont{
        margin-bottom: 20px;
    }
    .join-us{
        width: 100%;
    }
    .foot-data {
        display: block;
    }
    .newsletter{
        margin-top: 20px;
    }
    .footer-search{
        width: 100%;
    }
    .footer_social{
        flex-wrap: wrap;
    }
    .category-post{
        display: block;
        text-align: center;
    }
    .carousel-slide .slide {
        display: flex;
        margin-top: 44px;
    }
    .carousel-indicators button {
        width: 2.4%;
        height: 11px;
    }
    .content-box {
        display: none;
    }
    .search-btn {
        width: auto;
    }
    .search-button {
        width: auto;
    }
    .sticky-side  {
        padding-left: 0px;
    }
}
@media (max-width: 768px) { 
    .slide{
        display: none;
    }
    .carousel-slide .slide{
        display: flex;
        margin-top: 44px;
    }
}
@media (max-width: 576px) { 
    .copyright a{
        margin-bottom: 20px;
    }
    .author-all-post{
        display: block;
    }
    .author-head{
        margin-top: 20px;
    }
    .author-img{
        margin: auto
    }
    .author-img img {
        max-width: 100px;
    }
    .divider span:before{
        transform: translateY(-5px);
    }
}
@media (max-width: 320px){
    .content-card-footer{
        display: block;
        text-align: center;
    }
    .author-head{
        display: block;
    }
}