article.item.item-page .entry-image.full-image {
    padding: 0px 15px;
}
article.item.item-page .entry-header {
    padding: 0px 15px;
}
article.item {
    background: #fff;
    box-shadow: 0px 0px 10px #00000030 !IMPORTANT;
    padding: 15px;
}
/*home listing*/
h4.newsflash-title a {
    color: #000;
    height: 60px;
    font-weight: 600; 
    font-size: 14px;
    line-height: 1.5; 
    display: block;
    display: -webkit-box !important; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
h4.newsflash-title a:hover {
    color: #1996d3;
}
h4.newsflash-title {
    margin-top: 30px;
    position: relative;
}
h4.newsflash-title:before {
    position: absolute;
    content:'';
    background: #1996d3;
    width: 50px;
    height: 4px;
    top: -20px;
}
.content-part {
    padding: 15px 15px 30px 15px;
    background: #ececec;
    transition: 0.3s;
    margin-bottom: 30px;
}
@media(min-width:992px){
.content-part {
    min-height: 235px;
}}
a.readmore {
    color: #000;
    position: relative;
    font-weight: 400;
    top: 10px;
    font-size: 14px;
    font-weight: 600;
}
a.readmore:before {
    position: absolute;
    content: '';
    background: #232323;
    width: 30px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -40px;
    transition: 0.3s;
}
a.readmore:hover:before {
    right: -50px;
    width: 40px;
}
a.readmore:hover {
    color: #1996d3;
}
figure.newsflash-image img {
    max-height: 180px !important;
    min-height: 195px !important;
}
figure.newsflash-image img  {
    max-height: 180px !important;
    margin: auto;
}

@media(min-width:992px){
.content-part p {
    color: #000;
    height: 60px;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px !important;
    text-align: justify;
}}
.image-part {
    background: #ececec;
}

/*listing*/
.com-content #sp-main-body {
    padding: 50px 0px !Important;
}

article.item {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 30px;
    transition: 0.3s;
    border-radius: 10px;
}
article.item:hover {
    box-shadow: 0px 0px 10px #00000030;
}
/*@media(min-width:992px){
article.item {
    min-height: 492px !Important;
}}*/
@media(min-width:992px){
.view-category  article.item .entry-image.intro-image {
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    display: flex;
}}
.view-category  article.item .entry-image.intro-image {
    max-height: 210px !important;
    min-height: 210px !important;
    margin-bottom: 10px;
}
.view-category  article.item .entry-image.intro-image img {
    max-height: 210px !important;
    margin: auto;
}
.view-article article.item .entry-header h2 {
   color: #000;
    font-weight: 600;
    font-size: 20px  !important;
    line-height: 1.5;
}
@media(max-width:991px){
.view-article article.item .entry-header h2 {
    font-size: 18px  !important;
}
}
.view-category article.item .entry-header h2 {
   color: #000;
   height: 29px;
   font-weight: 600;
   font-size: 16px  !important;
   line-height: 1.5;
   display: block;
   display: -webkit-box !important;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   margin-bottom: 5px !IMPORTANT;
}
@media(max-width:991px){
.view-category  article.item .entry-header h2 {
    color: #000;
    height: unset;
    font-weight: 600;
    font-size: 14px  !important;
    line-height: 1.5;
    display: block;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
article.item .entry-header h2 a:hover {
    color: #1996d3;
}
article.item .entry-header {
    margin-bottom: 5px;
}

article.item .content-part {
    padding: 15px;
    background: #ececec;
    transition: 0.3s;
    margin-bottom: 30px;
}

article.item a.readmore {
    color: #000;
}
article.item dd.create {
    font-weight: 500;
    font-style: oblique;
}
@media(min-width:992px){
.view-category article.item p {
    color: #000;
    height: 81px;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px !important;
    text-align: justify;
}}
.view-category article.item p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}
article.item .readmore {
    margin-top: 15px;
    background: transparent !important;
}
article.item .readmore a.btn {
    background: transparent !important;
    font-size: 16px;
    color: #000;
    text-transform:capitalize;
}
article.item .readmore a.btn:hover {
    color: #1996d3;
}
article.item .tags {
    margin: 10px 0px;
}
article.item .tags a {
    font-size: 12px;
    padding: 3px 5px;
    font-weight: 400 !Important;
}
article.item .tags a:hover {
    background: #1996d3 !important;
    color: #fff !important;
}
article.item p.readmore {
    height: inherit;
}

/*right side*/

@media(min-width:992px){
#sp-right {
    padding: 0px 15px 30px 15px;
    border: 3px solid #1996d3;
}}
#sp-left .sp-module .search, #sp-right .sp-module .search {
    margin-top: 0px;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
    margin-bottom: 40px;
    font-size: 16px !important;
    position: relative;
}
#sp-left .sp-module ul.categories-module li a, #sp-right .sp-module ul.categories-module li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
}
#sp-left .sp-module, #sp-right .sp-module {
    margin: 30px 0px;
}
#sp-left .sp-module .tagspopular ul li a, #sp-right .sp-module .tagspopular ul li a {
    background: #000;
    color: #fff;
    padding: 3px 8px;
    font-size: 13px;
    font-weight: 500;
}
#sp-left .sp-module .tagspopular ul li a:hover, #sp-right .sp-module .tagspopular ul li a:hover {
    background: #1996d3 !important;
    color: #fff !important;
}
#sp-right .sp-module .sp-module-title:before {
    position: absolute;
    content:'';
    background: #1996d3;
    width: 50px;
    height: 4px;
    bottom: -10px;
}

/*prev next button*/
a.hasTooltip {
    background: transparent !important;
    color: #000 !important;
    font-weight: 500;
}
a.hasTooltip:hover {
    color: #1996d3 !important;
}

/*pagination*/

/*pagination*/
.pagination a.next, .pagination a.previous {
    background: #232323 !important;
    border-color: #232323 !important;
    border-radius: 0px !important;
    color: #fff;
    margin-right: 2px !important;
    margin-left: 2px !important;
}
.pagination a.next:hover, .pagination a.previous:hover,
.pagination a.next:focus, .pagination a.previous:focus {
    background: #1996d3 !important;
    border-color: #1996d3 !important;
    color: #fff !Important;
}
.pagination>li>a, .pagination>li>span {
    background: #232323;
    border-color: #232323;
    color: #fff;
}
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span:hover,
.pagination>.active>span:focus,
.pagination a:focus,
.pagination a:hover {
    background: #1996d3 !important;
    border-color: #1996d3 !important;
    color: #fff !Important;
}
@media(max-width:991px){
.pagination>li>a, .pagination>li>span {
    padding: 5px 10px;
    font-size: 14px;
}
}

/*tag*/
.view-tag div.tag-category fieldset.filters.btn-toolbar button {
    background: #232323  !important;
    font-size: 13px  !important;
    border-radius: 0px  !important;
    color: #fff !important;
    font-weight: 400  !important;
    letter-spacing: 1px  !important;
    line-height: 1;
    padding: 8px 25px  !important;
    transition: 0.5s  !important;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 30px;
    width: 47.5%;
}
.view-tag div.tag-category fieldset.filters.btn-toolbar button:hover {
    background: #1996d3  !important;
}
.view-tag div.tag-category fieldset.filters.btn-toolbar {
    padding: 15px;
}
.view-tag div.tag-category ul.category {
    padding: 15px;
}

/*search*/
select#limit {
    padding: 0px;
}
.com-search.view-search .search-filter-wrap, .com-search.view-search .search-results-wrap {
    padding: 15px !important;
    margin-bottom: 0px;
}
.com-search.view-search .search-filter-wrap fieldset {
    width: 100% !important;
    margin-bottom: 30px;
}
.com-search.view-search .search-results-wrap .result-title, .com-search.view-search .search-results-wrap .result-category {
    font-size: 16px;
}
.com-search.view-search .search-filter-wrap fieldset legend {
    font-weight: 600;
}
@media(max-width:991px){
.com-search.view-search .search-filter-wrap .btn-toolbar {
    display: block;
}
.com-search.view-search .form-limit-wrap {
    margin-top: 10px;
}
.com-search.view-search .search-results-wrap .result-title, .com-search.view-search .search-results-wrap .result-category {
    font-size: 14px !IMPORTANT;
}}
.com-search #sp-main-body {
    padding: 50px 0px;
}
input#search-searchword {
    width: 180px;
}
.com-search.view-search .pagination {
    margin-top: 10px;
    margin-bottom: 0px !important;
}
.com-search.view-search .search-results-wrap .result-text, .com-search.view-search .search-results-wrap .result-created a {
    word-break: break-word;
}