/**********************************/
/********* Single News CSS ********/
/**********************************/
.single-news {
    position: relative;
    width: 100%;
    padding: 20px 0 0 0;
    margin-bottom: 20px;
}

.single-news .sn-img {
    position: relative;
    overflow: hidden;
}

.single-news .sn-img img {
    width: 100%;
}

.single-news .sn-content {
    position: relative;
    width: 100%;
    padding: 25px 0;
}

.single-news .sn-content h1.sn-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    color: #000000;
}

.single-news .sn-related {
    margin-bottom: 35px;
}

.single-news .sn-related h2 {
    color: #2b2b2b;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px double #000000;
}

.single-news .sn-slider .sn-img {
    position: relative;
    overflow: hidden;
}

.single-news .sn-slider .sn-img img {
    width: 100%;
}

.single-news .sn-slider .sn-img:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.single-news .sn-slider .sn-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 10px 15px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .9));
    display: flex;
    align-items: flex-end;
}

.single-news .sn-slider .sn-title a {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    transition: .3s;
}

.single-news .sn-slider .sn-title a:hover {
    color: #61bbff;
}

.single-news .sn-slider .slick-prev,
.single-news .sn-slider .slick-next {
    top: -62px;
    width: 28px;
    height: 28px;
    z-index: 1;
    transition: .5s;
    color: #ffffff;
    background: #000000;
    border-radius: 4px;
}

.single-news .sn-slider .slick-prev {
    left: calc(100% - 85px);
}

.single-news .sn-slider .slick-next {
    right: 14px;
}

.single-news .sn-slider .slick-prev:hover,
.single-news .sn-slider .slick-prev:focus,
.single-news .sn-slider .slick-next:hover,
.single-news .sn-slider .slick-next:focus {
    color: #ffffff;
    background: #61bbff;
}

.single-news .sn-slider .slick-prev::before,
.single-news .sn-slider .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
}

.single-news .sn-slider .slick-prev::before {
    content: "\f104";
}

.single-news .sn-slider .slick-next::before {
    content: "\f105";
}


/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
    position: relative;
    width: 100%;
}

.sidebar .sidebar-widget {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget h2.sw-title {
    color: #373737;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 3px double #000000;
}

.sidebar .sidebar-widget .news-list {
    position: relative;
    margin-bottom: 30px;
}

.sidebar .news-list .nl-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.sidebar .news-list .nl-item .nl-img {
    width: 100px;
}

.sidebar .news-list .nl-item .nl-img img {
    width: 100px;
}

.sidebar .news-list .nl-item .nl-title {
    padding-right: 10px;
    padding-left: 5px;
}

.sidebar .news-list .nl-item .nl-title a {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s;
}

.sidebar .news-list .nl-item .nl-title a:hover {
    color: #61bbff;
}

.sidebar .sidebar-widget .tab-news {
    position: relative;
    margin-bottom: 30px;
}

.sidebar .tab-news .nav.nav-pills .nav-link {
    color: #ffffff;
    background: #000000;
    border-radius: 0;
}

.sidebar .tab-news .nav.nav-pills .nav-link:hover,
.sidebar .tab-news .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #61bbff;
}

.sidebar .tab-news .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-news .tab-content .container {
    padding: 0;
}

.sidebar .tab-news .tn-news {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.sidebar .tab-news .tn-img {
    width: 100px;
}

.sidebar .tab-news .tn-img img {
    width: 100px;
}

.sidebar .tab-news .tn-title {
    padding: 0 0 0 15px;
}

.sidebar .tab-news .tn-title a {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s;
}

.sidebar .tab-news .tn-title a:hover {
    color: #61bbff;
}

.sidebar .sidebar-widget .category {
    position: relative;
}

.sidebar .category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category ul li {
    margin: 0 0 12px 22px;
}

.sidebar .category ul li:last-child {
    margin-bottom: 0;
}

.sidebar .category ul li a {
    display: inline-block;
    color: #000000;
    line-height: 23px;
}

.sidebar .category ul li a:hover {
    color: #61bbff;
}

.sidebar .category ul li::before {
    position: absolute;
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000000;
    left: 1px;
}

.sidebar .category ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tags {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

.sidebar .sidebar-widget .tags a {
    display: inline-block;
    margin: 0 2px 5px;
    padding: 5px 10px;
    color: #000000;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 4px;
}

.sidebar .sidebar-widget .tags a:hover {
    color: #ffffff;
    background: #61bbff;
    border: 1px solid #61bbff;
}

.sidebar .sidebar-widget .image a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .sidebar-widget .image img {
    max-width: 100%;
    transition: .3s;
}

.sidebar .sidebar-widget .image img:hover {
    transform: scale(1.1);
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

/* blog.php page */

.blog-posts-page{
    padding-top: 4vh;
    padding-bottom: 4vh;
}

.blog-posts-page .heading_container {
    display: inline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.blog-posts-page .box {
    background: #fff;
    border-radius: 8px;
    margin: 12px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.blog-posts-page .box .client_id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-posts-page .box .client_id .img-box {
    /*width: 125px;*/
    /*min-width: 125px;*/
    /*margin-right: 15px;*/
}

.blog-posts-page .box .client_id .img-box img {
    width: 100%;
    border-radius: 5px;
}

.blog-posts-page .box .client_id .client_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 25px;
}

.blog-posts-page .box .client_id .client_detail .client_info h6 {
    margin-bottom: 0;
}

.blog-posts-page .box .client_id .client_detail .client_info i {
    color: #fbaf5d;
}

.blog-posts-page .box .client_text {
    text-align: right;
    margin-top: 12px;
}

.blog-posts-page .owl-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    margin: -26vh -40px 0;
    position: relative;
}

.blog-posts-page .owl-carousel .owl-nav button {
    border-radius: 40px;
    width: 40px;
    height: 40px;
    background-color: #d9d9d963;
    outline: none;
    margin: 0 20px;
    color: #484848;
}

.blog-posts-page h2{
    color: #464646;
}

.blog-posts-page .client_text h2{
    font-size: 16px;
    font-weight: bold;
    color: #194f6c;
    margin-inline-start: 3px;
    min-height: 32px;
}

.blog-posts-page .client_text p{
    font-size: 13px;
    color: #5b5b5b;
    margin-left: 3px;
    margin-right: 3px;
}

/* pagination */


.pagination-container {
    margin-right: auto;
    margin-left: auto;
    /*background: #8aace075;*/
    padding: 20px;
    border-radius: 5px;
    /*box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(94, 104, 121, 0.288);*/
}
.pagination {
    padding: 0;
    justify-content: center;
    display: flex;
    list-style: none;
}
.pagination li {
    border: 1px #878787 solid;
    text-align: center;
    width: 60px;
    /*flex: 1;*/
    margin: 0px 6px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(94, 104, 121, 0.288);
}
.pagination li:hover {
    transform: scale(1.05);
}
.pagination li a {
    font-size: 18px;
    text-decoration: none;
    color: #4d3252;
    height: 45px;
    /*width: 55px;*/
    display: block;
    line-height: 45px;
}
.pagination li:first-child a {
    /*width: 50px;*/
}
.pagination li:last-child a {
    /*width: 50px;*/
}
.pagination li.active {
    transform: scale(0.98);
    background: #edfffd;
    /*box-shadow: inset -3px -3px 7px #ffffff73,*/
    /*inset 3px 3px 5px rgba(94, 104, 121, 0.288);*/
}
.pagination li.active a {
    font-size: 19px;
    color: #6f6cde;
}
.pagination li:first-child {
    /*margin: 0 15px 0 0;*/
}
.pagination li:last-child {
    /*margin: 0 0 0 15px;*/
}