* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    margin: 0;
}

ul {
    margin-bottom: 0;
    padding: 0;
}

a,
a:hover,
a:visited,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

button,
button:hover,
button:focus,
input,
input:focus {
    outline: none;
}

html,
body {
    height: 100%;
}

body {
    -webkit-text-size-adjust: 100%;
    height: 100%;
    color: #222;
    letter-spacing: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
    overflow-x: hidden;
}

h1 {
    font: 700 40px 'gn-tittle';
    color: #242434;
}

h2 {
    font: 600 36px 'gn-tittle';
    color: #242434;
}

h3 {
    font: 600 28px 'gn-tittle';
    color: #242434;
}

p {
    line-height: 30px;
}

.clearfix {
    clear: both;
}

/*******************************************
top ness
***************************************************/
.newsContainer {
    position: relative;
}

.newsContainer-Inner {
    position: relative;
    overflow: hidden;
}

.rowFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    /*width: 100%;*/
}

.newsSlice {
    overflow: visible;
}

.newsItem-3 {
    -webkit-box-flex: 3;
    -webkit-flex: 3 1 auto;
    -ms-flex: 3 1 auto;
    flex: 3 1 auto;
}

.newsItem-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.newsRow {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    width: 0;
}

.newsSlice-Item {
    position: relative;
}

.newsItem {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.newsItemBg {
    background: #f6f6f6;
    padding: 10px;
}

figure {
    margin: 0;
}

.newsItem-Container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.newsItem-bgWrap .newsItem-Container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.newsImg-Wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.newsItem-bgWrap .newsImg-Wrap {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
}

.newsItem-Content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.newsItem-bgWrap .newsItem-Content {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
    padding-right: 15px;
}

.newsItem-Header {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.newsItem-Info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.newsImg-Wrap img {
    width: 100%;
}

.newsTitle {
    word-wrap: break-word;
    overflow: hidden;
}

.newsBigTitle {
    font-size: 26px;
    font-family: 'gn-tittle';
    /*font-family: 'Oswald';*/
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.3 !important;
}

.titleColor {
    color: #003E6F;
}

.newsItem-Info p {
    margin-bottom: 0;
    color: #545454;
}

.newsItem-bgWrap .btmNews-Horizontal {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.newsItem-bgWrap .btmNews-Sublinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.newsItem-bgWrap .btmNews-SubLink {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.smallTitle {
    font-size: 18px;
}

.btmNews-Horizontal {
    margin-top: 15px;
}

.newsHover-UnderLine a:hover {
    text-decoration: underline;
    color: #222;
}

a:hover {
    color: #222;
}

.newsMediumTitle {
    font-size: 18px;
    font-family: 'gn-home';
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.3 !important;
}

.twoSideImagesRight h3,
.mainSinlgeImage h3 {
    font-family: 'gn-tittle';
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.3 !important;
}

.newsRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flexHref {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
}

.imgHover a:hover img {
    opacity: 0.5;
}

.imgHover a img {
    -webkit-transition: all ease-in-out 0.7s;
    -moz-transition: all ease-in-out 0.7s;
    -ms-transition: all ease-in-out 0.7s;
    -o-transition: all ease-in-out 0.7s;
    transition: all ease-in-out 0.7s;
}

.flexHrefBig {
    display: flex;
    flex-direction: row-reverse;
}

.newsItem-Vertical {
    border-top: 1px solid #c3c3c3;
    margin-top: 10px;
    padding-top: 10px;
}

.btmNews-Col p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #555;
    float: left;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 10px;
    width: 100%;
}

.newsTitle {
    margin-top: 5px;
}

.ListNewsCol a {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ListNewsCol a:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.newsMargin {
    margin-bottom: 50px;
}

/*.newsSlice-Item{
	padding: 0 5px;
	}*/
/*********************************
hover content
**********************************/
.imgHover a h1,
.imgHover a h1 .titleColor,
.newsHover-UnderLine a h3 .titleColor,
.newsHover-UnderLine a h3 {
    -webkit-transition: all ease-in-out 0.7s;
    -moz-transition: all ease-in-out 0.7s;
    -ms-transition: all ease-in-out 0.7s;
    -o-transition: all ease-in-out 0.7s;
    transition: all ease-in-out 0.7s;
}

.imgHover a:hover h1,
.imgHover a:hover h1 .titleColor,
.newsHover-UnderLine a:hover h3,
.newsHover-UnderLine a:hover h3 .titleColor {
    color: #003864
}

/******************************************
sidehalfNews
*****************************************/
.sideHalfNews .newsItem-bgWrap .newsImg-Wrap {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

.sideHalfNews .newsItem-bgWrap .newsItem-Content {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
    padding: 0 0 0 15px;
}

.sideHalfNews li {
    display: flex;
}

.newsSmallTitle {
    font-size: 19px;
}

.sideHalfNews .flexHrefBig {
    flex-direction: row;
}

.sideHalfNews {
    flex-wrap: wrap;
}

.titleColor {
    color: #005EA9;
}

/**********************************************
card section
***********************************************/
.leftSideBlock {
    display: table;
    height: 100%;
    width: 100%;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f6f6f6;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0;
    /*box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);*/
    position: relative;
    height: 100%;
}

.card-header {
    padding: 15px;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #EEEEEE;
    border-top: 3px solid #113e6f;
}

.card-title {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
    color: #113e6f;
}

.card-body {
    flex: 1 1 auto;
    padding: 25px 16px;
}

.card-header:first-child {
    border-radius: 0;
}

.headingTitle .card-content {
    display: table-cell;
    vertical-align: middle;
}

.leftSideBlock .card {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.leftSideBlock .card-body {
    flex: 1 1 auto;
    padding: 5px 5px;
}

.leftSideBlock a {
    color: #333;
}

.leftSideBlock h1 {
    margin-top: 0;
    text-align: center;
}

.leftSideBlock-Title h1 {
    margin-top: 0;
    text-align: center;
    background: #113e6f;
    color: #fff;
    padding: 10px;
}

.leftSideBlock ul li a:hover {
    color: #005EA9
}

.leftSideBlock ul li span {
    color: #989898;
    font-size: 12px;
}

.leftSideBlock p {
    margin-bottom: 0;
}

.leftSideBlock ul li {
    border-bottom: 1px solid #dad9d9;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.leftSideBlock ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*********************************************
views listing
************************************************/
.viewNewsList ol {
    flex-wrap: wrap;
    display: flex;
}

.viewNewsList ol li {
    /* display: flex; */
    width: 33.3333%;
    /* flex-basis: 33.333%; */
    margin-top: 15px;
    padding-right: 20px;
    box-sizing: border-box;
}

.viewNewsList ol li a {
    color: #222;
}

.viewNewsList ol {
    padding: 0 40px;
    box-sizing: border-box;
}

/*****************************************
/* Back to top button */
/**********************************/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #003e6f;
    color: #eeeeee;
    width: 48px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 86px;
    padding-top: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #4688bb;
    opacity: 0.5
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/**********************************************
            footer
            ***********************************************/
footer {
    margin-top: 60px;
}

.topFooter {
    background: #113e6f;
    padding: 20px 0;
}

.footTitle {
    font-family: sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.footerMenu a {
    color: #fff;
    -webkit-transition: all ease-in-out 0.7s;
    -moz-transition: all ease-in-out 0.7s;
    -ms-transition: all ease-in-out 0.7s;
    -o-transition: all ease-in-out 0.7s;
    transition: all ease-in-out 0.7s;
}

.quickMenu ul li {
    display: inline-block;
    width: 49%;
}

.footerMenu a:hover {
    color: #7d7979;
}

.footerMenu ul li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
}

.footerMenu ul li:last-child {
    margin-bottom: 0;
}

.follow-img {
    width: 100%;
}

.btmFooter {
    background: #103965;
    padding: 10px 0 5px;
}

.btmFooter p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
}

/********************************************
menu
************************************************/
/* Desktop Main Menu Color */

.wsmainfull {
    background-color: rgba(0, 0, 0, 0.30);
    border-bottom: solid 1px;
    border-bottom-color: rgba(0, 0, 0, 0.14);
}

.wsmenu>.wsmenu-list {
    background-color: #005EA9;
}

/* Mobile Header */

.wsmobileheader {
    background-color: rgba(255, 255, 255, 0.95);
}

.wsmenu>.wsmenu-list>li>a {
    color: #fff;
}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {
    border-top-color: #fff;
}

.wsmenu>.wsmenu-list>li>a:hover .wsarrow:after {
    border-top-color: #fff;
}

.wsmenu>.wsmenu-list>li>a.active .wsarrow:after {
    border-top-color: #fff;
}

.wsmenu>.wsmenu-list>li:hover>a .wsarrow:after {
    border-top-color: #fff;
}

.wsmenu>.wsmenu-list>li>a>.fa {
    color: #fff;
}

.wsmenu>.wsmenu-list>li>a.active .fa {
    color: #fff;
}

.wsmenu>.wsmenu-list>li:hover>a>.fa {
    color: #fff;
}

.wsmenu>.wsmenu-list>li>a:hover .fa {
    color: #fff;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type="submit"] {
    background-color: #003E6F;
    color: #fff;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type="button"] {
    background-color: #003E6F;
    color: #fff;
}

.wsmenu>.wsmenu-list>li>a.active {
    color: #fff;
    border-bottom-color: #003E6F;
}

.wsmenu>.wsmenu-list>li:hover>a {
    color: #fff;
    border-bottom-color: #003E6F;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>a {
    background-color: #003E6F;
    color: #fff;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
    background-color: #003E6F;
    color: #fff;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li:hover a {
    background-color: #003E6F;
    color: #fff;
}

/***********************************************
 change menu
 **********************************************/
.wsmenu>.wsmenu-list>li>a {
    display: block;
    padding: 10px 41px 4px 10px;
    font-size: 19px;
    line-height: 42px;
}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {
    right: 29px;
    top: 29px;
}

.wsmenu>.wsmenu-list>li a.menuhomeicon {
    padding-left: 15px;
    padding-right: 15px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu {
    top: 60px;
}

.wsmainfull {
    position: relative;
}

.wsmainfull {
    background-color: #003E6F;
    border-bottom: solid 1px;
    border-bottom-color: #003E6F;
}

.wsmainfull.wsfixed {
    background-color: #003E6F;
    border-bottom: solid 1px;
    border-bottom-color: #003E6F;
    top: 0;
}

.wsmenu>.wsmenu-list>li:hover>a {
    color: #fff;
    border-bottom-color: transparent;
}

.wsmenu>.wsmenu-list>li>a.active {
    color: #fff;
    border-bottom-color: transparent;
}

.wsmenu {
    color: #fff;
    font-size: 14px;
    padding: 0;
    width: 100%;
    float: initial;
    display: block;
}

.topheader {
    padding: 20px 0;
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch {
    margin-top: 12px;
}

/*.wsmobileheader{
  height: 70px;
  }*/
.wsmobileheader .smllogo {
    display: inline-block;
    margin-top: 5px;
}

.wsanimated-arrow {
    top: 5px;
}

.callusbtn {
    right: 14px;
    top: 10px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
    font-size: 17px;
}

.wsmainfull.wsfixed .wsmenu>.wsmenu-list>li>a {
    padding-top: 10px;
}

.wsmainfull.wsfixed .wsmenu>.wsmenu-list>li>a .wsarrow:after {
    top: 27px;
    border-top-color: #fff;
}

/***************************************
trending
******************************************/
.trendingFlex {
    display: flex;
}

.trendingTitle {
    position: relative;
    padding: 0 1.6em;
    line-height: 60px;
    font-weight: 700;
    color: rgba(0, 0, 0, .6);
    font-size: .9em;
    background-color: rgba(0, 0, 0, .06);
}

.trendingTitle::after {
    content: '';
    position: absolute;
    top: 19px;
    right: -25px;
    border-color: transparent transparent transparent rgba(0, 0, 0, .06);
    border-style: solid;
    border-width: .7em;
}

.trendingTitle label {
    margin-bottom: 0;
    text-transform: uppercase;
}

.okayNav ul li a {
    color: #333;
}

.okayNav ul {
    padding-left: 30px;
}

.trendingNews {
    /*background: #f1f1f1;*/
    background: #f4f8fb;
    margin-bottom: 30px;
}

/*********************************
mobile menu
***********************************/
.mobTitle {
    background: #eee;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.mobTitle h1 {
    font-size: 30px;
    margin-bottom: 0;
}

.newsItemBg {
    background: #f6f6f6;
    /*padding: 10px 20px 10px 10px;*/
}

/*******************************************
listing cols
*****************************************/
.topBreadcrumb h2 {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    font-size: 35px;
}

.container-fluid {
    padding: 0 30px;
}

.topBreadcrumb {
    margin-bottom: 40px;
}

.newsListBox figure img {
    width: 100%;
}

.newsListTitle h2 {
    font-size: 22px;
    line-height: 30px;
}

.newsListBox {
    background: #fff;
    padding: 10px 15px;
    box-shadow: rgba(0, 0, 0, .1) 0 0 16px;
    display: table;
    height: 100%;
    width: 100%;
    -webkit-transition: all ease-in-out 0.7s;
    -moz-transition: all ease-in-out 0.7s;
    -ms-transition: all ease-in-out 0.7s;
    -o-transition: all ease-in-out 0.7s;
    transition: all ease-in-out 0.7s;
}

.newsListBox figure {
    margin: -10px -15px 15px;
}

.listingCol {
    margin-bottom: 30px;
}

.newsListBox:hover {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, .3);
    box-shadow: 0 0 50px rgba(0, 0, 0, .3);
}

/*--------------------------------------
bottom-pagination
----------------------------------------*/
.bottom-pagination {
    margin-top: 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    width: 100%;
    font-weight: 600;
}

.bottom-pagination a {
    color: #131b31;
    text-transform: capitalize;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bottom-pagination a:hover {
    opacity: 0.6;
}

.pagination-item {
    display: inline-block;
}

.pagination-item a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-top: 5px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
}

.pagination-item.active a,
.pagination-item:hover a {
    color: #fff;
}

.pagination-item.active,
.pagination-item:hover {
    background-color: #113e6f;
}

.btmPagination {
    margin-top: 15px;
}

/*****************************************************
                    single page
                    *******************************************************/
.singleTitle {
    font-size: 44px;
    line-height: 50px;
}

.newsDate ul li {
    display: inline-block;
    font-size: 14px;
}

.singleImg img {
    width: 100%;
}

.singleImg {
    margin: 20px 0;
}

.impMsg {
    background: #eee;
    padding: 15px;
    border-left: 2px solid #ca2424;
    margin: 15px 0;
}

.impMsg p {
    margin-bottom: 0;
    font-style: italic;
}

.newsComment {
    margin-top: 50px;
}

/*******************************************************
                    news share
                    *****************************************************/
.share-post {
    overflow: hidden;
}

.share-post>div>div {
    float: left;
}

.share-post button {
    margin: 0 3px 0 0;
    border: 0;
    float: left;
    background-color: transparent;
    padding: 0
}

.share-post button span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    display: block;
    background-color: #ddd;
    position: relative;
}

.share-post .facebook span {
    background: #1b57a1;
    color: #fff
}

.share-post .twitter span {
    background: #0cbce2;
    color: #fff
}

.share-post .googleplus span {
    background: #dd4b39;
    color: #fff
}

.share-post .linkedin span {
    background: #1583ba;
    color: #fff
}

.share-post .pinterest span {
    background: #bd2126;
    color: #fff
}

.share-post .xing span {
    background: #006464;
    color: #fff
}

.share-post button span.share_num {
    display: block;
    font-size: 10px;
    background-color: #ddd;
    padding: 3px;
    margin-top: 3px;
    width: auto;
    height: auto;
    line-height: 1;
    color: #333
}

.total-shrs {
    background-color: transparent;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
}

.newsShare {
    border-top: 1px solid #dad9d9;
    border-bottom: 1px solid #dad9d9;
    padding: 15px 0;
    margin: 15px 0 30px;
}

.newsShare a button {
    cursor: pointer;
}

.singleDetail p {
    line-height: 35px;
}

/********************************
side bar
*****************************************/
.newsListSlide ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.newsListSlide ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.newsFlex {
    display: flex;
}

.imgCircle figure {
    margin-bottom: 10px;
    text-align: center;
}

.imgCircle img {
    border-radius: 100%;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    max-width: initial;
}

.authorName1 {
    font-size: 14px;
    font-style: italic;
}

.newsListSlide h3 {
    font-size: 20px;
    line-height: 28px;
}

.newsImg {
    padding-right: 15px;
}

.newsListSlide ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar a:hover h3 {
    color: #113e6f
}

.relatedCategory {
    margin-top: 50px;
}

.relatedTitle {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.imgListing img {
    width: 100%;
}

.imgListing {
    margin-bottom: 30px;
}

.commonCard .card {
    background: transparent;
    border: 0;
    padding: 0;
}

/*.rowFlex{
	width: 102%;
	}*/

/*****************************************
change menu style
******************************************/
.mainMenuHeader {
    background-color: #003E6F;
    border-bottom: solid 1px;
    border-bottom-color: #003E6F;
}

.wsactive .wsmobileheader {
    margin-left: 0;
}

.wsmobileheader {
    position: initial;
    box-shadow: initial;
}

.wsmobileheader {
    background-color: transparent;
}

.menuWrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.xs-header-nav {
    padding-left: 60px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #fff;
    background-color: #005EA9;
}

.mainMenuHeader.sticky {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}

.nav-dropdown>li>a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 15px;
    color: #fff;
    background-color: #113e6f;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}

.submenu-indicator-chevron {
    border-color: transparent #ffffff #ffffff transparent;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #fff;
    background: #1f5ea9;
    padding: 10px 20px;
}

.nav-dropdown>li>a {
    padding: 10px 20px;
}

.navigation-portrait {
    height: initial;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
    background: #1f5ea9;
}

.logoSticky img {
    width: 20%;
    margin-top: 14px;
}

.wsanimated-arrow {
    margin-left: 60px;
}

/*******************************
sticky logo css
*********************************/
.xs-header-nav {
    padding-left: 0;
}

.logoSticky {
    opacity: 0;
}

.wsanimated-arrow {
    margin-left: 0;
}

.mainMenuHeader.sticky .logoSticky {
    opacity: 1;
}

.mainMenuHeader.sticky .wsanimated-arrow {
    margin-left: 40px;
}

.mainMenuHeader.sticky .xs-header-nav {
    padding-left: 0;
}

/********************************************** top breaking news box ***********************************************/
.breakingNews-box {
    background: #fff;
    padding: 30px 20px 20px;
    border: 1px solid #eee;
    /*box-shadow: 0px 0px 10px #dadada;*/
    box-shadow: 0px 0px 10px #eaeaea;
    cursor: pointer;
}

.breakingNews-box h2 {
    line-height: 55px;
    -webkit-transition: all ease-in-out 0.7s;
    -moz-transition: all ease-in-out 0.7s;
    -ms-transition: all ease-in-out 0.7s;
    -o-transition: all ease-in-out 0.7s;
    transition: all ease-in-out 0.7s;
    margin-bottom: 0;
    /* font-family: 'gn-tittle', sans-serif !important; */
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.3 !important;
}

.breakingNews-list a:hover .breakingNews-box h2 {
    color: #113e6f;
}

.breakingNews-list {
    margin-bottom: 30px;
}

.breakingNews-list:last-child {
    margin-bottom: 0;
}

.img-responsive {
    max-width: 100%;
    margin-top: 15px;
}

.authorName {
    font-family: 'gn-light', sans-serif;
    display: block;
    font-size: 18px;
    margin: 10px 0;
}

.breakingNews-box p {
    font-size: 20px;
    margin: 20px 0 0;
    color: #222;
}

.sectionTop {
    margin-top: 60px;
}

.wsactive .wsmenucontainer {
    position: fixed;
}

/*****************************
9-27
*************************************/
.mainTopInfo p {
    margin-bottom: 0;
}

.storiesCol .newsMediumTitle {
    line-height: 30px;
}

.imgHover .storiesCol a {
    color: #333;
}

/*.storiesCol .newsItem-Header{
	flex: initial;
	}*/
.storiesCol p {
    font-size: 18px;
}

.newsStories p span {
    font-style: italic;
}

.imgHover .storiesCol h1 a:hover,
.imgHover .storiesCol h1 a:hover .titleColor {
    color: #003864;
}

.storeisNewsList {
    border-bottom: 1px solid #dad9d9;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.storeisNewsList:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.newsStories p {
    margin-bottom: 0;
}

.newsItem-bgWrap .bigStoriesMain .newsItem-Content {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
}

.bigStoriesMain h1 {
    line-height: 35px;
}

.bigStoriesBtmNews .newsImg-Wrap {
    flex-basis: 30%;
}

.bigStoriesBtmNews .newsItem-Content {
    flex-basis: 70%;
    max-width: 70%;
}

.bigStoriesBtm h1 {
    line-height: 25px;
}

.bigStoriesBtm .newsItem,
.newsItem.bigStoriesTop {
    display: initial;
}

.bigStoriesBtm {
    border-top: 1px solid #dad9d9;
    padding-top: 30px;
    margin-top: 30px;
}

.cardTop.headingTitle .card-content {
    vertical-align: top;
}

.cardTop .leftSideBlock {
    height: 100vh;
}

.bigStoriesBtmNews h1 {
    line-height: 35px;
    margin-top: 0;
}

.bigStoriesBtmNews {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

/************************************************
newsfleximg
***********************************************/
.imgNewsCol {
    position: relative;
}

.featureImg .item {
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

.featureImg-3 .ts-overlay-style .item {
    min-height: 247px;
}

.featureImg-4 .ts-overlay-style .item {
    min-height: 504px;
}

.ts-overlay-style .item:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
}

.post-title {
    font-size: 18px;
    font-weight: 500;
    color: #232323;
    margin-bottom: 2px;
    margin-top: 10px;
}

.bigStyle .post-title {
    font-size: 24px;
}

.post-content {
    z-index: 1;
    position: relative;
}

.ts-overlay-style .overlay-post-content {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.ts-overlay-style .overlay-post-content .post-content {
    padding: 24px 24px 18px;
}

.ts-overlay-style .overlay-post-content .post-title {
    margin-bottom: 2px;
}

.ts-overlay-style .overlay-post-content .post-title a {
    color: #fff;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    text-shadow: 2px 2px #131010;
}

.ts-overlay-style .overlay-post-content .post-date-info {
    color: #d2d2d2;
}

.post-date-info {
    font-size: 12px;
    display: block;
    position: relative;
    color: #8a8a8a;
}

.featureImg-3 .ts-overlay-style .item .post-cat {
    margin-left: 0;
    margin-bottom: 13px;
}

.ts-overlay-style {
    position: relative;
}

.post-cat {
    background: #113e6f;
    color: #fff;
    padding: 2px 15px;
    font-size: 16px;
    line-height: 14px;
}

.featureImg-3 .ts-overlay-style {
    margin-bottom: 10px;
}

.post-cat:hover {
    color: #fff;
}

/****************************************
10-2-2018
**************************************/
.authorNameCols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /*	-webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;*/
}

.authorImg {
    flex-basis: 10%;
    overflow: hidden;
}

.authorImg img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.authorDetails {
    flex-basis: 90%;
}

.authorDetails h3 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 24px;
}

.authorDetails p {
    font-size: 16px;
    margin-bottom: 0;
}

.authorNameCols {
    margin: 25px 0;
}

.authorDetails {
    flex-basis: 60%;
}

.authorTime p {
    font-size: 14px !important;
    font-weight: bold;
    text-align: right;
}

.authorTime {
    flex-basis: 30%;
}

.mainTopInfo p {
    font-family: 'gn-tittle', sans-serif;
    font-size: 16px;
}

.newsCaption p {
    font-family: 'gn-tittle', sans-serif;
    font-size: 16px;
}

/*****************************************
10-7-2018
********************************************/
.newsSmallTitle {
    line-height: 25px;
}

.smallTitle {
    line-height: 28px;
}

.newsMediumTitle {
    line-height: 32px;
}

.newsBigTitle {
    line-height: 30px;
}

.newsTitle {
    margin-bottom: 3px;
}

.newsItem-HeaderCollapsed {
    flex: initial;
}

.newsItem-ContentCollpased {
    padding-top: 30px;
}

.fullImgNews .newsItem-bgWrap .newsImg-Wrap {
    flex-basis: 100%;
}

.fullImgNews .newsItem-bgWrap .newsItem-Content {
    flex-basis: 100%;
    max-width: 100%;
}

.fullImgNews .flexHrefBig {
    flex-direction: column;
}

.sizeChangeFlex .newsItem-bgWrap .newsImg-Wrap {
    flex-basis: 50%;
}

.sizeChangeFlex .newsItem-bgWrap .newsItem-Content {
    flex-basis: 50%;
    max-width: 50%;
}

.newsSideImgCols {
    display: flex;
}

.newsSideImgColsInfo img {
    max-width: 50%;
    float: right;
    margin-left: 5px;
}

.newsSideImgColsInfo p {
    font-size: 16px;
    line-height: 25px;
}

.sideNewsListCol ul li {
    border-bottom: 1px dashed #9c9b9b;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.sideNewsListCol ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

/********************************************
destinaion
**********************************************/
.imgOnlyInfo figure {
    position: relative;
    overflow: hidden;
}

.imgOnlyInfo figure img {
    width: 100%;
    -webkit-transition: all ease-in-out 0.7s;
    -moz-transition: all ease-in-out 0.7s;
    -ms-transition: all ease-in-out 0.7s;
    -o-transition: all ease-in-out 0.7s;
    transition: all ease-in-out 0.7s;
}

.imgOnlyInfo figure figcaption {
    position: absolute;
    bottom: 0;
    z-index: 9;
    padding: 5px;
}

.imgOnlyInfo figure:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
}

.imgOnlyInfo .newsTitle {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.imgOnlyInfo a:hover figure img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sideBarSmall ul li {
    border-bottom: 1px dashed #9c9b9b;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.sideBarSmall ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.fullImgNews.fullImgNewsFlex .flexHrefBig {
    display: initial;
}

.sideBarSmallCircle {
    text-align: center;
}

.sideBarSmallCircle figure img {
    width: 60px;
    height: 60px !important;
    border-radius: 50%;
    object-fit: cover;
}

.sideBarSmallCircle ul {
    width: 100%;
}

.sideBarSmallCircle .newsItem-Info {
    display: initial;
}

.sideBarSmallCircle .newsBigTitle {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 28px;
}

.sideBarSmallCircle p {
    font-size: 16px;
}

.singleMainImg {
    position: relative;
}

.singleMainImg img {
    width: 100%;
}

.singleMainImg figure {
    position: relative;
    overflow: hidden;
}

.singleMainImg figure:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
}

.singleMainImg figure figcaption {
    position: absolute;
    z-index: 9;
    top: 0;
    max-width: 300px;
    padding: 20px;
}

.singleMainImg .newsBigTitle {
    color: #fff;
}

.singleMainImg p {
    color: #fff;
}

.mainSinlgeImagebgWrap {
    display: initial;
}

.mainSinlgeImageBtm {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -15px 0;
}

.mainSinlgeImageBtm-Img {
    flex-basis: 40%;
}

.mainSinlgeImageBtm-Info {
    flex-basis: 60%;
    margin-left: 15px;
}

.mainSinlgeImageBtm-Img img {
    max-width: 100%;
}

/*.mainSinlgeImageBtmList{
	display: flex;
	}*/
.mainSinlgeImageBtm-Info p {
    line-height: 25px;
}

.mainSinlgeImageBtmList-Link {
    display: flex;
    flex-direction: row;
    color: #333;
}

.sideBarSmall p {
    margin-top: 5px;
}

.sideBarSmallHeading h1 {
    margin-top: 0;
}

.sideBarSmallCircleBig ul li {
    width: 50%;
    float: left;
    border-bottom: 0;
    padding: 0 15px;
    box-sizing: border-box;
}

.sideBarSmallCircle.sideBarSmallCircleBig {
    text-align: left;
}

/**********************************
*****************************************/
/*.newsCircleListImg{
	float: left;
	overflow: hidden;
	}*/
.newsCircleListImg img {
    width: 50px;
    border-radius: 0 !important;
    height: 50px;
    object-fit: cover;
}

/*.newsCircleListInfo{
	float: right;
	margin-left: 10px;
	}*/
.newsCircleListInfo h3 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0;
}

.newsCircleListInfo p {
    font-size: 16px;
    line-height: 20px;
}

.newsCircleList a {
    color: #333;
}

.newsCircleList ul {
    display: flex;
    flex-wrap: wrap;
}

.newsCircleList ul li {
    flex-basis: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.newsCircleList a {
    display: flex;
}

.newsCircleListInfo {
    margin-left: 10px;
}


/**************************************
latest news
*************************************/
.newsEngTop {
    text-align: center;
}

.newsEngTop h1 {
    margin: 15px 0;
}

.newsEngTop p {
    line-height: 24px;
}

.transformSide {
    text-transform: uppercase;
    color: #333;
}

.mainNewsTitle h1 {
    border-bottom: 1px solid #a6a6a6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.newsItem-Header {
    flex: initial;
}

.fullImgNews .flexHrefBig {
    flex-direction: column;
    width: 100%;
}

.headerFlex .newsItem-Header {
    flex: 1;
}

.smallNewsList ul li p {
    line-height: 24px;
}

.newsItem-InfoFlex {
    display: initial;
}

.smallNewsList ul li span {
    color: #222;
    font-size: 14px;
}

.smallTitleCols span {
    position: relative;
}

.smallTitleCols span:before {
    content: '';
    height: 6px;
    width: 25px;
    position: absolute;
    left: -35px;
    top: 16px;
}

.smallTitleCols span.color1:before {
    background: #ffc107;
}

.smallTitleCols span.color2:before {
    background: #b79a42;
}

.smallTitleCols span.color3:before {
    background: #f3ca4d;
}

.smallTitleCols span.color4:before {
    background: #2875c7;
}

.smallTitleCols {
    padding-left: 40px;
    text-transform: uppercase;
}

.newsItem-bgWrapNone {
    background: transparent;
}

.postText {
    color: #fff;

}

.postText p {
    line-height: 25px;
    margin-top: 10px;
}

.featureImg-3 .ts-overlay-style .item {
    min-height: 400px;
}

.newsarticle {
    margin-top: 30px;
}

.textTransform {
    text-transform: uppercase;
}

.newsItem-ContentCollpaseds {
    padding-left: 15px;
}

.newsSideImgColsInfo img {
    max-width: 50%;
    float: left;
    margin-right: 5px;
}

.secTitle {
    background: #f6f6f6;
    padding: 5px 15px;
    display: inline-block;
}

.mainSinlgeImageBtmList {
    margin-bottom: 10px;
}

.bigStyle .post-title {
    font-size: 24px;
    line-height: 39px;
}

.sideHalfNewsWidth {
    width: 100%;
    padding: 15px;
}

.sideNewsListCol ul.sideHalfNewsWidth li {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.wsBigTitle {
    font-size: 17px;
}

.featureImg-3-2 .ts-overlay-style .item {
    min-height: 250px;
}

.liveNews h4 {
    background: #003e6f;
    color: #fff;
    text-transform: uppercase;
    padding: 8px;
    text-align: center;
}

.liveNews {
    background: #f6f6f6;
    height: 100%;
}

.liveNews ul li {
    border-bottom: 1px solid #b7b5b5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.liveNews ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.liveNews ul {
    padding: 10px;
}


/*-------------------------------------------------------------*/
/*---------------------- custom -------------------------------*/
/*-------------------------------------------------------------*/
:root {
    --theme-blue: #003E6F;
}

.bg-theme-blue {
    background: #003E6F !important;
}

.text-theme-blue {
    color: #003E6F !important;
}

.opacity-95 {
    opacity: 0.95;
}

.temp_wap {
    position: relative;
    z-index: 2;
    padding-left: 70px;
    float: right;
    top: 0px;
    /* font-family: PT Sans; */
    font-family: Lato;
}

.temp_icon {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    position: absolute;
    left: 25px;
}

.weather-icon {
    height: 35px;
    width: 35px;
}

h3.temp_count {
    position: relative;
    z-index: 2;
    color: #131212;
    display: inline-block;
}

.temp_wap p {
    font-size: 12px;
    opacity: 1;
    line-height: 17px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider.round {
    border-radius: 34px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d3d3d4;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider.round:before,
.slider.round:after {
    border-radius: 50%;
}


.slider.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    height: 18px;
    width: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* content: "\f013"; */
    content: "\f185";
    color: #003E6F;
    padding-left: 2px;
    line-height: 18px;
    position: absolute;
    left: 3px;
}

input:checked+.slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
    content: "\f186";
}

input:checked+.slider {
    background: #003E6F;
}

.slider.icon::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    height: 18px;
    width: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /*content: "\f186";*/
    color: #d8259b;
    padding-left: 2px;
    line-height: 18px;
    position: absolute;
    right: 3px;
}


.dark-mode-position {
    position: absolute;
    right: 40px;
}

@media screen and (max-width: 767px) {
    .dark-mode-position {
        right: 135px;
    }
}


figure.h-410 img {
    height: 410px !important;
    width: 100% !important;
}

figure.h-360 img {
    height: 360px !important;
    width: 100% !important;
}

figure.h-370 img {
    height: 370px !important;
    width: 100% !important;
}

figure.h-330 img {
    height: 330px !important;
    width: 100% !important;
}

figure.h-300 img {
    height: 300px !important;
    width: 100% !important;
}

figure.h-280 img {
    height: 280px !important;
    width: 100% !important;
    object-fit: cover;
}

figure.h-250 img {
    height: 250px !important;
    width: 100% !important;
}

figure.h-200 img {
    height: 200px !important;
    width: 100% !important;
}

figure.h-150 img,
img.h-150 {
    height: 150px !important;
    width: 100% !important;
}

figure.h-175 img,
img.h-175 {
    height: 176px !important;
    width: 100% !important;
}

figure.h-120 img {
    height: 120px !important;
    width: 100% !important;
}

figure.h-115 img {
    height: 115px !important;
    width: 100% !important;
    object-fit: cover;
}

figure.h-100 img {
    height: 100px !important;
    width: 100% !important;
}

figure.h-95 img {
    height: 95px !important;
    width: 100% !important;
}

figure.h-80 img,
img.h-80 {
    height: 80px !important;
    width: 100% !important;
}

figure.h-75 img {
    height: 75px !important;
    width: 100% !important;
}

figure.h-70 img {
    height: 70px !important;
    width: 100% !important;
}


figure.h-65 img {
    height: 65px !important;
    width: 100% !important;
}


.opinion .newsCircleListImg.opinion-avatar-img img {
    height: 75px !important;
    width: 75px !important;
}

.border-opinion {
    border-bottom: 1px solid #9c9b9b
}

/*****************************************/
.breadcrumb-container {
    margin: 0 5px 15px 10px;
}

.block-title.title-border {
    margin: 0 0 0 0;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-image: linear-gradient(to right, #003E6F, #993131, #003e6f, #003e6f, gold, #003e6f) 1;
    border-image: -moz-linear-gradient(to right, #003E6F, #993131, #003e6f, #003e6f, gold, #003e6f) 1;
    border-image: -webkit-linear-gradient(to right, #003E6F, #993131, #003e6f, #003e6f, gold, #003e6f) 1;
}

.section-heading .block-title {
    text-align: left;
}

.block-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 36px;
}

.block-title>span.title-bg,
.block-title>span.title-bg:before {
    background-color: #003E6F;
}

.block-title.title-border .title-bg {
    padding: 0 27px;
    position: relative;
    background: #003E6F;
    display: inline-block;
    /*top: 2px;*/
    top: 0;
}

.block-title.title-border .title-bg:before {
    position: absolute;
    content: "";
    left: -9px;
    top: 0;
    width: 4px;
    height: 100%;
    background: #003E6F;
    bottom: 0;
    margin: auto;
}

.block-title.title-border .title-bg:after {
    right: -15px;
}

.block-title>span.title-bg:after {
    border-left-color: #003E6F;
}

.block-title.title-border .title-bg:after {
    position: absolute;
    content: "";
    right: -14px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 34px solid transparent;
    border-left: 15px solid #003E6F;
    border-bottom: 0 solid transparent;
    height: 100%;
}


.all-btn-title {
    /*background-color: #fc4a00;*/
    background-color: #003E6F;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-left: auto;
    padding: 0 20px;
    position: relative;
    float: right;
    transition: 0.2s;
}

.all-btn-title::before {
    background-color: inherit;
    content: '';
    height: 99%;
    left: -10px;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    width: 20px;
}

.all-btn-title:hover {
    background-color: #993131;
    color: #fff;
}


.h1-limit {
    height: 50px !important;
    overflow: hidden;
}


#photo-carousel .twoSideImages img {
    display: block;
    width: 100%;
    height: auto;
}


.text-img-btm {
    position: absolute;
    bottom: 0px;
    padding: 25px 15px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: white;
    font-size: 1.3rem;
}

#photo-carousel .owl-nav {
    /*display: block !important;*/
}

/************** side menu *********************************/
.uk-offcanvas-overlay {
    /*width: 100vw;*/
    touch-action: none;
}

.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.uk-offcanvas-overlay.uk-open::before {
    opacity: 1;
}

.uk-offcanvas-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .1);
    opacity: 0;
    transition: opacity .15s linear;
}

.uk-open>.uk-offcanvas-bar {
    left: 0;
}

.uk-offcanvas-bar {
    background: #fff;
}

.uk-card-primary.uk-card-body,
.uk-card-primary> :not([class*=uk-card-media]),
.uk-card-secondary.uk-card-body,
.uk-card-secondary> :not([class*=uk-card-media]),
.uk-light,
.uk-offcanvas-bar,
.uk-overlay-primary,
.uk-section-primary:not(.uk-preserve-color),
.uk-section-secondary:not(.uk-preserve-color),
.uk-tile-primary:not(.uk-preserve-color),
.uk-tile-secondary:not(.uk-preserve-color) {
    color: rgba(255, 255, 255, .7);
}

.uk-offcanvas-bar-animation {
    transition: left .3s ease-out;
}

@media (min-width: 960px) {
    .uk-offcanvas-bar {
        left: -350px;
        width: 350px;
        padding: 40px 40px;
    }
}

.uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    box-sizing: border-box;
    width: 400px;
    padding: 20px 20px;
    background: #f7f7f7;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
    .uk-offcanvas-bar {
        width: 65vw;
    }

    .uk-grid {
        flex-direction: column;
    }

    .uk-child-width-1-2\@m>* {
        width: 100% !important;
    }
}

#offcanvas-nav .custom-logo-link,
.footer .custom-logo-link {
    padding-bottom: 5px;
    display: block;
}

.uk-offcanvas-bar a {
    color: #444 !important;
    font-family: gn-tittle;
    font-size: 16px;
}

@media (min-width: 960px) {
    .uk-hidden\@m {
        display: none !important;
    }
}

.uk-offcanvas-bar form {
    width: 100%;
    background: #252525;
}

.uk-search-default {
    width: 180px;
}

.uk-search {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0;
}

.uk-search-default .uk-search-icon {
    width: 40px;
}

@media (max-width: 575px) {
    .search_icon {
        right: 90px !important;
    }
}

.uk-search .uk-search-icon-flip {
    right: 0;
    left: auto;
}

.uk-search .uk-search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999;
}

.uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}

.uk-offcanvas-bar .uk-search-default .uk-search-input {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .2);
}

.uk-search-default .uk-search-icon-flip~.uk-search-input {
    padding-right: 40px;
}

.uk-search-default .uk-search-input {
    height: 40px;
    padding-left: 6px;
    padding-right: 6px;
    background: 0 0;
    border: 1px solid #e5e5e5;
}

.uk-search-input {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    overflow: visible;
    -webkit-appearance: none;
    vertical-align: middle;
    width: 100%;
    border: none;
    color: #666;
}

.uk-offcanvas-bar .uk-search-input {
    color: rgba(255, 255, 255, .7);
}


.uk-padding-remove-top {
    padding-top: 0 !important;
}

@media (min-width: 960px) {
    .uk-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.uk-section {
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
}

.uk-section::after,
.uk-section::before {
    content: "";
    display: table;
}


.uk-section> :last-child {
    margin-bottom: 0;
}

.uk-padding-remove {
    padding: 0 !important;
}

@media (min-width: 960px) {
    .uk-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 640px) {
    .uk-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.uk-container {
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.uk-container> :last-child {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .uk-grid {
        margin-left: -40px;
    }
}

.uk-grid {
    margin-left: -30px;
}

.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 960px) {}

.uk-child-width-1-2\@m>* {
    width: 50%;
}

}

[class*=uk-child-width]>* {
    box-sizing: border-box;
    width: 100%;
}

.uk-grid-item-match,
.uk-grid-match>* {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
    .uk-grid>* {
        padding-left: 40px;
    }
}

.uk-grid>* {
    padding-left: 30px;
}

.uk-grid>* {
    margin: 0;
}


.uk-list {
    padding: 0;
    list-style: none;
}


.uk-grid>*> :last-child {
    margin-bottom: 0;
}

.uk-grid-item-match> :not([class*=uk-width]),
.uk-grid-match>*> :not([class*=uk-width]) {
    box-sizing: border-box;
    width: 100%;
    flex: auto;
}

button.uk-icon:not(:disabled) {
    cursor: pointer;
}

.uk-offcanvas-close {
    position: absolute;
    z-index: 1000;
    top: 20px;
    right: 20px;
    padding: 5px;
}

.uk-close {
    color: #999;
    transition: .1s ease-in-out;
    transition-property: color, opacity;
    z-index: 99999;
}

.uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}

.uk-card-primary.uk-card-body .uk-list-divider>li:nth-child(n+2),
.uk-card-primary> :not([class*=uk-card-media]) .uk-list-divider>li:nth-child(n+2),
.uk-card-secondary.uk-card-body .uk-list-divider>li:nth-child(n+2),
.uk-card-secondary> :not([class*=uk-card-media]) .uk-list-divider>li:nth-child(n+2),
.uk-light .uk-list-divider>li:nth-child(n+2),
.uk-offcanvas-bar .uk-list-divider>li:nth-child(n+2),
.uk-overlay-primary .uk-list-divider>li:nth-child(n+2),
.uk-section-primary:not(.uk-preserve-color) .uk-list-divider>li:nth-child(n+2),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-divider>li:nth-child(n+2),
.uk-tile-primary:not(.uk-preserve-color) .uk-list-divider>li:nth-child(n+2),
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-divider>li:nth-child(n+2) {
    border-top-color: rgba(255, 255, 255, .2);
}

.uk-list-divider>li:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}

.uk-list.uk-list-left li> :first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.uk-list>li> :last-child {
    margin-bottom: 0;
}

.uk-offcanvas-bar a {
    color: #000 !important;
}

.uk-margin-small-right {
    margin-right: 10px !important;
}

.uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}

.uk-border-circle {
    border-radius: 50%;
}

*+.uk-hr,
*+hr {
    margin-top: 20px;
}

.uk-margin {
    margin-bottom: 20px;
}

.uk-icon-button {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    background: #f8f8f8;
    color: #999;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
    transition-property: color, background-color;
}

.uk-icon i {
    font-size: 1.2rem;
    color: #6c757d;
}


.theme-white-overlay-color .News-header {
    border-bottom: 1px solid #fff;
}

.News-header {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 1px solid #222;
    margin-bottom: 20px;
}

.News-decoration {
    position: absolute;
    top: 30px;
    left: 0;
    height: 6px;
    background-color: #993131;
    display: block;
    width: 110px;
}

.News-title {
    font-size: 25px;
    /* margin-top: 15px; */
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.hr-border-color {
    border-color: #eaeaea;
    margin-top: 15px;
    margin-bottom: 15px;
}

.hover-fb:hover i {
    color: #3b5998;
}

.hover-tw:hover i {
    color: #00acee;
}

.hover-ln:hover i {
    color: #0e76a8;
}

.hover-ig:hover i {
    color: #3f729b;
}

.hover-yt:hover i {
    color: #c4302b;
}

.hover-pin:hover i {
    color: #bd081c;
}

.hover-fb-bg:hover,
.fb-bg {
    background: #3b5998;
}

.hover-tw-bg:hover,
.tw-bg {
    background: #00acee;
}

.hover-ln-bg:hover,
.ln-bg {
    background: #0e76a8;
}

.hover-ig-bg:hover,
.ig-bg {
    background: #3f729b;
}

.hover-yt-bg:hover,
.yt-bg {
    background: #c4302b;
}

.hover-pin-bg:hover,
.pin-bg {
    background: #bd081c;
}

.fa-2x-sm {
    font-size: 1.5rem;
}

.footer-logo img {
    height: 80px;
}

#photo-carousel .owl-dot:last-child {
    display: none;
}

.quick-links li {
    margin-bottom: 0.5rem !important;
}

/***********************************************************/
.nav-menu li.has-dropdown1 {
    position: relative;
}


.nav-menu li.has-dropdown1>.dropdown1 {
    position: absolute;
    left: 0;
    width: 180px;
    text-align: left;
    z-index: 60;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s all;
    transition: .2s all;
}

.nav-menu li.has-dropdown1>.dropdown1 .dropdown1-body {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.dropdown1 .dropdown1-list li:last-child {
    border-bottom: transparent;
}

.dropdown1 .dropdown1-list li a {
    display: block;
    padding: 20px;
    line-height: 15px;
    color: #222;
    border-bottom: 5px solid #eaeaea !important;
    font-size: 1rem;
}

.nav-menu li.has-dropdown1:hover>.dropdown1 {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.dropdown1 .dropdown1-list li a:hover {
    color: #993131;
    border-bottom: 5px solid #993131 !important;
}

aside.utilities-sidebar nav .nav-link {
    font-weight: 600;
}

aside.utilities-sidebar nav .nav-link:hover {
    color: #993131;
}

.searchbarr {
    margin-top: 2%;
    height: 60px;
    background-color: #00244c;
    border-radius: 30px;
    /*padding: 10px;*/
}

.searchbarr .search_input {
    padding: 0 10px;
    width: 250px;
    transition: width 0.4s linear;
    font-size: 14px;

    color: white;
    border: 0;
    outline: 0;
    background: none;
    /*width: 0;*/
    line-height: 30px;
    transition: width 0.4s linear;
}

.searchbarr .search_icon {
    height: 30px;
    width: 30px;
}

.searchbarr .search_icon {
    background: white;
    color: #e74c3c;
    border: transparent;
}

.newsMediumTitle {
    font-size: 18px !important;
    color: #222 !important;
}

.overlay-post-content .newsMediumTitle {
    font-size: 18px !important;
    color: #fff !important;
}

@media (min-width: 768px) {
    form#searchform {
        display: none;
    }

    .dark-mode-position {
        right: 0 !important;
    }
}

.leftSideBlock-Title h1 {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    color: #fff !important;
    text-align: left !important;
}

.leftSideBlock .card-body {
    padding: 0 5px 5px 5px;
    /*border-top: 12px solid white;*/
}

.just-in-top {
    /* border-top: 3px solid #993131 !important; */
    /* border-bottom: 2px solid #003E6F !important; */
    background-color: var(--theme-blue);
}

.just-in-top h1 {
    font: 300 20px 'Ek Mukta Bold' !important;
    text-transform: uppercase;
    color: #fff;
}

.sideBarCol .just-in-top {
    padding: 10px;
}

.newsUpdate li:first-child a {
    color: #993131 !important;
}


@media (max-width: 767px) {

    .header-search #searchformm,
    .header-search #header-social {
        display: none !important;
        margin: 0 auto;
    }

    .header-search .header-weather {
        position: absolute;
        top: 30px;
        right: 10px;
    }

    .header-weather h5 {
        font-size: 1rem !important;
    }

    .header-weather .temp_wap p {
        font-size: 10px;
    }

    .header-weather .temp_wap {
        padding-left: 63px;
    }

    .header-weather .weather-icon,
    .header-weather .temp_icon {
        line-height: 30px;
        height: 30px;
        width: 30px;
    }

    .desktoplogos img {
        width: 200px !important;
    }

    p.eng-date {
        margin-left: 54px !important;
        font-size: 10.5px !important;
    }

    .header-weather.ml-auto {
        margin: 0 auto !important;
        padding-top: .5rem;
    }

    .uk-offcanvas-bar .uk-search-default .uk-search-input {
        background-color: white !important;
        color: black;
    }

    .uk-search-icon .text-white {
        color: black !important;
    }
}

@media (min-width: 768px) and (max-width: 833px) {
    .header-weather {
        margin-bottom: 1rem;
        margin-right: 0 !important;
    }

    .header-search {
        margin-left: auto;
    }

    .desktoplogos {
        margin-bottom: -60px;
    }
}

@media (min-width: 834px) and (max-width: 1023px) {
    .header-weather {
        margin-right: 1.5rem !important;
    }

    .searchbarr .search_input {
        width: 180px;
    }

    .mainMenuHeader .menuWrap {
        flex-wrap: nowrap !important;
    }

    .mainMenuHeader .nav-menu>li>a {
        padding: 22px 5px !important;
        font-size: 12px;
    }

    .xs-header-nav {
        margin-left: -20px;
    }
}

.social-outer {
    height: 26px;
    width: 26px;
    /*border: 1px solid white;*/
    text-align: center;
    border-radius: 50%;
    line-height: 26px;
}

#menu-main-menu-1.nav-menu li a {
    text-transform: uppercase;
    padding: 17px 10px;
}

#menu-main-menu-1.nav-menu li a {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.01em;
}

.feature-box .item {
    min-height: 240px !important;
}

.feature-content.post-content {
    padding: 5px 0 !important;
    background: white;
    height: 50px
}

.newsUpdate h5 {
    font-family: 'gn-tittle';
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.3 !important;
}

.twoSideImagesRight .lead {
    font-family: 'Roboto', sans-serif;
    color: #555;
    float: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 10px;
    width: 100%;
}

.post_img {
    position: relative;
    z-index: 2;
    margin-bottom: 5px;
}

.post_img a,
.post_img a img {
    width: 100%;
}

.overlay-title {
    position: relative;
    width: 100%;
    display: flex;
}

.overlay-title a {
    position: absolute;
    width: 90%;
    top: -50px;
    z-index: 8;
    background-color: white;
    padding: 15px;
    margin: 0 15px;
    text-align: center;
    color: #222;
    box-shadow: 0 0 black;
    height: 90px;
    font-weight: 500;
    overflow: hidden;
    font-family: gn-home;
}

#home-education figure img {
    height: 96px;
    width: 100%;
    object-fit: cover;
}


#home-science .sideNewsListCol ul li {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.relatedCategory .newsListBox {
    padding: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.newsListBox figure {
    margin: 0 !important;
}

.relatedCategory .newsListBox .newsListTitle h2 {
    font-size: 20px;
    line-height: 26px;
    height: 55px;
    margin-bottom: 0;
    margin-top: 10px;
    overflow: hidden;
}

.relatedCategory .owl-carousel .owl-item img {
    height: 160px;
    object-fit: cover;
    border: 1px solid lightgray;
}


.sideBarCol .newsListSlide h3 {
    font-size: 18px !important;
    line-height: 18px !important;
    overflow: hidden;
    height: 38px;
}

.sideBarCol .newsListSlide p {
    line-height: 1;
    height: 35px;
}

.ofc {
    object-fit: cover;
}


.entertainment-img-lg {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.overlay-title-photo {
    position: absolute;
    bottom: 6%;
}

.overlay-title-photo a {
    color: #fff;
    margin: 0;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 5%, rgba(0, 0, 0, 0.3) 80%); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 5%, rgba(0, 0, 0, 0.8) 80%);
    /* text-shadow: 2px 2px #131010; */
    padding: 10px 15px;
    top: -46px;

}

body>.wsmenucontainer main,
body>.wsmenucontainer section,
.topheader .container-fluid,
.mainMenuHeader .container-fluid,
.trendingNews .container-fluid,
footer>.container-fluid {
    min-width: 1px !important;
    max-width: 1264px !important;
    margin: 0 auto !important;
}

.uk-offcanvas-bar .social-outer a i {
    color: white !important;
}


.limit-40 {
    max-height: 40px;
    overflow: hidden;
}

.limit-54 {
    max-height: 54px;
    overflow: hidden;
}


.text-inside-image-bottom {
    position: absolute;
    bottom: 0%;
    color: white;
    background: rgba(244, 244, 244, 0.4);
    width: 100%;
}

.newsCircleList ul li {
    padding: 0;
    padding-right: 10px;
    margin-bottom: 10px;
}

.font-oswald {
    font-family: 'Oswald', sans-serif !important;
}

@media screen and (max-width: 676px) {
    .social-outer.mr-3 {
        margin-right: 0.4rem !important;
    }

    .topBreakingBox {
        padding-top: 10px;
    }

    .breakingNews-list {
        margin-bottom: 20px;
    }

    .breakingNews-box h2 {
        font-size: 2rem !important;
    }

    .sideHalfNews .newsItem-bgWrap .newsItem-Content {
        padding: 0 !important;
    }

    figure.h-95 img {
        height: 150px !important;
        padding-bottom: 5px;
    }

    .ch-40 {
        height: 40px !important;
    }

    .mx-ch-40 {
        max-height: 40px !important;
        height: auto !important;
    }

    .mx-ch-50 {
        max-height: 50px !important;
        height: auto !important;
    }

    .manage-sm.row {
        display: flex !important;
    }

    .manage-sm .col-md-4 {
        width: 30%;
    }

    .manage-sm .col-md-8 {
        width: 70%;
    }

    .manage-sm .col-md-5 {
        width: 30%;
    }

    .manage-sm .col-md-7 {
        width: 70%;
    }

    .sm-px-15px {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .featureImg-4 .ts-overlay-style .item {
        min-height: 200px !important;
    }

    .newsItemBg {
        padding: 10px 0 0;
    }

    .sm-p-10px {
        padding: 10px !important;
    }

    .sm-pb-10px {
        padding-bottom: 10px !important;
    }

    .sm-pt-0 {
        padding-top: 0 !important;
    }

    .sm-pt-10px {
        padding-top: 10px !important;
    }

    .sm-pt-15px {
        padding-top: 15px !important;
    }

    .twoSideImagesRight h3 {
        font-size: 1.5rem;
    }

    .sports-btm a figure {
        float: left;
        width: 30%;
        height: 75px;
        margin-bottom: 10px;

    }

    .sports-btm a figure img {
        height: 75px !important;
    }

    .sports-btm a h1 {
        padding-left: 10px;
    }

    .overlay-title-photo {
        width: 103%;
    }

    .overlay-title-photo a {
        top: -50px;
        height: 68px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        /* top: -57px; */
        /* padding-bottom: 0 !important; */
    }

    .sm-mb-3 {
        margin-bottom: 1rem;
    }

    #home-education figure img {
        height: 86px;
    }

    .crime-content .manage-sm .col-md-4 {
        width: 40%;
    }

    .crime-content .manage-sm .col-md-8 {
        width: 60%;
    }

    .footer-detail .row [class^='col-lg'] {
        padding-top: 15px;
    }

    .search_icon {
        background: #0c4775 !important;
    }

    .sm-font-size-25 {
        font-size: 25px !important;
    }

    .ts-overlay-style .overlay-post-content .post-content {
        padding: 10px 15px;
        background: rgba(0, 0, 0, 0.7);
    }

    .ts-overlay-style .overlay-post-content .post-content:hover {
        background: rbga(0, 0, 0, 0);
    }

    .bigStyle .post-title {
        font-size: 18px !important;
        line-height: 20px !important;
    }

    .flex-center-vertically {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 400px;
    }

}