/* Reset CSS */
:root {
    --SpaceGrotesk: "Arial, Helvetica", sans-serif;
    --SpaceMono: "Space Mono", monospace;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: var(--SpaceGrotesk);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none !important;
    color: inherit;
}

ul, ol {
    list-style: none;
}
ul.no-style,
ol.no-style{
    list-style: none;
    padding: 0;
    margin: 0;
}
input:focus, select:focus, textarea:focus, btn:focus{
    outline: none !important;
    box-shadow: none !important;
}


.main-header {
    /* background: linear-gradient(0deg, #05060F 18%, #00225B 100%); */
    background: rgb(5,6,15);
    background: rgb(5,6,15);
    background: -moz-linear-gradient(0deg, rgba(5,6,15,1) 0%, rgba(1,79,239,1) 80%);
    background: -webkit-linear-gradient(0deg, rgba(5,6,15,1) 0%, rgba(1,79,239,1) 80%);
    background: linear-gradient(0deg, rgba(5,6,15,1) 0%, rgba(1,79,239,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05060f",endColorstr="#014fef",GradientType=1);
    padding: 42px 0;
    position: relative;
}
body {
    background-color: #05060F;
    color: #f0f0f0;
}

.title-1 {
/*    font-family: var(--SpaceGrotesk);*/
/*    font-family: "Poppins", sans-serif;*/
/*    font-weight: 700;*/
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #fff;
    margin: 0 0 25px;
}

.small-box {
    color: #ffffff;
    text-align: center;
}

.small-box h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px;
}

.small-box p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.main-content {
    padding: 0 0 44px;
    position: relative;
}
.main-content:after{
    display: block;
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05060f+0,060610+26,0f0c24+54,0f0c25+100,0f0e1f+100 */
    /* background: linear-gradient(0deg, rgba(68, 140, 206, 1) 0%, rgba(5, 6, 15, 1) 100%); */
    background: rgb(5,6,15);
background: -moz-linear-gradient(180deg, rgba(5,6,15,1) 0%, rgba(1,79,239,1) 80%);
background: -webkit-linear-gradient(180deg, rgba(5,6,15,1) 0%, rgba(1,79,239,1) 80%);
background: linear-gradient(180deg, rgba(5,6,15,1) 0%, rgba(1,79,239,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05060f",endColorstr="#014fef",GradientType=1);
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 433px;
}

.block-1 {
    margin-bottom: 24px;
    background: #10111A;
    border: 2px solid #20212A;
    border-radius: 20px;
    overflow: hidden;
}

/*.theme-btn, .btn-theme {
    background-color: #05060F;
    border: 1px solid #373845;
    font-family: var(--SpaceGrotesk);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #014fef;
    border-radius: 8px;
    padding: 5px 8px;
    line-height: 1.5;
    transition: all 0.4s ease;
}

.theme-btn:hover, .btn-theme:hover {
    background: #014fef;
    color: #ffffff;
    border-color: #014fef;
}*/

.theme-btn, .btn-theme {
    background-color: #014fef;
    /* border: 1px solid #014fef; */
    font-family: var(--SpaceGrotesk);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    padding: 5px 8px;
    line-height: 1.5;
    transition: all 0.4s ease;
}

/* .theme-btn:hover, .btn-theme:hover {
    background: #05060F;
    color: #014fef;
    border-color: #014fef;
} */
.theme-btn:hover, .btn-theme:hover {
    color: #fff;
}

.block-1 .block1-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    background-color: #20212A;
}
.block-1 .block1-content {
    padding: 24px 16px;
}
.block-1 .block1-content img,
.img-row-sec .block-1 .block1-content img{
    display: block;
    margin: auto;
    border-radius: 8px;
    transition: all 0.4s ease;
}
.block-1 .block1-content:hover img,
.block-1 .block1-content a:hover img{
    transform: scale(1.1);
}
.img-row-sec .block-1 .block1-content{
    padding-top: 14.5px;
    padding-bottom: 14.5px;
}

.block-1 .block1-header .theme-btn {
    align-self: center;
    flex-shrink: 0;
}

.block1-header .title-1 {
    margin: 0;
    align-self: center;
    font-size: 15px;
}
.section-1 {
    margin-bottom: 20px;
}
.section-1 .row{
    align-items: stretch !important;
}
.worldclock-wrap,
.themeTbl,
.favorites-block {
    background: #10111A;
    border: 2px solid #20212A;
    border-radius: 20px;
    overflow: hidden;
}
.themeTbl, .favorites-block{
    margin-bottom: 24px;
}
.worldclock-wrap .wcwHD{
    padding: 12px 24px;
    background-color: #20212A;
}
.worldclock-wrap .wcwCtnt{
    padding: 8px 16px;
}
.worldclock-wrap .wcwCtnt ul{
    margin-left: -4px;
    margin-right: -4px;
}
.worldclock-wrap .wcwCtnt ul li{
/*    padding: 4px;*/
padding: 3px 4px;
    width: 33.33%;
    margin: 0;
}
.wcwCtnt .small-box h3{
    background-color: #05060F;
    padding: 4px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.wcwCtnt .small-box p{
    padding: 2px 4px 0;
    font-family: Arial, Helvetica, sans-serif;
}
.table.table-dark {
    background-color: transparent !important;
}
.table.table-dark th,
.table.table-dark td{
    background: transparent !important;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
}
.table.table-dark th {
    font-weight: 700;
    background-color: #05060F !important;
}
.table.table-dark td{
    border: 1px solid #20212A;
}
.table>:not(caption)>*>*{
    border: 0;
}
.table.table-dark td.bl-0{
    border-left: 0;
}
.table.table-dark td.br-0{
    border-right: 0;
}
.theme-data-table .form-select {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%236A40E7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
    background-color: #05060F;
    color: #ffffff;
    border-color: #20212A;
    font-size: 14px;
    font-weight: 700;
}
.theme-data-table .form-control {
    background-color: #05060F;
    border-color: #20212A;
    color: #ffffff;
    padding: 8px 12px 8px 40px;
}
.theme-data-table .form-control:placeholder {
    color: #ffffff;
}
.theme-data-table .form-control::placeholder {
    color: #ffffff;
}
.table-search {
    position: relative;
    z-index: 1;
    width: 400px;
}
.table-search svg {
    position: absolute;
    left: 12px;
    top: 8px;
    z-index: 1;
}

.theme-data-table .form-control:focus {
    border-color: #000;
    box-shadow: none;
    outline: none;
}
.table-page {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.table-page label {
    font-family: var(--SpaceGrotesk);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0%;
    color: #ffffff;
}
.pagination-wrapper{
    display: flex;
    justify-self: flex-end;
}
.pagination-wrapper .page-link {
    background: transparent;
    border-color: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.pagination-wrapper .pagination {
    justify-content: end;
    background: #05060F;
    border: 1px solid #20212A;
    border-radius: 8px;
}
.pagination-wrapper .pagination li:not(:last-child){
    border-right: 1px solid #20212A;
}
.pagination-wrapper .page-link.page-link-dots{
    color: #014fef;
}
.showing-result {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 15px;
}

.themeTbl .title-1,
.favorites-block .card-header{
    padding: 6px 24px;
    background-color: #20212A !important;
}
.themeTblSS{
    padding: 8px 24px;
}
.themeTbl .theme-btn{
    background-color: #05060F;
}

.main-content .col-auto.leftRight-wrap {
    width: 380px;
}

.main-content .col.centered-wrap {
    width: calc(100% - 760px);
}
.main-content .section-1 .col.centered-wrap.order2 *{
    height: 100%;
}
.pagination-wrapper .page-link:hover {
    color: #014fef;
}
.img-row-sec .row {
    justify-content: center;
}
.img-row-sec .row .col-auto {
    /* flex: 0 0 20%;
    width: 20%; */
    margin-bottom: 24px;
}
.img-row-sec .row .col-auto .block-1{
    margin-bottom: 0;
}
.img-box {
    padding: 0 16px;
}
.img-box img {
    width: 100%;
}
.crypto-card {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.text-icon-link {
    color: #ffffff;
}

.text-icon-link {
    background-color: #20212A;
    border-radius: 16px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.25px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 31px 24px;
    transition: all 0.4s ease;
}
.text-icon-link svg path{
    stroke: #014fef !important;
}

.text-icon-link:hover {
    color: #014fef;
}

.faq-sec {

}
.faq-sec-in{
    background-color: #10111A;
    border: 2px solid #20212A;
    border-radius: 20px;
    overflow: hidden;
}
.singleFaqBtn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 24px;
    cursor: pointer;
}
.singleFaqBtn:after{
    display: block;
    content: "";
    background: url("../images/angleDown.png") center center no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
    transition: all ease 0.2s;
}
.singleFaqBtn.collapsed:after{
    transform: rotate(0deg);
}

.faq-sec div#faqAccordion {
    background: transparent;
    background-color: transparent;
    padding: 24px 40px;
}

.faq-sec .accordion-item {
    background: transparent;
    border-color: #20212A;
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
}
.faq-sec .accordion-item:last-child{
    margin-bottom: 0;
}
.faq-sec .accordion-item:not(:first-of-type) {
    border-top: 1px solid #20212A;
}

.faq-sec .accordion-header {
    background: transparent;
}

.faq-sec .accordion-header {
    background-color: transparent;    
}

.faq-sec .accordion-button {
    background: #20212A;
    border-color: #10111A;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--SpaceGrotesk);
    box-shadow: none;
}
.faq-sec .accordion-button::after{
    background: url("../images/plus.png") center center no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
}
.faq-sec .accordion-button:not(.collapsed)::after{
    background: url("../images/minus.png") center center no-repeat;
}
.faq-sec .accordion-body {
    color: #ffffff;
}
/*=============== H CSS Start*/
.tglSwtchMain{
    position: absolute;
    right: 0;
    left: auto;
    top: 50%;
    margin-top: -12px;
    width: auto;
    font-family: var(--SpaceMono);
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.tglSwtch{
    
}
.tglSwtch input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.tglSwtch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 24px;
    background: #E9E9E9;
    border: 1px solid #014fef;
    display: block;
    border-radius: 100px;
    position: relative;
    margin: 0;
}

.tglSwtch label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 20px;
    height: 20px;
    background: #014fef;
    border-radius: 90px;
    transition: 0.3s;
    box-shadow: 0 2px 6px #00000026;
}

.tglSwtch input:checked + label {
    background: #E9E9E9;
}

.tglSwtch input:checked + label:after {
/*    right: calc(100% - 1px);*/
    transform: translateX(16px);
}

.tglSwtch label:active:after {
    width: 20px;
}
/**/
.banner-img{
    height: 100%;
}
.banner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.footer{
    background-color: #10111A;
}
.footerTop{
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: center;
}
.ftLeft{
    color: white;
    width: 300px;
    font-size: 24px;
    font-weight: 700;
}
.ftLeft a{
    color: #014fef;
}
.ftLeft * {
    line-height: normal;
    font-size: 24px;
}
.ftRight{
    width: calc(100% - 300px);
    padding-left: 16px;
    font-size: 16px;
    gap: 16px;
}
.ftRight li{
    margin: 0 !important;
}
.ftRight a{
    font-size: 16px;
    color: white;
    transition: all ease 0.3s;
}
.ftRight a:hover{
    color: #014fef;
}
.footerBottom{
    background-color: #20212A;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footerBottom p{
    font-size: 16px;
    color: #BAC3C0;
}
section{
    position: relative;
    z-index: 1;
}
.tableWrap{
    overflow: hidden;
    overflow-x: scroll;
}
.theme-data-table .table{
    min-width: 1040px;
}
.order1{
    order: 1;
}
.order2{
    order: 2;
}
.order3{
    order: 3;
}
.dark-mode {
    background-color: #05060F !important;
    color: #ffffff !important;
}
/* Light Mode (Default) */
.light-mode {
    background-color: #f9f9f9;
    color: #333;
}
.favorites-block .dataTables_wrapper .dataTables_length{
    padding: 8px;
    padding-left: 24px;
}
.favorites-block .dataTables_wrapper .dataTables_length label,
.favorites-block .dataTables_wrapper .dataTables_filter label{
    margin: 0;
    color: #fff;
}
.favorites-block .dataTables_wrapper .dataTables_length select {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23014fef' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 85% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    outline: none;
    background-color: #05060F !important;
    padding: 8px 24px 8px 8px !important;
    color: #ffffff;
    border-color: #20212A !important;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    border-radius: 6px !important;
}
.favorites-block .dataTables_wrapper .dataTables_filter{
    padding: 8px;
    padding-right: 24px;
}
.favorites-block .dataTables_wrapper .dataTables_filter input,
.blogFilter input,
.blogFilter select,
.comment-form .form-control{
    color: #fff !important;
    border: 1px solid #20212A !important;
    border-radius: 6px !important;
    padding: 8px !important;
    background-color: #05060F !important;
    margin-left: 4px !important;
    height: 40px !important;
}
.comment-form textarea.form-control {
    min-height: 80px !important;
    height: 80px !important;
    /*min-height: 80px !important;
    height: 80px !important;*/
}
.favorites-block table.dataTable thead .sorting{
    background-color: #05060F !important;
    color: #fff !important;
}
.favorites-block #data-table{
    border: 0;
}
.favorites-block table.dataTable tbody tr{
    background-color: transparent !important;
}
.favorites-block table.dataTable tbody td{
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #20212A !important;
    vertical-align: middle;
}
.favorites-block table.dataTable tbody td.bl-0{
    border-left: 0 !important;
}
.favorites-block table.dataTable tbody td.br-0{
    border-right: 0 !important;
}
/*.favorites-block table.dataTable tbody td button {
    background-color: #05060F !important;
    border: 1px solid #373845 !important;
    font-family: var(--SpaceGrotesk) !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    text-align: center !important;
    color: #014fef !important;
    border-radius: 8px !important;
    padding: 5px 8px !important;
    line-height: 1.5 !important;
    transition: all 0.4s ease !important;
}
.favorites-block table.dataTable tbody td button:hover{
    color: #fff !important;
    background-color: #014fef !important;
    border-color: #014fef !important;
}*/
.favorites-block table.dataTable tbody td button {
    background-color: #014fef !important;
    /* border: 1px solid #014fef !important; */
    font-family: var(--SpaceGrotesk) !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    text-align: center !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 5px 8px !important;
    line-height: 1.5 !important;
    transition: all 0.4s ease !important;
}
/* .favorites-block table.dataTable tbody td button:hover{
    color: #014fef !important;
    background-color: #05060F !important;
    border-color: #014fef !important;
} */
.favorites-block .dataTables_wrapper .dataTables_info{
    color: #fff !important;
    padding-left: 24px !important;
    padding-top: 26px !important;
    padding-bottom: 26px !important;
}
.favorites-block .dataTables_wrapper .dataTables_paginate{
    color: #fff !important;
    padding: 0 !important;
    margin-top: 17px !important;
    margin-bottom: 17px !important;
    margin-right: 24px !important;
    border: 1px solid #20212A !important;
    border-radius: 6px;
    overflow: hidden;
}
.favorites-block .dataTables_wrapper .dataTables_paginate a{
    color: #fff !important;
    margin: 0 !important;
    border-right: 1px solid #20212A !important;
}
.favorites-block .dataTables_wrapper .dataTables_paginate a.next{
    border-right: 0!important;
}
.favorites-block .dataTables_wrapper .dataTables_paginate span a:last-child{
    border-left: 1px solid #20212A !important;
}
.favorites-block .dataTables_wrapper .dataTables_paginate span .ellipsis{
    color: #014fef;
}
.banner_slider .item img{
    border-radius: 20px;
    max-width: none;
    object-fit: cover;
}
.favorites-block .dataTables_wrapper{
    min-height: 426px;
    height: 426px;
    overflow: auto;
}
.favorites-block .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.favorites-block .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color: #ffffff !important;
    border: 1px solid #014fef !important;
    background: #014fef !important;
}
.favorites-block .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: #014fef !important;
/*    border: 1px solid #20212A !important;*/
    background: none !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}
.favorites-block .dataTables_wrapper .dataTables_paginate a{
    border-radius: 0 !important;
}
/**/
.blog-box-wrap{
    justify-content: space-between;
}
.blog-box{
    width: calc(33.33% - 10px);
    margin-bottom: 20px;
}
.blog-card {
/*    text-align: center;*/
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.13);
    cursor: pointer;
}
.blog-card img {
    width: 100%;
    height: auto;
}
.blog-card .box-content, .blog-card:after {
    width: 100%;
    position: absolute;
    left: 0;
}
.blog-card:after {
    content: "";
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    transition: all .5s ease 0s;
}
.blog-card:hover::after {
    background-color: rgba(123, 97, 241, 0.7);
}
.blog-card .box-content {
    padding: 20px;
    margin-bottom: 0;
    bottom: 0;
    z-index: 1;
    box-sizing: border-box;
    height: 100%;
}
.blog-card .post, .blog-card .title {
/*    transform: translateY(300px);*/
    transition: all .4s cubic-bezier(.13,.62,.81,.91) 0s;
}
.blog-card .title{
    text-transform: uppercase;
    position: absolute;
    bottom: 50px;
    left: 20px;
    right: 20px;
    margin: 0;
}
.blog-card:hover .title {
/*    transform: translateY(250px);*/
bottom: 70px;
}
.blog-card .more-info {
    list-style: none;
    padding: 0 0 5px;
    margin: 0px 0 20px;
    opacity: 0;
    position: absolute;
    transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
    transition: all .6s cubic-bezier(0,0,.58,1) 0s;
    text-align: left;
    bottom: 0px;
}
.blog-card:hover .more-info {
    opacity: 1;
    transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0);
}
.blog-listing .pagination{
    margin: 0;
    justify-self: center;
}
.blog-listing .pagination .page-link{
    background-color: transparent;
    color: #fff;
    border-color: #20212A;
    height: 100%;
}
.blog-listing .pagination .page-link:hover{
    color: #014fef;
}
.blog-listing .pagination .active .page-link{
    background-color: #014fef;
    border-color: #014fef;
}
.blog-listing .pagination-blk{
    width: 100%;
}
.artpost_date span{
    margin-left: 8px;
}
.oneCol .col-auto{
    width: 100%;
}
.twoCol .col-auto{
    width: 50%;
}
.threeCol .col-auto{
    width: 33.33%;
}
.fourCol .col-auto{
    width: 25%;
}
.threeCol .col-auto .block-1 {
    min-height: 229px;
}
/*  */
.video-banner{
    border-radius: 20px;
    overflow: hidden;
}
.video-banner video{
    display: block;
}
.favorites-block .card-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.favorites-block .card-header .tglSwtchMain{
    position: static;
    gap: 4px;
    margin: 0;
}
.favorites-block .card-header .tglSwtchMain span{
    color: #fff;
    font-size: 24px;
}

/*============================================Light Mode CSS Starts================================*/
.light-mode .h1, 
.light-mode .h2, 
.light-mode .h3, 
.light-mode .h4, 
.light-mode .h5, 
.light-mode .h6, 
.light-mode h1, 
.light-mode h2, 
.light-mode h3, 
.light-mode h4, 
.light-mode h5, 
.light-mode h6,
.light-mode .title-1{
    color: #010101;
}
.light-mode body{
    color: #333;
}
.light-mode .favorites-block .card-header .tglSwtchMain span{
    color: #000;
}
.light-mode .main-header{
    /* background: linear-gradient(0deg, #f9f9f9 0%, #00225B 100%) */
    background: rgb(249,249,249);
background: -moz-linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(1,79,239,1) 80%);
background: -webkit-linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(1,79,239,1) 80%);
background: linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(1,79,239,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#014fef",GradientType=1);
}
.light-mode .worldclock-wrap, 
.light-mode .block-1{
    background-color: #fff;
    border: 2px solid #e1e1e1;
}
.light-mode .worldclock-wrap .wcwHD,
.light-mode .block-1 .block1-header{
    background-color: #e9e9e9;    
}
.light-mode .wcwCtnt .small-box h3 {
    background-color: #c1c1c1;
}
.light-mode .small-box p{
    color: #333;
}
/*.light-mode .theme-btn,
.light-mode .btn-theme{
    background-color: #f9f9f9;
    border: 1px solid #c1c1c1;
}
.light-mode .theme-btn:hover,
.light-mode .btn-theme:hover {
    background: #014fef;
    color: #ffffff;
    border-color: #014fef;
}*/
.light-mode .theme-btn,
.light-mode .btn-theme{
    background-color: #014fef;
    /* border: 1px solid #014fef; */
}
/* .light-mode .theme-btn:hover,
.light-mode .btn-theme:hover {
    background: #f9f9f9;
    color: #014fef;
    border-color: #014fef;
} */
.light-mode .worldclock-wrap, 
.light-mode .themeTbl, 
.light-mode .favorites-block{
    background: #fff;
    border: 2px solid #e1e1e1;
}
.light-mode .themeTbl .title-1, 
.light-mode .favorites-block .card-header{
    background-color: #e9e9e9 !important;
}
.light-mode .favorites-block .dataTables_wrapper .dataTables_length label, 
.light-mode .favorites-block .dataTables_wrapper .dataTables_filter label{
    color: #000;
}
.light-mode .favorites-block .dataTables_wrapper .dataTables_length select{
    background-color: #e9e9e9 !important;
    border-color: #e1e1e1 !important;
    color: #000;
}
.light-mode .favorites-block .dataTables_wrapper .dataTables_filter input,
.light-mode .blogFilter input,
.light-mode .blogFilter select,
.light-mode .comment-form .form-control{
    background-color: #e9e9e9 !important;
    border-color: #e1e1e1 !important;
    color: #000 !important;
}
.light-mode .favorites-block table.dataTable thead .sorting {
    background-color: #c1c1c1 !important;
    color: #000 !important;
}
.light-mode table.dataTable thead .sorting {
    background-image: url(../images/sort_both_blk.png) !important;
}
.light-mode .favorites-block table.dataTable tbody td {
    background-color: transparent !important;
    color: #333 !important;
    border-color: #e1e1e1 !important;
}
.light-mode table.dataTable thead th, table.dataTable thead td{
    border-bottom-color: #c1c1c1;
}
/*.light-mode .favorites-block table.dataTable tbody td button{
    background-color: #f9f9f9 !important;
    border: 1px solid #c1c1c1 !important;
}
.light-mode .favorites-block table.dataTable tbody td button:hover {
    color: #fff !important;
    background-color: #014fef !important;
    border-color: #014fef !important;
}*/
.light-mode .favorites-block table.dataTable tbody td button{
    background-color: #014fef !important;
    /* border: 1px solid #014fef !important; */
    color: #fff !important;
}
/* .light-mode .favorites-block table.dataTable tbody td button:hover {
    color: #014fef !important;
    background-color: #f9f9f9 !important;
    border-color: #014fef !important;
} */
.light-mode .favorites-block .dataTables_wrapper .dataTables_paginate a{
    color: #000 !important;
}
.light-mode .favorites-block .dataTables_wrapper .dataTables_paginate{
    border-color: #e1e1e1 !important;
}
.light-mode .favorites-block .dataTables_wrapper .dataTables_paginate a{
    border-right-color: #e1e1e1 !important;
}
.light-mode .favorites-block .dataTables_wrapper .dataTables_paginate span a:last-child{
    border-left-color: #e1e1e1 !important;
}
.light-mode .favorites-block .dataTables_wrapper .dataTables_info{
    color: #000 !important;
}
.light-mode .main-content:after{
    background: rgb(249,249,249);
background: -moz-linear-gradient(180deg, rgba(249,249,249,1) 0%, rgba(1,79,239,1) 80%);
background: -webkit-linear-gradient(180deg, rgba(249,249,249,1) 0%, rgba(1,79,239,1) 80%);
background: linear-gradient(180deg, rgba(249,249,249,1) 0%, rgba(1,79,239,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#014fef",GradientType=1);
}
.light-mode .text-icon-link{
    background-color: #fff !important;
    color: #333 !important;
    border: 1px solid #e1e1e1 !important;
}
.light-mode .text-icon-link:hover {
    color: #014fef !important;
}
.light-mode .faq-sec-in{
    background-color: #fff;
    border: 2px solid #e1e1e1;
}
.light-mode .faq-sec .accordion-item{
    border-color: #e1e1e1;
}
.light-mode .faq-sec .accordion-button{
    background: #e9e9e9;
    border-color: #e1e1e1;
    color: #333;
}
.light-mode .faq-sec .accordion-body{
    color: #333;
}
.light-mode .footer {
    background-color: #e9e9e9;
}
.light-mode .ftLeft{
    color: #000;
}
.light-mode .ftRight a{
    color: #000;
}
.light-mode .ftRight a:hover{
    color: #014fef;
}
.light-mode .footerBottom{
    background-color: #e1e1e1;
}
.light-mode .footerBottom p{
    color: #333;
}
.light-mode .blog-card .title{
    color: #f0f0f0;
}

/*============================================Light Mode CSS Ends================================*/

/*Responsive CSS*/

@media(max-width: 1680px) {
    .page-item:first-child .page-link span{
        display: none;
    }
    .page-item:last-child .page-link span{
        display: none;
    }
}
@media(max-width: 1599px) {
    .banner-img{
        display: flex;
        align-items: center;
    }
    .banner-img img{
        height: auto;
    }
    .text-icon-link{
        padding: 24px 16px;
    }
    .table-search{
        width: 320px;
    }
    .favorites-block .dataTables_wrapper .dataTables_info {
        color: #fff !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        width: 100%;
        text-align: center;
    }
    .favorites-block .dataTables_wrapper .dataTables_paginate {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
        margin-left: 16px !important;
        margin-right: 16px !important;
        display: flex;
        justify-self: center;
        float: none;
    }
}

@media(max-width: 1365px) {
    .main-content .col-auto.leftRight-wrap {
        width: 50%;
    }
    .main-content .col.centered-wrap{
        width: 100%;
        min-width: 100%;
        order: unset;
    }
    .main-content .img-row-sec .col-auto.leftRight-wrap{
        margin-top: 0;
    }
    .main-content .col-auto.leftRight-wrap{
        order: unset;
        margin-top: 24px;
    }
    .img-row-sec .row .col-auto {
        /* flex: 0 0 33.33%;
        width: 33.33%; */
    }
    .img-row-sec .row .col-auto.leftRight-wrap{
        width: 100%;
    }

    .block-1 .block1-content {
        padding: 24px 16px;
    }
    .banner_slider .owl-item img{
        height: auto !important;
    }
    .card.theme-card.favorites-block, .themeTbl {
        margin-bottom: 0;
    }
    .dataTables_wrapper {
        min-height: 660px !important;
    }
    .favorites-block .dataTables_wrapper .dataTables_info{
        width: auto;
        padding-top: 25px !important;
    }
    .favorites-block .dataTables_wrapper .dataTables_paginate{
        margin-top: 20px !important;
        float: right;
    }
    .threeCol .col-auto .block-1 {
        min-height: 228px;
        margin-bottom: 0;
        margin-top: 24px;
    }
}

@media(max-width: 1199px) {
    .faq-sec div#faqAccordion{
        padding: 24px 24px;
    }
    .block-1 .block1-content{
        padding: 16px;
    }
    .img-row-sec .block-1 .block1-content {
        padding: 12px;
    }
    .img-row-sec .row .col-auto {
        /* flex: 0 0 50%;
        width: 50%; */
    }
    .blog-box {
        width: calc(50% - 10px);
    }
    /* .tglSwtchMain {
        position: static;
        margin-top: 24px;
        width: 100%;
        justify-content: center;
    } */
}
@media(min-width: 992px) {
    .btn-theme{
        font-size: 16px;
        padding: 6px 10px;
    }
}
@media(max-width: 991px) {
    .faq-sec div#faqAccordion {
        padding: 24px 16px;
    }
    .main-header{
        padding: 32px 0;
    }
    .footerTop {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .ftLeft{
        width: 240px;
    }
    .ftRight {
        width: calc(100% - 240px);
    }
    .footer{
        text-align: center;
    }
    .ftLeft {
        width: 100%;
        margin-bottom: 16px;
    }
    .ftRight {
        width: 100%;
        padding-left: 0;
        justify-content: center !important;
    }
    .artical_cont{
        margin-top: 24px;
    }
}
@media(max-width: 799px) {
    .favorites-block .dataTables_wrapper .dataTables_info {
        color: #fff !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        width: 100%;
        text-align: center;
    }
    .favorites-block .dataTables_wrapper .dataTables_paginate {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
        margin-left: 16px !important;
        margin-right: 16px !important;
        display: flex;
        justify-self: center;
        float: none;
    }
}

@media(max-width: 767px) {
    .favorites-block .dataTables_wrapper .dataTables_info {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .favorites-block .dataTables_wrapper .dataTables_paginate{
        margin: 10px 16px !important;
        width: auto;
        display: flex;
        justify-self: center;
    }
    .container-fluid{
        padding-left: 18px;
        padding-right: 18px;
    }
    .container-fluid .container-fluid {
        padding-left: 8px;
        padding-right: 8px;
    }
    .row{
        margin-left: -8px;
        margin-right: -8px;
    }
    .col, .col-auto{
        padding-left: 8px;
        padding-right: 8px;
    }
    /* .tglSwtchMain{
        position: static;
        margin-top: 24px;
        width: 100%;
        justify-content: center;
    } */
    .themeTblBottom{
        text-align: center;
    }
    .pagination-wrapper{
        justify-self: center;
        margin-top: 10px;
    }
    .table-search {
        width: 280px;
    }
    .block-1 .block1-content {
        padding: 12px;
    }
    .main-header {
        padding: 20px 0 32px 0;
    }
    .blog-box {
        width: 100%;
    }
}
@media(max-width: 639px) {
    
    .main-content .col-auto.leftRight-wrap {
        width: 100%;
    }
    .img-row-sec .row .col-auto {
        flex: 0 0 100%;
        width: 100%;
    }
    .themeTblSS {
        padding: 8px 16px;
    }
    .worldclock-wrap .wcwHD {
        padding: 15px 16px;
    }
    .themeTbl .title-1 {
        padding: 15px 16px;
    }
    .pagination-wrapper .page-link{
        padding-left: 8px;
        padding-right: 8px;
    }
    .table-search {
        width: 240px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button{
        padding: .5em 0.8em !important;
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0 !important;
    }
    .ftRight{
        gap: 4px 16px;
    }
    .threeCol .col-auto {
        width: 100%;
    }
    .threeCol .col-auto .block-1 {
        min-height: 0;
    }
}
@media(max-width: 479px) {
    .table-page{
        gap: 4px;
    }
    .table-search {
        width: 200px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button{
        padding: .5em 0.5em !important;
    }
    .favorites-block .dataTables_wrapper .dataTables_info {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .favorites-block .dataTables_wrapper .dataTables_paginate {
        margin: 10px 8px !important;
    }
    .blogFilter b{
        display: block;
    }
    .favorites-block .card-header{
        padding: 15px 12px;
    }
    .favorites-block .card-header .tglSwtchMain span{
        font-size: 16px;
    }
}
@media(max-width: 412px) {
    .blogFilter{
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 5px;
    }
}

@media(min-width: 768px) {
    .container-fluid{
        padding-left: 28px;
        padding-right: 28px;
    }
    .container-fluid .container-fluid {
        padding-left: 8px;
        padding-right: 8px;
    }
    .row{
        margin-left: -8px;
        margin-right: -8px;
    }
    .col, .col-auto{
        padding-left: 8px;
        padding-right: 8px;
    }
    .tglSwtchMain{
        right: 20px;
    }
}

@media(min-width: 1600px) {
    .container-fluid{
        padding-left: 48px;
        padding-right: 48px;
    }
    .row{
        margin-left: -8px;
        margin-right: -8px;
    }
    .col, .col-auto{
        padding-left: 8px;
        padding-right: 8px;
    }
    .tglSwtchMain{
        right: 40px;
    }
}