

span {
    font-size: 14px;
}
.article-sidebar{
    margin-top: 62.5px;
}
.category-sidebar{
    margin-top: 29px;
}
.singleCategoryBox .section-title{
    font-size: 16px!important;
}
svg.w-5.h-5 {
    width: 20px;
    height: 20px;
}
p.text-sm.text-gray-700.leading-5{
    margin: 17px 0 15px;
}
.mainSingleCategoryBox a {
    text-align: center;
    width: 100%;
    background: linear-gradient(90deg, #294DFF 0%, #AA5AFA 100%);
    padding: 20px 5px;
    border-radius: 10px;
    display: block;
    color: white;
    font-weight: 700;
    font-size: 18px;
    transition: all .5s ease;
}
.mainSingleCategoryBox a:hover{
    color: white;
    text-decoration: none;
}
/* 16 jan 2024 Custom Work */
.mainSingleCategoryBox.childCategory a{
    background: transparent;
    border: 1px solid #294DFF;
    color: #294DFF;
}
.mainSingleCategoryBox.childCategory a:hover{
    background: linear-gradient(90deg, #294DFF 0%, #AA5AFA 100%);
    border: transparent;
    color: white;
}
/* 16 jan 2024 Custom Work */
.singleCategoryBox .category-title{
    width: 100%;
    background: linear-gradient(90deg, #294DFF 0%, #AA5AFA 100%);
    padding: 14px 16px;
    border-radius: 5px;
    display: block;
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.singleCategoryBox .category-title:hover{
    text-decoration: none;
}
.singleCategoryBox ul li{
    margin-bottom: 18px!important;
}
.category-sidebar .nav-categories li a.list-group-item,
.article-sidebar .nav-categories li a.list-group-item{
    padding: 14px 7px!important;
    border-radius: 5px!important;
    font-size: 14px!important;
}
.category-sidebar .nav-categories li a.list-group-item-active,
.article-sidebar .nav-categories li a.list-group-item-active{
    background: linear-gradient(90deg, #294DFF 0%, #AA5AFA 100%);
    color: white;
    font-weight: 700;
}
#content .back-btn{
    text-align: center;
    border: 1px solid #2175FD; ;
    background: white;
    padding: 10px 25px;
    border-radius: 5px;
    display: inline-block;
    color: #2175FD; ;
    font-weight: 500;
    font-size: 15px;
    transition: all .5s ease;
    margin-bottom: 15px;
}
#content .back-btn:hover{
    color: white;
    background: linear-gradient(90deg, #294DFF 0%, #AA5AFA 100%);;
    text-decoration: none;
}
.pagination .shadow-sm{
    box-shadow: none!important;
}
.pagination .border{
    margin-right: 7px;
    display: inline-block;
}
.singleCategoryBox .fa-ul > a{
    text-align: center;
    border: 1px solid #2175FD; ;
    background: linear-gradient(90deg, #294DFF 0%, #AA5AFA 100%);;
    padding: 7px 15px;
    border-radius: 5px;
    display: inline-block;
    color: white ;
    font-weight: 500;
    font-size: 13px;
    transition: all .5s ease;
}
@media(max-width: 991px){
    .site-header  .site-navigation {
        display: flex;
        position: relative;
    }
    .site-header .navbar-toggler{
        float: right;
        align-self: center;
    }
    .site-search .form-border {
        width: 100%!important;
    }
    .site-header #navbarSupportedContent{
        position: absolute;
        top: 78px;
        right: 0px;
        width: 100%;
        z-index: 1000;
    }
    .mainSingleCategoryBox{
        margin-bottom: 0px;
    }
    .mainSingleCategoryBox a {
        font-size: 15px;
    }
    .site-search .form-border .form-inline{
        justify-content: center;
    }
    .site-main .content-area{
        padding: 30px 0px;
    }
}
@media(max-width: 767px){
    .archive-title, .entry-title, .error-title,.section-title{
        font-size: 25px;
    }
    #comments .btn-lg.btn-custom{
        font-size: 14px;
        font-weight: 600;
    }
}
/* 12 Jan 2024 Work */
.site-hero {
    background: #2175FD;
}
a,a:hover{
    color: #2175FD;
}

.site-navigation li.active>a,
.site-navigation li:hover>a,
.site-navigation li>a:focus,
.site-navigation li>a:hover {
    color: white !important;
}
.site-navigation li>a>i.sub-indicator {
    color: white !important;
}
.btn-custom {
    background: linear-gradient(90deg, #294DFF 0%, #AA5AFA 100%);
    border: none !important;
}
.site-footer {
    padding: 1.5em 0 .5em;
    background: rgba(0, 0, 0, 0.05);
}
.site-footer p{
    color: #333!important;
}
.btn-info {
    color: #fff;
    background: linear-gradient(90deg, #294DFF 0%, #AA5AFA 100%);
    border: none;
}
.site-main {
    margin-bottom: 68px !important;
    margin-top: 0px !important;
    position: relative;
    z-index: 4;
    background: white;
}
.banner-wrapper:hover{
    border-color: #0070E0!important;
}
.dropdown-menu {
    width: max-content;
}
.btn-primary {
    background: linear-gradient(90deg, #294DFF 0%, #AA5AFA 100%)!important;
    border: none!important;
}
/* 12 Jan 2024 End Work */

/* from 24 Jun 2024 Custom Work */
.site-header,
.navbar {
    background: transparent;
}
.site-header {
    padding: 10px 0;
    position: relative;
    z-index: 5;
}
.navbar {
    padding-bottom: 0;
    float: none !important;
}

.site-navigate {
    box-shadow: none;
    background: transparent;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
}
.navbar-nav li {
    border: none !important;
}
.site-navigation li.active>a {
    font-weight: bold;
}
.site-hero {
    padding: 0;
    margin-top: -116px;
}
.site-hero .overlay {
    background: linear-gradient(0deg, rgba(28, 42, 77, 0.62), rgba(28, 42, 77, 0.62)), linear-gradient(78.25deg, rgba(175, 31, 165, 0.6) 6.16%, rgba(34, 114, 159, 0.6) 39.5%, rgba(6, 37, 100, 0.6) 54.39%, rgba(2, 37, 96, 0.6) 85.46%);
    position: absolute;
    width: 100%;
    height: 459px;
    left: 0;
    top: 0;
    z-index: 2;
}
.site-hero video {
    position: absolute;
    width: 100%;
    height: 459px;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 1;
}
.site-hero .content-banner {
    position: relative;
    z-index: 3;
    padding: 0 15px;
}
.site-hero h1 {
    color: white;
    font-size: 50px;
    padding-top: 150px;
    margin-bottom: 25px;
}
.site-search {
    margin: 0;
    padding: 0 0 55px;
}
.site-search .form-border {
    position: static;
    transform: none;
    margin: 0 auto;
    display: block;
    max-width: 611px;
    width: 100%;
}
.site-search .form-group {
    margin-bottom: 0;
}
.site-search .search-form .input-lg:hover{
    box-shadow: none;
}
.site-search .search-form .input-lg {
    border: none;
    width: max-content !important;
}
.site-search .search-form .input-group-btn {
    max-width: 132px;
    width: 100%;
}
.site-search .search-form .btn-custom {
    width: 100%;
    padding: 14px 16px;
}
.widgetrow .main-link {
    display: block;
    margin-bottom: 15px;
}
.widgetrow .main-link a {
    width: 100%;
    padding: 30px 15px;
    border-radius: 12px;
}
.widgetrow .main-link a:hover {
    background: linear-gradient(90deg, #9897F8 0%, #F19EA3 100%);
}
.widgetrow .main-link .img{
    border: 1px solid  rgba(0, 0, 0, 0.18);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    position: relative;
}
.widgetrow .main-link a:hover .img{
    border: 1px solid  white;
}
.widgetrow .main-link .img svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    stroke: #1A82E0;
}
.widgetrow .main-link:not(:first-child):not(:nth-child(2)) .img svg{
    fill: #1A82E0;
    stroke: transparent;
}
.widgetrow .main-link a:hover .img svg{
    stroke: white;
}
.widgetrow .main-link:not(:first-child):not(:nth-child(2)) a:hover .img svg{
    fill: white;
}
.widgetrow .main-link .img svg path{
    stroke: #1A82E0;
}
.widgetrow .main-link:not(:first-child):not(:nth-child(2)) .img svg path{
    fill: #1A82E0;
    stroke: transparent;
}
.widgetrow .main-link a:hover .img svg path{
    stroke: white;
}
.widgetrow .main-link:not(:first-child):not(:nth-child(2)) a:hover .img svg path{
    fill: white;
}
.widgetrow .main-link .text {
    text-align: left;
    width: calc(100% - 55px);
}
.widgetrow .main-link .title {
    color: #41424C;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 600;
    line-height: 136.364%;
    display: block;
}
.widgetrow .main-link a:hover .title {
    color: white;
}
.widgetrow .main-link .description {
    color: #41424C;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 162.5%;
    display: block;
}
.widgetrow .main-link a:hover .description {
    color: white;
}
.dropdown-menu li:hover a.dropdown-item {
    color: #294DFF!important;
}
.login-box{
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.login-box label{
    font-size: 16px;
}
.login-box .form-control{
    padding: .975rem .75rem!important;
    height: auto;
    line-height: 1;
}
.login-box .btn-primary{
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 16px;
}
.login-box h4{
    margin-bottom: 15px;
}
.login-box .form-border{
    background: white;
    padding: 25px 15px;
}
.login-box .password-link{
    font-size: 16px;
}
.text-warning {
    color: #1A82E0 !important;
}

#logo img{
    width: 166px;
}
#login-form .form-control{
    padding: .975rem .75rem!important;
    height: auto;
    line-height: 1;
}
#login-form .btn-custom{
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 16px;
}
#comments #respond{
    background: white;
    border-radius: 5px;
}
#comments #respond .form-control{
    padding: .975rem .75rem !important;
    height: auto;
    line-height: 1;
}
#comments #respond .btn-lg.btn-custom{
    padding: 14px 16px!important;
    border-radius: 5px!important;
    font-size: 16px!important;
    font-weight: 600;
    min-width: 132px;
    text-transform: uppercase;
}
#section-categories .form-control{
    padding: .975rem .75rem!important;
    height: auto;
    line-height: 1;
}
#section-categories .btn-info{
    padding: 12px 14px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
}
span.relative.inline-flex.items-center.px-4.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5.rounded-md,
span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5{
    padding: 14px 16px!important;
    border-radius: 5px!important;
    font-size: 15px!important;
}
#content .nav-tabs .nav-link{
    font-size: 16px;
}
#content .table thead th{
    font-size: 16px;
}
#dropdown_content a{
    padding: 4px 7px !important;
    border-radius: 5px !important;
    font-size: 12px !important;
    font-weight: 600;
}
@media(max-width: 1199px) {
    .site-header #navbarSupportedContent {
        background: white;
    }
    .navbar-dark .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show>.nav-link,
    .navbar-dark .navbar-nav .nav-link,
    .site-navigation li>a>i.sub-indicator {
        color: black !important;
    }
}
@media(max-width: 991px){
    #navbarSupportedContent .dropdown-menu {
        position: static!important;
        margin-left: 10px!important;
    }
    .site-header #navbarSupportedContent {
        box-shadow: 0px 0px 10px lightgray;
    }
}
@media(max-width: 767px) {
    .site-hero h1 {
        font-size: 25px;
    }
    .site-search .search-form .input-lg {
        margin-bottom: 10px;
    }
    .navbar p{
        display: none;
    }
    #content .nav-tabs .nav-link,
    #content .table thead th {
        font-size: 11px;
    }
}
/* from 24 Jun 2024 Custom Work */

/* 30 Oct 2024 Custom Work */
.login-box .btn-primary{
    width: 100%;
    padding: 14px 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.site-search .search-form .input-lg:focus{
    box-shadow: none;
}
/* 30 Oct 2024 Custom Work */
.category-sidebar .link-title {
    position: relative;
}
.chevron {
    position: absolute;
    top: 0;
    right: 0;
}
.category-sidebar .fa-ul {
    margin-bottom: 0;
}
.category-sidebar a {
    color: #000;
    text-decoration: none;
    margin-bottom: 18px;
}
.text-blue,
.category-page .singleCategoryBox .category-title,
.category-sidebar a.link-active {
    color: #294DFF;
}
.archive-title, .entry-title{
    font-size: 30px;
}
.category-page .singleCategoryBox .category-title {
    background-image: none;
    padding: 0;
    font-size: 20px;
}
/* Work */
.category-sidebar a {
    margin-bottom: 10px;
}
[class*="articles-category-id-"] > li > a:hover {
    color: #294DFF;
}
[class*="articles-category-id-"] > li > a {
    margin-bottom: 5px;
    display: inline-block;
}
.category-sidebar .link-title {
    position: relative;
    padding: 11px 15px;
    color: white !important;
    background: linear-gradient(90deg, #294DFF 0%, #AA5AFA 100%);
    border-radius: .25rem;
}
.link-title .chevron {
    top: 13px;
}
.chevron {
    right: 22px;
}
#comments #respond {
    display: none;
}
.container-fluid {
    padding: 0 60px 0 61px;
}
#logo img {
    width: 230px;
    max-width: 230px;
    width: 100%;
}
.site-main .content-area {
    padding: 30px 0;
}