@charset "utf-8";
/*..............embedded fonts..............*/
@import url("https://use.typekit.net/bei6vlu.css");

@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
/* font-family: aktiv-grotesk, sans-serif;  */
/*
font-family: 'Oswald', sans-serif;
*/

/*..............common styles..............*/

html,
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #323232;
    font-family: aktiv-grotesk, sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    padding: 0;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 51px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
    line-height: 1.5;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    font-size: 16px;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 400;
}

img {
    max-width: 100%;
}

a,
img {
    border: 0;
    text-decoration: none;
    outline: none;
}

a,
a:link {
    color: #154296;
}

a:focus,
a:hover {
    text-decoration: underline;
    outline: none;
    transition: all 0.3s ease 0s;
}

body a,
body a:link {
    color: #154296;
}

body a:focus,
body a:hover {
    color: #154296;
    text-decoration: underline;
}

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

ul {
    list-style: none;
    padding: 0;
}

input,
textarea,
select {
    font-weight: 400;
    font-size: 15px;
    outline: none;
}

input[type="submit"] {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    outline: none;
}

/* --- for placeholder color --- */
/*
.form-control::-moz-placeholder{color:#505873;opacity:1;}
.form-control:-ms-input-placeholder{color:#505873;}
.form-control::-webkit-input-placeholder{color:#505873;}
*/
/* --- for placeholder color --- */

/* --- only use for wordpress (Image alignment) --- */
.alignleft,
.alignnone {
    float: left;
    margin: 0 15px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 15px;
}

.aligncenter {
    margin: 10px auto;
    display: block;
}

/* --- only use for wordpress (Image alignment) --- */

/* --- Button Styles --- */
.btn,
a.btn,
input[type="button"].Button {
    position: relative;
    border: 0;
    background: #000000;
    color: #fff !important;
    padding: 12px 22px;
    font-size: 15px;
    border-radius: 0;
    font-weight: 400;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.btn:hover,
.btn:focus,
.btn:hover,
a.btn:focus,
input[type="button"].Button:hover,
input[type="button"].Button:focus {
    color: #fff;
    border: 0;
    box-shadow: 0 -48px 0 #221e1e inset;
}

.btn.solid-color {
    color: #fff;
    background: #7b173e;
    box-shadow: -40px 0 0 #a52054 inset;
}

.btn.solid-color:hover {
    color: #fff;
    background: #7b173e;
    box-shadow: 200px 0 0 #a52054 inset;
}

.btn.border,
a.btn.border {
    border: 1px solid #fff;
}

.btn.border:hover,
a.btn.border:hover {
    border: 1px solid #a52054 !important;
}

.btn.rounded {
    border-radius: 40px !important;
}

a.btn:focus,
button:focus {
    outline: none;
    border: 0;
    box-shadow: none;
}

.btn i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.large-size {
    padding: 14px 55px;
}

.medium-size {
    padding: 10px 35px;
}

.small-size {
    padding: 7px 25px;
}

/* --- Button Styles --- */

/*row with equal height column*/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*row with equal height column*/

/* --- checkbox and radio button Styles --- */

.builder_radiobox ul li label {
    font-weight: normal;
}

.builder_radiobox ul li input[type="radio"] {
    opacity: 0;
}

.builder_radiobox ul li input[type="radio"]:empty~label {
    position: relative;
    float: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 0 0 22px;
}

.builder_radiobox ul li input[type="radio"]:empty~label:before {
    position: absolute;
    display: block;
    top: 2px;
    bottom: 0;
    left: 0;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/radiobutton.png) left top no-repeat;
}

.builder_radiobox ul li input[type="radio"]:checked~label:before {
    background: url(../images/radiobutton.png) left bottom no-repeat;
}

.btn,
a.btn,
input[type="button"].Button {
    background: #154296 !important;
}

/* --- checkbox and radio button Styles --- */

/*..............common styles..............*/


/*for header css*/
header {
    z-index: 1;
    background: #fff;
}

.hdr-top {
    padding: 10px 0;
    background: #fff;
}

.hdr-bttm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.hdr-logo {
    width: 270px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    /*padding-top: 15px;*/
    /*padding-bottom: 15px;*/
}

.sticky-wrapper.is-sticky .hdr-bttm {
    padding-top: 5px;
    padding-bottom: 5px;
}

.hdr-logo img {
    width: 100%;
}

.hdr-logo a strong {
    color: #323232;
    font-size: 19px;
    line-height: 1.2;
    position: absolute;
    top: 68px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.srch-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.signin ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.signin ul li,
.signin ul li a {
    font-weight: 700;
    color: #154296;
    text-transform: uppercase;
}

.signin ul li a:hover {
    text-decoration: underline;
}

.signin ul li {
    line-height: 14px;
}

.signin ul li:not(:last-child) {
    padding: 0 6px 0 0;
    margin: 0 6px 0 0;
    border-right: 1px solid #154296;
}

.hdr-top p {
    color: #323232;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.hdr-top p a,
.hdr-top p a:hover {
    color: #323232;
}

.main_menu ul {
    text-align: right;
}

.main_menu ul li {
    position: relative;
}

.main_menu ul li:not(:last-child) {
    padding: 0 6px 0 0;
    margin: 0 6px 0 0;
    border-right: 1px solid #c7c7c7;
}

.main_menu ul li a {
    font-size: 15px;
    color: #323232;
    font-weight: 300;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.main_menu ul li.current-menu-item a,
.main_menu ul li a:hover {
    color: #154296;
}

.sub-menu {
    display: none;
    background: #f0f0f0;
    position: absolute;
    min-width: 195px;
    border: 1px solid #000000;
    z-index: 1;
    text-align: left !important;
}

.main_menu ul li:hover>ul.sub-menu {
    display: block;
}

.sub-menu li {
    display: inline-block;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border-right: none !important;
}

.sub-menu li a {
    padding: 6px 10px;
    display: block !important;
}

.sub-menu li a:hover {
    background: #000000;
    color: #fff !important;
}

.sub-menu li>ul.sub-menu {
    display: none;
    background: #f0f0f0;
    color: #000000;
    position: absolute;
    min-width: 195px;
    top: 0;
    left: 100%;
}

.sub-menu li:hover>ul.sub-menu {
    display: block;
}

.sub-menu li>ul.sub-menu li {
    display: inline-block;
    width: 100%;
}

.sub-menu li>ul.sub-menu li a:hover {
    background: #000000;
    color: #fff !important;
}

.sub-menu .menu-item-has-children {
    position: relative;
}

.sub-menu .menu-item-has-children::after {
    content: '\f105';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #000000;
    font-weight: 900;
    font-family: "Font Awesome 5 Free"
}

.sub-menu li.menu-item-has-children:hover::after {
    color: #fff;
}

.sub-menu li.menu-item-has-children:visited::after {
    color: #000;
}


.menu-sec {
    position: absolute;
    top: 90px;
    right: 0px;
    height: 30px;
    width: 30px;
    z-index: 999;
    text-align: right;
    display: none;
    transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu-sec p {
    letter-spacing: 3px;
    font-size: 12px;
    color: #fff;
    padding-right: 0px;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s ease-in-out;
}

.menu-sec .bar {
    display: inline-block;
    vertical-align: middle;
}

.menu-sec .bar span {
    background-color: #323232 !important;
    display: block;
    width: 25px;
    height: 1px;
    position: absolute;
    top: 15px;
    right: 0;
    margin: 2px;
    transition: all 0.5s ease-in-out;
}

.menu-sec .bar span:first-child {
    margin-top: -4px;
}

.menu-sec .bar span:last-child {
    margin-top: 8px;
}

.menu-sec:hover .bar span:first-child {
    margin-top: -6px;
}

.menu-sec:hover .bar span:last-child {
    margin-top: 10px;
}

.menu-sec2 {
    position: absolute;
    right: 15px;
    height: 30px;
    width: 30px;
    z-index: 1;
    text-align: right;
    transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sticky-menu-sec2 {
    right: 0px;
}

.menu-sec2 p {
    letter-spacing: 3px;
    font-size: 12px;
    color: #fff;
    padding-right: 0px;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s ease-in-out;
}

.menu-sec2 .bar {
    display: inline-block;
    vertical-align: middle;
}

.menu-sec2 .bar span {
    background-color: #154296 !important;
    display: block;
    width: 25px;
    height: 2px;
    position: absolute;
    top: 15px;
    right: 0;
    margin: 2px;
    transition: all 0.5s ease-in-out;
}

.menu-sec2 .bar span:first-child {
    margin-top: -4px;
}

.menu-sec2 .bar span:last-child {
    margin-top: 8px;
}

.menu-sec2:hover .bar span:first-child {
    margin-top: -6px;
}

.menu-sec2:hover .bar span:last-child {
    margin-top: 10px;
}

.srch-frm {
    margin-right: 50px;
}

.mega-menu {
    position: fixed;
    top: 0;
    background: #FFF;
    width: 100%;
    /*height: 90vh;*/
    height: 100vh;
    z-index: 999;
    padding: 30px 50px;
    overflow: auto;
    display: none;
}

.mega-menu a {
    color: #000 !important;
}

.mega-menu .col-mb {
    margin-bottom: 20px;
}

.mega-menu ul li {
    margin-bottom: 10px;
}

.mega-menu ul.sub-menu1 {
    margin-top: 8px;
    list-style-type: circle;
}

.mega-menu ul.sub-menu1 a {
    color: #000 !important;
}

.mega-menu span.megamenu-close {
    /*float: right; margin-bottom: 15px;*/
    font-size: 30px;
    cursor: pointer;
    color: #154296;
    position: relative;
    z-index: 999999;
    position: absolute;
    right: 0;
    top: -15px;
}

/* .menu-innr{padding:200px 100px 40px; display: flex; align-items:center; justify-content: space-between; height: 80vh; width: 100%;} */

.change .bar span:nth-child(2) {
    opacity: 0;
}

.change .bar span:first-child {
    opacity: 1;
    margin-top: 0;
    transform: rotate(45deg);
}

.change .bar span:last-child {
    opacity: 1;
    margin-top: 0;
    transform: rotate(-45deg);
}

.menu-sec.change:hover .bar span:first-child {
    margin-top: 0;
}

.menu-sec.change:hover .bar span:last-child {
    margin-top: 0;
}








.srch-sec {
    background: #eeeeee;
    padding: 5px 0;
    position: relative;
}

.srch-sec .container {
    position: relative;
}

.srch-sec h1,
.srch-sec h1 a,
.single-post .srch-sec .heading-title a {
    color: #323232;
    font-size: 26px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 4px;
    margin: 0;
    font-family: georgia;
}

.srch-frm {
    height: 38px;
    background: #fff;
    width: 25%;
    display: flex;
    align-items: center;
}

.srch-frm input[type="text"] {
    height: 100%;
    width: 85%;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    outline: none;
    color: #154296;
    background: none;
    padding: 0 10px;
}

.srch-frm input::-moz-placeholder {
    color: #999999;
    opacity: 1;
    font-size: 16px;
}

.srch-frm input:-ms-input-placeholder {
    color: #999999;
    opacity: 1;
    font-size: 16px;
}

.srch-frm input::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
    font-size: 16px;
}

.srch-frm input[type="submit"] {
    width: 15%;
    display: inline-block;
    background: url(../images/searcher.png) no-repeat center center;
    background-size: 22px;
    text-indent: -10000px;
    border: none;
    z-index: 2;
    cursor: pointer;
    /*opacity: 0.8;*/
    cursor: pointer;
    transition: opacity .75s ease;
}

.srch-frm input[type="submit"]:hover {
    opacity: 1;
}

.bread-time {
    padding: 8px 0;
}

.bread-time-inn {
    flex-direction: column;
}

.breadcrumb-sec {
    float: left;
}

.breadcrumb-sec ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0;
    margin: 0;
}

.breadcrumb-sec ul li {
    /*margin:0 12px 0 0;*/
    padding: 0 12px 0 18px;
    position: relative;
    font-size: 16px;
}

.breadcrumb-sec ul li a {
    color: #154296;
}

.breadcrumb-sec ul li a:hover {
    text-decoration: underline;
}

/*.breadcrumb-sec ul li:not(:last-child):after{content: '\f105'; font-family: 'FontAwesome'; font-weight:900;  position: absolute; top:0; right:-4px; font-size: 20px;line-height: 23px; }
.breadcrumb-sec ul li:not(:last-child):after {top: 2px; -webkit-text-stroke: 1px #fff;}*/




/*.breadcrumb-sec ul li:not(:last-child):after {top: 2px; -webkit-text-stroke: 1px #fff;}*/
.breadcrumb-sec ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #154296;
    left: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
}

/*.breadcrumb-sec ul li:first-child:before{display: none;}*/
.breadcrumb-sec:first-child ul li:first-child:before {
    display: none;
}

.breadcrumb-sec:first-child ul li:first-child {
    padding-left: 0;
    margin: 0;
}


.timing {
    float: right;
}

/*.breadcrumb-sec:nth-child(2){position: relative;}
.breadcrumb-sec:nth-child(2):after{content:''; position: absolute; width: 2px; height:13px; background:#b7b7b7; left:-13px; top:50%; transform:translateY(-50%);}*/

.single-post .breadcrumb-sec:nth-child(1) ul li:last-child:after {
    position: relative;
}
/*
.single-post .breadcrumb-sec:nth-child(1) ul li:last-child:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 13px;
    background: #b7b7b7;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}*/

.single-post .breadcrumb-sec:nth-child(2):after {
    display: none;
}

.hdr_fix {
    background: rgba(255, 255, 255, 0.98);
    padding: 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    transform: translate(0);
    z-index: 999;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    animation: slide-down 0.7s;
    -ms-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

.is-sticky header {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.is-sticky .hdr-bttm {
    padding: 5px 0;
}

.is-sticky .hdr-logo {
    width: 240px;
}

.is-sticky .hdr-logo a strong {
    font-size: 16px;
    top: 60px;
}

.for-sticky {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.is-sticky .for-sticky {
    visibility: visible;
    opacity: 1;
    display: block;
    border-top: 1px solid #c7c7c7;
    margin: 10px 0 0;
}

.is-sticky .for-sticky h1,
.is-sticky .for-sticky h2 {
    color: #000000;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    text-align: center;
}

.is-sticky .for-sticky .d-flex {
    justify-content: flex-end !important;
    padding: 10px 0 0;
}

.is-sticky .srch-frm {
    height: 36px;
    border: 1px solid #c7c7c7;
    width: 210px;
}

.is-sticky .srch-sec {
    display: none;
}

.is-sticky .for-sticky h1,
.is-sticky .for-sticky h1 a,
.is-sticky .for-sticky h2,
.is-sticky .for-sticky h2 a {
    font-family: georgia;
    color: #323232;
}

.srch-sec h1.page-heading a,
.is-sticky .for-sticky h1.page-heading a,
.is-sticky .for-sticky h2.heading-title a {
    color: #323232;
    font-size: 26px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-image: linear-gradient(to bottom left, #154296, #154296);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background-image: linear-gradient(to bottom left, #154296, #154296);
}

.pro-pic {
    display: block;
}

/* .pro-pic img{width:100%;} */
/* .pro-pic:after {content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 100%; background-image: linear-gradient(179.46deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.82) 100%);} */
.pro-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    padding: 0 20px 0 25px;
    background: rgba(255, 255, 255, 0.8);
    height: 50px;
    display: flex;
    align-items: center;
}

.pro-txt h4 {
    color: #fff;
    margin-bottom: 2px;
}

.date-msg i {
    color: #4afc70;
    margin: 0 6px 0 0;
    font-size: 16px;
}

.date-msg span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.pro-date {
    margin-right: 25px;
    display: none !important;
}

.pro-date span {
    display: none;
}

.eq-ht {
    display: flex;
}

.only-marg {
    margin-bottom: 30px;
}

.advert a {
    /*border:1px solid #ccc;*/
    display: inline-block;
}

/*.advert.paley{background: #f8f4d7;}*/

.more-story {
    background: #f7f7f7;
}

.more-story-inn {
    margin: 0 0 20px;
    padding: 10px;
    transition: all 0.5s;
}

.more-pic {
    width: 50%;
    float: left;
    padding: 0 30px 10px 0;
    text-align: center;
}

.more-pic img {
    width: auto;
    max-height: 138px;
}

.more-txt {
    overflow: visible;
}

.more-txt a:hover {
    text-decoration: none;
}

.more-txt h2 {
    color: #154296;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
}

.more-txt h2:hover {
    text-decoration: none;
}

.more-txt span {
    font-size: 14px;
    margin: -4px 0 8px 0;
    display: block;
    color: #999999;
}

.more-txt p {
    margin: 0;
    line-height: 24px;
}

.more-story-inn:hover {
    box-shadow: 0 0 20px rgb(50 50 50 / 20%);
}

.inside-sec {
    background: #192150;
    padding: 65px 0;
}

.inside-sec h2 {
    color: #eee;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 42px;
    letter-spacing: 10px;
}

.inside-sec h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 5px;
}

.inside-pic {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    height: 160px;
    overflow: hidden;
    border: 4px solid #90ae9f;
}

.inside-pic img {
    width: auto !important;
    height: auto !important;
}

.inside-txt {
    padding: 0 4px;
}

.inside-txt p {
    color: #fff;
    margin: 0 0 10px;
}

.inside-txt p:last-child {
    margin: 0;
}

.inside-txt a:hover h4,
.inside-txt a:hover p {
    text-decoration: underline;
}

.insider {
    padding: 0 0 40px;
}

/* .insider .item{padding:0 50px 0 0;} */
.insider .item a {
    color: #fff;
}

.insider .item a:hover {
    text-decoration: underline;
}

.insider .owl-nav {
    margin-top: 0;
}

.insider.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.inside-pic {
    background: #e4f2eb;
}


.insider .owl-prev,
.author-related-post .owl-prev {
    margin: 0 10px;
    /*position: absolute; left: 44%; bottom: -10px; bottom: 0px;*/
}

.insider .owl-next,
.author-related-post .owl-next {
    margin: 0 10px;
    /*position: absolute; right: 44%; bottom: -10px; bottom: 0px;*/
}

.author-related-post .owl-prev,
.author-related-post .owl-next {
    /*bottom: -40px;*/
    bottom: 0px;
}

.more-news-txt h5 {
    margin-bottom: 0;
    color: #154296;
}

/*.insider .owl-prev .fas, .insider .owl-next .fas, .author-related-post .owl-prev .fas, .author-related-post .owl-next .fas
{font-size: 30px; color:rgba(0,0,0,0.4); background: rgba(255,255,255,0.5)!important; box-shadow: 0 0 10px rgba(0,0,0,0.2); padding: 5px 8px!important; border-radius:4px; transition: all 0.3s;}

.insider .owl-prev:hover .fas, .insider .owl-next:hover .fas, .author-related-post .owl-prev:hover .fas, .author-related-post .owl-next:hover .fas{color:rgba(0,0,0,0.9); background: rgba(255,255,255,0.9)!important;}*/

.insider .owl-prev,
.insider .owl-next,
.author-related-post .owl-prev,
.author-related-post .owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 28px;
    height: 33px;
    margin: 5px;
    border-radius: 3px !important;
    background: #eee;
}

.insider .owl-prev:hover,
.insider .owl-next:hover,
.author-related-post .owl-prev:hover,
.author-related-post .owl-next:hover {
    background: #dbdbdb !important;
}

.inside-sec.top-addarea .col-md-10 {
    padding-right: 15px;
}

.author-related-post .owl-prev .item img {
    width: auto !important;
}

.inside-sec .right-advert-area {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .author-related-post .item{padding:0 10px;} */

.news-network {
    padding: 65px 0;
}

.news-network-outr {
    margin: 0 0 50px;
}

.news-network-inn {
    display: flex;
}

.news-network-inn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.news-network-pic {
    border: 2px solid #fff;
    width: 45%;
}

.news-network-pic img {
    height: 100%;
    object-fit: cover;
}

.news-network-txt {
    width: 55%;
    padding: 0 0 0 20px;
}

.news-network-txt h6 {
    margin: 0 0 10px;
    color: #154296;
}

.news-network-txt span {
    color: #999999;
    display: block;
    font-size: 14px;
}


.vote-sec {
    margin: 0 0 40px;
}

.vote-sec h6 {
    position: relative;
    color: #323232;
}

.fancy-bdr {
    position: relative;
    padding: 0 0 15px;
}

/* .fancy-bdr:after{content: ''; position: absolute; bottom:0; left:0; right:0; width:100%; background: #e2e2e2; height:3px;} */
.fancy-bdr:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #b7b7b7;
    height: 3px;
    z-index: 2;
}

.vote-sec .styled-checkbox+label p {
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    margin: 0;
    line-height: 1.5;
}

h6.fancy-bdr {
    font-size: 32px;
    color: #323232;
}

.wp-polls h6.fancy-bdr {
    font-size: 20px;
    color: #154296;
}

.vote-sec.popular-sec ul li a {
    display: flex;
    align-items: flex-start;
}

.vote-sec.popular-sec .popular-txt h6 {
    color: #323232;
    font-weight: 600;
}

.vote-sec.popular-sec .popular-pic {
    float: none;
    margin-right: 12px;
    height: 81px;
    min-width: 100px;
    overflow: hidden;
}

.vote-sec.popular-sec .popular-pic img {
    width: 89px;
    object-fit: contain;
    background: none;
    height: 100%;
    object-position: top;
}


/* footer */
footer {
    position: relative;
}

.ftr-newsletter {
    background: #f2f2f2;
    padding: 30px 0 50px;
}

/* .ftr-news{padding-left:55px; background: url(../images/newsletter-icon.png) no-repeat left top; background-size: 45px;} */
.ftr-news h6 {
    font-weight: 400;
    margin: 0;
}

.check-field {
    margin: 15px 0 25px;
}

.check-field ul {
    padding: 0;
    margin: 0;
}

.ftr-news .check-field ul li label p {
    display: inline-block;
    margin: 0;
}

.ftr-news .check-field ul li label p a {
    display: inline-block;
}

.ftr-news .styled-checkbox+label:before {
    margin-top: 5px;
}

.ftr-news .styled-checkbox:checked+label:after {
    top: 11px;
}

.ftr-top .container {
    position: relative;
}

.ftr-logo {
    position: absolute;
    bottom: -47px;
    left: 15px;
}

.wp-polls .styled-checkbox:checked+label:after {
    left: -22px;
    top: 12px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 17px;
}

.styled-checkbox+label a {
    font-weight: 400;
    color: #000000;
}

.styled-checkbox+label a:hover {
    text-decoration: underline;
}

.styled-checkbox+label:before {
    content: '';
    margin-right: 10px;
    margin-top: 6px;
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #c5c5c7;
    background: white;
}

.styled-checkbox:hover+label:before {
    background: #154296;
    border: 1px solid #154296;
}

.styled-checkbox:checked+label:before {
    background: #000000;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px 0 0 white, 4px -6px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.news-frm {
    display: flex;
}

.news-frm input[type="email"] {
    color: #323232;
    font-size: 14px;
    height: 46px;
    width: 75%;
    border: 0;
    border-radius: 0;
    margin: 0 10px 0 0;
    padding: 0 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
}

.news-frm input[type="submit"] {
    width: 25%;
    border-radius: 0;
    text-transform: uppercase;
    padding: 12px 0;
}


.ftr-top {
    background: #f2f2f2;
    padding: 45px 0 70px;
}

.ftr-menu h4 {
    color: #636363;
    /*color:#323232;*/
    /*text-transform: uppercase;*/
}

.ftr-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ftr-menu ul li {
    margin: 0 0 10px;
}

/*.ftr-menu ul li a{color:#323232;}*/
.ftr-menu ul li a {
    color: #636363;
}

.ftr-menu ul li:hover a,
.ftr-menu ul li.current-menu-item a {
    color: #636363;
    text-decoration: underline;
    display: block;
}

.ftr-menu a:hover {
    color: #636363;
}

.social-icon {
    margin: 20px 0 0 !important;
}

.social-icon li {
    text-align: center;
    margin: 0 10px 0 0 !important;
}

.social-icon li a i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    font-size: 16px;
    background: #6b6b6b;
    color: #fff;
    border-radius: 0;
    transition: all 0.3s;
}

/*.social-icon li a{color: #fff; display:block}
.social-icon li a img{width: 14px; margin-top: -4px;}
.social-icon li a i { color: #fff;}
.social-icon li:hover{background: #000;}*/
.social-icon li a:hover .fa-twitter {
    background: #00c7ff;
}

.social-icon li a:hover .fa-facebook-f {
    background: #4c76be;
}

.social-icon li a:hover .fa-linkedin-in {
    background: #0b86ca;
}

.social-icon li a:hover .fa-rss {
    background: #EF8222;
}

.social-icon li:hover a {
    padding: 0 !important;
}

.social-icon li:nth-child(2) a:hover i {
    background-color: #000;
}


.ftr-bttm {
    background: #fff;
    padding: 30px 0;
}

/*.ftr-bttm p{margin:0; color:#323232;}*/
.ftr-bttm p {
    margin: 0;
    color: #636363;
}

.ftr-bttm ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ftr-bttm ul li {
    line-height: 14px;
}

.ftr-bttm ul li:not(:last-child) {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #323232;
}

/*.ftr-bttm ul li a{color:#323232;}*/
.ftr-bttm ul li a {
    color: #636363;
}

.ftr-bttm ul li a:hover {
    color: #000000;
    text-decoration: underline;
}

/* category-page */
.category-inn {
    margin: 0 0 0px;
    position: relative;
}

.archive.category .category-inn,
.page-template-page-archive .category-inn {
    padding: 6px;
    transition: all .5s;
}

.archive.category .category-inn:hover,
.page-template-page-archive .category-inn:hover {
    box-shadow: 0 0 20px rgb(50 50 50 / 20%);
}

.archive.category .catogory-txt p a.summary-link-tag,
.page-template-page-archive .catogory-txt p a.summary-link-tag {
    color: #323232;
    text-decoration: none;
}

.category-inn h2 {
    color: #154296;
}

.catogory-pic {
    margin: 0 0 20px;
}

.catogory-pic img {
    width: auto;
    max-width: 100%;
}

.catogory-pic span {
    display: block;
    font-size: 18px;
}

.catogory-txt span {
    color: #154296;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px;
    display: block;
}

.cat-dat {
    color: #808080;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px;
    display: block;
}

/* .art-author .catogory-txt, .art-author .print-mail{margin:0 0 28px;} */
.art-author .catogory-txt span {
    margin: 0 10px 0 0;
    padding: 0 13px 0 0;
    display: inline-block;
    vertical-align: middle;
    border-right: 2px solid #b7b7b7;
    line-height: 16px;
}

.art-author .catogory-txt span:last-child {
    /*margin: 0 16px 0 0;*/
    margin: 0 0px 0 0;
    border-right: none;
    padding-right: 0;
}

.more-articles .more-story-inn {
    display: block;
}

.more-articles .more-pic {
    width: 100%;
    margin: 0 0 15px;
    display: block;
    height: 260px;
    overflow: hidden;
}

.more-articles .more-pic img {
    height: 100%;
    object-fit: cover;
}

.more-articles .more-txt {
    width: 100%;
    padding: 0;
}

.category-article-list .more-story-inn {
    display: flex;
    align-items: flex-start;
}

.category-article-list .more-pic {
    width: 30%;
    height: auto;
    margin: 0 10px 0 0;
}

.category-article-list.more-articles .more-pic img {
    width: auto;
    height: auto;
}

.category-article-list .more-txt {
    width: 70%;
}

.category-article-list .more-txt h4 {
    font-size: 20px;
    margin: 0;
    font-family: 'Quicksand';
}

.category-article-list .more-txt span {
    margin: 4px 0;
    font-family: 'Quicksand';
}

.category-article-list .more-txt p {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Quicksand';
    color: #323232;
}

.category-article-list .more-story-inn {
    padding: 6px;
}



.science-logic {
    margin: 0 0 25px;
}

.sc-txt a {
    color: #000000;
    text-decoration: underline;
}

/* .xtra-space{margin:0 0 140px;} */
.xtra-space {
    margin: 40px 0;
}

/* .popular-sec{padding:40px 0;} */
.popular-sec ul li {
    margin: 0 0 15px;
}

.popular-sec ul li a:hover {
    box-shadow: 0 3px 4px #ccc;
    text-decoration: none;
}

.popular-pic {
    float: left;
    margin-right: 12px;
    height: 81px;
}

.popular-pic img {
    width: 89px;
    object-fit: cover;
    background: #000000;
}

.popular-txt {
    overflow: hidden;
}

.popular-txt h6 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 5px;
    color: #000000;
}

.popular-txt p {
    font-size: 12px;
    color: #000000;
}

/* .popular-sec ul li a:hover h6,.popular-sec ul li a:focus h6,.popular-sec ul li a:hover p,.popular-sec ul li a:focus p{ text-decoration: underline;} */

/* article-page */
/* .print-mail{position: absolute; right: 0; bottom: 0;} */
.print-mail a {
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin: 3px 0 0;
}

.print-mail a i {
    margin: 0 10px 0 0;
}

i.fas.fa-envelope {
    font-weight: 400;
}

i.fas.fa-search {
    font-weight: 600 !important;
}

/* .print-mail img{width:24px; margin:0 10px 0 0;} */
.fnd-cmd {
    padding: 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #b7b7b7;
}

.fnd-cmd span a:hover,
.fnd-cmd span strong a:hover {
    text-decoration: underline;
}

.client-word {
    padding: 30px 0 30px;
    margin: 0 0 10px;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
}

.client-pic {
    height: 65px;
    width: 65px;
    border-radius: 100%;
    overflow: hidden;
    float: left;
    margin: 0 10px 10px 0;
}

.client-txt {
    overflow: hidden;
    padding-left: 20px;
}

.client-txt p {
    margin: 0;
}

.client-txt p a {
    font-weight: bold;
    margin: 0 0 0 4px;
}

.commn-accordion .collapsed.card-link:before {
    position: absolute;
    right: -6px;
    top: 3px;
    font-size: 24px;
    transition: all 0.5s;
    transform: scale(1);
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f067';
    color: #000000;
}

.commn-link:before,
.commn-link[aria-expanded="false"]:before,
.commn-link[aria-expanded="true"]:before {
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.5s;
    transform: scale(1);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f067';
    color: #000000;
}

.commn-link[aria-expanded="true"]:before {
    content: '\f068';
}

.card {
    border: none;
    border-bottom: 2px solid #f0f0f0;
    margin: 0 0 20px;
}

.card-header {
    background: transparent;
    border: none;
    padding: 0;
}

.card-header a {
    color: #000000;
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    padding: 10px;
    background: #f0f0f0;
    line-height: 1;
}

.card-header a:hover,
.collapsed {
    text-decoration: underline;
    background: #e6e6e6;
}

.card-body {
    padding: 15px 10px;
}

.card-body span {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 15px;
    display: block;
}

.news-hdr {
    margin: 0 0 15px;
    background: #f0f0f0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-hdr h5 {
    color: #1d1d1d;
    margin: 0;
}

.news-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-links ul {
    display: flex;
    align-items: center;
}

.news-links li {
    line-height: 14px;
}

.news-links li:not(:last-child) {
    border-right: 2px solid #000000;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
}

.news-links li a {
    font-weight: 700;
    color: #154296;
    font-size: 18px;
}

.news-links li a:hover {
    text-decoration: underline;
}

.news-alert {
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    margin: 0 0 30px;
}

.news-alert ul {
    margin: 0;
}

.news-alert ul li {
    padding: 10px;
    padding-left: 35px;
    background: url(../images/alert.png) no-repeat 10px 15px;
}

.news-alert ul li a {
    color: #154296;
    font-size: 16px;
    font-weight: 700;
}

.news-alert ul li a:hover {
    text-decoration: underline;
}

.more-news {
    padding: 20px 0 35px;
    margin: 0 0 10px;
    position: relative;
}

.more-news-inn {
    display: flex;
    margin-bottom: 45px;
}

.more-news-inn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.more-news-pic {
    max-width: 45%;
    margin: 0 15px 0 0;
    max-height: 90px;
    overflow: hidden;
}

/* border:1px solid #323232; */
.more-news-pic img {
    width: auto !important;
    height: 100%;
    object-fit: contain;
}

.more-news-txt {
    width: 60%;
    color: #154296;
    font-size: 18px;
    font-weight: 700;
}

.more-news-txt:hover {
    text-decoration: none;
}

.more-news-txt h6 {
    margin: 0 0 10px;
}

.more-news-txt span {
    color: #999999;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.more-news-inn:hover {
    text-decoration: none;
}

.news-sec .view-all {
    padding: 10px 0 0;
}

.news-sec .view-all a {
    color: #154296;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    text-transform: capitalize;
}

.news-sec .view-all a:hover {
    text-decoration: underline;
}

/*.author-related-post .owl-nav {margin-top: 50px;}*/
.author-related-post .owl-nav {
    margin-top: 0px;
}

.social-plug .category-inn {
    position: relative;
}

.social-plug-link {
    position: fixed;
    left: 90px;
    top: 40%;
    width: 110px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.st_sharethis_hcount {
    margin: 0 !important;
}

.social-plug .category-inn .story-storytype {
    color: #154296;
}

.social-plug .category-inn h2 {
    color: #323232;
}



/* most-popular page */
.most-popular h2 {
    color: #000000;
}

.most-popular span {
    color: #323232;
    font-weight: bold;
    margin: 0 0 15px;
    display: block;
}

.most-popular ul {
    color: #000000;
    font-size: 16px;
    margin: 0 0 30px;
    counter-reset: my-badass-counter;
}

.most-popular ul li {
    margin: 0 0 10px;
    color: #323232;
    padding-left: 35px;
    position: relative;
}

.most-popular ul li:before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    font-size: 20px;
    color: #323232;
    font-weight: 400;
    text-align: right;
    left: 0;
    position: absolute;
}

.most-popular ul li span {
    font-size: 14px;
    font-weight: 400;
}

.wp-polls ul li,
.wp-polls-ul li,
.wp-polls-ans ul li {
    clear: both;
    margin: 0 0 5px;
}

/* search-result-page */
.search-box-inn {
    border: 1px solid #e9e7e7;
    padding: 10px 10px 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}

.search-box-inn input[type="search"] {
    width: 92%;
    height: 100%;
    border: none;
    outline: none;
    box-shadow: none;
}

.search-box-inn input[type="submit"] {
    background: #154296 url(../images/magnifier1.png) no-repeat center center;
    width: 8%;
    height: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.search-box-inn input[type="submit"]:hover {
    background: #154296 url(../images/magnifier1.png) no-repeat center center;
}

.search-item:not(:last-child) {
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #c7c7c7;
}

.search-pic {
    width: 35%;
    padding: 0 30px 0 0;
    float: left;
}

.search-pic img {
    height: 156px;
    object-fit: cover;
}

.search-txt {
    width: 65%;
    overflow: hidden;
}

.search-txt h2 {
    margin: 0 0 20px;
}

.search-txt a h2 {
    color: #154296;
}

.search-txt ul {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

/*.search-txt ul li{color:#154296; font-weight:700; font-size:16px; position: relative; line-height: 15px;}*/
/*.search-txt ul li:not(:last-child){margin:0 10px 0 0; padding:0 10px 0 0; border-right:2px solid #154296; }
.search-txt ul.story-meta li{ color: #808080; }*/






.search-txt ul li {
    /*margin:0 10px 0 0;*/
    padding: 0 12px 0 18px;
    color: #154296;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    /*line-height: 15px; border-right:2px solid #dd171f; */
}

.search-txt ul li:first-child {
    padding-left: 0;
}

.search-txt ul li:last-child {
    padding-right: 0;
}

.search-txt ul.story-meta li {
    color: #808080;
    font-weight: 700;
    position: relative;
}

.search-txt ul.story-meta li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #154296;
    left: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
}

.search-txt ul.story-meta li:first-child:before {
    display: none;
}


.search-item p {
    color: #323232;
    font-size: 16px;
    margin: 20px 0 0;
}

.search-result {
    border-bottom: 1px solid #c7c7c7;
}

.s-result {
    color: #323232;
    font-size: 20px;
    margin: 20px 0;
}

/*font-size:15px;*/
.s-result strong {
    color: #808080;
}

.s-result span {
    color: #154296;
    font-weight: 700;
}

.searching-art {
    display: flex;
    align-items: center;
    line-height: 14px;
    margin: 20px 0;
}

.searching-art p {
    color: #808080;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.searching-art a {
    color: #000000;
    font-size: 15px;
    border-left: 1px solid #323232;
    padding-left: 10px;
    margin-left: 10px;
}

.searching-art a:hover {
    text-decoration: underline;
}

.search-result ul {
    display: flex;
    align-items: center;
    line-height: 14px;
    margin: 20px 0 0;
}

.search-result ul li:not(:last-child) {
    color: #323232;
    border-right: 1px solid #323232;
    padding-right: 10px;
    margin-right: 10px;
}

.search-result ul li a {
    color: #154296;
    font-size: 16px;
}

.search-result ul li a:hover {
    text-decoration: underline;
}

.welcome-community-wrap {
    padding: 60px 0;
}

.account-management-tabs ul li {
    border: solid 1px #cbcbcb;
    background: #eaf8ff;
    padding: 10px;
    margin: 0 0 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: all 0.3s;
}

.account-management-tabs ul li:nth-child(even) {
    background: #f8f8f8;
}

.content-block a {
    font-weight: bold;
    color: #000000;
    margin: 0 0 10px;
}

.content-block a:hover {
    text-decoration: underline;
}

.account-management-tabs ul li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.login_form table {
    font-size: 16px;
}

.login_form .form-group label {
    color: #000000;
    width: 100%;
}

.login_form .form-group .form-control {
    border-radius: 0;
    height: 40px !important;
    border: 1px solid #cbcbcb;
    width: 100%;
}

.login_form .form-group input[type="submit"] {
    padding: 0 !important;
}

.login_form .form-group span {
    display: inline-block;
    margin: 0 0 0 4px;
    width: auto;
}

.login_form .submit_button.form-control.btn {
    background-color: #000000;
    border-top: none;
    box-shadow: none;
    text-shadow: none;
    margin-top: 20px;
}

.login_form .submit_button.form-control.btn:hover {
    box-shadow: 0 -48px 0 #221e1e inset;
}

.login_form .form-group textarea.form-control {
    height: 140px !important;
}

input.wpcf7-form-control.wpcf7-captchar.form-control {
    width: 25%;
}

.juicy-frm span {
    margin: 0;
}

span.table-hdr {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.download-listing li {
    border: solid 1px #cbcbcb;
    background: #eaf8ff;
    padding: 10px;
    margin: 0 0 10px;
    transition: all 0.3s;
}

.download-listing li:nth-child(even) {
    background: #f8f8f8;
}

.download-listing li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.download-listing li h4 {
    font-size: 16px;
    margin: 0 0 10px;
}

.download-listing li span {
    color: #aaaaaa;
    margin: 0 0 4px;
    display: block;
}

.download-listing li p {
    font-size: 14px;
}

.download-listing li p:last-of-type {
    margin: 0;
}

#newslettersettings .login_form table tr td:not(:first-child) {
    text-align: center;
}

#alertsettings .login_form table {
    width: 100%;
}

#alertsettings .login_form table td input[type="text"],
#alertsettings .login_form table td select {
    width: 100%;
    height: 40px;
    padding: 0 5px;
}

.login_form table table td span {
    padding: 0 0 5px;
    display: inline-block;
}

.survey-section .login_form .form-group input[type="radio"].form-control {
    height: auto;
    display: inline-block;
    width: auto;
    margin: 0 10px;
    vertical-align: middle;
}

.survey-section .login_form table td {
    padding: 5px;
}

.survey-section .login_form table td input {
    height: 40px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.survey-section .login_form table td input[type="checkbox"] {
    height: auto;
}

.survey-section .login_form .form-group input[type="submit"].form-control {
    width: auto;
    padding: 0 20px !important;
    border: none;
}

#bbpress-forums div.bbp-search-form {
    margin: 0 0 5px;
}

#bbpress-forums #bbp-search-form #bbp_search {
    height: 40px;
    padding: 0 5px;
}

#bbp_search_submit,
.bbp-submit-wrapper button {
    color: #fff;
    background: #000000;
    height: 40px;
    font-size: 16px;
    border: none;
    box-shadow: none;
    padding: 0 20px;
}

#bbp_search_submit:hover,
.bbp-submit-wrapper button:hover {
    background: #305e4c;
}

#bbpress-forums li.bbp-header {
    background: #000000;
    color: #fff;
}

#bbpress-forums p.bbp-topic-meta img.avatar {
    margin-bottom: 0;
}

.get-permission-inn {
    margin: 0 0 20px;
    border: 1px solid #b7b8b7;
    padding: 8px 15px;
    background: #eee;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: 16px;
}

.get-permission-inn span {
    margin: 0 0 10px;
    display: block;
}

.get-permission-inn ul {
    display: flex;
    align-items: center;
    margin: 0 0 0 1px;
}

.get-permission-inn ul li {
    margin: 0 25px 0 0;
}

.get-permission-inn i {
    font-weight: 400;
}

.get-permission-inn ul li a,
.get-permission-inn span a {
    color: #323232;
    font-weight: 400;
}

#myModalLogin.modal {
    z-index: 9999;
    min-width: 475px;
}

.forgot_option {
    margin: 0 0 20px;
}

.not-member {
    margin: 0 0 40px;
}

.ajax-auth span,
.ajax-auth input.submit_button {
    float: none;
}

.sub-btn input[type="submit"] {
    width: 50%;
    padding: 8px !important;
    font-size: 18px;
    display: inline-block;
    background: #000000;
    box-shadow: none;
}

.forgot_option a.text-link,
.not-member a.text-link {
    font-weight: bold;
    color: #000000;
}

.forgot_option a.text-link:hover,
.not-member a.text-link:hover {
    text-decoration: underline;
}

.hot-topics ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hot-topics ul li {
    margin: 0 0 15px !important;
    width: 48%;
}

.topic-content {
    display: flex;
    margin: 0 0 10px;
}

.topic-content img {
    border: 2px solid #000000;
    padding: 3px;
}

.topic-content h4 {
    margin: 0 0 0 30px;
}

.ajax-auth input#username,
.ajax-auth input#password,
.ajax-auth input#signonname,
.ajax-auth input#email,
.ajax-auth input#signonpassword,
.ajax-auth input#password2 {
    border: 1px solid #cbcbcb;
}

.forums.bbp-replies li .bbp-author-role,
.forums.bbp-replies li .bbp-reply-ip {
    display: none;
}

#bbpress-forums .bbp-replies .bbp-body .bbp-reply-author .avatar,
#bbpress-forums .bbp-topics .bbp-body .bbp-topic-started-by .avatar,
#bbpress-forums .bbp-topics .bbp-body .bbp-topic-freshness .avatar,
#bbpress-forums .bbp-topics .bbp-body .bbp-topic-freshness .bbp-topic-meta,
#bbpress-forums .bbp-forums .bbp-body .bbp-forum-freshness .avatar,
#bbpress-forums .bbp-forum-description .avatar,
#bbpress-forums .bbp-topic-description .avatar {
    display: none;
}

.srch-frm ::placeholder {
    font-weight: lighter;
    opacity: 0.5;
    /* Firefox */
}

.srch-frm :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: lighter;
}

.srch-frm ::-ms-input-placeholder {
    /* Microsoft Edge */
    font-weight: lighter;
}

img.article-logo {
    margin-left: 5px;
}

.tophdr {
    padding: 0;
    text-align: center;
}

.tophdr .wa-ad-display-wrap {
    width: 100%;
}

.tophdr .wa-ad-display-wrap #tnavad {
    padding: 5px 0;
    font-weight: bold;
}

.tophdr p {
    margin: 0;
    width: 100%;
}

.tophdr p a {
    color: #000000;
}

/* .story-content{text-align: center;} */
.story-content p {
    font-family: 'verdana', 'arial', 'helvetica';
    line-height: 30px;
    color: #323232;
    font-size: 18px;
    text-align: left;
}

/* .story-content p:first-child:first-letter {font-size: 30px; font-family: georgia; color: #000000; text-transform: uppercase;} */
/* .story-content h1, .story-content h2, .story-content h3, .story-content h4, .story-content h5, .story-content h6{text-align: left;} */
.story-content center {
    margin: 0 0 15px;
}

.story-content p span {
    display: inline-block;
}

.wa-ad-display-wrap a:hover {
    text-decoration: underline;
}

.wa-ad-display-wrap a:hover {
    color: #154296 !important;
}

.story-content small {
    font-size: 88%;
}

.story-content small p,
.story-content p small {
    font-size: 95% !important;
    font-weight: 400;
    line-height: 1.8 !important;
    font-family: 'aktiv-grotesk', 'sans-serif' !important;
}

.story-content p small {
    font-size: 68% !important;
}

.story-thumbnail {
    float: right;
    margin: 10px;
    width: auto !important;
}

.story-thumbnail p {
    text-align: center;
}

.story-storytype {
    color: #323232;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    font-weight: bold;
}

.more-txt span.story-storytype {
    color: #323232;
    font-size: 16px;
}

.story-content .story-thumbnail {
    width: 300px !important;
    padding: 10px 10px 10px 15px;
    font-size: 13px;
    margin: 10px;
    font-weight: bold;
    float: right;
}

.story-content div.story-thumbnail img {
    border: none;
    margin: 2px;
    width: 100%;
}

.story-content div.story-thumbnail div {
    clear: both !important;
    line-height: 1.2em !important;
    color: #555555 !important;
    text-align: left !important;
    font-size: 16px !important;
    padding-top: 5px !important;
    margin-left: -3px;
}


.pagination li {
    margin: 0 4px 0 0;
}

.pagination li a {
    border: 1px solid #c7c7c7;
    padding: 3px 4px;
    width: 35px;
}

.pagination li span.page-numbers.current {
    border: solid 1px #154296;
    padding: 3px 4px;
    font-weight: bold;
    background-color: #154296;
    color: white;
    font-family: verdana, arial, helvetica;
}

.stButton .stArrow {
    background: url(https://ws.sharethis.com/secure/images/bubble_arrow.png) no-repeat 3px 6px !important;
}

.stButton .stBubble_hcount {
    line-height: 12px !important;
    display: block !important;
}

.footer-news-network .news-network-pic img {
    height: auto;
}

.page-template-page-activate-account .welcome-contentt.wow {
    font-size: 24px;
}

.welcome-contentt p {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 40px;
}

.sitemap-sec ul li {
    margin: 0 0 25px;
    padding: 0 0 25px;
    border-bottom: 1px solid #cecece;
}

.sitemap-sec ul li p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.content-featured-img {
    float: left;
    margin: 6px 30px 20px 0;
}

ul.commentlist li .comment-meta,
ul.commentlist li .text {
    font-size: 14px !important;
}

ul.commentlist li .comment-meta span {
    font-size: 14px !important;
}

ul.commentlist .reply a {
    background: #000000 !important;
    color: #fff !important;
    padding: 5px 12px !important;
    border: none !important;
    font-size: 14px !important;
}

ul.commentlist li .children {
    border-left: none !important;
}

ul.commentlist .reply {
    padding-bottom: 2px !important;
}

.single-post ul.commentlist li .comment-author .says {
    display: none;
}

.single-post ul.commentlist li .comment-author b.fn:after {
    content: '';
    padding-left: 2px;
}

.single-post ul.commentlist li .comment-author b.fn {
    font-size: 16px;
}

label.byline-sep {
    padding: 0 5px;
    margin-bottom: 0;
}

/*------ comment section ---------------*/
h2.h2comments {
    display: block;
    clear: both;
    border-bottom: 1px #bbb solid;
    padding: 10px 0 5px 5px;
    margin: 20px 0 0 0;
}

h2.h2comments a.addComment {
    display: block;
    text-transform: uppercase;
    float: right;
    font-size: 12px;
    margin-top: -3px;
    padding-top: 8px;
    margin-right: 10px;
    font-weight: bold;
}

h2.h2comments a.addComment:hover {
    text-decoration: none;
}

h2#commentsForm {
    margin: 15px 0;
    padding-top: 15px;
}

ul.commentlist {
    list-style: none;
    list-style-position: outside;
    display: block;
    padding-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px #bbb solid;
}

ul.commentlist ul {
    list-style-type: none;
    list-style: none;
    list-style-position: outside;
    margin: 0;
}

ul.commentlist li {
    position: relative;
    margin: 25px 0 0;
    list-style: none;
}

.commentlist li {
    list-style: none !important;
    /*Important to override any previous styling */
}

ul.commentlist li p {
    margin: 5px 0;
    padding: 5px 0;
}

ul.commentlist li .comment-meta,
ul.commentlist li .text {
    font-style: normal;
    font-size: 11px;
    text-align: justify;
}

ul.commentlist li .comment-meta span {
    font-size: 11px;
    color: #999;
}

.comment-meta p {
    text-align: justify;
}

ul.commentlist li .avatar {
    background: #F8F7F1;
    border: 1px solid #FFF;
    padding: 3px;
    float: left;
    margin: 1px 8px 8px 0;
}

ul.commentlist .reply {
    font-size: 10px;
    width: 100%;
    border-bottom: 1px #ccc dotted;
    padding-bottom: 1px;
    margin: 15px 0 0;
}

ul.commentlist .reply a {
    background: #F7F3C5;
    padding: 3px;
    border: 1px dotted #bbb;
    border-bottom: none;
    list-style: none;
}

ul.commentlist .reply a:hover {
    text-decoration: none;
}

ul.commentlist li .children {
    margin-left: 15px;
    border-left: 1px dotted #bbb;
    padding-left: 5px;
}

.search-item-ad {
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #c7c7c7;
}

.article-ad-row {
    margin: -25px 0 25px;
}

.ftr-bttm .menu-footer-menu-container ul li a {
    font-size: 16px;
}

.commentlist .comment-reply-login {
    display: none;
}





/*css edit 21-08-2019*/

.custom-margin {
    margin: 0 -10px;
}

.custom-margin>.eq-ht {
    padding: 0 10px;
}

.top-addarea .left-service-area {
    width: calc(100% - 320px);
    padding-right: 20px;
    position: relative;
    max-width: 100%;
}

.inside-sec .left-service-area {
    width: auto;
    position: relative;
    max-width: 100%;
}

.top-addarea .right-advert-area {
    width: 300px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.top-addarea .wa-ad-display-wrap.wa-ads-112 a,
.top-addarea .wa-ad-display-wrap.wa-ads-112,
.top-addarea .wa-ad-display-wrap.wa-ads-112 img {
    width: auto;
}

.top-addarea div.bbframe {
    padding: 0;
    width: 300px;
}

.no-date-row {
    margin-top: 20px;
}

.eq-ht.btm-eq-padding:first-child {
    padding-bottom: 20px;
}

.top-addarea .pro-txt h4 {
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #000000;
    line-height: 1.2;
}

.main-product-display .pro-txt {
    min-height: 90px;
}

.main-product-display .pro-txt h4 {
    font-size: 30px;
    font-weight: 600;
}

.no-date-row .pro-date {
    display: none !important;
}

.top-addarea .date-msg span {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

.top-addarea .main-product-display .date-msg span {
    font-size: 16px;
    font-weight: 600;
}

.top-addarea .pro-pic {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e2e2;
}

.top-addarea .pro-pic:hover {
    box-shadow: 0 0 10px rgba(53, 107, 81, 0.5);
}

.advert.paley {
    height: auto;
}

.top-addarea .pro-pic img {
    height: auto;
    width: auto;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
}

.top-addarea .main-product-display .pro-pic {
    background: #000;
}

/* .top-addarea .main-product-display .pro-pic img{object-fit: contain; height: auto; width: auto;} */
.pro-area-wrap-height {
    padding-bottom: 1rem;
}

.for-mob {
    display: none;
}

.story-content ul {
    text-align: left;
    list-style: disc inside;
    padding-left: 40px;
}

.story-content ol {
    text-align: left;
    list-style-position: inside;
    padding-left: 40px;
}

.story-content ul li,
.story-content ol li {
    margin: 0 0 10px;
    font-size: 18px;
    font-family: 'verdana', 'arial', 'helvetica';
}

.bbpress-hot-topics table td {
    padding: 4px 6px;
    min-width: 20px;
    border-bottom: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
}

.smalltext {
    font-size: 15px;
}

.regtext b,
.regtext a b {
    font-size: 15px;
}

.most-popular table {
    margin: 0 0 30px;
}

.most-popular table th {
    background: #c0c0c0;
    padding: 6px 10px;
}

.most-popular table tr td a {
    color: #000000;
    font-size: 15px;
}

.most-popular table tr td {
    padding: 6px 10px;
}

.most-popular table tr:nth-child(odd) td {
    background: #f6f6f6;
}

.page-template-page-discussion-details .most-popular ul li:before {
    display: none;
}

/* #shareleft {
  display: contents;
  position: fixed;
  top: 250px;
  margin-left: -125px;
} */
.share-new .sharebuttonlist {
    margin: 15px 0 0;
}

.share-new {
    margin: 0 0 30px;
}

div.disclaimer {
    padding: 10px;
    border: solid 1px #cbcbcb;
    background-color: #f3f3f3;
    font-size: 16px;
    font-style: italic;
    line-height: 25px;
    margin: 0 0 20px;
    letter-spacing: 0.3px;
}


.carousel-inner {
    width: 70%;
}

#myCarousel .carousel-item img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-height: 410px;
}

.carousel-inner .carousel-item {
    min-height: 410px;
    max-height: 410px;
}

#myCarousel .list-group {
    height: 410px;
    overflow-y: auto;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
}

#myCarousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 10px 10px 20px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 2px #c7c7c7 inset;
    text-shadow: none;
    line-height: 1.6em;
}

#myCarousel li.list-group-item h4 {
    line-height: 1.6em;
    margin: -2.5px 0 0 0;
}

#myCarousel .list-group {
    position: absolute;
    top: 0;
    right: 0;
}

#myCarousel .list-group-item {
    display: flex;
    align-items: flex-start;
    border-radius: 0px;
    cursor: pointer;
    max-height: 82px;
    background-color: #eee;
    border: 0;
    border-bottom: 1px solid #c7c7c7;
    margin: 0;
    height: 810px;
    padding: .75rem .75rem;
}

#myCarousel .list-group-item span {
    min-width: 86px;
    margin: 0 10px 0 0;
    display: inline-block;
}

#myCarousel .list-group-item img {
    width: 86px;
    height: 45px;
    object-fit: cover;
}

#myCarousel .list-group-item h4 {
    line-height: 1.3 !important;
    margin: 0;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

#myCarousel .list-group-item.active {
    background-color: #000000;
}

#myCarousel .carousel-caption h3 {
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    margin: 0 0 5px;
}

#myCarousel .carousel-caption p {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

a.btn.car-btn {
    font-size: 12px;
    padding: 2px 8px;
    margin: 0 0 0 8px;
}

.story-content figcaption {
    text-align: left;
}

/*-- New_css(05-11-2019)Start --*/

.single-post .story-content p.abbr:first-letter, .page-template-page-storypreview .story-content p.abbr:first-letter {
    font-family: "times new roman", times, verdana;
    font-size: 180%;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}

.archive.category .article-ad-row {
    margin: 10px 0 30px;
}

.archive.category .advert .wa-ad-display-wrap div.content-tab-slinks {
    margin-top: 0px;
}


.ect-site-lists ul li.current-menu-item a {
    color: #323232 !important;
    text-decoration: none !important;
}

p.login-info.user-message {
    color: #000000;
    background: #f0f0f0;
    padding: 0 8px;
}

/*-- New_css(05-11-2019)End --*/

.story-content p a.spacebefore {
    padding-left: 5px;
}


.vote-sec.popular-sec .fancy-bdr:before {
    background: transparent;
    height: 0px;
}

.vote-sec.popular-sec h6.fancy-bdr img {
    width: 80%;
}

.vote-sec.popular-sec {
    margin-bottom: 15px;
}

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

.story-content p img {
    max-width: 100%;
    height: auto;
}

.story-content p img.story-rating {
    width: auto;
}

.wp-polls-archive div.check-field p {
    display: none;
}

.bottom-share-section {
    margin-bottom: 15px;
    margin-top: 15px;
}




/*====================== Slider =======================*/

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    position: absolute !important;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide-active {
    z-index: 999
}

.pro-area-wrap-height {
    position: relative;
    height: 100%;
}

.product-area .row {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.pro-area-wrap-height .swiper-container.gallery-top {
    width: 70%;
    height: 100%;
}

.pro-area-wrap-height .swiper-container.swiper-container-horizontal .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.pro-area-wrap-height .gallery-thumbs {
    border-top: 1px solid #c7c7c7;
    width: 30% !important;
    height: 100%;
    position: absolute !important;
    right: 0;
    padding: 0
}

.pro-area-wrap-height .swiper-container-thumbs .swiper-wrapper {
    display: block !important;
    transform: inherit !important;
}

.pro-area-wrap-height .swiper-container-thumbs .swiper-slide {
    width: 100% !important;
    height: 20% !important;
    -webkit-flex-shrink: inherit !important;
    -ms-flex-negative: inherit !important;
    flex-shrink: inherit !important;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: .75rem;
    border-bottom: 1px solid #c7c7c7;
    background-color: #eee;
    opacity: 1;
    cursor: pointer;
}

.pro-area-wrap-height .swiper-container-thumbs .swiper-slide span {
    max-width: 32%;
    padding-right: 10px;
}

.pro-area-wrap-height .gallery-thumbs.swiper-container-thumbs .swiper-slide-thumb-active {
    background-color: #154296 !important;
}

.pro-area-wrap-height .gallery-thumbs.swiper-container-thumbs h4 {
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin: 0;
}

.pro-area-wrap-height .gallery-thumbs.swiper-container-thumbs .swiper-slide-thumb-active {
    color: #fff;
}

.pro-area-wrap-height .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 10px 10px;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0 0 2px #c7c7c7 inset;
}

.pro-area-wrap-height .carousel-caption h3 {
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    margin: 0 0 5px;
}

.pro-area-wrap-height .carousel-caption h3 a {
    display: block;
    color: #323232;
}

.pro-area-wrap-height .carousel-caption p {
    font-size: 15px;
    font-weight: 400;
    color: #323232;
    margin: 0;
}

.pro-area-wrap-height .carousel-caption h3 a:hover {
    text-decoration: none;
}

.showcase-loader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.showcase-loader i {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    color: #000;
    font-size: 40px;
}

.not-foundBox {
    margin: 40px 0;
}

.news-sec .more-news:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

p.login-info.user-message.message-highlight-text {
    font-size: 30px;
}

p.login-info.user-message.error-message-highlight-text {
    font-size: 25px;
}

.inside-sec.top-addarea .left-service-area .inside-pic {
    background: transparent;
    border: none;
}

.inside-sec.top-addarea .left-service-area .inside-txt {
    padding: 0 0px;
}

.inside-sec.top-addarea .left-service-area .inside-pic img {
    width: 100% !important;
}

.relStoryBox .news-network-pic img {
    height: auto;
}

.relStoryBox {
    margin-bottom: 20px;
}



/*-------------- Google ads css --------------------*/
/*.wa-ads-60 .adsbygoogle{min-width:970px;max-width:970px;width:100% !important; height:auto !important;}

/*----31-05-21-----*/

.for-menu-logo .hdr-logo {
    width: 150px;
    padding: 0;
}

.for-menu-logo {
    position: relative;
    top: -55px;
}

.for-menu-search .srch-frm {
    width: 50%;
    border: 1px solid #c7c7c7;
    margin-left: auto;
    top: -50px;
    position: relative;
}

.mega-menu a:hover {
    color: #154296 !important;
}

.mega-menu ul.sub-menu1 a:hover {
    color: #154296 !important;
}

.mega-menu ul.sub-menu1 li {
    position: relative;
    padding-left: 20px;
    width: 100%;
}

.mega-menu ul.sub-menu1 li:before {
    position: absolute;
    content: "";
    background: url("../images/double-arrow.png") no-repeat;
    background-size: 100% 100%;
    top: 14px;
    left: 2px;
    width: 12px;
    height: 11px;
}

.mega-menu ul.sub-menu1 {
    list-style: none;
}

.timing span {
    font-size: 16px;
}

.fa,
.fas,
.far {
    font-family: "FontAwesome";
    font-style: normal;
    display: inline-block;
}

.story-content .abbr::first-letter {
    color: #154296 !important;
}

.get-permission-inn .far.fa-copyright {
    position: relative;
    padding-left: 16px;
}

.get-permission-inn .far.fa-copyright:before {
    /*content:'';
	background: url("../images/copy-right.png") no-repeat;
	background-size: 100% 100%;*/
    width: 15px;
    height: 15px;
    top: -13px;
    left: 0;
    position: absolute;
}

ul.commentlist li .children {
    margin-left: 0;
    padding-left: 0;
}

ul.commentlist li .avatar {
    display: none;
}

.more-articles.category-article-list .row .text-center {
    width: 100%;
}

/*----31-05-21-----*/

/*-- New-css(07-06-2021) --*/
.story-content .story-thumbnail .story-caption-small {
    color: #154296;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
}

.inside-sec.top-addarea .owl-stage-outer {
    margin-bottom: 20px;
}

.inside-sec.top-addarea .insider {
    padding: 0 0 0px;
}

/*-- Entertainment(Start) --*/
.entertain-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.entertain-header {
    border-bottom: 1px solid #f0f0f0;
    box-shadow: none !important;
    padding: 12px 0;
}

.entertain-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.entertain-socialList ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

.entertain-socialList ul li {
    list-style: none;
    margin: 0 12px;
}

.entertain-socialList ul li a {
    color: #262626;
}


.entertain-rightList ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

.entertain-rightList ul li {
    list-style: none;
    margin-bottom: 0;
    font-size: 16px;
}

.entertain-rightList ul li a {
    color: #262626;
    border-left: 1px solid #d8d8d8;
    padding: 0 12px;
}

.entertain-rightList ul li:first-child a {
    border-left: none;
}

.entertain-rightList ul li:nth-child(2) a {
    border-left: none;
}

.entertain-socialList ul li a:hover,
.entertain-rightList ul li a:hover {
    text-decoration: none;
}

.entertainTab .tab-content>.active {
    opacity: 1;
}

.tab-wrap {
    display: flex;
    justify-content: space-between;
}

.tabLeft {
    width: 20%;
    border-right: 1px solid #f0f0f0;
    /*padding: 40px 0;*/
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.tabRight {
    width: 78%;
    padding: 40px 0;
}

.tabLeft .nav {
    display: block;
    word-break: break-all;
}

.tabSearch {
    padding: 0 20px 20px 0;
}

.tabFrom {
    display: flex;
    justify-content: space-between;
    border: 1px solid #4f4f4f;
}

.tabFrom .from-control {
    border: none;
    border-radius: 0;
    width: 80%;
    color: #000;
    height: 40px;
    padding: 3px 6px;
}

.tabFrom .tabSearch-btn {
    border: none;
    cursor: pointer;
    color: #4f4f4f;
    background: transparent;
}

.sticky-wrapper.is-sticky .mega-menu .sticky-wrapper.is-sticky,
.sticky-wrapper .mega-menu .sticky-wrapper {
    height: auto !important;
}

.sticky-wrapper.is-sticky .mega-menu #sticky-wrapper.sticky-wrapper.is-sticky header.entertain-header,
.sticky-wrapper .mega-menu #sticky-wrapper.sticky-wrapper header.entertain-header {
    width: 100% !important;
    position: sticky !important;
}

.for-menu-search form.srch-frm {
    display: none;
}

.mega-menu .tabLeft ul li {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.mega-menu .tabLeft ul li a {
    /*display: block;*/
    padding: 3px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mega-menu .tabLeft ul li a i {
    font-size: 12px;
}

.mega-menu .tabLeft ul li:hover,
.mega-menu .tabLeft ul li a.active {
    color: #fff !important;
    background: #154296;
}

.mega-menu .tabLeft ul li:hover a,
.mega-menu .tabLeft ul li a.active {
    color: #fff !important;
    background: #154296;
    text-decoration: none;
}

.mega-menu .tabLeft ul li:hover:before,
.mega-menu .tabLeft ul li a.active:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #154296;
    position: absolute;
    z-index: 1;
    top: -4px;
    right: 0px;
}

.mega-menu .tabLeft ul li:hover:after,
.mega-menu .tabLeft ul li a.active:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #154296;
    position: absolute;
    z-index: 1;
    bottom: -4px;
    right: 0px;
}

.tabRight-header {
    border-bottom: 1px solid #d4d4d4;
    margin: 20px 0;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
}

.tabRight-header h3 {
    margin-bottom: 0;
}

.tabRight-list ul {
    /*display: flex; flex-flow: row wrap; justify-content: space-between;*/
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
}

.tabRight-list ul li {
    list-style: none;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    font-size: 18px;
}

.tabRight-list ul li a {
    padding: 5px 0;
    text-decoration: none;
    display: block;
}

.tabRight-list ul li ul.sub-menu1 {
    /*position: absolute; top: 30px; z-index: 99; left: 0;*/
    width: 100%;
    background: #fff;
    margin: 0;
}

/*.tabRight-list ul li:hover ul.sub-menu1{display: block;}*/
.forMob {
    display: none;
}

.tabFrom .srch-frm {
    justify-content: space-between;
    margin-right: 0;
    width: 100%;
}

/*-- Entertainment(End) --*/

.tabCrossIcon {
    color: #154296;
}

.tabCrossIcon {
    margin-top: 10px;
}

/*.menu-sec2.mob-kk, .menu-sec2.sticky-menu-sec2{display: none;}
header .srch-sec .srch-frm, .for-sticky .srch-frm{ margin-right: 0px;}*/
.entertain-header .entertain-logo {
    width: 230px;
}

#popmake-93327 {
    height: auto !important;
}

/*.pum-theme-59254,*/
.pum-theme-lightbox {
    background: url(../images/overlay-pattern.png) repeat top left rgb(0 0 0 / 65%) !important;
}

/*.pum-theme-59254 .pum-container, */
.pum-theme-lightbox .pum-container {
    border: 1px solid #000 !important;
    box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 0.8) !important;
}

.pum-theme-93327 .pum-container,
.pum-theme-lightbox .pum-container {
    padding: 0 !important;
}

.pum-content.popmake-content div.bbframe {
    padding: 8px;
}

.pum-theme-lightbox .pum-close.popmake-close {
    background-color: #323232 !important;
}

.mega-menu .signin.mega-signin ul li {
    margin-bottom: 0;
    position: relative;
    z-index: 9;
}

.mega-menu .signin.mega-signin ul li a {
    color: #154296 !important;
}

.mega-menu .signin.mega-signin ul li a:hover {
    /*color: #000 !important;*/
    text-decoration: underline;
}

.catogory-txt .print-mail a {
    margin: 0px 0 0;
}

/*-- New-css(10-08-2021) --*/

/*.catogory-txt .print-mail a:hover{ text-decoration: none !important;}*/
.catogory-txt .print-mail a i,
.get-permission-inn ul li a i {
    margin: 0 5px 0 0;
}

.author-related-post .news-network-pic {
    height: 104px;
}

.author-related-post .news-network-pic img {
    height: 100%;
}

.heading-title {
    font-size: 52px;
}

#article_byline_prod {
    padding: 20px 0 35px;
    margin: 0 0 10px;
}

.deck_image {
    text-align: right;
    padding-top: 5px;
    color: #777777;
    font-weight: 600;
    font-size: 12px;
}


.client-word .client-txt p {
    display: inline-block;
    margin-bottom: 25px;
}

.client-word .client-txt p:last-child {
    margin-top: 0 !important;
}

/*-- New-css(31-01-2022) --*/
.client-txt.text-noGap p {
    margin-bottom: 0 !important;
}

/*-- New-css(28-02-2022) --*/
.story-block-row {
    margin-bottom: 40px;
}

.story-blockBox {
    background: #fff;
}

.story-blockBox .inside-blog-txt {
    padding: 10px;
}

.story-blockBox .inside-blog-txt h5 {
    color: #7b7b7b;
    margin-bottom: 10px;
}

.story-blockBox .inside-blog-txt h4 {
    font-size: 20px;
    margin-bottom: 5px;
    /*height: 44px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2; 
   -webkit-box-orient: vertical;*/
}

.story-blockBox .inside-blog-txt h4 a {
    color: #323232;
}

.story-block-row .home-blog-slider.owl-carousel .owl-nav button.owl-prev,
.story-block-row .home-blog-slider.owl-carousel .owl-nav button.owl-next {
    background: #eee;
    color: #2d2d2d;
    width: 28px;
    height: 33px;
}

.story-block-row .home-blog-slider.owl-carousel .owl-nav button.owl-prev:focus,
.story-block-row .home-blog-slider.owl-carousel .owl-nav button.owl-next:focus {
    outline: none;
}

.story-block-row .home-blog-slider.owl-carousel .owl-nav button.owl-prev:hover,
.story-block-row .home-blog-slider.owl-carousel .owl-nav button.owl-next:hover {
    background: #dbdbdb;
}

/*-- New-css(04-03-2022) --*/

.about-block {
    margin-bottom: 30px;
    background-color: white;
    border: solid 1px #cbcbcb;
}

.about-block .block-title {
    background-color: #f1f1f1;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.1) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.1)));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.1) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.1) 100%);
    margin: 0 !important;
    padding: 10px 30px;
    color: #4d4d4d;
    border-bottom: solid 1px #ccc;

}

.about-block .block-title h1,
.about-block .block-title h2,
.about-block .block-title h3,
.about-block .block-title h4,
.about-block .block-title h5,
.about-block .block-title h6 {
    margin-bottom: 0;
}

.about-block .block-content {
    /*display: flex; flex-flow: row wrap; justify-content: space-between;*/
    padding: 20px 30px;
}

.about-block .block-content ul {
    list-style: none;
    margin: 0px 0 20px 0;
    /*padding-left: 1em;*/
    padding-left: 0;
}

.about-block.default-block .block-content ul {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.about-block .block-content ul li {
    list-style: none;
    font-weight: normal;
    font-size: 16px;
}

.about-block .block-content ul li:hover {
    background-color: #f6f6f6;
}

.about-block .block-content ul li a {
    position: relative;
    color: #4d4d4d;
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.about-block .block-content ul li a:before {
    content: "\0203a \020";
    font-size: 20px;
    font-weight: normal;
    font-family: 'Lucida Grande', 'Times New Roman', serif;
}

#contact.about-block .block-content ul li a:before {
    display: none;
}

#contact.about-block .block-content ul li a {
    font-weight: 400;
}

#contact.about-block.block-section-3 .block-content ul li {
    position: relative;
    padding-left: 14px;
}

#contact.about-block.block-section-3 .block-content ul li:before {
    position: absolute;
    left: 0;
    top: -5px;
}

.about-block.block-section-3 .block-content ul {
    margin-bottom: 30px;
}

.about-block.block-section-3 .block-content ul li {
    position: relative;
    color: #4d4d4d;
}

.about-block.block-section-3 .block-content ul li:before {
    content: "\0203a \020";
    font-size: 20px;
    font-weight: normal;
    font-family: 'Lucida Grande', 'Times New Roman', serif;
}

.about-block.block-section-1 ul,
.about-block.block-section-2 ul {
    padding-left: 1rem;
}

.about-block.block-section-1 ul li,
.about-block.block-section-2 ul li {
    list-style: disc;
}

.about-block.block-section-1 .block-content ul li:hover,
.about-block.block-section-2 .block-content ul li:hover {
    background: transparent;
}

.about-block .block-content ul li a:hover {
    /* color: #ff0000;*/
    color: #154296;
    text-decoration: underline;
}

.about-block .block-title h1,
.about-block .block-title h2 {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
}

.about-block .block-content h3 {
    font-family: 'Oswald', sans-serif;
}

.about-block .block-content h4,
.product-area .welcome-contentt h4 {
    font-family: 'Oswald', sans-serif;
    color: #154296;
}

.product-area .welcome-contentt p {
    margin: 0 0 20px;
}

.product-area .welcome-contentt hr,
.about-block .block-content hr {
    border-top: 1px solid #cbcbcb;
}

.about-block.default-block .block-content ol {
    padding-left: 0;
}

.page-id-176425 .about-block.default-block.block-section-2 .block-content ul,
.page-id-176453 .about-block.default-block.block-section-2 ul {
    width: 100%;
    display: block;
}

.page-id-176456 .about-block.default-block .block-content ul {
    width: 100%;
    display: block;
    padding-left: 1em;
}

.page-id-176456 .about-block.default-block .block-content ul li {
    list-style: disc;
}

.page-id-176533 .about-block.default-block.reprint-block .block-content ul {
    padding-left: 1rem;
}

.page-id-176533 .about-block.reprint-block .block-content ul li {
    list-style: disc;
}

.page-id-176533 .about-block.default-block.reprint-block .block-content ul {
    width: 100%;
}

/*-- news-css(Start) --*/

.newslettersBox {
    border: 10px solid #E4E4E4;
    padding: 10px 20px;
    margin: 15px auto;
    max-width: 630px;
}

a.news-textLink {
    color: #eb4c39 !important;
    display: table;
    margin: 0 auto;
}

.newsletters-list ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.newsletters-list ul li {
    width: 50%;
    list-style: none;
    padding: 38px 20px 38px 0;
    position: relative;
    /*border-right: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
}

/*.newsletters-list ul li:nth-child(2n+2){border-right: none;}*/
.newsletters-list ul li:nth-child(2n + 2) {
    padding-left: 20px;
    padding-right: 0;
}

.newsletters-list ul li:nth-child(2n + 1):after {
    position: absolute;
    right: 0;
    content: "";
    height: 90%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background: #ccc;
}

.newsletters-list ul li h5 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.newsletters-list ul li p {
    min-height: 110px;
    font-size: 14px;
    color: #6b6b6b;
}

.newsletters-list ul li h5 a,
.newsletters-join-sec h4 a {
    color: #294b93;
}

.newsletters-list ul li h5 a:hover,
.newsletters-join-sec h4 a:hover,
a.news-textLink:hover {
    text-decoration: none;
}

.boxGap {
    padding: 20px 0 10px;
}

.newsletters-logoList ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}

.newsletters-logoList ul li {
    /*padding:20px 35px; width: 50%;*/
    padding: 30px 35px;
    width: 45%;
    color: #6b6b6b;
}

.newsletters-logoList ul li p,
.newsletters-logo-sec p {
    color: #6b6b6b;
}

.newsletters-logo {
    max-width: 300px;
    margin: 20px auto 37px;
}

.newsletterSocial-list ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletterSocial-list ul li {
    list-style: none;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.newsletterSocial-list ul li:last-child {
    margin-right: 0px;
}

.coryRight p {
    color: #868686;
}

/*-- news-css(End) --*/

.more-story-logos .logo-div {
    height: 100%;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.story-blockBox .inside-blog-txt h5 {
    font-size: 16px;
    text-transform: uppercase;
}

.newsletters-list ul li .newsletters-bottom .btn {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 7px 15px;
}

.newsletters-join-sec .boxGap {
    padding: 23px 0 6px;
}

.newsletterSocial-list {
    margin-top: 10px;
}

body.page.page-id-176425 .about-block.default-block.block-section-1 img {
    margin-right: 15px;
}

.page-id-176448 .product-area .about-block.default-block .block-inner .block-content img {
    width: 100%;
}

.page-id-176518 .about-block.default-block.block-section-1 .block-inner .block-content ul,
.page-id-176518 .about-block.default-block.block-section-2 .block-inner .block-content ul {
    padding-left: 0;
}

.page-id-176518 .about-block.default-block.block-section-1 .block-inner .block-content ul li,
.page-id-176518 .about-block.default-block.block-section-2 .block-inner .block-content ul li {
    list-style: none;
}

#editNews.about-block .block-content ul li:before {
    display: none;
}

.more-story .story-block-row .ect-service-area .story-blockBox .inside-blog-txt h4 a {
    color: #154296;
}

.more-story-logos h2.logo-container-title {
    margin-bottom: 30px;
}

.page-id-176456 .about-block .block-content ul li a {
    display: initial;
    font-weight: inherit;
}

.page-id-176456 .about-block .block-content ul li a:before {
    display: none;
}

.page-id-176456 .about-block .block-content ul li a:hover {
    color: #4d4d4d;
    text-decoration: none;
}

.newsletters-list ul li p a {
    display: inline-block;
}

.mega-menu .tabLeft {
    border-bottom: none;
}

.page-template-page-bylinesearch .search-txt ul.story-meta li:before {
    background: #808080;
}

.srch-sec h1,
.srch-sec h1 a,
.srch-sec h2.heading-title,
.srch-sec h2.heading-title a,
.single-post .srch-sec .heading-title {
    color: #323232;
    font-size: 26px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 4px;
    margin: 0;
    font-family: georgia;
}




/*-------Rk 08-02-2024-----*/
.newsletter-description-section {
    padding: 35px 0 45px 0;
}

.newsletter-description-section .news-letter-hding h4 {
    font-size: 26px;
    text-transform: uppercase;
    color: #294B93;
    font-family: georgia;
}

.newsletter-description-section .news-email-list-btn {
    display: flex;
    justify-content: end;
}
.newsletter-description-section .news-email-list-btn .btn{border-radius: 6px;}
/*.newsletter-description-section .news-email-list-btn a {
    transition: 0.3s ease-in-out;
    background: #294B93;
    width: 195px;
    border: 1px solid #294B93;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    color: #fff !important;
    border-radius: 6px;
    font-weight: 500;
    font-family: 'inter';
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px;
}

.newsletter-description-section .news-email-list-btn a:hover {
    background: #fff;
    color: #294B93 !important;
    text-decoration: none;
}*/


.new-letter-card-section {
    padding: 0px 0 40px 0;
}

.new-letter-card-section .news-letter-card-box {
    /*width: auto;
    max-width: 100%;
    margin: auto;*/
    padding: 30px 30px;
    border-radius: 14px;
    background: #f3f8fe;
}

.new-letter-card-section .news-letter-card-box .letter-box-content {
    /*padding: 35px 30px 30px 30px;*/
    /*font-family: 'inter';*/
}

.new-letter-card-section .news-letter-card-box .news-cart-img {
    /*padding: 50px 40px 10px 40px;*/
    padding: 10px 0px 25px 0px;
}

.new-letter-card-section .news-letter-card-box .news-cart-img img {
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.new-letter-card-section .news-letter-card-box .letter-box-content h4 {
    /*font-family: 'inter';
    font-weight: 700;
    color: #35468f;
    font-size: 24px;*/
    margin-bottom: 10px;
}

.new-letter-card-section .news-letter-card-box .letter-box-content p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 70px;
    /*margin: 0 0 50px 0;*/
    /*font-size: 14px;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-letter-card-section .news-letter-card-box .letter-box-content span {
    text-transform: capitalize;
    color: #294B93;
    font-weight: 600;
}

.new-letter-card-section .news-letter-card-box .letter-box-content .button-group-box {
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}

.btn.border.view-sample-btn {
   /* margin-right: 12px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    width: 160px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-weight: 600;
    font-family: 'inter';
    padding: 8px;
    letter-spacing: 2px;*/

    border: 1px solid #294B93 !important;
    background: transparent !important;
    color: #294B93 !important;
    border-radius: 6px;
}
.btn.border.view-sample-btn:hover{color: #fff !important; border-color: #221e1e !important;}

/*.btn.border.view-sample-btn:hover {
    background-color: #294B93;
    color: #fff;
}*/

.new-letter-card-section .news-letter-card-box .letter-box-content .button-group-box .subcribe {
    /*text-decoration: none;
    transition: 0.3s ease-in-out;
    width: 160px;
    border: 1px solid #294B93;
    background-color: #294B93;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-family: 'inter';
    padding: 10px;
    letter-spacing: 2px;
    color: #fff;*/
    border-radius: 6px;
}

/*.new-letter-card-section .news-letter-card-box .letter-box-content .button-group-box .subcribe:hover {
    background-color: #ffffff;
    color: #294B93;
}*/

/*.new-letter-card-section .news-letter-card-box .letter-box-content .button-group-box a {
    text-align: center;
}*/
/* -------------------- RK 15.02.2024 ------------------*/
.new-letter-card-section .extra-section-space {
    padding: 40px 0 0;
}
.new-letter-card-section .extra-section-space a:hover{
    text-decoration: none;
}

.cita-ad{ font-family:Arial; font-size:10px; color:#c7c7c7; letter-spacing:1.5px; }

ul.article-meta {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
ul.article-meta li {
    position: relative;
    color: #154296;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
    padding: 0 12px 0 18px;
}
ul.article-meta li:first-child {
    padding-left: 0;
}
ul.article-meta li:not(:first-child):before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #154296;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
}
.article-meta li i {
    margin: 0 5px 0 0;
}

/*-- New-css(21-01-2026) --*/
div#st-1 {
    margin: 15px 0 0;
}
div#st-2 {
    margin-bottom: 15px;
    margin-top: 15px;
}
#st-1 .st-btn > img, #st-2 .st-btn > img {
    height: 15px !important;
    width: 15px !important;
    top: 3px !important;
}
#st-1 .st-btn > span, #st-2 .st-btn > span {
    letter-spacing: 0px !important;
    min-width: auto !important;
    padding: 0 3px !important;
}
#st-1.st-has-labels .st-btn, #st-2.st-has-labels .st-btn {
    min-width: 60px !important;
}
#st-1 .st-btn, #st-2 .st-btn{
    height: 22px !important;
    line-height: 22px !important;
    margin-right: 8px !important;
    padding: 0 10px !important;
}
#st-1.st-has-labels .st-btn.st-hide-label > span, #st-2.st-has-labels .st-btn.st-hide-label > span{ display: inline-block !important;}
/*===========================================Media Query css=========================================*/

@media only screen and (min-width: 992px) {
    .container {
        max-width: 1140px;
    }

    #myCarousel .carousel-controls {
        display: none;
    }
}

@media only screen and (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1366px) {
    .container {
        max-width: 1270px;
    }

    /*.hdr-logo { width: 230px;}*/
    .is-sticky .hdr-logo {
        width: 210px;
    }

    .hdr-logo a strong {
        font-size: 16px;
        top: 54px;
    }

    .is-sticky .hdr-logo a strong {
        font-size: 13px;
        top: 54px;
    }

    .main_menu ul li a {
        font-size: 14px;
    }

    .main_menu ul li:not(:last-child) {
        padding: 0 4px 0 0;
        margin: 0 4px 0 0;
    }

    .social-plug-link {
        left: 5px;
    }
}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }

    .main_menu ul li a {
        font-size: 15px;
    }

    .hdr-logo {
        width: 290px;
    }

    .is-sticky .hdr-logo {
        width: 230px;
    }

    .hdr-logo a strong {
        font-size: 19px;
        top: 68px;
    }

    .main_menu ul li a {
        font-size: 15px;
    }

    .main_menu ul li:not(:last-child) {
        padding: 0 6px 0 0;
        margin: 0 6px 0 0;
    }

    .social-plug-link {
        left: 40px;
    }



}

@media only screen and (max-width: 1599px) {

    .pro-area-wrap-height .swiper-container.gallery-top {
        height: 100%;
    }

    .pro-area-wrap-height .gallery-thumbs {
        height: 100%;
    }

    .pro-area-wrap-height .carousel-caption h3 {
        font-size: 25px;
    }

    .pro-area-wrap-height .carousel-caption p {
        font-size: 14px;
    }

    .more-news-txt h5 {
        font-size: 16px;
    }


}

@media (max-width: 1440px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .heading-title {
        font-size: 48px;
    }

    .news-sec .view-all a {
        font-size: 18px;
    }

    #myCarousel .list-group-item h4 {
        font-size: 14px;
    }

    .story-blockBox .inside-blog-txt h4 {
        font-size: 18px
    }
    .letter-box-content .button-group-box .btn { padding: 7px 12px; font-size: 14px;}
    .new-letter-card-section .news-letter-card-box { padding: 20px 20px;}
    .new-letter-card-section .news-letter-card-box .news-cart-img { padding: 0px 0px 15px 0px;}
    .new-letter-card-section .news-letter-card-box .letter-box-content .button-group-box { margin-top: 25px;}

}

@media only screen and (max-width: 1366px) {
    .hdr-logo {
        /*width: 210px;*/
        width: 240px;
    }

    .is-sticky .hdr-logo {
        width: 210px;
    }

    .hdr-logo a strong {
        font-size: 14px;
        top: 52px;
    }

    .is-sticky .hdr-logo a strong {
        font-size: 13px;
        top: 48px;
    }

    .main_menu ul li a {
        font-size: 13px;
    }

    .main_menu ul li:not(:last-child) {
        padding: 0 4px 0 0;
        margin: 0 4px 0 0;
    }

    .social-plug-link {
        left: 5px;
    }

    .category-article-list .more-story-inn {
        display: block;
    }

    .category-article-list .more-txt {
        width: 100%;
    }

    .pro-txt {
        padding: 0 10px 0 15px;
    }

    .top-addarea .pro-txt h4 {
        font-size: 15px;
    }

    .main-product-display .pro-txt h4 {
        font-size: 24px;
    }

    #myCarousel .list-group-item h4 {
        font-size: 13px;
    }

    /*.search-txt ul li:not(:last-child) { margin: 0 7px 0 0; padding: 0 7px 0 0;}*/
    .search-txt ul li {
        font-size: 14px;
    }

    .author-related-post .news-network-pic {
        height: 93px;
    }

    .story-blockBox .inside-blog-txt h4 {
        font-size: 18px;
    }

}

@media only screen and (max-width: 1280px) {
    #myCarousel .list-group {
        width: 35%;
    }

    #myCarousel .carousel-inner {
        width: 65%;
    }

    #myCarousel .carousel-caption h3 {
        font-size: 28px;
    }

    .pro-area-wrap-height .carousel-caption h3 {
        font-size: 28px;
    }

    .pro-area-wrap-height .carousel-caption p {
        font-size: 14px;
    }

    .top-addarea .left-service-area {
        padding-right: 0;
    }

    .author-related-post .news-network-pic {
        height: 93px;
    }

}

@media only screen and (max-width: 1199px) {

    .hdr-logo,
    .is-sticky .hdr-logo {
        width: 168px;
    }

    .hdr-logo a strong,
    .is-sticky .hdr-logo a strong {
        font-size: 12px;
        top: 38px;
    }

    .more-txt h2 {
        font-size: 24px;
    }


    .pro-area-wrap-height .swiper-container-thumbs .swiper-slide {
        height: 62.555px !important;
        padding: .50rem;
    }

    .pro-area-wrap-height .swiper-container-thumbs .swiper-slide span {
        max-width: 35%;
    }

    .pro-area-wrap-height .gallery-thumbs.swiper-container-thumbs h4 {
        font-size: 12px;
    }

    .pro-area-wrap-height .carousel-caption h3 {
        font-size: 21px;
    }

    .pro-area-wrap-height .carousel-caption p {
        font-size: 12px;
    }

    a.btn.car-btn {
        font-size: 11px;
    }

    .entertain-rightList ul li a {
        padding: 0 8px;
    }

    .entertain-rightList ul li {
        font-size: 13px;
    }




}

@media only screen and (max-width: 1024px) {

    .insider .owl-prev,
    .author-related-post .owl-prev {
        left: 40%;
    }

    .insider .owl-next,
    .author-related-post .owl-next {
        right: 40%;
    }

    .more-pic {
        padding: 0;
        margin: 0 10px 10px 0;
    }

    .pro-txt {
        padding: 0 5px 0 10px;
    }

    .entertainSec .container-fluid,
    .mega-menu .entertain-header .container-fluid,
    .mega-menu .container-fluid {
        padding: 0 15px;
    }

    .mega-menu .tabLeft ul li a {
        padding: 3px 3px 3px 3px;
    }

    .mega-menu .tabLeft ul li {
        margin: 3px 0;
        font-size: 15px;
    }

    .mega-menu .tabLeft ul li:hover:after,
    .mega-menu .tabLeft ul li a.active:after {
        height: 1px;
        bottom: -2px;
    }

    .mega-menu .tabLeft ul li:hover:before,
    .mega-menu .tabLeft ul li a.active:before {
        height: 1px;
        top: -2px;
    }

    .tabLeft {
        width: 27%;
        padding: 20px 10px 0 0;
    }

    .tabRight {
        width: 70%;
        padding: 20px 0;
    }

    .tabSearch {
        padding: 0 0px 10px 0;
    }

    /*.search-txt ul li:not(:last-child) { margin: 0 4px 0 0; padding: 0 4px 0 0;}*/
    .search-txt ul li {
        font-size: 13px;
    }
    .new-letter-card-section .extra-section-space {
        padding: 20px 0 0;
    }

}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 100%;
    }

    .menu-sec {
        display: block;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 10px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    .heading-title {
        font-size: 38px;
    }

    .main_menu {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9;
        top: 0;
        right: 0;
        background: rgba(228, 242, 235, 1);
        overflow-x: hidden;
        transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .main_menu ul {
        position: absolute;
        top: 50%;
        right: 60px;
        transform: translateY(-50%);
    }

    .main_menu ul li.list-inline-item {
        display: block !important;
        text-align: right;
        border-right: none;
    }

    .main_menu ul li a {
        font-size: 18px;
        color: #323232;
        margin: 0 0 10px;
    }

    .main_menu ul li:not(:last-child) {
        padding: 0;
        margin: 0;
    }

    .d-text .menu-sec .bar span {
        background-color: #323232 !important;
    }

    .d-text .menu-sec2 .bar span {
        background-color: #323232 !important;
    }

    .d-text #return-to-top {
        opacity: 0;
    }

    .d-text header {
        position: fixed;
        width: 100%;
        z-index: 99;
    }

    ul.sub-menu {
        padding: 0 !important;
        background: transparent !important;
        border: none !important;
        padding-left: 15px !important;
    }

    .sub-menu li {
        float: none !important;
        width: 100% !important;
    }

    .sub-menu li a {
        padding: 0 !important;
    }

    .sub-menu li>ul.sub-menu {
        position: static;
    }

    .vote-sec.popular-sec .popular-pic {
        height: auto;
    }

    .popular-sec {
        padding: 20px 0;
    }

    .inside-sec h2 {
        font-size: 36px;
    }

    .more-txt h2 {
        font-size: 24px;
    }

    .eq-ht {
        margin: 0 0 20px;
        display: block;
    }

    .ftr-news .check-field ul li label p {
        font-size: 14px;
    }

    .catogory-txt span,
    .print-mail a,
    .catogory-txt .print-mail a {
        font-size: 14px;
    }

    .art-author .catogory-txt span {
        margin: 0 5px 0 0;
        padding: 0 8px 0 0;
    }

    .ftr-logo {
        width: 365px;
    }

    .ftr-bttm {
        text-align: center;
    }

    .ftr-bttm ul {
        justify-content: center;
        margin: 15px 0 0;
    }

    .top-addarea .left-service-area {
        width: 100%;
        padding-right: 0;
    }

    .top-addarea .row.no-gutters.justify-content-between {
        justify-content: center !important;
    }

    .top-addarea .right-advert-area {
        height: auto;
        padding: 30px 0 0;
    }

    .btn,
    a.btn,
    input[type="button"].Button {
        padding: 12px 16px;
        font-size: 12px;
    }

    .news-frm input[type="submit"] {
        font-size: 12px;
    }

    .xtra-space {
        margin: 0;
    }

    .product-area .col-md-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    /* .get-permision .col-md-9{max-width:100%; flex: 0 0 100%;} */
    .welcome-contentt .hot-topics .topic-content img {
        width: 30%;
    }

    .welcome-contentt .hot-topics .topic-content h4 {
        width: 70%;
    }

    .pro-area-wrap-height .col-md-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .social-plug-link {
        display: none;
    }

    .main-product-display .pro-txt {
        min-height: 70px;
    }

    .top-addarea .right-advert-area {
        width: 100%;
    }

    .advert.paley {
        justify-content: center;
    }

    /* .carousel-caption p, #myCarousel .list-group {display: none; } */
    .carousel-inner .carousel-item {
        min-height: initial !important;
    }

    #myCarousel .carousel-inner {
        width: 100%;
    }

    #myCarousel .list-group {
        width: 100%;
        position: static;
        height: 100%;
    }

    #myCarousel .list-group-item {
        height: 82px !important;
    }

    /*.vote-sec { margin: 0 0 20px;}*/
    .more-articles.category-article-list {
        margin-bottom: 20px;
    }

    .archive.category .xtra-space,
    .single.single-post .xtra-space {
        margin: 20px 0;
    }

    .archive.category .popular-sec,
    .single.single-post .popular-sec {
        padding: 0px 0;
    }

    .author-related-post .owl-nav {
        margin-top: 20px;
    }

    .checkout-leftBook {
        padding: 15px 0;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .checkout-leftBook ul li {
        padding: 10px 10px;
    }

    .checkout-book-header {
        padding: 5px 5px;
    }

    .checkout-top {
        padding: 20px;
    }

    .checkout-bottom {
        padding: 20px;
    }

    .overview-heading {
        margin-bottom: 20px;
    }

    .vote-sec.popular-sec h6.fancy-bdr img {
        width: auto;
    }

    .pro-area-wrap-height .swiper-container-thumbs .swiper-slide span {
        max-width: 86px;
    }

    .pro-area-wrap-height .swiper-container.gallery-top {
        width: 100%;
        height: 350px;
        position: relative !important;
    }

    .pro-area-wrap-height .gallery-thumbs {
        width: 100% !important;
        position: relative !important;
        right: inherit;
    }

    .pro-area-wrap-height .swiper-container-thumbs .swiper-slide {
        height: 65px !important;
    }

    .pro-area-wrap-height .swiper-container.swiper-container-horizontal .swiper-slide {
        height: 350px;
        background-size: cover;
    }

    .srch-frm {
        margin-right: 50px;
    }

    .menu-sec {
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-sec2 {
        top: 50%;
        transform: translateY(-50%);
    }

    .mega-menu .tabLeft ul li {
        font-size: 14px;
    }

    /*.entertain-rightList ul li a { padding: 0 2px; font-size: 11px;}*/
    /*.menu-sec2.mob-kk.forMob, .menu-sec2.sticky-menu-sec2{display: block;}*/

    .entertain-wrap .entertain-logo {
        display: none;
    }

    .entertain-header .entertain-wrap {
        display: block;
        padding-top: 15px;
    }

    .mega-menu .signin ul li {
        margin-bottom: 0;
    }

    .signin ul {
        padding-bottom: 5px;
    }

    .entertain-rightList.signin .menu-top-header-container ul li {
        padding: 0 0px 0 0;
        margin: 5px 0px;
        border-right: none;
        text-transform: inherit;
    }

    .entertain-rightList.signin .menu-top-header-container ul li a {
        font-size: 16px;
        font-weight: 500;
        padding: 8px 0;
        display: block;
    }

    .mega-menu span.megamenu-close {
        position: absolute;
        top: 0;
        right: 30px;
        z-index: 99;
    }

    .mega-menu .entertain-header {
        border-bottom: none;
        box-shadow: none !important;
        padding: 0px 0;
    }

    .entertain-logo.forMob {
        display: block;
        text-align: center;
    }

    .entertain-right.forDesktop {
        margin: 10px 0;
    }

    .entertain-right.forDesktop .entertain-rightList ul li a {
        padding: 0 7px;
        font-size: 16px;
    }

    .mega-menu {
        height: 100vh;
        padding: 30px 10px;
    }



    .signin ul {
        display: inline-flex;
        margin: 0 0 0px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .entertain-right.forDesktop {
        justify-content: center;
        border-top: 1px solid #0d0d0d;
        border-bottom: 1px solid #0d0d0d;
        padding: 10px 0;
    }

    .entertain-right.forDesktop .entertain-rightList ul {
        flex-flow: wrap;
        justify-content: center;
    }

    .entertain-right.forDesktop .entertain-rightList ul li {
        margin-bottom: 5px;
    }

    /*.search-txt ul li:not(:last-child) { margin: 0 6px 0 0; padding: 0 6px 0 0;}*/
    .search-txt ul.story-meta li {
        font-size: 15px;
    }

    .author-related-post .news-network-pic {
        height: 120px;
    }

    .single-post .more-news .author-related-post .owl-nav {
        margin-top: 0px;
    }

}

@media only screen and (max-width: 799px) {
    .author-related-post .news-network-pic {
        height: auto;
    }

}

@media only screen and (max-width: 767px) {
    .heading-title {
        font-size: 35px;
    }

    .top-addarea .col-md-10 {
        max-width: 100%;
    }

    .top-addarea .col-md-2 {
        max-width: 300px;
    }

    .signin ul li,
    .signin ul li a {
        font-size: 12px;
    }

    .srch-frm {
        width: 35%;
    }

    .main_menu .for-mob ul li.current-menu-item a,
    .main_menu .for-mob ul li a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .eq-ht {
        margin: 0 0 30px;
    }

    .more-story-inn {
        margin: 0 0 15px;
    }

    .news-network {
        padding: 35px 0;
    }

    .news-network-outr {
        margin: 0 0 20px;
    }

    .news-network-inn {
        margin: 0 0 15px;
    }

    .popular-txt h6 {
        font-size: 16px;
    }

    .inside-sec h4 {
        font-size: 20px;
    }

    .art-author .catogory-txt,
    .art-author .print-mail {
        margin: 0 0 15px;
    }

    .ftr-top {
        padding: 45px 0;
    }

    .ftr-logo {
        position: static;
        bottom: 0;
    }

    .ftr-menu {
        margin: 0 0 20px;
    }

    .tophdr .wa-ad-display-wrap #tnavad {
        font-size: 14px !important;
    }

    /* .eq-ht .wa-ad-display-wrap{text-align:center;} */
    .srch-sec h1,
    .srch-sec h1 a,
    .single-post .srch-sec .heading-title a {
        font-size: 26px;
    }

    .main-product-display .pro-txt h4 {
        font-size: 24px;
    }

    .inside-sec {
        padding: 35px 0;
    }

    .more-pic {
        margin: 0 15px 10px 0;
    }

    .search-pic {
        width: auto;
        padding: 0 0 15px;
        float: none;
    }

    /*.search-txt ul {display: block; align-items: center; justify-content: space-between;}*/
    /*.search-txt ul li:not(:last-child) {margin: 0 5px 5px 0; padding: 0 5px 0px 0; border-right:none; border-bottom: 1px solid rgba(76, 135, 112, 0.4); border-right: 1px solid rgba(76, 135, 112, 0.4);}
.search-txt ul li:last-child {margin: 0 0 5px; padding: 0 0 0px;}*/

    .search-txt {
        width: 100%;
    }

    .eq-ht.btm-eq-padding {
        padding-bottom: 0;
    }

    .no-date-row {
        margin-top: 0;
    }

    .eq-ht.btm-eq-padding:first-child {
        padding-bottom: 0;
    }

    .eq-ht {
        margin: 0 0 15px;
    }

    .eq-ht:last-child {
        margin: 0;
    }

    .eq-ht.btm-eq-padding:last-child {
        margin: 0 0 15px;
    }

    .bottom-share-section .st_twitter_hcount,
    .bottom-share-section .st_facebook_hcount,
    .bottom-share-section .st_linkedin_hcount,
    .bottom-share-section .st_sharethis_hcount {
        margin-bottom: 5px !important;
        display: inline-block;
    }


    /*-- Tab-Responsive(Start) --*/
    .tab-wrap {
        flex-flow: row wrap;
    }

    .tabLeft {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
        padding: 20px 0 0;
    }

    .tabRight-header {
        margin: 10px 0;
    }

    .tabRight {
        width: 100%;
        /*padding: 20px 0 0;*/
        padding: 0px 0 0;
        /*position: relative;*/
    }

    .entertainTab .tab-content .tab-pane {
        transform: translateX(120%);
        transition: all 0.6s ease-in-out 0s;
        position: absolute;
        top: 0;
        left: 0;
    }

    .entertainTab .tab-content>.tab-pane.active {
        z-index: 99999;
        height: 100vh;
        transform: translateX(0%);
        background: #fff;
        width: 100%;
    }

    .mega-menu {
        height: 100vh;
    }

    .forDesktop {
        display: none;
    }

    .forMob {
        display: block;
    }

    .entertain-rightList {
        padding: 6px 0;
        border-top: 1px solid #0d0d0d;
        border-bottom: 1px solid #0d0d0d;
    }

    /*.entertain-rightList ul { display: block; }*/
    .entertain-rightList ul li a {
        border-left: none;
    }

    .mega-menu .tabLeft .entertain-rightList ul li {
        margin: 2px 0;
        font-size: 15px;
        font-weight: 400;
    }

    .entertain-rightList.signin .menu-top-header-container ul li a {
        padding: 0px 5px;
    }

    .entertain-socialList {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
    }

    .entertain-socialList p {
        margin-bottom: 0;
    }

    .mega-menu .tabLeft ul li a {
        padding: 3px 3px;
    }

    .mega-menu .tabLeft .entertain-socialList ul li {
        margin: 0 0 0 15px;
    }

    .show_on_mob {
        display: none;
    }

    /*.entertain-wrap .entertain-logo {display: none;}
.entertain-header .entertain-wrap {display: block;}
.mega-menu .signin ul li{margin-bottom: 0;}
.signin ul { padding-bottom: 5px;}
.entertain-rightList.signin .menu-top-header-container ul li {    padding: 0 0px 0 0;
    margin: 5px 0px;
    border-right: none; text-transform: inherit;}
.entertain-rightList.signin .menu-top-header-container ul li a {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0;
    display: block;
}
.mega-menu span.megamenu-close { position: absolute; top: 0; right: 0; z-index: 99;}
.mega-menu .entertain-header { border-bottom: none; box-shadow: none !important; padding: 0px 0;}*/
    .menu-sec2.mob-kk {
        display: none;
    }

    .menu-sec2.mob-kk.forMob {
        display: block;
    }

    .srch-sec .srch-frm {
        margin-right: 0px;
    }

    .tabRight-list {
        padding: 0 15px;
    }

    .mega-menu .signin.mega-signin ul li {
        font-size: 15px;
    }

    .mega-menu .signin.mega-signin ul {
        margin-bottom: 8px;
    }

    .tabLeft .entertain-rightList ul {
        display: block;
    }

    .entertain-wrap .entertain-rightList.signin ul li {
        margin: 6px 0 6px !important;
    }

    .page-id-176533 .about-block.default-block.reprint-block div {
        float: none !important;
        width: 100% !important;
        margin: 15px 0 !important;
    }

    .newsletters-logoList ul li {
        padding: 20px 10px;
        width: 45%;
        text-align: center;
    }

    .more-story-logos .logo-div {
        justify-content: center;
        margin-bottom: 30px;
    }
    .letter-box-content .button-group-box .btn {
        padding: 6px 9px;
        font-size: 13px;
    }
    .new-letter-card-section .news-letter-card-box {
        padding: 10px 10px;
    }
    .newsletter-description-section .news-email-list-btn {
        justify-content: flex-start;
    }
    .new-letter-card-section {
    padding: 0px 0 40px 0;}


}

@media (max-width:575px) {
    h1 {
        font-size: 27px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    .heading-title {
        font-size: 32px;
    }

    .hdr-top>.d-flex {
        display: block !important;
    }

    .signin ul {
        display: inline-flex;
        margin: 0 0 4px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .signin ul li {
        /*margin:0 0 15px!important; padding:0 10px!important;*/
        margin: 0 0 5px !important;
        padding: 0 7px !important;
    }

    .signin ul li a {
        margin: 0;
    }

    .signin ul li,
    .signin ul li a {
        /*color:#fff;*/
        font-size: 16px;
    }

    .signin ul li.current-menu-item a {
        color: rgba(228, 242, 235, 0.6);
    }

    .news-links {
        display: block;
        box-shadow: 0 0px 6px #d9d9d9;
        padding: 4px 6px;
        margin: 0 0 10px;
    }

    .news-links li a {
        font-size: 16px
    }

    .srch-frm {
        width: 85%;
        margin-right: 0px;
    }


    .news-frm {
        display: block;
    }

    .news-frm input[type="email"] {
        width: 100%;
    }

    .news-frm input[type="submit"] {
        width: 100%;
        margin-top: 5px;
    }

    .ftr-news {
        padding-left: 35px;
        background-size: 25px;
    }

    .inside-sec h2 {
        font-size: 26px;
    }

    .insider .item {
        padding: 0;
    }

    .insider .owl-prev,
    .author-related-post .owl-prev {
        left: 20%;
    }

    .insider .owl-next,
    .author-related-post .owl-next {
        right: 20%;
    }

    .ftr-logo {
        width: 265px;
    }

    .for-mob {
        display: block;
    }

    .for-desk {
        display: none;
    }

    .menu-top-header-container .menu,
    .signin ul {
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0);
    }

    .for-mob .hdr-top {
        background: #000000;
        padding: 25px 0 0;
    }

    .main_menu .menu-primary-menu-container ul {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        transform: translateY(0);
        padding: 50px 0 0;
    }

    .main_menu .menu-primary-menu-container ul li.list-inline-item {
        text-align: left;
        padding-left: 60px;
        float: left;
        width: 50%;
    }

    .d-text .menu-sec {
        right: 95%;
        transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .d-text .menu-sec2 {
        right: 95%;
        transition: all 650ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .d-text .menu-sec .bar span {
        background-color: #fff !important;
    }

    .d-text .menu-sec2 .bar span {
        background-color: #fff !important;
    }

    .top-addarea div.bbframe {
        width: 250px;
    }

    .more-pic {
        width: 100%;
        float: none;
    }

    .more-pic img {
        width: auto;
    }

    .more-txt {
        margin: 10px 0 0;
    }

    .news-network-inn {
        display: block;
    }

    .news-network-pic {
        width: 100%;
    }

    .news-network-txt {
        width: 100%;
        margin: 10px 0 0;
    }

    .is-sticky .for-sticky {
        visibility: hidden;
    }

    .get-permission-inn ul {
        display: block;
    }

    .get-permission-inn ul li {
        margin: 0 0 10px;
    }

    .client-txt {
        overflow: visible;
    }

    .insider .owl-prev .fas,
    .insider .owl-next .fas,
    .author-related-post .owl-prev .fas,
    .author-related-post .owl-next .fas {
        font-size: 24px;
    }

    .srch-sec h1,
    .srch-sec h1 a,
    .single-post .srch-sec .heading-title a {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .more-news-pic {
        max-width: 30%;
    }

    .more-news-txt {
        width: 70%;
    }

    .story-content p {
        font-size: 15px;
        line-height: 27px;
    }

    .vote-sec.popular-sec .popular-pic {
        min-width: 61px;
    }

    .vote-sec.popular-sec .popular-pic img {
        width: 65px;
    }

    .welcome-contentt .hot-topics ul {
        display: block;
    }

    .welcome-contentt .hot-topics ul li {
        width: 100%;
    }

    .top-addarea .main-product-display .pro-pic,
    .top-addarea .pro-pic {
        height: auto;
    }

    .art-author .catogory-txt span {
        margin: 0 0 0px;
        padding: 0 5px 0;
    }

    .news-hdr {
        display: block;
    }

    .view-all {
        text-align: center !important;
    }

    .news-network-txt {
        padding: 0 0 10px 20px;
    }

    .story-thumbnail {
        width: 350px !important;
    }

    .story-thumbnail img {
        height: 100%;
    }

    .content-featured-img {
        float: none;
        margin: 6px 0;
    }

    .carousel-caption p {
        display: none;
    }

    #myCarousel .list-group-item {
        height: 62px !important;
    }

    #myCarousel .carousel-caption {
        padding: 5px 10px 10px;
    }

    #myCarousel .carousel-caption h3 {
        font-size: 24px;
    }

    .story-content .story-thumbnail img {
        height: auto;
    }

    .equal-story-block .more-story-inn a.more-pic {
        display: block;
        margin: 0 auto;
    }

    .equal-story-block .more-story-inn a.more-pic img {
        max-height: inherit;
    }

    .equal-story-block .more-story-inn {
        height: auto !important;
    }

    .pro-area-wrap-height .swiper-container.gallery-top,
    .pro-area-wrap-height .swiper-container.swiper-container-horizontal .swiper-slide {
        height: 250px;
    }

    .pro-area-wrap-height .carousel-caption p {
        display: none;
    }

    .pro-area-wrap-height .carousel-caption h3 {
        font-size: 24px;
    }

    .pro-area-wrap-height .carousel-caption {
        padding: 10px 10px 10px;
    }

    .single-related-post .relStoryBox .news-network-txt,
    .news-network.footer-news-network .news-network-txt {
        padding: 0 0 10px 0px;
    }

    .mega-menu {
        padding: 20px 20px;
    }

    .tabLeft {
        padding: 0px 0;
    }

    .mega-menu span.megamenu-close {
        margin-bottom: 5px;
        right: 15px;
    }

    .entertain-logo.forMob {
        text-align: center;
    }

    .mega-menu .signin.mega-signin ul li {
        font-size: 14px;
    }

    .newsletters-list ul li p {
        min-height: 125px;
    }

    .more-story-logos .logo-div {
        margin-bottom: 20px;
    }
    .new-letter-card-section .news-letter-card-box {
        padding: 30px 30px;
    }

    .st-btn.st-remove-label{display: inline-block !important;}


}

@media (max-width:480px) {
    .main_menu .menu-primary-menu-container ul li.list-inline-item {
        padding-left: 20px;
        float: none;
        width: 100%;
    }

    .d-text .menu-sec {
        top: 30px;
    }

    .art-author .catogory-txt span {
        border-right: none;
        display: block;
        padding-bottom: 6px;
    }

    .art-author .catogory-txt span:nth-child(3) {
        padding-bottom: 0;
    }

    .ftr-bttm ul {
        display: block !important;
    }

    .ftr-bttm ul li:not(:last-child) {
        margin: 0 0 10px;
        padding: 0;
        border-right: none;
    }

    .addsubscriber .styled-checkbox+label {
        display: flex;
    }

    .story-thumbnail {
        width: 280px !important;
    }

    .share-new span.st_twitter_hcount {
        margin: 0 0 5px;
        display: inline-block;
    }

    .dont-miss-inn {
        column-count: 1 !important;
    }

    .timing {
        display: none;
    }

    .pro-area-wrap-height .swiper-container.gallery-top,
    .pro-area-wrap-height .swiper-container.swiper-container-horizontal .swiper-slide {
        height: 180px;
    }

    .pro-area-wrap-height .carousel-caption h3 {
        font-size: 20px;
    }

    .mega-menu {
        padding: 10px 15px;
    }

    .entertainSec .container-fluid {
        padding: 0 15px;
    }

    .signin.mega-signin a {
        font-size: 14px;
    }

    .mega-menu .signin.mega-signin ul {
        margin-bottom: 5px;
    }

    .tabRight-list ul li {
        font-size: 16px;
    }

    .tabRight-list ul li a {
        padding: 4px 0;
    }

    .entertain-rightList.signin .menu-top-header-container ul li a {
        padding: 0px 2px;
        font-size: 14px;
    }

    .entertain-wrap .entertain-rightList.signin ul li {
        margin: 4px 0 4px !important;
    }

    .search-txt ul.story-meta li {
        font-size: 14px;
    }

    .search-txt ul {
        display: block;
    }

    .search-txt ul.story-meta li {
        /*width: auto; border-right: none;  padding: 0 0 0px 0;*/
        margin: 0 0 5px 0;
    }

    .search-item p {
        margin: 15px 0 0;
    }

    .heading-title {
        font-size: 30px;
    }

    .newslettersBox {
        border: 1px solid #ccc;
    }

    .newsletters-list ul li:nth-child(2n + 2) {
        padding-left: 0px;
    }

    .newsletters-list ul li {
        width: 100%;
        padding: 30px 0px 30px 0;
    }

    .newsletters-list ul li:nth-child(2n + 1):after {
        display: none;
    }

    .newsletters-list ul li p {
        min-height: auto;
    }

    .newsletters-logoList ul li {
        padding: 15px 0px;
        width: 100%;
    }

    .newsletters-logo {
        max-width: initial;
    }
    .new-letter-card-section .news-letter-card-box {
        padding: 15px 15px;
    }

}


/*Media Query css*/


