/*
Theme Name: Ennlil
Theme URI: http://gossipthemes.com/ennlil
Author: Gossip Themes
Author URI: http://gossipthemes.com.com
Description: Modern Magazine WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ennlil
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/


/**** 
CSS Indexing

1. Default CSS
2. Header CSS
3. Navigation CSS
4. Footer CSS
5. Breadcrumb CSS
6. Blog CSS
7. Comments CSS
8. Widgets CSS
9. Contact & Quote Form CSS
10.Preloader CSS
11.Responsive CSS

****/

/******------------------------------
-----------Default CSS------------
------------------------------******/

body {
    font-family: 'Muli', sans-serif;
    line-height: 24px;
    font-size: 15px;
    background: #fff;
    color: #574F63;
    font-weight: 400;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1c1c1c;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 36px;
    line-height: 48px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 28px;
}

p {
	
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
    margin-bottom: 0;
}


/* Global styles
================================================== */

img {
    max-width: 100%;
    height: auto;
}

* {
    margin: 0;
    padding: 0;
}


/* ==================================================
// Global styles
================================================== */

iframe {
    border: none;
}

a:link,
a:visited {
    text-decoration: none;
}

a {	
	display: block;
    color: #001737;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.media>.pull-left {
    margin-right: 20px;
}

a:focus {
    outline: 0;
}

img.pull-left {
    margin-right: 20px;
    margin-bottom: 20px;
}

img.pull-right {
    margin-left: 20px;
    margin-bottom: 20px;
}

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Dropcap */

.dropcap {
    font-size: 48px;
    line-height: 60px;
    padding: 0 7px;
    display: inline-block;
    float: left;
    font-weight: 700;
    margin: 5px 15px 5px 0;
    position: relative;
    text-transform: uppercase;
}

.clearfix:after {
    display: block;
    width: 100%;
    content: '';
}

a.news-cat_Name {
    background: #FF3A3A;
    position: relative;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.05em;
    display: inline-block;
    height: 26px;
    padding: 0 12px;
    line-height: 26px;
    margin-right: 7px;
    margin-bottom: 0;
}

.blog-post-cat a.news-cat_Name {
    margin-bottom: 7px;
}

a.news-cat_Name:last-child {
    margin-right: 0;
}

a.news-cat_Name.only-color {
    padding: 0;
    height: auto;
    background: transparent;
    margin-bottom: 0px;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
}

.body-wrapper {
    background: #F3F8FB;
    padding-top: 80px;
    margin-top: -40px;
}

ol,
ul {
    margin-bottom: 20px;
}

.featured-post a.image-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.slider-item {
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    border-radius: 5px;
}

.entry-author-thumb img {
    display: inline-block!important;
    width: auto!important;
}

.news-postblock-content .post-content {
    position: absolute;
    bottom: 0;
    padding: 50px 60px 50px 50px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.news-cat-box-wrap {
    margin-bottom: 15px;
}

.post-title.tab_title__Large {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 27px;
}

.post-title.tab_title__Large a {
    color: #fff;
    padding-bottom: 6px;
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
	display: inline;
}

.slider-item:hover .post-title.tab_title__Large a {
    color: #fff;
    background-size: 100% 3px;
	display: inline;
}

.news-block-hover_Effect::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.news-block-hover_Effect:hover::after {
    background: linear-gradient(180deg, rgba(18, 18, 19, 0) 0%, #001737 100%);
}

.blog_meta_content_Box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    line-height: 16px;
}

.blog_meta_content_Box .entry-meta-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.entry-author-name a {
    font-size: 18px;
    font-weight: 600;
}

.blog_meta_content_Box>div {
    margin-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding-left: 20px;
}

.blog_meta_content_Box>div:first-child {
    margin-left: 0;
    border-left: 0px solid;
    padding-left: 0;
}

.blog_meta_content_Box .entry-meta-author .entry-author-thumb {
    margin-right: 10px;
}

.blog_meta_content_Box .entry-meta-author .entry-author-thumb .avatar {
    height: 28px;
    width: 28px;
    border-radius: 50%;
}

.entry-author-name a {
    color: #fff;
}

.entry-views i {
    margin-right: 8px;
}

.entry-category i {
    color: #C20160;
    font-size: 20px;
}

.entry-category a {
    color: #fff;
}

.owl-item .news-postblock-content {
    visibility: hidden;
}

.owl-item.active.center .news-postblock-content {
    visibility: visible;
}

.owl-item .news-postblock-content .post-content {
    bottom: 100px;
    -webkit-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
    opacity: 0;
}

.owl-item.active.center .news-postblock-content .post-content {
    bottom: 0;
    -webkit-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
    opacity: 1;
}

.news-cat-box-wrap a.trending {
    background: #333333;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 26px;
    margin-right: 10px;
    padding: 0;
    width: 26px;
    text-align: center;
}

.news-cat-box-wrap a.trending>i {
    line-height: 26px;
}

.carousel-nav-align-center .owl-nav>button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px!important;
    color: #fff!important;
    border-radius: 50%;
    text-align: center;
    font-size: 28px!important;
    transition: all 0.25s ease-in 0s;
    position: absolute;
    top: calc(50% - 25px);
}

.carousel-nav-align-center .owl-nav>button.owl-prev {
    left: calc(50% - 590px);
}

.carousel-nav-align-center .owl-nav>button.owl-next {
    right: calc(50% - 590px);
}

.home-featured-posts-slider {
    margin-top: 0px;
    margin-bottom: 100px;
}

.news-item-slide .news-postblock-content .post-content {
    padding: 20px 40px 20px 25px;
}

.news-item-slide .post-title.tab_title__Large {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}

.news-item-slide .blog_meta_content_Box {
    font-size: 12px;
    line-height: 12px;
}

.news-item-slide .entry-author-name a {
    font-size: 15px;
    font-weight: 600;
}

.news-item-slide .blog_meta_content_Box>div {
    margin-left: 12px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding-left: 12px;
}

.news-item-slide a.news-cat_Name {
    font-size: 11px;
    line-height: 26px;
}

.news-item-top .slider-item {
    min-height: 270px;
    margin-bottom: 30px;
}

.news-item-bottom .slider-item {
    min-height: 270px;
}

.news-item-slide .blog_meta_content_Box>div:first-child {
    margin-left: 0;
    border-left: 0px solid;
    padding-left: 0;
}

.news-item-bottom .blog_meta_content_Box>div {
    margin-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding-left: 10px;
}

.news-item-bottom .news-postblock-content .post-content {
    padding: 20px 20px 20px 20px;
}

.news-item-bottom .post-title.tab_title__Large {
    font-size: 16px;
    line-height: 22px;
}

.editors-choice-section h2.block-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    color: #001737;
    letter-spacing: -0.02em;
    margin-bottom: 35px;
}

.read-all-btn {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.read-all-btn:hover {
    color: #fff;
}

.block-item-img .post-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 3px 0px 0px 3px;
    margin-bottom: 30px;
    height: 336px;
}

.block-item-img {
    padding-right: 0!important;
}

.block-item-text {
    padding-left: 0!important;
}

.block-item-text .post-content {
    padding: 30px 25px 40px 40px;
    background: #fff;
}

.block-item-text .post-content .editor-post-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    color: #001737;
    font-weight: 700;
}

.block-item-text .post-content .editor-post-title a {
    color: #001737;
    padding-bottom: 6px;
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
}

.block-item-text .post-content .editor-post-title a:hover {
    color: #001737;
    background-size: 100% 3px;
}

.block-item-text .post-content .blog_meta_content_Box {
    font-size: 13px;
    color: #001737;
}

.block-item-text .post-content .entry-author-name a {
    font-size: 14px;
    color: #001737;
}

.block-item-text .post-content .blog_meta_content_Box>div {
    margin-left: 7px;
    padding-left: 8px;
}

.block-item-text .post-content .blog_meta_content_Box>div:first-child {
    margin-left: 0;
    padding-left: 0;
}

.block-item-text .post-content p {
    font-size: 15px;
    color: #182B49;
    line-height: 24px;
    margin-top: 18px;
    margin-bottom: 20px;
}

a.read-btn {
    display: inline-block;
    background: linear-gradient(90deg, #C6005F 0%, #4D0270 100%);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
    font-family: Montserrat;
    padding: 8px 20px;
    border-radius: 4px;
}

a.read-btn:hover {
    background: linear-gradient(90deg, #4D0270 0%, #C6005F 100%);
    transition: all .4s ease-in;
}

.block-item-text .post-content .entry-views {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    color: #001737;
}

.block-item-text .post-content .entry-category {
    display: inline-block;
}

.block-item-text .post-content .entry-category a {
    color: #001737;
    font-weight: bold;
}

.block-bottom .entry-views i {
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-right: 3px;
}

.postt-item-slide {
    min-height: 426px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.postt-item-slide .post-title.tab_title__Large {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 20px;
}

.postt-item-slide .news-cat-box-wrap {
    margin-bottom: 10px;
}

.postt-item-slide .news-postblock-content .post-content {
    padding: 30px 30px;
}

.postt-item-slide .blog_meta_content_Box {
    font-size: 13px;
}

.postt-item-slide .entry-author-name a {
    font-size: 14px;
}

.postt-item-slide .blog_meta_content_Box>div {
    margin-left: 8px;
    padding-left: 7px;
    border-left: 0px solid;
}

.postt-item-slide .blog_meta_content_Box>div:first-child {
    margin-left: 0;
    padding-left: 0;
}

.body-box-layout .body-inner-content {
    max-width: 1160px;
    margin: auto;
    background: #fff;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
}

.body-box-layout .body-inner-content .navbar-sticky.sticky {
    max-width: 1160px;
    left: 0;
    right: 0;
    margin: auto;
}

@media (min-width: 1025px) {
    .body-box-layout .body-inner-content .header-bg-dark .container {
        max-width: 1160px;
        padding: 0;
    }
}


/* Global */

.admin-bar .navbar-sticky.sticky {
    margin-top: 30px;
}

.theme-page-content {
	background: #F3F8FB;
}

img,
figure {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


.wp-caption img[class*="wp-image-"] {
    display: block;
}

.wp-caption .wp-caption-text {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    padding: 12px 0 0;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

/* Gallery item */

.gallery {
  margin: 30px -1.1666667% 0;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
  font-weight: 600;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}


/* WP core style */
.alignnone {
  display: block;
  margin-bottom: 15px;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption.alignnone {
  margin: 15px auto 10px;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-caption .wp-caption-text a {
    text-decoration: underline;
    display: inline-block;
}

.wp-caption .wp-caption-text a {
	color: #C20160;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.screen-reader-text {
  display: none;
}

.gallery-caption {
  z-index: 100000;
}

.bypostauthor {
  z-index: 100000;
}



@media screen and (min-width: 30em) {
    /* Gallery Columns */
    .gallery-item {
        max-width: 25%;
    }
    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
    .gallery-columns-5 .gallery-item {
        max-width: 25%;
    }
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}


/* Theme check */



code {
    overflow: auto;
    max-width: 100%;
    padding: 0 1em;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
    color: #C20160;
}

a code {
    color: #C20160;
}

p {
    margin: 0 0 25px;
}

p img.alignleft {
    clear: both;
    margin-bottom: 30px;
}

select {
    max-width: 100%;
}

.post-password-form input[type="password"] {
    padding: 5px 15px;
    margin: 0 10px;
    height: 45px;
    padding: 5px 15px;
}

.post-password-form input[type='submit'] {
    background-color: #C20160;
    border: none;
    padding: 5px 20px;
    color: #fff;
    cursor: pointer;
    height: 45px;
    font-weight: 600;
}

.post-password-form input[type='submit']:hover {
	background-color: #001737;
}

/*** Sidebar ***/

.sidebar .widget.widget_media_image img {
    margin-top: 0;
}



.sidebar .widget.widget-tags ul li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 4px;
}

.sidebar .widget.widget-tags ul li a {
    display: block;
    padding: 5px 20px;
    border: 1px solid #eee;
    color: #666;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar .widget.widget-tags ul li a:hover {
    background: #C20160;
    color: #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.sidebar .widget.widget-tags ul li:last-child {
    margin-bottom: 0;
}

.tagcloud a,
.wp-block-tag-cloud a {
    border-color: #8392A5;
    color: #8392A5;
    border: 1px solid;
    display: inline-block;
    font-size: 17px !important;
    padding: 6px 18px!important;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 36px;
    transition: all ease 500ms;
    line-height: 29px;
    margin-right: 0px;
}

.tagcloud a:last-child,
.wp-block-tag-cloud a:last-child {
    margin-right: 0px;
}

.sidebar ul {
    border: 0;
    padding: 0;
    list-style: none;
}


.page-links .page-link {
    display: inline-block;
    color: #C20160;
    margin-right: 5px;
}




/*=======================================
 Post  Comments section
 ========================================*/

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

.blog-post-comment .comment-info [class*=col-md-] {
    margin-bottom: 15px;
    position: inherit;
}

.blog-post-comment .comment-content>h3 {
    margin-bottom: .5rem;
}

.blog-post-comment .comment-respond {
	
}

.blog-post-comment .comment-respond .comment-reply-title {
    font-size: 24px;
}

.blog-post-comment .comment-respond .comment-form .form-control {
    border-radius: 0;
    height: 45px;
    margin-bottom: 0px;
}

.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
    height: 245px;
}

.blog-post-comment .comment-respond .comment-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #C20160;
}

.blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
    display: none;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
    font-style: italic;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
    margin-top: 40px;
}

.blog-post-comment .comments-list .trackback .comment-body {
    margin-left: 0;
}

.loginformuser .form-control {
    height: 100%;
    resize: none;
}

.loginformuser .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #C20160;
}


/* Common */

.pingback p,
.pingback .says {
    display: none;
}

.comments-list {
    list-style: none;
    margin: 0;
}

.comments-list .comment-author {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
    font-size: 15px;
    color: #1c1c24;
    font-style: normal;
	display: block;
    margin-bottom: 5px;
}

.comments-list .comment-author a {
    color: #1c1c24;
}

.comments-list .comment-author a:hover {
    color: #C20160;
}


.comments-list .comment-date {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}

.comments-list .comment-body {
    border-bottom: 1px solid #eeeeee;
    margin-left: 65px;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.comments-list img.comment-avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.comments-list .comment-reply-link {
    color: #252a37;
    background: #fff;
    display: inline-flex;
    padding: 10px 30px;
    line-height: 1;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
	border: 1px solid #ded9d9
}

.comments-list .comment-reply-link i {
    display: none;
}

.comments-list .comment-reply-link:hover {
	background: #C20160;
    color: #fff;
}

.comments-counter {
    font-size: 18px;
}

.comments-counter a {
    color: #666;
}

.comments-reply {
    list-style: none;
    margin: 0 0 0 70px;
}

#cancel-comment-reply-link {
    float: none;
    color: #C20160;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
}

#cancel-comment-reply-link:hover {
    color: #182B49;
}

#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#comments .meta-data {
	margin-bottom: 1em;
}

a.comment-edit-link {
    display: none;
}

/* main page: Comments */

.blog-post-comment .comment-content h1, .blog-post-comment .comment-content h2, .blog-post-comment .comment-content h3, .blog-post-comment .comment-content h4, .blog-post-comment .comment-content h5, .blog-post-comment .comment-content h6 {
	line-height: 1.2;
	font-weight: 600;
}

.blog-post-comment .comment-content h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

.blog-post-comment .comment-content h2 {
  font-size: 25px;
  margin-bottom: 15px;
}

.blog-post-comment .comment-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.blog-post-comment .comment-content h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.blog-post-comment .comment-content h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

.blog-post-comment .comment-content h6 {
  font-size: 14px;
  margin-bottom: 15px;
}

.blog-post-comment .comment-content p {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 14px;
}

.blog-post-comment .comment-content p:last-child {
  margin-bottom: 0;
}

.blog-post-comment .comment-content .entry-content a {
  text-decoration: underline;
}

.blog-post-comment .comment-content .entry-content a:hover {
  text-decoration: none;
}

.blog-post-comment .comment-content dl, .comments-area .comment-content ol, .comments-area .comment-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-post-comment .comment-content dt {
  margin-bottom: 5px;
}

.blog-post-comment .comment-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.blog-post-comment .comment-content ul {
  list-style: disc;
  padding-left: 20px;
}

.blog-post-comment .comment-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 10px;
}

.blog-post-comment .comment-content ul li ul {
  margin: 10px 0 0;
  list-style-type: circle;
}

.blog-post-comment .comment-content ul li ul li {
  list-style-type: circle;
}

.blog-post-comment .comment-content ol {
  padding-left: 20px;
}

.blog-post-comment .comment-content ol li {
  line-height: 1.8;
  margin-bottom: 10px;
  list-style-type: decimal;
}

.blog-post-comment .comment-content ol li ol {
  margin: 10px 0 0;
}

.blog-post-comment .comment-content b, .blog-post-comment .comment-content strong {
  font-weight: 600;
  color: #212529;
}

.blog-post-comment .comment-content dfn, .blog-post-comment .comment-content cite, .blog-post-comment .comment-content em, .blog-post-comment .comment-content i {
  font-style: italic;
}

.blog-post-comment .comment-content code, .blog-post-comment .comment-content kbd, .blog-post-comment .comment-content tt, .blog-post-comment .comment-content var {
  font-size: .88889em;
  font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
}

.blog-post-comment .comment-content kbd {
  background-color: #fafafa;
}

.blog-post-comment .comment-content mark, .blog-post-comment .comment-content ins {
  background: #fff9c0;
  text-decoration: none;
  color: #000;
  padding: 0 6px;
}

.blog-post-comment .comment-content pre {
  font-size: .88889em;
  font-family: "Courier 10 Pitch",Courier,monospace;
  line-height: 1.8;
  overflow: auto;
  background: #fafafa;
  color: #333333;
}

.blog-post-comment .comment-content abbr, .blog-post-comment .comment-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}


.blog-post-comment .comment-content code {
	color: #C20160;
	border: 0px solid;
    background-color: transparent;
	padding: 0;
}

.blog-post-comment .comment-content mark, .blog-post-comment .comment-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 5px;
}

.blog-post-comment .comment-content kbd {
    background-color: #eee;
	color: #C20160;
} 

#comments .pull-right.reply {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
}

#comments .comment-content a {
	color: #C20160;
}

#comments .comment-content  {
	color: #57647c;
}

.comments-list .comment-author cite {
	font-style: normal;
}

#comments.blog-post-comment .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#comments.blog-post-comment .children {
    padding-left: 10px !important;
}

#comments.blog-post-comment .comment-content img {
    margin: 5px 0;
}


.not-found h1 {
    margin-bottom: 20px;
}

.not-found .input-group-btn {
    background: #C20160;
    color: #fff;
    padding: 0 20px;
    border: none;
    cursor: pointer;
}

.not-found .input-group-btn i {
    line-height: 48px;
}

.not-found .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #C20160;
}

.not-found p {
    line-height: 1.1;
    margin-bottom: 25px;
}

.not-found p small {
    display: block;
}


/*===========================
         author box
=============================*/

.author-box .author-img img {
    width: 105px;
    height: 105px;
    border-radius: 50%;
}

.author-box .author-info {
    margin-left: 140px;
    padding-right: 0px;
}

.author-box .author-info>h3 {
    font-size: 20px;
    color: #182B49;
    margin-top: 0px;
    margin-bottom: 5px;
}

.author-box .author-info p {
    color: #182B49;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 0;
}

.author-box .author-url {
    margin-bottom: 12px;
}

.author-box .author-url a {
    color: #666666;
    font-size: 14px;
}


/*** Post Navigation Single Blog ***/

.author-box {
    padding: 60px 0 60px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    clear: both;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 54px;
}

.theme_blog__Nav {
    margin-bottom: 40px;
    padding: 15px 0;
}

.theme_blog__Nav .post-previous {
    text-align: left;
    float: left;
    border-left: 0 none;
    border-right: 0 none;
    padding: 0 40px 0 0;
}

.theme_blog__Nav .post-next {
    text-align: right;
    float: right;
    border-right: 0 none;
    padding: 0 0 0 40px;
}

.theme_blog__Nav .post-previous,
.theme_blog__Nav .post-next {
    width: 50%;
    border-left: 0px solid #eeeeee;
    border-right: 0px solid #eeeeee;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

.theme_blog__Nav .post-previous img,
.theme_blog__Nav .post-next img {
    width: 95px;
    height: 75px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
}

.theme_blog__Nav .post-previous img {
    float: left;
    margin-right: 15px;
}

.theme_blog__Nav .post-next img {
    float: right;
    margin-left: 15px;
}

.theme_blog__Nav .post-previous a p,
.theme_blog__Nav .post-next a p {
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    color: #182B49;
    word-break: break-all;
}

.theme_blog__Nav span:hover,
.theme_blog__Nav h3:hover {
    color: #C20160;
}

.theme_blog__Nav h3 {
    font-size: 17px;
    line-height: 26px;
    margin: 5px 0;
    font-weight: bold;
    word-wrap: break-word;
}

.theme_blog__Nav span {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    color: #232323;
    text-transform: capitalize;
}


/*** Pagination ***/

.main-container .pagination {
    margin-bottom: 30px;
    margin: 0;
}

.main-container .pagination li a {
    border-radius: 50%;
}

.main-container .pagination li.active a {
    background: linear-gradient(31.12deg, #C6005F 16.06%, #4D0270 91.22%);
    color: #fff;
}

.main-container .pagination a.page-link {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
    padding: 0;
    text-align: center;
    display: inline-block;
    border: 0px solid;
    margin-left: auto;
    color: #8392A5;
    font-size: 18px;
    font-weight: 600;
    background-color: transparent;
}

.main-container .pagination a i {
    line-height: 30px;
}

.main-content-inner.category-layout-two {
    padding-bottom: 0px;
}

.main-container .pagination {
    margin-bottom: 65px;
}


/*** Related Post ***/

.ts-related-post .post-thumb {
    position: relative;
    overflow: hidden;
}

.ts-related-post .post-thumb .grid-cat {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.ts-related-post .post-thumb img {
    border-radius: 3px 3px 0px 0px;
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}

.ts-related-post .post-content {
    background: #F3F8FB;
    padding: 25px 20px 20px 25px;
}

.ts-related-post .post-content h4 {
    font-size: 14px;
    color: #001737;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ts-related-post .post-content h4 a {
    color: #001737;
}

.ts-related-post .post-content p {
    font-size: 14px;
    line-height: 22px;
    color: #182B49;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.ts-related-post .post-date-info {
    font-weight: normal;
    font-size: 13px;
    color: #182B49;
}

.ts-related-post .theme_news_grid__Design:hover .post-thumb img {
    transform: scale(1.1);
}

.theme_news_grid__Design .post-content h4 a {
    padding-bottom: 6px;
    background: linear-gradient(to right, #C6005F 0%, #4D0270 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
	display: inline;
}

.ts-related-post .theme_news_grid__Design:hover .post-content h4 a {
    color: #001737;
    background-size: 100% 3px;
	display: inline;
}


/*** Comment form ***/


.blog-post-comment .comment-respond {
    background: #F3F8FB;
    padding: 0;
    clear: both;
    border: 1px solid #F3F8FB;
}

.comment-respond .comment-reply-title {
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.blog-post-comment .comment-respond .comment-form .form-control {
    border-radius: 0;
    height: 45px;
    margin-bottom: 15px;
}

.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
    height: 245px;
}

.blog-post-comment .comment-respond .comment-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #C20160;
}

.blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
    display: none;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
    font-style: normal;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
    margin-top: 10px;
}

.blog-post-comment .comments-list .trackback .comment-body {
    margin-left: 0;
}

.blog-post-comment .comment-respond .comment-form .btn-comments {
    display: inline-block;
    background: linear-gradient(90deg, #C6005F 0%, #4D0270 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
    padding: 14px 28px;
    border-radius: 4px;
    width: auto;
    border: 0px solid;
    transition: all .4s ease;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:hover {
    background: linear-gradient(90deg, #4D0270 0%, #C6005F 100%);
}

#comments {
    clear: both;
    padding: 30px;
    list-style: none;
    background: #F3F8FB;
    overflow: hidden;
    margin-top: 32px;
}

.comment-num {
    margin-bottom: 25px !important;
    font-size: 20px !important;
    line-height: 1.5;
    font-weight: 700;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    position: relative;
}

#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.comment-content a {
    display: inline-block;
}

.comments-area .comment-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 14px;
}

p.logged-in-as a {
    display: inline-block;
}

#comments .comment-author .says {
    display: none;
}

/*** Tag list ***/

.blog-single .tag-lists h4 {
    color: #001737;
    margin-right: 10px;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.blog-single .tag-lists a:not(:first-child) {
    margin-left: 6px;
}

.blog-single .tag-lists a {
    border-color: #8392A5;
    color: #8392A5;
    border: 1px solid;
    display: inline-block;
    font-size: 15px !important;
    padding: 5px 18px;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 36px;
    transition: all ease 500ms;
    line-height: 29px;
}

.blog-single .post-footer {
    margin-top: 50px;
    clear: both;
}

.blog-single .tag-lists a:hover,
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
    background-color: #C20160;
    border-color: #C20160;
    color: #fff;
}


/*** Single Blog ****/

.single-blog-header h1.post-title {
    word-wrap: break-word;
    position: relative;
    font-size: 34px;
    line-height: 46px;
    font-weight: 600;
    max-width: 75%;
    color: #001737;
    margin-top: 0px;
    margin-bottom: 25px;
}

.single-blog-header ul.post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-blog-header ul.post-meta li {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #182B49;
    line-height: 16px;
    margin-right: 20px;
}

.single-blog-header .blog-post-cat {
    margin-top: 0px;
    margin-bottom: 5px;
}

.single-blog-header ul.post-meta li.post-category {
    display: none;
}

.single-blog-header ul.post-meta li:last-child {
    margin-right: 0;
}

.single-blog-header ul.post-meta li i {
    margin-right: 6px;
	font-style: normal!important;
}

.single-blog-header ul.post-meta li.post-author img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.post-layout-style1 .single-blog-header {
    padding-bottom: 45px;
    border-bottom: 1px solid #EFEFEF;
}

.single-blog-header ul.post-meta li.meta-post-view i {
    color: #C20160;
    font-size: 16px;
    margin-right: 0px!important;
}

.single-blog-content {
    margin-top: 60px;
}

.single-blog-inner {
    background: #fff;
    padding: 30px 52px 40px 60px;
}

.single-blog-inner .entry-content p {
    font-size: 17px;
    line-height: 29px;
    color: #182B49;
    margin-bottom: 15px;
}

.single-blog-content .post-media.single-blog-thumb {
    position: relative;
    overflow: hidden
}

.post-wrapper.sticky .meta-featured-post {
    position: absolute;
    right: -20px;
    top: 18px;
    background: #C20160;
    width: auto;
    height: auto;
    padding: 10px 45px;
    color: #fff;
    display: inline-block;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 12px;
    font-weight: 700;
    -webkit-transform: rotate(45deg);
    z-index: 1;
}

.blog-single .embed-responsive {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden;
}

@media (min-width: 1025px) {
    .blog-single .embed-responsive {
        height: auto;
    }
}

.blog-single .embed-responsive .embed-responsive-item {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden;
    margin: 0;
}

.sidebar-active .alignfull {
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}

.sidebar-active .alignfull img {
    width: 100%;
}

article.tag-html.tag-layout.tag-title .post-title a {
    word-break: break-all;
}


/*** Top Bar ***/

.top-header-area {
    background: #002584;
}

.breaking-title {
    display: inline-block;
    color: #fff;
    background: #C20160;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    padding: 3px 9px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
    float: left;
    margin-right: 12px;
}

.breaking-news-slides {
    width: 80%;
    float: left;
    position: relative;
    top: 0px;
}

.breaking-news {
    overflow: hidden;
    position: relative;
    background: transparent;
    padding: 9px 0;
}

.single-breaking-news h6 a {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.city-temparature {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
	display: none;
}

.header-date {
    display: inline-block;
    margin-left: 25px;
    color: #fff;
    position: relative;
    padding: 11px 15px;
}

.city-temparature i {
    margin-right: 10px;
}

.header-date i {
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.single-breaking-news h6 {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.2;
}

.header-date:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    opacity: .1;
}

.top-social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-social li {
    display: inline-block;
    margin-right: 10px;
}

.top-social li:last-child {
    margin-right: 0px;
}

.logo-area {
    padding: 20px 0;
	margin-top: 0;
}

.logo a {
    display: inline-block;
}

.logo img {
    max-width: 184px;
    width: 100%;
}

.top-social li a {
    display: inline-block;
    color: #000;
    background: #F3F8FB;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}

.top-social li a:hover {
    background: #C20160;
    color: #fff;
    transform: rotate(45deg);
}

.top-social li a i {
    line-height: 36px;
}

.site-navigation {
    margin-top: 0px;
    /*background-image: linear-gradient(90deg, #C6005F 0%, #4D0270 100%);*/
    border-radius: 0px;
    position: relative;
}

.navigation-area {
    min-height: 75px;
    padding: 0 0;
    border-radius: 5px;
}

.mainmenu-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-wrapper .navbar-light .navbar-nav>li {
    display: inline-block;
    position: relative;
}

.nav-wrapper .navbar-light .navbar-nav>li>a {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    padding: 26px 20px;
}

.nav-wrapper .navbar-light .navbar-nav>li>a.active {
    color: #FFFFFF;
}

.mainmenu-area {
    padding-left: 44px;
}

.nav-wrapper .navbar-light .navbar-nav>li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 0px;
    opacity: 1;
    font-weight: normal;
    position: relative;
    top: 0px;
    font-size: 15px;
    left: 2px;
    vertical-align: 0;
    margin-left: 0;
    border: 0;
}

.mainmenu-area ul li ul.dropdown-menu,
.mainmenu-area ul li ul.dropdown-menu li ul.sub-menu.children {
    background-color: #001737;
    top: 99%;
    z-index: -1;
    transition: all .4s ease;
    transform: scaleY(0);
    transform-origin: 0 0;
    opacity: 0;
    position: absolute;
    margin: 0 5px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    border-radius: 6px;
    display: block;
    left: 0;
    min-width: 220px;
    text-align: left;
    padding: 20px 0;
}

.mainmenu-area ul li ul.dropdown-menu li .dropdown-menu {
    left: 200px;
    top: -21px;
    opacity: 0;
    z-index: -1;
}

.mainmenu-area ul li ul.dropdown-menu li {
    position: relative;
    display: block;
    list-style: none;
    padding: 5px 15px;
    line-height: 20px;
    margin: 0;
}

.mainmenu-area ul li ul.dropdown-menu li a {
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    display: inline-block;
    position: relative;
    margin: 5px 15px;
    text-transform: capitalize;
    padding: 0;
    display: block;
    width: auto;
    background: transparent;
}

.mainmenu-area ul li:hover ul.dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    display: block;
    z-index: 999;
}

.mainmenu-area ul li ul.dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    display: block;
    z-index: 999;
}

.mainmenu-area ul li ul.dropdown-menu li ul.dropdown-menu.children {
    left: 220px;
    top: -20px;
    min-width: 180px;
}

.mainmenu-area ul li ul.sub-menu li:hover ul.sub-menu.children {
    transform: scaleY(1);
    opacity: 1;
    display: block;
    z-index: 999;
}

.mainmenu-area ul li ul.dropdown-menu li a:after {
    display: none;
}

.mainmenu-area ul li ul.dropdown-menu li a:before {
    left: -1.5px;
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    background-color: #939393;
}

.mainmenu-area ul li.dropdown a:hover {}

.nav-wrapper .navbar-light .navbar-nav>li>a:hover,
.nav-wrapper .navbar-light .navbar-nav>li>a:active {
    color: #fff;
}

.nav-wrapper .navbar-light .navbar-nav>li>a:focus {
    color: #fff;
}

.nav-wrapper .navbar-light .navbar-nav>li>a {
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 2px;
    background-repeat: no-repeat;
    background-position: 17px 70%;
}

.nav-wrapper .navbar-light .navbar-nav>li>a:hover {
    color: #fff;
    background-size: 70% 2px;
}

.theme_header_design__One {
    background-image: linear-gradient(90deg, #C6005F 0%, #4D0270 100%);
}

.theme_header_design__One .navbar-light {
    background: none;
    border-radius: 0;
}

.mainmenu-area ul li ul.dropdown-menu li a:hover {
    color: #d35ba1;
}

.mainmenu-area ul li ul.dropdown-menu li a:hover:before {
    background: #d35ba1;
    width: 100%;
    transition: width .5s cubic-bezier(.22, .61, .36, 1);
}

.nav-search {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    border-radius: 0px 10px 10px 0px;
    width: 78px;
    height: 80px;
    text-align: center;
    font-size: 22px;
}

.nav-search a i {
    line-height: 80px;
    color: #fff;
}

.nav-search:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    opacity: .2;
}

.site-navigation .navbar-light {
    padding: 0;
    background-image: linear-gradient(90deg, #C6005F 0%, #4D0270 100%);
    border-radius: 10px;
}

.modal-searchPanel .xs-search-group {
    position: relative;
}

.modal-searchPanel .xs-search-group input:not([type="submit"]) {
    height: 70px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 0 30px;
	border-radius: 38px!important;
    font-size: 18px;
}

.modal-searchPanel .xs-search-group input:not([type="submit"])::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.modal-searchPanel .xs-search-group input:not([type="submit"])::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.modal-searchPanel .xs-search-group input:not([type="submit"]):-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.modal-searchPanel .xs-search-group input:not([type="submit"]):-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.modal-searchPanel .xs-search-group .search-button {
    background-color: transparent!important;
    border: 0px;
    padding: 0;
    color: #fff;
    position: absolute;
    right: 0px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 70px;
    width: 70px;
    border-radius: 0;
    border: 0px solid #fff;
}

.modal-searchPanel .xs-search-group input:focus {
    outline: none;
    box-shadow: none;
}



/* magnific pop up modal */

.mfp-bg.xs-promo-popup {
    background-color: rgba(0, 23, 55, .96);
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: menu-animation .8s ease-out forwards;
    animation: menu-animation .8s ease-out forwards;
}


/* animation keyframes list */

@-webkit-keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out;
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px);
    }
    61% {
        opacity: 1;
        -webkit-transform: scale(0.04) translateY(0px);
        transform: scale(0.04) translateY(0px);
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(2) translateY(0px);
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out;
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px);
    }
    61% {
        opacity: 1;
        -webkit-transform: scale(0.04) translateY(0px);
        transform: scale(0.04) translateY(0px);
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(2) translateY(0px);
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}


/* Styles for dialog window */

.xs-promo-popup .modal-content {
    background-color: transparent;
    padding: 0px;
    border: 0px;
}

.xs-promo-popup .mfp-close {
    color: #fff;
    opacity: 0;
    -webkit-transition: all 1s ease .8s;
    -o-transition: all 1s ease .8s;
    transition: all 1s ease .8s;
    -webkit-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-500px);
}

.xs-promo-popup.mfp-ready .mfp-close {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.ts-search-form .form-control {
    height: 60px;
    border-radius: 4px !important;
}

.ts-search-form .ennlil-serach {
    position: relative;
    overflow: hidden;
}

.ts-search-form .ennlil-serach:before {
    position: absolute;
    right: -5px;
    top: 4px;
    bottom: 0;
    content: "\f002";
    font-family: 'Fontawesome';
    font-size: 20px;
    background: transparent;
    z-index: 333;
    padding: 18px 33px;
    margin: auto;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}

.ts-search-form.modal-searchPanel .xs-search-panel {
    margin: 0;
}


/* at start */

.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 1s ease .8s;
    -o-transition: all 1s ease .8s;
    transition: all 1s ease .8s;
    -webkit-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-500px);
}


/* animate in */

.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.breaking-news .tp-control {
    position: absolute;
    right: 60px;
    top: 8px;
}

.breaking-news .tp-control a {
    margin: 0;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
}

.breaking-news .tp-control a {
    background: #fff;
    color: #E91E63;
}

.header-search-icon a.nav-search-button {
    display: inline-block;
    width: 78px;
    height: 75px;
    text-align: center;
    font-size: 22px;
    border-radius: 0px 10px 10px 0px;
    color: #fff;
    position: relative;
}

.header-search-icon a.nav-search-button i {
    line-height: 80px;
}

.header-search-icon a.nav-search-button:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    opacity: .2;
	transition: .2s ease;
}

.header-search-icon a.nav-search-button:hover:before {
    background: #000;
}

/*** Featured tab News section ***/

.news_tab_Block {
    position: relative;
}

.news_tab_Block h2.tab-item-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    color: #001737;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}

.news_tab_Block .nav-tabs {
    position: absolute;
    right: 0;
    border: 0;
    top: -8px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 120px;
    padding: 0px 35px;
}

.news_tab_Block .nav-tabs .nav-link {
    border: none;
    position: relative;
    display: inline-block;
    color: #8B8B8B;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 14px 25px;
}

.news_tab_Block .nav-tabs .nav-link.active {
    background: transparent;
    color: #001737;
}

.news_tab_Block .nav-tabs .nav-link.active span.tab_menu_Item {
    border-bottom: 2px solid;
}

.news_tab_Block .tab-item-slide {
    min-height: 424px;
    position: relative;
    overflow: hidden;
}

.news_tab_Block .tab-item-slide .post-title.tab_title__Large {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
}

.news_tab_Block .tab-item-slide .news-cat-box-wrap {
    margin-bottom: 10px;
}

.news_tab_Block .tab-item-slide .news-postblock-content .post-content {
    padding: 30px 30px;
}

.news_tab_Block .tab-item-slide .blog_meta_content_Box {
    font-size: 13px;
}

.news_tab_Block .tab-item-slide .entry-author-name a {
    font-size: 14px;
}

.news_tab_Block .tab-item-slide .blog_meta_content_Box>div {
    margin-left: 15px;
    padding-left: 15px;
}

.news_tab_Block .tab-item-slide .blog_meta_content_Box>div:first-child {
    margin-left: 0;
    padding-left: 0;
}

.theme_news_grid__Design {
    position: relative;
    overflow: hidden;
}

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

ul.tab_listt_post_Item li.theme_news_list__Design {
    background: #FFF;
    margin-bottom: 20px;
    border-radius: 3px;
    padding: 15px 40px 15px 15px;
}

.theme_post_tab_list__Single .list-post .theme_news_grid__Design .post-thumb {
    width: 94px;
    height: 98px;
    margin-right: 15px;
    margin-bottom: 0px;
    border-radius: 3px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.theme_post_tab_list__Single .list-post h2.post-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}

.theme_post_tab_list__Single .list-post h4.post-title>a {
    color: #001737;
    padding-bottom: 6px;
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
}

.theme_post_tab_list__Single .theme_news_grid__Design:hover h4.post-title>a {
    color: #001737;
    background-size: 100% 3px;
}

.theme_post_tab_list__Single .list-post .blog_meta_content_Box {
    font-size: 13px;
    color: #182B49;
}

.theme_post_tab_list__Single .list-post .entry-author-name a {
    font-size: 14px;
    color: #182B49;
}

.theme_post_tab_list__Single .list-post .blog_meta_content_Box>div {
    margin-left: 15px;
    padding-left: 15px;
}

.theme_post_tab_list__Single .list-post .blog_meta_content_Box>div:first-child {
    margin-left: 0;
    padding-left: 0;
}

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


/*** Widget Social ***/

h3.widget-title {
    font-size: 20px;
    line-height: 24px;
    color: #001737;
    margin-bottom: 20px;
}

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

.social-list li {
    display: inline-block;
    width: 48%;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #fff;
    padding: 13px 10px 13px 14px;
    margin-right: 10px;
}

.social-list li.facebook {
    background: #3B5998;
}

.social-list li.twitter {
    background: #00ACED;
    margin-right: 0px;
}

.social-list li.instagram {
    background: #C32AA3;
}

.social-list li.pinterest {
    background: #BD081C;
    margin-right: 0px;
}

.social-list li a {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
}

.social-list li i {
    margin-right: 12px;
}


/*** Category list widget ***/

.count {
    display: inline-block;
    background: rgba(0, 0, 0, 0.2);
    line-height: 16px;
    padding: 4px 10px;
    border-radius: 50px;
    margin-left: 8px;
}

.sidebar-widget {
    margin-bottom: 45px;
}

.catgeory-gallery-section {
    margin-bottom: 50px;
}

a.catgeory-wrap {
    min-height: 170px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    color: #fff;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.01em;
    padding: 0 12px;
    overflow: hidden;
    border-radius: 3px;
}

span.cat-name {
    display: inline-block;
    background: rgba(0, 23, 55, .8);
    border-radius: 133px;
    padding: 7px 41px;
    position: relative;
}

span.category-count {
    position: absolute;
    right: 22px;
    top: 35%;
    background: #FF3A3A;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

a.catgeory-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
}


/*** Post Tab Block ***/

.ennlil-latest-post-tab-widget {
    background: #fff;
    padding: 30px 28px 30px 30px;
    border-radius: 3px;
    margin-bottom: 0px;
}

.recent-tab-menu {
    position: relative;
    top: 0px;
    background-color: #fff;
    border-radius: 120px;
    padding: 0px 11px;
    box-shadow: 0px 9px 24px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    border: 0px solid;
}

.recent-tab-menu a.active {
    background: transparent;
    color: #001737;
}

.recent-tab-menu a {
    border: none;
    position: relative;
    display: inline-block;
    color: #8B8B8B;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 13px 07px;
}

.widget-latest-post-list .post-thumb {
    position: relative;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 6px 19px rgba(0, 0, 0, 0.11);
    border: 4px solid #fff;
    width: 80px;
    height: 80px;
}

.widget-latest-post-list .post-thumb img {
    border-radius: 14px;
    display: block!important;
    width: 100%;
    transition: transform 0.5s ease-out;
}

.widget-latest-post-list .post-content:hover .post-thumb img {
    transform: scale(1.1);
}

.widget-latest-post-list .post-content .media-body {
    padding-left: 15px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.widget-latest-post-list .post-content.media {
    border-bottom: 1px solid #F4F4F4;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.widget-latest-post-list .post-content:last-child {
    border-bottom: 0px solid;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.widget-latest-post-list .post-content .media-body h4 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 8px;
}

.widget-latest-post-list .post-content .media-body h4 a {
    padding-bottom: 6px;
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
    color: #001737;
	display: inline;
}

.widget-latest-post-list .post-content:hover .media-body h4 a {
    color: #001737;
    background-size: 100% 3px;
	display: inline;
}

.widget-latest-post-list .post-content .media-body .post-meta {
    color: #182B49;
    font-size: 13px;
}

.widget-latest-post-list .post-content .media-body span.post-date {
    text-transform: uppercase;
}

.widget-latest-post-list .post-content .media-body span.post-date i {
    margin-right: 3px;
}


/*** Video Post Tab ***/

.video-posts-section {
    background: #000E22;
    position: relative;
}

.pr-0 {
    padding-right: 0!important;
}

.pl-0 {
    padding-left: 0!important;
}

.video-tab-list {
    padding: 50px 40px;
    background: #182B49;
    border-radius: 0px 5px 5px 0px;
    position: relative;
    z-index: 1;
}

.slider-item.video-item {
    min-height: 510px;
    margin-bottom: 0px;
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;
}

.slider-item.video-item.news-block-hover_Effect::after {
    border-radius: 5px 0px 0px 5px;
}

.video-tab-item .post-thumb {
    position: relative;
    border-radius: 14px;
    background: transparent;
    box-shadow: 0px 6px 19px rgba(0, 0, 0, 0.11);
    border: 4px solid #8392A5;
    width: 96px;
    height: 96px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.video-tab-item .post-thumb img {
    border-radius: 10px;
}

.video-tab-item .post-thumb i {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #FFBE0C;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    margin-left: -17.5px;
    margin-top: -17.5px;
}

.video-tab-item .post-content .media-body {
    padding-left: 15px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.video-tab-item li {
    border-bottom: 1px solid #001737;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.video-tab-item li:last-child {
    border-bottom: 0px solid;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.video-tab-item .post-content .media-body h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #FFF;
}

.video-tab-item .post-content .media-body h4 a {
    color: #FFF;
    padding-bottom: 6px;
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
}

.video-tab-item .post-content .media-body h4 a:hover {
    color: #FFF;
    background-size: 100% 3px;
}

.video-tab-item .post-content .media-body .post-meta {
    color: #FFF;
    font-size: 13px;
}

.video-tab-item .post-content .media-body span.post-date {
    text-transform: uppercase;
}

.video-tab-item .post-content .media-body span.post-date i {
    margin-right: 3px;
}

.video-item .news-postblock-content .post-content {
    padding: 45px 60px 45px 45px;
}

.video-item .post-title.tab_title__Large {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
}

.video-post-top h2.block-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    color: #FFF;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
}

.video-post-top .read-all-btn {
    top: -8px;
    background: #FFF;
    color: #001737;
}

.video-post-top .read-all-btn:hover {
    background: #FFBE0C;
    color: #fff;
}

.video-item .post-video {
    position: absolute;
    top: 50%;
    margin: auto;
    text-align: center;
    left: 50%;
    z-index: 2;
    width: 87px;
    margin-top: -43.5px;
    margin-left: -43.5px;
}



.ennlil-play-btn:hover {
    color: #fff;
}

.video-posts-section:before {
    position: absolute;
    background: url(../images/frame.png) no-repeat scroll left top;
    left: 0;
    top: 90px;
    content: "";
    width: 150px;
    height: 426px;
}

.video-posts-section:after {
    position: absolute;
    background: url(../images/frame2.png) no-repeat scroll right bottom;
    right: 0;
    bottom: 90px;
    content: "";
    width: 150px;
    height: 426px;
    transform: rotate(180deg);
}


/*** News Grid Post Block ***/

.news-posts-section {
    padding-top: 65px;
    padding-bottom: 60px;
}

.ennlil-news-post h2.block-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    color: #001737;
    letter-spacing: -0.02em;
    margin-bottom: 43px;
}

.news-thumb {
    position: relative;
    overflow: hidden;
}

.news-thumb img {
    border-radius: 3px 3px 0px 0px;
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}

.news-thumb .grid-cat {
    position: absolute;
    bottom: 20px;
    left: 37px;
}

.news-content {
    background: #FFF;
    padding: 25px 28px 20px 25px;
}

.news-content h4 {
    font-size: 16px;
    color: #001737;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.news-content h4 a {
    color: #001737;
}

.news-content p {
    font-size: 14px;
    line-height: 22px;
    color: #182B49;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.news-content .blog_meta_content_Box {
    font-weight: normal;
    font-size: 13px;
    color: #182B49;
}

.news-content .entry-author-name a {
    font-size: 13px;
    color: #182B49;
    font-weight: 400;
}

.news-content .blog_meta_content_Box>div {
    margin-left: 10px;
    border-left: 0px solid;
    padding-left: 10px;
}

.news-content .blog_meta_content_Box>div:first-child {
    margin-left: 0;
    border-left: 0px solid;
    padding-left: 0;
}

a.news-category {
    background: #03C63A;
    position: relative;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.05em;
    display: inline-block;
    height: 26px;
    padding: 0 12px;
    line-height: 26px;
}


/** Hover news grid **/

.news-block-style {
    overflow: hidden;
    display: block;
    transition: all 0.25s ease;
    position: relative;
}

.news-block-style:hover .news-thumb img {
    transform: scale(1.1);
}

.news-content h4 a {
    padding-bottom: 6px;
    background: linear-gradient(to right, #C6005F 0%, #4D0270 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
}

.news-block-style:hover .news-content h4 a {
    color: #001737;
    background-size: 100% 3px;
}


/*** Newsletter Widget ***/

.subscribe-box {
    border: 6px solid transparent;
    padding: 36px 36px 50px 36px;
    border-image: url(img/subscribe-bg.png) 8 stretch;
    border-radius: 3px;
    background: #fff;
    text-align: center;
}

.subscribe-text h3 {
    font-size: 23px;
    font-weight: 400;
    line-height: 29px;
    color: #182B49;
    font-family: Muli;
    margin-top: 15px;
    margin-bottom: 10px;
}

.subscribe-text h3>span {
    font-weight: 800;
}

.subscribe-text p {
    font-size: 16px;
    line-height: 22px;
    color: #8392A5;
    margin-bottom: 15px;
}

.subscribe-form .email-form-group {
    position: relative;
}

.subscribe-form .newsletter-email {
    background: #FFF;
    height: 46px;
    color: #8392A5;
    width: 100%;
    padding: 0 16px;
    border-radius: 5px;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.06);
}

.subscribe-form .newsletter-submit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 0px;
    border-radius: 5px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #002584;
    border: none;
    color: #fff;
    cursor: pointer;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.subscribe-form .email-form-group .submit-icon {
    position: absolute;
    right: 15px;
    top: 14px;
    color: #fff;
    font-size: 15px;
}


/*** Footer Area ***/

.ennlil-footer-area {
    background-color: #fff;
    padding-top: 60px;
    position: relative;
}

.footer-widget-area {
    padding-bottom: 60px;
}

.footer-widget h3.widget-title {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 13px;
    color: #fff;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    line-height: 34px;
    color: #fff;
}

.footer-widget ul li a {
    color: #fff;

}

.footer-widget .footer-social ul li a {
    color: #fff;
    padding-bottom: 0;
    background: transparent;
    background-size: inherit;
    background-repeat: inherit;
    background-position: inherit;
}

.footer-widget ul li {
    display: block;
    margin-right: auto;
}

.footer-widget .footer-social ul li {
    margin-right: 15px;
    display: inline-block;
}

.footer-widget ul li a:hover {
    color: #C20160;
}

.footer-widget .footer-social ul li a:hover {
    color: #C20160;
    background-size: inherit;
    background-color: transparent;
}

.footer-widget p {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px;
}

.footer-logo {
    margin-bottom: 15px;
    margin-top: -5px;
}

.footer-social {
    margin-top: 13px;
}

.footer-social ul {
    line-height: 30px;
}

.copy-right {
    padding: 24px 0;
    border-top: 1px solid rgba(229, 233, 242, .1);
	background-color: #000E22;
}

.copyright-text p {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.03em;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
}

.footer-menu {
    text-align: right;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 22px;
}

.footer-menu ul li {
    display: inline-block;
    border-left: 1px solid #C0CCDA;
    margin-left: 20px;
    padding-left: 20px;
}

.footer-menu ul li a {
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #fff;
}

.footer-menu ul li:first-child {
    border-left: 0px solid;
    margin-left: 0;
    padding-left: 0;
}

.social-share li a {
    color: #000!important;
}

.theme-footer-widgets {
    background-color: #000E22;
    padding-top: 50px;
    position: relative;
    padding-bottom: 50px;
}

.theme-footer-widgets:before {
    position: absolute;
    background: url(../images/footer-shape.png) no-repeat scroll left top;
    left: 0;
    bottom: 0px;
    content: "";
    width: 162px;
    height: 295px;
	display: none;
}

.theme-footer-widgets:after {
    position: absolute;
    background: url(../images/footer-shape.png) no-repeat scroll right bottom;
    right: 0;
    top: 0px;
    content: "";
    width: 162px;
    height: 295px;
	display: none;
}

ul.footer-nav {
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 25px;
}

ul.footer-nav li {
    display: inline-block;
    border-left: 1px solid #C0CCDA;
    margin-left: 20px;
    padding-left: 20px;
}

ul.footer-nav li:first-child {
    border-left: 0px solid;
    margin-left: 0;
    padding-left: 0;
}

ul.footer-nav li a {
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #fff;
}

.copy-right {
    padding: 24px 0;
    border-top: 1px solid rgba(229, 233, 242, .15);
}


/*** Back To Top ***/

.backto {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 10;
    background: #C20160;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    height: 50px;
    text-align: center;
    width: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: none;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}

.backto:hover {
    background: #001737;
}

.backto a {
    color: #fff;
    font-size: 28px;
    line-height: 50px;
}


/*** Blog Page ***/

.blog.main-container {
    padding-top: 60px;
    background: #F3F8FB;
}

article.post-wrapper {
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-post-wrapper {}

.blog-post-wrapper .post-media {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 326px;
}

.theme_news_grid__Design .post-media img {}

.blog-post-wrapper .post-title {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 20px;
    color: #001737;
    font-weight: 700;
}

.blog-post-wrapper .post-title a {
    color: #001737;
    padding-bottom: 6px;
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
	display: inline;
}

.blog-post-wrapper .post-title a:hover {
    color: #001737;
    background-size: 100% 3px;
	display: inline;
}

.blog-post-wrapper .post-content {
    padding-top: 30px;
    padding-bottom: 12px;
    padding-right: 30px;
}

.blog-post-wrapper .post-content .blog_meta_content_Box {
    font-size: 13px;
    color: #001737;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 600;
    line-height: 16px;
}

.blog-post-wrapper .post-content .blog_meta_content_Box span {
    margin-right: 10px;
}

.blog-post-wrapper .blog_excerpt_Box p {
    font-size: 15px;
    color: #182B49;
    line-height: 24px;
    margin-top: 18px;
    margin-bottom: 20px;
}

.blog-post-wrapper a.read_more_Btutton {
    display: block;
    background: linear-gradient(90deg, #C6005F 0%, #4D0270 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
    font-family: Montserrat;
    padding: 8px 20px;
    border-radius: 4px;
    width: 119px;
    margin-top: 20px;
}

.blog-post-wrapper a.read_more_Btutton:hover {
    background: linear-gradient(90deg, #4D0270 0%, #C6005F 100%);
    transition: all .4s ease-in;
}

.news-block-design {
    position: relative;
}

.news-block-design .item,
.news-block-design.item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 260px;
    overflow: hidden;
}

.post-header-style3 .entry-header {
    position: relative;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/*** Category Page with 3 Templates design ***/

.blog.blog-spacing {
    padding-top: 97.5px;
    margin-top: -37.5px;
}

.category-main-title h1 {
    font-size: 28px;
    color: #001737;
    margin: 0;
    font-weight: 600;
    line-height: 32px;
}

.category-main-title {
    margin-top: 25px;
    margin-bottom: 25px;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0 0 27px 0;
}

.breadcrumb-wrapper {
    border-bottom: 1px solid #EFEFEF;
    margin-top: -25px;
}

.breadcrumb li {
    padding-right: 10px;
    color: #8392A5;
    font-size: 17px;
    font-weight: 600;
    line-height: 29px;
}

.breadcrumb li a {
    padding-right: 10px;
    color: #8392A5;
	display: inline-block;
}

.breadcrumb i.fa.fa-home {
    margin-right: 5px;
}

.category-layout-two .blog-post-wrapper,
.grid-layout-two .blog-post-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.category-layout-two .blog-post-wrapper .post-media,
.grid-layout-two .blog-post-wrapper .post-media {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 326px;
    border-radius: 3px 0px 0px 3px;
}

.category-layout-two .blog-post-wrapper .grid-cat {
    position: absolute;
    top: 20px;
    left: 35px;
}

.pr-zero {
    padding-right: 0;
}

.pl-zero {
    padding-left: 0;
}

.category-layout-two .blog-post-wrapper .post-content,
.grid-layout-two .blog-post-wrapper .post-content {
    padding-top: 25px;
    padding-bottom: 10px;
    padding-right: 30px;
    background: #fff;
    padding-left: 30px;
    height: 326px;
    position: relative;
    border-radius: 0px 3px 3px 0px;
}

.category-layout-two .blog-post-wrapper .post-title,
.grid-layout-two .blog-post-wrapper .post-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    color: #001737;
    font-weight: 700;
}

.category-layout-two .blog-post-wrapper .post-content .blog_meta_content_Box,
.grid-layout-two .blog-post-wrapper .post-content .news_block_Meta {
    font-size: 13px;
    color: #001737;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 600;
    line-height: 16px;
}

.category-layout-two .blog-post-wrapper .post-content .blog_meta_content_Box span,
.grid-layout-two .blog-post-wrapper .post-content .news_block_Meta span {
    margin-right: 10px;
}

.grid-layout-two .blog-post-wrapper .post-content .news_block_Meta span:last-child {
    margin-right: 0;
}

.grid-layout-two .blog-post-wrapper .post-content .news_block_Meta span.post-meta-date {
    position: relative;
    top: -2px;
}

.category-layout-two span.post-author,
.grid-layout-two span.post-author {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
}

.category-layout-two span.post-author a,
.grid-layout-two span.post-author a {
    display: inline-block;
}



.category-layout-two span.post-meta-date,
.grid-layout-two span.post-meta-date {
    text-transform: uppercase;
}

.category-layout-two .blog-post-wrapper .blog_excerpt_Box p,
.grid-layout-two .blog-post-wrapper .blog_excerpt_Box p {
    font-size: 15px;
    color: #182B49;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.category-layout-two .blog-post-wrapper a.read_more_Btutton,
.grid-layout-two .blog-post-wrapper a.read_more_Btutton {
    display: block;
    background: linear-gradient(90deg, #C6005F 0%, #4D0270 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
    font-family: Montserrat;
    padding: 8px 20px;
    border-radius: 4px;
    width: 119px;
    margin-top: 24px;
}

.category-layout-two .blog-post-wrapper a.read_more_Btutton:hover,
.grid-layout-two .blog-post-wrapper a.read_more_Btutton:hover {
    background: linear-gradient(90deg, #4D0270 0%, #C6005F 100%);
}

.category-layout-two span.post-author img,
.grid-layout-two span.post-author img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.category-layout-two .blog-post-wrapper .post-content .view-comment-box,
.grid-layout-two .blog-post-wrapper .post-content .view-comment-box {
    position: absolute;
    right: 40px;
    bottom: 55px;
    display: inline-block;
}

.category-layout-two .blog-post-wrapper .post-content .entry-comments-number,
.grid-layout-two .blog-post-wrapper .post-content .entry-comments-number {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    color: #001737;
}

.category-layout-two .blog-post-wrapper .post-content .entry-comments-number i,
.grid-layout-two .blog-post-wrapper .post-content .entry-comments-number i {
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-right: 3px;
}

.category-layout-two .blog-post-wrapper .post-content .entry-postview,
.grid-layout-two .blog-post-wrapper .post-content .entry-postview {
    display: inline-block;
}

.category-layout-two .blog-post-wrapper .post-content .entry-postview i,
.grid-layout-two .blog-post-wrapper .post-content .entry-postview i {
    color: #C20160;
    font-size: 20px;
}

.category-layout-two .blog-post-wrapper .post-content .entry-postview a,
.grid-layout-two .blog-post-wrapper .post-content .entry-postview a {
    color: #001737;
    font-weight: bold;
}

.category-layout-one .blog-post-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.category-layout-one .blog-post-wrapper .post-thumb {
    position: relative;
    overflow: hidden;
}

.category-layout-one .blog-post-wrapper .cat-one-post-image {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

.category-layout-one .blog-post-wrapper .grid-cat {
    display: inline-block;
    position: absolute;
    bottom: 25px;
    left: 30px;
}

.category-layout-one .blog-post-wrapper .grid-cat a.news-cat_Name {
	font-size: 12px;
} 

.category-layout-one .blog-post-wrapper .post-content {
    background-color: #F3F8FB;
    border-radius: 0px 0px 5px 5px;
    padding: 20px 26px 30px 30px;
    position: relative;
}

.category-layout-one .blog-post-wrapper .post-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.category-layout-one .blog-post-wrapper .post-content .blog_meta_content_Box {
    font-size: 13px;
    color: #001737;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 600;
    line-height: 16px;
}

.category-layout-one .blog-post-wrapper .post-content .blog_meta_content_Box span {
    margin-right: 10px;
}

.category-layout-one span.post-author {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
}

.category-layout-one span.post-meta-date {
    text-transform: uppercase;
}

.category-layout-one .blog-post-wrapper .blog_excerpt_Box p {
    font-size: 15px;
    color: #182B49;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 0px;
}

.category-layout-one .blog-post-wrapper a.read_more_Btutton {
    display: block;
    background: linear-gradient(90deg, #C6005F 0%, #4D0270 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
    font-family: Montserrat;
    padding: 8px 20px;
    border-radius: 4px;
    width: 119px;
    margin-top: 25px;
}

.category-layout-one .blog-post-wrapper a.read_more_Btutton:hover {
    background: linear-gradient(90deg, #4D0270 0%, #C6005F 100%);
}

.category-layout-one span.post-author img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.category-layout-one .blog-post-wrapper .post-content .view-comment-box {
    position: absolute;
    right: 40px;
    bottom: 56px;
    display: inline-block;
}

.category-layout-one .blog-post-wrapper .post-content .entry-comments-number {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    color: #001737;
}

.category-layout-one .blog-post-wrapper .post-content .entry-comments-number i {
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-right: 3px;
}

.category-layout-one .blog-post-wrapper .post-content .entry-postview {
    display: inline-block;
}

.category-layout-one .blog-post-wrapper .post-content .entry-postview i {
    color: #C20160;
    font-size: 20px;
}

.category-layout-one .blog-post-wrapper .post-content .entry-postview a {
    color: #001737;
    font-weight: bold;
}

.category-layout-three .blog-post-wrapper,
.news_blog_grid__Design .blog-post-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.category-layout-three .news-block-design .item,
.news_blog_grid__Design .news-block-design .item,
.video-item.news-block-design {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.video-item.news-block-design {
    min-height: 510px;
    margin-bottom: 0px;
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;
}

.category-layout-three .news-block-design .item .post-content,
.news_blog_grid__Design .news-block-design .item .post-content,
.ennlil-video-post .news-block-design .post-content {
    position: absolute;
    bottom: 0;
    padding: 30px 30px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.category-layout-three .news-block-design .item .post-content .news-cat-box-wrap,
.news_blog_grid__Design .news-block-design .item .post-content .news-cat-box-wrap,
.ennlil-video-post .news-block-design .post-content .news-cat-box-wrap {
    margin-bottom: 10px;
}

.main-slider .news_blog_grid__Design .news-block-design .item .post-content .news-cat-box-wrap {
    margin-bottom: 15px;
}

.category-layout-three .news-block-design .item .post-content .post-title,
.news_blog_grid__Design .news-block-design .item .post-content .post-title,
.ennlil-video-post .news-block-design .post-content .post-title {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 15px;
}

.main-slider .post-content h3.post-title {
    letter-spacing: -0.02em;
}

.category-layout-three .news-block-design .item .post-content .post-title a,
.news_blog_grid__Design .news-block-design .item .post-content .post-title a,
.ennlil-video-post .news-block-design .post-content .post-title a {
    color: #fff;
    padding-bottom: 6px;
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
	display: inline;
}

.category-layout-three .news-block-design .item:hover .post-title a,
.news_blog_grid__Design .news-block-design .item:hover .post-title a,
.ennlil-video-post .news-block-design:hover .post-title a {
    color: #fff;
    background-size: 100% 3px;
	display: inline;
}

.category-layout-three .news-block-design .item.news-block-hover_Effect::after,
.news_blog_grid__Design .news-block-design .item.news-block-hover_Effect::after,
.ennlil-video-post .news-block-design::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.category-layout-three .news-block-design .item.news-block-hover_Effect:hover::after,
.news_blog_grid__Design .news-block-design .item.news-block-hover_Effect:hover::after,
.ennlil-video-post .news-block-design .news-block-hover_Effect:hover::after {
    background: linear-gradient(180deg, rgba(18, 18, 19, 0) 0%, #001737 100%);
}

.category-layout-three .news-block-design .item .post-content ul.news_block_Meta,
.news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta,
.ennlil-video-post .news-block-design .post-content ul.news_block_Meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.category-layout-three .news-block-design .item .post-content ul.news_block_Meta li,
.news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li,
.ennlil-video-post .news-block-design .post-content ul.news_block_Meta li {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    margin-right: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.category-layout-three .news-block-design .item .post-content ul.news_block_Meta li:last-child,
.news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li:last-child,
.ennlil-video-post.news-block-design .item .post-content ul.news_block_Meta li:last-child {
    margin-right: 0;
}

.category-layout-three .news-block-design .item .post-content ul.news_block_Meta li i,
.news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li i,
.ennlil-video-post.news-block-design .item .post-content ul.news_block_Meta li i {
    margin-right: 3px;
}

.category-layout-three .news-block-design .item .post-content ul.news_block_Meta li.post-author,
.news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.post-author,
.ennlil-video-post.news-block-design .item .post-content ul.news_block_Meta li.post-author {
    font-size: 14px;
    text-transform: capitalize;
}

.main-slider .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.post-author {
    font-size: 12px;
    position: relative;
    top: 2px;
}

.category-layout-three .news-block-design .item .post-content ul.news_block_Meta li.post-author a,
.news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.post-author a,
.ennlil-video-post.news-block-design .item .post-content ul.news_block_Meta li.post-author a {
    color: #fff;
	display: inline-block;
}

.category-layout-three .news-block-design .item .post-content ul.news_block_Meta li.post-author img,
.news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.post-author img,
.ennlil-video-post.news-block-design .item .post-content ul.news_block_Meta li.post-author img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}



/*** Slider Tow Block ***/

.theme-slider-two .news_blog_grid__Design .news-block-design .item .post-content .post-title {
    margin-bottom: 25px;
}

.theme-slider-two .news_blog_grid__Design .news-block-design .item .post-content .news-cat-box-wrap {
    margin-bottom: 15px;
}

.theme-slider-two .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.theme-slider-two .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.post-author {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
}


/*** Slide Two ***/

.slider-two-item .featured-post a.image-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.slider-two-item.slider-item {
    min-height: 570px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
}

.entry-author-thumb img {
    display: inline-block!important;
    width: auto!important;
}

.slider-two-item .news-postblock-content .post-content {
    position: absolute;
    bottom: 0;
    padding: 50px 60px 50px 50px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.slider-two-item .news-cat-box-wrap {
    margin-bottom: 15px;
}

.slider-two-item .post-title.tab_title__Large {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 27px;
}

.slider-two-item .post-title.tab_title__Large a {
    color: #fff;
    padding-bottom: 6px;
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
}

.slider-two-item.slider-item:hover .post-title.tab_title__Large a {
    color: #fff;
    background-size: 100% 3px;
}

.slider-two-item.news-block-hover_Effect::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slider-two-item.news-block-hover_Effect:hover::after {
    background: linear-gradient(180deg, rgba(18, 18, 19, 0) 0%, #001737 100%);
}

.slider-two-item .post-content ul.news_block_Meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-two-item .post-content ul.news_block_Meta li {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
}

.slider-two-item .post-content ul.news_block_Meta li:last-child {
    margin-right: 0;
}

.slider-two-item .post-content ul.news_block_Meta li i {
    margin-right: 8px;
}

.slider-two-item .post-content ul.news_block_Meta li.theme_author__Thumb {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}

.slider-two-item .post-content ul.news_block_Meta li.theme_author__Thumb a {
    color: #fff;
}

.slider-two-item .post-content ul.news_block_Meta li.theme_author__Thumb img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block!important;
}

.theme-slider-two .owl-item .news-postblock-content {
    visibility: hidden;
}

.theme-slider-two .owl-item.active.center .news-postblock-content {
    visibility: visible;
}

.theme-slider-two .owl-item .news-postblock-content .post-content {
    bottom: 100px;
    -webkit-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
    opacity: 0;
}

.theme-slider-two .owl-item.active.center .news-postblock-content .post-content {
    bottom: 0;
    -webkit-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
    opacity: 1;
}

.slider-two-item .news-cat-box-wrap span.trending-icon {
    background: #333333;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 26px;
    margin-right: 10px;
    padding: 0;
    width: 26px;
    text-align: center;
}

.slider-two-item .news-cat-box-wrap span.trending-icon>i {
    line-height: 26px;
}

.carousel-nav-align-center .owl-nav {
    position: absolute;
    top: 47%;
    left: 29%;
    z-index: 1;
    width: 100%;
}

.carousel-nav-align-center .owl-nav>div {
    display: inline-block;
    margin: 0 3px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    transition: all 0.25s ease-in 0s;
}

.carousel-nav-align-center .owl-nav>div.owl-prev {
    left: calc(50% - 590px);
}

.carousel-nav-align-center .owl-nav>div.owl-next {
    right: calc(50% - 590px);
}

.carousel-nav-align-center .owl-nav>div:hover {
    background-color: #C20160;
    color: #fff;
}


/*** Tab left meta ***/

.tab_grid_box_Content .post-content .news-cat-box-wrap {
    margin-bottom: 10px;
}

.tab_grid_box_Content .post-content ul.news_block_Meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tab_grid_box_Content .post-content ul.news_block_Meta li {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    margin-right: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.tab_grid_box_Content .post-content ul.news_block_Meta li:last-child {
    margin-right: 0;
}

.tab_grid_box_Content .post-content ul.news_block_Meta li i {
    margin-right: 3px;
}

.tab_grid_box_Content .post-content ul.news_block_Meta li.theme_author__Thumb {
    font-size: 14px;
    text-transform: capitalize;
}

.tab_grid_box_Content .post-content ul.news_block_Meta li.theme_author__Thumb a {
    color: #fff;
	display: inline-block;
}

.tab_grid_box_Content .post-content ul.news_block_Meta li.theme_author__Thumb img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}


/*** Category list widget ***/

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

.theme_cat_img_List .theme_img_cat_item_List li {
    list-style-type: none;
    margin-bottom: 5px;
    position: relative;
}

.theme_cat_img_List .theme_img_cat_item_List li a {
    position: relative;
    width: 100%;
    padding: 20px;
    background-size: cover;
    background-position: center;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden;
    min-height: 100px;
    transition: all ease 500ms;
}

.theme_cat_img_List .theme_img_cat_item_List li a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
}

.theme_cat_img_List .theme_img_cat_item_List li a span.cat-name {
    display: inline-block;
    background: rgba(0, 23, 55, .8);
    border-radius: 133px;
    padding: 7px 41px;
    position: relative;
}

.theme_cat_img_List .theme_img_cat_item_List li a span.category-count {
    position: absolute;
    right: 22px;
    top: 35%;
    background: #FF3A3A;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.home-cat-list .theme_cat_img_List .theme_img_cat_item_List li {
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 20px;
}

.home-cat-list .theme_cat_img_List .theme_img_cat_item_List li a {
    min-height: 170px;
    padding: 19px;
}

.home-cat-list .theme_cat_img_List .theme_img_cat_item_List li:last-child {
    margin-right: 0px;
}

.theme_cat_img_List .theme_img_cat_item_List li a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    will-change: transform;
    transition: all ease 500ms;
    color: #fff;
}


/*** Video Section ***/

.video-tab-list {
    padding: 50px 40px;
    background: #182B49;
    border-radius: 0px 5px 5px 0px;
    position: relative;
    z-index: 1;
    min-height: 510px;
}

.video-item.news-block-design::after {
    border-radius: 5px 0px 0px 5px;
}

.video-tab-item .post-thumb {
    position: relative;
    border-radius: 14px;
    background: transparent;
    box-shadow: 0px 6px 19px rgba(0, 0, 0, 0.11);
    border: 4px solid #8392A5;
    width: 96px;
    height: 96px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.video-tab-item .post-thumb img {
    border-radius: 10px;
}

.video-tab-item .post-thumb i {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #FFBE0C;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    margin-left: -17.5px;
    margin-top: -17.5px;
}

.video-tab-item .post-content .media-body {
    padding-left: 15px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.video-tab-item li {
    border-bottom: 1px solid #001737;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.video-tab-item li:last-child {
    border-bottom: 0px solid;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.video-tab-item .post-content .media-body h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #FFF;
}

.video-tab-item .post-content .media-body h4 a {
    color: #FFF;
    padding-bottom: 6px;
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
}

.video-tab-item .post-content .media-body h4 a:hover {
    color: #FFF;
    background-size: 100% 3px;
}




.ennlil-play-btn:hover {
    color: #fff;
}

.social-widget-page .elementor-widget-container h5 {
    font-size: 20px;
    line-height: 24px;
    color: #001737;
    margin-bottom: 20px;
}


/*** News Slide grid ***/


/** Hover news grid **/

.news-block-style {
    overflow: hidden;
    display: block;
    transition: all 0.25s ease;
    position: relative;
}

.news-block-style:hover .news-thumb img {
    transform: scale(1.1);
}

.news-block-style .news-content h4 a {
    padding-bottom: 6px;
    background: linear-gradient(to right, #C6005F 0%, #4D0270 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
	display: inline;
}

.news-block-style:hover .news-content h4 a {
    color: #001737;
    background-size: 100% 3px;
	display: inline;
}

.news-block-style .grid-cat a {
    position: relative;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.05em;
    display: inline-block;
    height: 26px;
    padding: 0 12px;
    line-height: 26px;
}

.news-block-style .news-content {
    background: #FFF;
    padding: 25px 28px 20px 25px;
}

.news-block-style .news-content h4 {
    font-size: 16px;
    color: #001737;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.news-block-style .news-content h4 a {
    color: #001737;
}

.news-block-style .news-content p {
    font-size: 14px;
    line-height: 22px;
    color: #182B49;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.news-block-style .news-content .blog_meta_content_Box {
    font-weight: normal;
    font-size: 13px;
    color: #182B49;
}

.news-block-style .news-content .entry-author-name a {
    font-size: 13px;
    color: #182B49;
    font-weight: 400;
}

.news-block-style .news-content .blog_meta_content_Box>div {
    margin-left: 10px;
    border-left: 0px solid;
    padding-left: 0px;
}

.news-block-style .news-content .blog_meta_content_Box>div:first-child {
    margin-left: 0;
    border-left: 0px solid;
    padding-left: 0;
}

.news-block-style .entry-author-thumb img {
    margin-right: 10px;
}

.news-block-style .news-content .entry-date {
    position: relative;
    top: -2px;
}

.news-block-style .news-content .blog_meta_content_Box a {
	display: inline-block;
}

/*** Slider CSS ***/

.main-slider .news_blog_grid__Design .news-cat-box-wrap i,
.theme-slider-two .news_blog_grid__Design .news-cat-box-wrap i {
    background: #333333;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 26px;
    margin-right: 10px;
    padding: 0;
    width: 26px;
    text-align: center;
    line-height: 26px;
}

.main-slider .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.post-author a,
.news_block_Gridbox .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.post-author a {
    font-size: 15px;
    font-weight: 600;
	display: inline-block;
}

.main-slider .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li,
.news_block_Gridbox .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li,
.theme-slider-two .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li {
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
    margin-top: -3px;
}

.main-slider .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li:before,
.news_block_Gridbox .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li:before,
.theme-slider-two .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li:before {
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 12px;
    content: "";
    background: #fff;
    opacity: 0.2;
}

.main-slider .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li:last-child:before,
.news_block_Gridbox .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li:last-child:before,
.theme-slider-two .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li:last-child:before {
    display: none;
}

.main-slider .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.active i {
    color: #C20160;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.news_block_Gridbox .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.active i {
    color: #C20160;
    font-size: 20px;
}

.main-slider .news_blog_grid__Design .news-block-design .item .post-content .post-title,
.news_block_Gridbox .news_blog_grid__Design .news-block-design .item .post-content .post-title {
    margin-bottom: 20px;
}

.news_block_Gridbox .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li:before {
    top: 0px;
}

.news_block_Gridbox .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.post-author:before {
    top: 3px;
}

.news_block_Gridbox .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.active {
    position: relative;
    top: -2px;
}

.news_block_Gridbox .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.active i {
    color: #C20160;
    font-size: 20px;
    position: relative;
    top: 1px;
}

.news_tab__Wrapper .theme_post_tab_list__Item .theme_news_grid__Design .post-title.tab_list_title_Small {
    margin-top: 10px;
    margin-bottom: 10px;
}

.news_tab__Wrapper .theme_post_tab_list__Item .theme_news_grid__Design .post-title>a {
    color: #001737;
    padding-bottom: 6px;
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
	display: inline;
}

.news_tab__Wrapper .theme_post_tab_list__Item .theme_news_grid__Design:hover .post-title>a {
    color: #001737;
    background-size: 100% 3px;
	display: inline;
}

.news_tab__Wrapper .theme_post_tab_list__Item .theme_news_grid__Design .post-meta {
    font-size: 13px;
    color: #182B49;
    font-weight: bold;
    line-height: 16px;
}

.theme-slider-two .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.post-author:before {
    top: 8px;
}

.theme-slider-two .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.active {}

.theme-slider-two .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.article-post-time:before {
    top: 3px;
}

.theme-slider-two .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.comment-number:before {
    top: 3px;
}

.theme-slider-two .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.comment-number i {
    position: relative;
    margin-right: 5px;
    top: 1px;
}

.theme-slider-two .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.active {
    position: relative;
    top: -2px;
    background: url(../images/post-fire.png) no-repeat scroll 0 0;
    width: 16px;
    height: 22px;
    padding-left: 25px;
    line-height: 28px;
}

.theme-slider-two .news_blog_grid__Design .news-block-design .item,
.theme-slider-two .news_blog_grid__Design .blog-post-wrapper {
    margin-bottom: 0px;
}


/*** Social Share Widget ***/

.home-sidebar .elementor-widget-container h5 {
    font-size: 20px;
    line-height: 24px;
    color: #001737;
    margin-bottom: 20px;
}

.apsc-theme-4 .apsc-each-profile {
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.apsc-theme-4 .apsc-each-profile a {
	
	width: 131px;
    padding: 12px 9px;
    display: block;
    color: #fff;
    position: relative;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 800;
    margin-right: 10px;
    margin-bottom: 10px;

}

.apsc-theme-4 .media-name {
    font-size: 12px;
    padding: 0 5px 0 5px;
}

.apsc-theme-4 .apsc-count {
    font-size: 13px;
}

body.page-template .apsc-theme-4 .apsc-each-profile a {
	width: 150px;
    padding: 12px 13px;
}

body.page-template .apsc-theme-4 .media-name {
	font-size: 14px;
    padding: 0 6px 0 5px;
}

body.page-template .apsc-theme-4 .apsc-count  {
	font-size: 14px;
}



.apsc-theme-4 .apsc-each-profile a.apsc-twitter-icon,
.apsc-theme-4 .apsc-each-profile a.apsc-youtube-icon {
    margin-right: 0px;
}


/*** Newsletter Widget ***/

.subscribe-box {
    border: 6px solid transparent;
    padding: 36px 36px 40px 36px;
    border-image: url(../images/subscribe-bg.png) 8 stretch;
    border-radius: 3px;
    background: #fff;
    text-align: center;
}

.subscribe-box .icon {
    background: url(../images/mail.png) no-repeat scroll center center;
    width: 51px;
    height: 38px;
    display: inline-block;
    margin: auto;
}

.subscribe-text h3 {
	font-size: 19px!important;
    font-weight: 400;
    line-height: 29px!important;
    color: #182B49;
    font-family: Muli;
    margin-top: 11px;
    margin-bottom: 10px!important;
}

.subscribe-text h3>span {
    font-weight: 800;
}

.subscribe-text p {
    font-size: 15px;
    line-height: 20px;
    color: #8392A5;
    margin-bottom: 15px;
}

.subscribe-form .email-form-group {
    position: relative;
}

.subscribe-form input[type="email"] {
    background: #FFF;
    height: 46px;
    color: #8392A5;
    width: 100%;
    padding: 0 16px;
    border-radius: 5px;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.06);
}

.subscribe-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 0px;
    border-radius: 5px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #002584;
    border: none;
    color: #fff;
    cursor: pointer;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.subscribe-form input[type="submit"]:hover {
    background: #002584;
	opacity: .80;
}

.subscribe-form .email-form-group .submit-icon {
    position: absolute;
    right: 15px;
    top: 14px;
    color: #fff;
    font-size: 15px;
	cursor: pointer;
}

.video-top-title h2 {
    color: #FFF;
    letter-spacing: -0.02em;
}

.video-all-btn {
    color: #fff;
	position: relative;
    top: -3px;
	border-bottom: 2px solid;
    padding-bottom: 0px;
    display: inline-block;
}

.video-all-btn:hover {
    color: #FFBE0C;
}

.editor-choice-top h2 {
    letter-spacing: -0.02em;
    margin-bottom: 35px;
}

.btn-all-news {
    display: inline-block;
    position: relative;
    right: 0;
    top: 0;
}


/*** Recent Post Slider widget ***/

.ennlil_latest_news_widget,
.elementor-widget-wp-widget-ennlil_latest_news_widget {
    background: #fff;
    margin-bottom: 30px;
    padding: 28px 30px 20px;
}

.widget-post-item.news-block-hover_Effect {
    background-position: center center;
    position: relative;
    overflow: hidden;
    height: 138px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3px;
    cursor: pointer;
}

.widget-post-wrap h4.post-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-top: 15px;
    color: #001737;
    margin-bottom: 10px;
}

.widget-post-wrap h4.post-title a {
    padding-bottom: 6px;
    background: linear-gradient(to right, #C6005F 0%, #4D0270 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
	display: inline;
}

.widget-post-wrap:hover h4.post-title a {
    color: #001737;
    background-size: 100% 3px;
	display: inline;
}

.ennlil_latest_news_widget .widget-post-item.news-block-hover_Effect::after {
    border-radius: 0;
}

.ennlil_latest_news_widget .widget-post-item.news-block-hover_Effect:hover::after {}

.ennlil_latest_news_widget .owl-carousel .owl-nav.disabled+.owl-dots span,
.widget-news-list-wrap .owl-carousel .owl-nav.disabled+.owl-dots span {
    width: 8px;
    height: 8px;
    margin: 4px 2px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.ennlil_latest_news_widget .owl-carousel .owl-dots .owl-dot.active span,
.widget-news-list-wrap .owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    border-color: #fff;
    width: 8px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 10px;
    height: 8px;
    opacity: 1;
}

.ennlil_latest_news_widget .owl-dots,
.widget-news-list-wrap .owl-dots {
    position: absolute;
    width: 100%;
    padding: 0;
    text-align: center;
    left: 0;
    bottom: 75px;
}

.ennlil_latest_news_widget .owl-dot,
.widget-news-list-wrap .owl-dot {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ennlil_latest_news_widget .owl-dot span,
.widget-news-list-wrap .owl-dot span {
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    text-align: center;
    opacity: .5;
}

.ennlil_latest_news_widget .owl-dot:first-child,
.widget-news-list-wrap .owl-dot:first-child {
    padding-left: 15px;
}

.ennlil_latest_news_widget .owl-dot:last-child,
.widget-news-list-wrap .owl-dot:last-child {
    padding-right: 15px;
}

.widget-latest-post-list .post-thumb {
    position: relative;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 6px 19px rgba(0, 0, 0, 0.11);
    border: 4px solid #fff;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.elementor-element.m-bottom-zero.elementor-widget {
    margin-bottom: 0;
}

.hide-comment-box .vertical-post-grid li {
    font-size: 12px!important;
}

.hide-comment-box .vertical-post-grid li.comment-number {
    display: none!important;
}

/*===============================
 	  Preloader
================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000E22;
    z-index: 9999999;
}

.spinner {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	background-color: #FFFFFF;
	border-radius: 100%;  
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
	0% { -webkit-transform: scale(0) }
	100% {
	-webkit-transform: scale(1.0);
	opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% { 
	-webkit-transform: scale(0);
	transform: scale(0);
	} 100% {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	opacity: 0;
	}
}


/*** Unit Blog main ***/

.main-blog-layout .theme_news_grid__Design {
    margin-bottom: 0;
}

.main-blog-layout .theme_news_grid__Design .post-media {
    width: calc(100% - 0px);
    position: relative;
    overflow: hidden;
    height: auto;
}

.main-blog-layout .theme_news_grid__Design .post-media img {
    width: 100%;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.main-blog-layout .blog-post-wrapper .post-content,
.cat-layout-alt .blog-post-wrapper .post-content {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    background: transparent;
    padding-left: 0px;
    height: auto!important;
    position: relative;
    border-radius: 0px 3px 3px 0px;
}

.main-blog-layout .blog-post-wrapper .post-content .blog_excerpt_Box p {
    font-size: 15px;
    color: #182B49;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.single-blog-content .single-blog-inner .entry-content p {
    font-size: 17px;
    line-height: 29px;
    color: #182B49;
    margin-bottom: 12px;
    margin-top: 10px;
}

.main-blog-layout .post-meta span.post-author i,
.main-blog-layout .post-meta span.post-meta-date i {
    margin-right: 3px;
}

.post.sticky .theme_news_grid__Design {
    overflow: hidden;
    position: relative;
    background: #FFF;
    padding: 30px;
}

.comment-content ul,
.comment-content ol {
    margin-left: 30px;
}

.comment-content ul li,
.comment-content ol li {
    line-height: 29px;
}

.comments-list ul.children {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body.search .main-container {
    padding-top: 60px;
}

body.error404 .main-container {
	padding-top: 34px;
    margin-top: 0;
}

body.page .main-container {
    padding-top: 55px;
    margin-top: 0;
    padding-bottom: 60px;
}

body.error404 .main-container {
    padding-bottom: 60px;
}

body.tag .main-container .category-main-title {
    margin-top: 0;
}

.page-links {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

.page-links .page-link {
    display: inline-block;
    background-color: #C20160;
	color:#fff;
    margin-right: 0px;
}

.page-links .current {
	background-color: #ff4800;
	color: #ffffff;
}

.page-links span.page-links-title {
  font-weight: 500;
  font-size: 20px;
  padding-right: 10px;
}

.page-links .post-page-numbers {
  width: 35px;
  height: 35px;
  border-radius: 25px;
  background-color: #ffffff;
  border: 1px solid #eee;
  font-size: 15px;
  line-height: 35px;
  color: #0a0c19;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  text-decoration: none !important;
}

.page-links .post-page-numbers:hover {
  color: #ffffff;
}

.page-links .current {
  color: #ffffff;
}



/*==================================================
      404
 ================================================== */

.error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 1;
    color: #001737;
    margin-bottom: 25px;
}

.error-page .error-body .btn {
    margin-top: 30px;
    display: inline-block;
    background: linear-gradient(90deg, #C6005F 0%, #4D0270 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
    padding: 16px 30px;
    border-radius: 4px;
    width: auto;
    border: 0px solid;
}

body.archive .breadcrumb {
    display: none;
}

body.category .breadcrumb-wrapper .breadcrumb {
    display: block;
}

body.category .breadcrumb-wrapper .breadcrumb li {
    display: inline-block;
}

.post-layout-style2 .entry-header h1.post-title {
    max-width: 100%;
}

.post-layout-style2 .single-blog-header ul.post-meta {
    margin-bottom: 60px;
}

.post-layout-style2 .single-blog-header h1.post-title {
    margin-bottom: 12px;
}

.news_block_Gridbox .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li:last-child {
    margin-right: 0;
}


.ts-related-post .owl-nav i {
    font-size: 20px;
    color: #ffffff;
}

.ts-related-post .owl-prev,
.owl-next {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    padding: 5px;
    background: #C20160;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-32%);
    -ms-transform: translateY(-32%);
    transform: translateY(-32%);
    top: 32%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
}

.ts-related-post .owl-prev {
    background: #C20160;
    left: 0;
    right: auto;
}

.main-slider.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

.main-slider.owl-carousel .owl-nav.disabled+.owl-dots span {
    width: 7px;
    height: 7px;
    margin: 5px 5px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.main-slider.owl-carousel .owl-dots .owl-dot.active span {
    background: #C20160;
    border-color: #C20160;
    width: 8px;
    height: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
}

.main-slider .owl-dots {
    position: absolute;
    left: 40px;
    top: 51%;
    padding: 0;
    text-align: left;
    width: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-slider .owl-dot {
    display: block;
    position: relative;
    vertical-align: middle;
}

.main-slider .owl-dot span {
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    text-align: center;
}

@media (min-width: 1025px) {
    .navbar-sticky {
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
    }
    .navbar-sticky.sticky {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 22;
    }
    .navbar-sticky.sticky.fade_down_effect {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-delay: .1s;
        animation-delay: .1s;
    }
    .navbar-sticky.sticky {
        background-image: linear-gradient(90deg, #C6005F 0%, #4D0270 100%);
    }
    .navbar-sticky.sticky .navbar-light {
        background-image: none;
        border-radius: 0px;
    }
}


/*** New CSS For Theme Unit test ***/

.blog.blog-spacing {
    padding-top: 0px; 
    margin-top: 0px;
}

.blog.main-container {
    padding-top: 60px;
	padding-bottom: 60px;
    background: transparent;
}

.main-container .pagination {
    margin-bottom: 0px;
    margin-top: 30px;
}


.theme-single-blog-wrapper {
    margin-bottom: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    background-color: #F3F8FB;
}


.theme-single-blog-wrapper .theme-post-contentt {
    padding: 40px 45px 45px 45px;
    position: relative;
}

.theme-single-blog-wrapper .theme-post-contentt .blog_meta_content_Box {
	margin-bottom: 10px;
}

.theme-single-blog-wrapper .theme-post-contentt span.post-author {
    margin-right: 10px;
	text-transform: capitalize;
}

.theme-single-blog-wrapper .theme-post-contentt span.post-author i {
	color: #001737;
}

.theme-single-blog-wrapper .theme-post-contentt span.post-meta-date {
    color: #001737;
    font-size: 13px;
    margin-right: 12px;
	text-transform: capitalize;
}

.theme-single-blog-wrapper .theme-post-contentt a.ennlil-comment i {
	margin-right: 3px;
    position: relative;
    top: 1px;
}

.theme-single-blog-wrapper .theme-post-contentt h2.post-title {
	font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
    color: #001737;
    font-weight: 700;
	position: relative;
}

.theme-single-blog-wrapper .theme-post-contentt h2.post-title a:hover {
	color: #C20160;
}

.theme-single-blog-wrapper .theme-post-contentt .entry-details p {
    color: #182B49;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
}

.theme-single-blog-wrapper .theme-post-contentt .entry-details .read_more_Btutton {
	display: block;
    background: linear-gradient(90deg, #C6005F 0%, #4D0270 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
    font-family: Montserrat;
    padding: 8px 20px;
    border-radius: 4px;
    width: 119px;
    margin-top: 22px;
}

.theme-single-blog-wrapper .theme-post-contentt .entry-details .read_more_Btutton:hover {
	background: linear-gradient(90deg, #4D0270 0%, #C6005F 100%);
}

.blog-sidebar {
    padding-left: 15px;
}

.blog-sidebar .widget:first-child {
    margin-top: 0;
}

.blog-sidebar .widget {
    border: 1px solid #F3F8FB;
    padding: 30px;
    background-color: #F3F8FB;
}

.site-navigation.theme_header_design__One .navbar-light {
    padding: 0;
    background:none;
    border-radius: 0px;
}

.blog-sidebar .widget {
    margin-top: 30px;
	
}

.blog-sidebar .widget .widget-title {
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #001737;
    padding-left: 35px;
    letter-spacing: 0;
    /* font-family: 'Muli', sans-serif; */
}

.blog-sidebar .widget .widget-title::before {
	content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0;
    display: block;
    width: 17px;
    height: 4px;
	background-color: #C20160;
	border-radius: 10px;
}

.blog-sidebar .widget .widget-title::after {
	content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 21px;
    display: block;
    width: 4px;
    height: 4px;
	background-color: #C20160;
	border-radius: 10px;
}


.blog-sidebar .widget ul {
	    line-height: 1.5;
		margin-bottom: 0;
}

.blog-sidebar .widget ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 14px;
    font-size: 14.5px;
	color: #57647c;
    font-weight: 600;
}

.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget ul li::before {
	height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 7px;
    position: absolute;
	background-color: #C20160;
}

.blog-sidebar .widget ul li a {
	color: #57647c;
	display: inline-block;
}

.blog-sidebar .widget ul li a:hover {
	color: #C20160;
}

.blog-sidebar .widget ul li span {
    display: inline-block;
}

.blog-sidebar span.post-count {
    float: right;
    font-size: 15px;
}

.nice-select {
    height: 45px;
    border: 1px solid #eee;
    width: 100%;
    color: #555;
    font-size: 13.5px;
    float: none;
    white-space: normal;
}

.nice-select span.current {
  display: block;
  margin-top: 3px;
  font-size: 15px;
}

.nice-select ul.list {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
  border-radius: 0;
  width: 100%;
  overflow-y: auto;
}

.nice-select ul.list li {
  list-style-type: none !important;
  font-size: 14px;
  padding: 8px 15px !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: auto;
  text-transform: capitalize;
}

.nice-select ul.list li::before {
  display: none;
}

.blog-sidebar .calendar_wrap caption {
    padding-top: 0;
    caption-side: top;
    font-weight: 600;
	color: #57647c;
}

table {
    margin: 0 0 2rem;
    border-collapse: collapse;
    width: 100%;
    background: #ffffff;
}

table td, table th {
    padding: 10px 13px;
    border: 1px solid #d3dbe2;
}

.blog-sidebar .calendar_wrap table {
    text-align: center;
    margin-bottom: 0;
}

.blog-sidebar .calendar_wrap table #prev a, .blog-sidebar .calendar_wrap table #next a {
  text-decoration: underline;
}

.blog-sidebar .calendar_wrap table #prev a:hover, .blog-sidebar .calendar_wrap table #next a:hover {
  text-decoration: none;
}

.blog-sidebar .calendar_wrap table td, .blog-sidebar .calendar_wrap table th {
  padding: 8px 5px;
}

.blog-sidebar .widget_categories ul li .children {
    margin-top: 10px;
}

.blog-sidebar .widget_pages ul li.page_item_has_children > a {
    margin-bottom: 10px;
    display: inline-block;
}

.blog-sidebar .widget_recent_comments .recentcomments {
    color: #484848;
}

.blog-sidebar .widget_recent_comments .recentcomments .comment-author-link {
    font-weight: bold;
    font-size: 14px;
}

.blog-sidebar .widget_rss .widget-title .rsswidget {
    display: inline-block;
}

.blog-sidebar .widget_rss ul li {
    margin-bottom: 20px;
}

.blog-sidebar .widget_rss ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget_rss ul li .rsswidget {
    display: block;
    color: #222222;
    font-weight: bold;
    font-size: 15px;
}

.blog-sidebar .widget_rss ul li .rss-date {
    font-size: 13px;
    margin: 3px 0 10px;
    display: block;
}

.blog-sidebar .widget_rss ul li .rssSummary {
    color: #555;
    line-height: 25px;
    font-size: 14px;
}

.blog-sidebar .widget_rss ul li cite {
    font-weight: bold;
    display: block;
    margin-top: 10px;
    font-style: normal;
    color: #222;
    font-size: 13.5px;
}

.blog-sidebar .widget_search form {
    position: relative;
}

.blog-sidebar .widget_search form .form-control {
    background-color: #ffffff;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
	font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 0;
}

.blog-sidebar .widget_search form .form-control:focus {
	border-color: #C20160;
	box-shadow: none;
	z-index: 1;
}

.blog-sidebar .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
	background-color: #C20160;
	text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
	padding: 0 20px;
	top: 0;
	cursor: pointer;
	
}

.blog-sidebar .widget_search form button:hover {
    background: #001737;
}

.blog-sidebar .widget_search form button:before {
    position: absolute;
    right: 50%;
    top: 50%;
    font-family: fontAwesome;
    color: #fff;
    content: "\f002 ";
    margin-top: -12px;
    margin-right: -6.5px;
}

.blog-sidebar p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #57647c;
    line-height: 1.8;
}

.blog-sidebar .widget_text p img {
    margin: 10px 0;
}

.blog-sidebar .widget_text .wp-caption-text {
    border: none;
    text-align: center;
    font-size: 14px;
}

 .post-meta.blog_meta_content_Box a {
    display: inline-block;
}

.blog-sidebar .widget.widget_tag_cloud .widget-title {
    margin-bottom: 12px;
}

.blog-sidebar .tagcloud a {
    border-color: #8392A5;
    color: #8392A5;
    border: 1px solid;
    display: inline-block;
    font-size: 13px !important;
    padding: 6px 13px!important;
    margin-top: 8px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 36px;
    transition: all ease 500ms;
    line-height: inherit;
    margin-right: 4px;
    font-weight: 600;
	margin-bottom: 0
}

.blog-sidebar .tagcloud a:hover {
	background-color: #C20160;
    border-color: #C20160;
    color: #fff;
}

.blog-sidebar .widget_nav_menu .sub-menu {
    margin-top: 8px;
}


.breadcrumb-wrapper.blog-breadcrumb-wrapper {
    margin: 0;
    border: 0;
    position: relative;
    z-index: 1;
    padding-top: 87px;
    padding-bottom: 92px;
    background-color: #000e22;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.breadcrumb-wrapper.blog-breadcrumb-wrapper h1 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    word-wrap: break-word;
}

.breadcrumb-wrapper.blog-breadcrumb-wrapper .breadcrumb {
    padding-bottom: 0;
    color: #fff;
    margin-top: 5px;
}

.breadcrumb-wrapper.blog-breadcrumb-wrapper .breadcrumb i.fa.fa-home {
    margin-right: 5px;
    color: #fff;
}

.breadcrumb-wrapper.blog-breadcrumb-wrapper ol.breadcrumb a {
    display: inline-block;
    color: #fff;
}

.breadcrumb-wrapper.blog-breadcrumb-wrapper .breadcrumb li {
	color: #fff;
	padding-right: 0;
}

.breadcrumb-wrapper.blog-breadcrumb-wrapper .breadcrumb li i {
    margin-right: 7px;
    color: #fff;
}

.main-container.blog-single.post-layout-style2, .main-container.blog-single.post-layout-style1 {
    background: transparent;
    margin-top: 0;
    padding-top: 60px;
	padding-bottom: 60px;
}

.main-container.blog-single.post-layout-style2 .single-blog-content {
	margin-top: 0;
}

.blog-details-content {
	padding: 30px;
    background-color: #F3F8FB;
    border: 1px solid #F3F8FB;
    border-top: none;
    overflow: hidden;
}

.post-layout-style2 .single-blog-header ul.post-meta a {
    display: inline-block;
	text-decoration: none;
}

.post-layout-style2 .single-blog-content .entry-content ul.post-meta li {
	margin-bottom: 15px;
}

.post-layout-style2 .single-blog-content .entry-content ul li {
	list-style: disc;
    line-height: 1.8;
    margin-bottom: 10px;
	color: #182B49;
}

.post-layout-style2 .single-blog-content .entry-content ol li {
	line-height: 1.8;
    margin-bottom: 10px;
}

.post-layout-style2 .single-blog-content .entry-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #182B49;
    margin-bottom: 15px;
    margin-top: 0px;
}

.post-layout-style2 .single-blog-content .entry-content p:last-child {
    margin: 0;
}

.post-layout-style2 .single-blog-content .theme_blog__Nav {
    display: none;
}

.sticky .theme-post-contentt{
    background: #001737;
}

.sticky .theme-post-contentt h2.post-title::before {
  font-family: fontAwesome;
  content: "\f08d";
  position: absolute;
  right: -15px;
  top: -50px;
  color: #C20160;
  font-size: 25px;
  font-weight: 600;
}

.sticky .theme-post-contentt h2.post-title a {
  color: #ffffff;
}

.sticky .theme-post-contentt .entry-details p {
  color: #ffffff!important;
}

.sticky .theme-post-contentt .blog_meta_content_Box, .sticky .theme-post-contentt .blog_meta_content_Box a, .sticky .theme-post-contentt .blog_meta_content_Box i {
	color: #fff!important;
}

.sticky .theme-post-contentt span.post-meta-date {
    color: #fff
}


.post-layout-style2 .single-blog-content .entry-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}

.post-layout-style2 .single-blog-content .entry-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}



.post-layout-style2 .single-blog-content .entry-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul li {
	list-style-type: circle;
}


.post-layout-style2 .single-blog-content .entry-content ol li ol {
	margin: 10px 0 0;
}

.post-layout-style2 .single-blog-content .entry-content ul.post-meta  {
    padding-left: 0;
	margin: 0 0 20px;
    padding: 0;
    border-bottom: 1px solid #eeeeee;
}

.post-layout-style2 .single-blog-content .entry-content h1 {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 30px;
}

.post-layout-style2 .single-blog-content .entry-content h2 {
        font-size: 25px;
        margin-bottom: 15px;
        line-height:1.2;
}

.post-layout-style2 .single-blog-content .entry-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
	color: #001737;
}

.post-layout-style2 .single-blog-content .entry-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
	color: #001737;
}

.post-layout-style2 .single-blog-content .entry-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.post-layout-style2 .single-blog-content .entry-content h6 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
}

blockquote, .blockquote {
    overflow: hidden;
    background-color: #ffffff;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
	margin-bottom: 20px!important;
    margin-top: 20px!important;
    border-left: 0px!important;
	border-right: 0px!important;
}

blockquote::before, .blockquote::before {
    color: #efefef;
    content: "\f10d";
    position: absolute;
    left: 50px;
    top: 36px;
    z-index: -1;
    font-family: fontAwesome;
    font-size: 140px;
    font-weight: 900;
}

blockquote p, .single-blog-content .single-blog-inner .entry-content blockquote p, .blockquote p {
    color: #333333;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
}

.single-blog-content .single-blog-inner .entry-content p a {
    text-decoration: underline;
    display: inline-block;
	color: #C20160;
}

.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a {
    text-decoration: none;
    display: inline-block;
	color: #fff;
	background: #C20160;
}



table th a {
    text-decoration: underline!important;
}
table th a:hover {
    text-decoration: none!important;
}

.post-layout-style2 .single-blog-content .entry-content dl {
	margin-top: 20px;
    margin-bottom: 20px;
}

.post-layout-style2 .single-blog-content .entry-content dt {
    margin-bottom: 5px;
    color: #333333;
}

.post-layout-style2 .single-blog-content .entry-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}

.post-layout-style2 .single-blog-content .entry-content dd a {
    text-decoration: underline;
    display: inline-block;
}

.post-layout-style2 .single-blog-content .entry-content b, .post-layout-style2 .single-blog-content .entry-content strong {
    font-weight: 600;
    color: #212529;
}

address {
    margin: 20px 0;
    font-style: italic;
    line-height: 30px;
}

.post-layout-style2 .single-blog-content .entry-content dfn, .post-layout-style2 .single-blog-content .entry-content cite, .post-layout-style2 .single-blog-content .entry-content em, .post-layout-style2 .single-blog-content .entry-content i {
    font-style: italic;
}

.post-layout-style2 .single-blog-content .entry-content code, .post-layout-style2 .single-blog-content .entry-content kbd, .post-layout-style2 .single-blog-content .entry-content tt, .post-layout-style2 .single-blog-content .entry-content var {
    font-size: .88889em;
    font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
}

.post-layout-style2 .single-blog-content .entry-content code {
	color: #C20160;
	border: 0px solid;
    background-color: transparent;
	padding: 0;
}

.post-layout-style2 .single-blog-content .entry-content mark, .post-layout-style2 .single-blog-content .entry-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 5px;
}

.post-layout-style2 .single-blog-content .entry-content kbd {
    background-color: #eee;
	color: #C20160;
} 

.post-layout-style2 .single-blog-content .entry-content .post-footer {
    margin-top: 20px;
    clear: both;
    border-top: 1px solid #eee;
    list-style: none;
    padding-top: 30px;
}

.wp-block-columns {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wp-block-image {
	margin-bottom: 20px;
}

.wp-block-image figcaption {
    font-size: 14px;
    margin-top: 12px;
}

.wp-block-image figcaption a {
    text-decoration: underline;
    display: inline-block;
	color: #C20160;
}

.wp-block-image figcaption {
    text-align: left;
}

.wp-block-button .wp-block-button__link {
	background-color: #C20160;
	font-size: 16px;
    border-radius: 5px;
}

.wp-block-button {
    margin-bottom: 1.5em;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: #001737;
  color: #fff;
}

.wp-block-cover .wp-block-cover-text {
  color: #fff !important;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  font-size: 16px;
  border-radius: 5px;
}

.is-style-outline .wp-block-button__link:hover {
  background-color: transparent;
  color: #001737 !important;
  border-color: #001737;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0 !important;
}

.wp-block-cover {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-cover p.wp-block-cover-text {
  font-weight: bold;
  margin-bottom: 20px !important;
  font-size: 31px !important;
  line-height: 1.5 !important;
}

.wp-block-cover p.wp-block-cover-text strong {
  color: #fff;
}

.wp-block-cover.has-background-dim.alignleft {
  margin-top: 0;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a {
  color: #fff;
}

.wp-block-file a {
  text-decoration: underline;
  font-size: 15px;
  color: #C20160;
}

.wp-block-file a:hover {
  text-decoration: none;
}

.wp-block-file .wp-block-file__button {
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 500;
  display: table;
  margin: 10px 0 0;
  background-color: #C20160 !important;
}

.wp-block-file .wp-block-file__button:hover {
  background-color: #001737 !important;
  color: #fff;
}

blockquote cite, .blockquote cite {
    display: none;
}

.wp-block-media-text {
  margin-top: 30px!important;
  margin-bottom: 30px!important;
}

.wp-block-media-text .has-large-font-size {
  font-size: 25px!important;
  margin-top: 0 !important;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
  border-color: transparent;
  border-width: 2px;
  padding: 0;
  margin: 0 0 1rem;
}

.wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-right: 0;
  padding-left: 0;
}

.wp-block-pullquote blockquote p {
    font-size: 2.25em!important;
    font-style: italic!important;
}

.wp-block-pullquote blockquote cite {
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    line-height: 1.6;
    text-transform: none;
    color: #767676;
    font-size: 15px;
    font-style: normal;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
	background-color: #C20160;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
  color: #000000;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color cite {
  display: none;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
  max-width: 80%;
  background: transparent;
}

.has-medium-font-size {
    font-size: 20px!important;
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #fff!important;
}

.post-layout-style2 .single-blog-content .entry-content dl a, .post-layout-style2 .single-blog-content .entry-content ol a, .post-layout-style2 .single-blog-content .entry-content ul a {
    text-decoration: underline;
    display: inline-block;
}

.post-layout-style2 .single-blog-content .entry-content ul.post-meta a  {
	text-decoration: none;
	color: inherit;
}
.post-layout-style2 .single-blog-content .entry-content ol a, .post-layout-style2 .single-blog-content .entry-content ul a {
	color: #C20160;
}

.post-layout-style2 .single-blog-content .entry-content ul a
.wp-block-cover__inner-container .has-large-font-size {
	color: #f8f9f9!important;
	font-size: 36px!important;
}

.wp-block-video figcaption, .blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
	font-size: 14px;
    text-align: left;
}

table td a, table td a:hover {
	color: #C20160;
}

.wp-block-table.is-style-stripes td {
  border-color: #767676;
}

.wp-block-verse {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
}

.post-layout-style2 .single-blog-content .entry-content em {
    font-weight: 700;
}

.not-found h1 {
    font-size: 24px;
    color: #001737;
    font-weight: 600;
	margin-bottom: .5rem;
	line-height: 1.2;
}

.not-found p {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 1.8;
	color: #57647c
}

.not-found form {
    position: relative;
}

.not-found form .form-control {
    background-color: #ffffff;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
	font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 0;
}

.not-found form .form-control:focus {
	border-color: #C20160;
	box-shadow: none;
	z-index: 1;
}

.not-found form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
	background-color: #C20160;
	text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
	padding: 0 20px;
	top: 0;
	cursor: pointer;
	
}

.not-found form button:hover {
    background: #001737;
}

.not-found form button:before {
    position: absolute;
    right: 50%;
    top: 50%;
    font-family: fontAwesome;
    color: #fff;
    content: "\f002 ";
    margin-top: -12px;
    margin-right: -6.5px;
}

.mb-last .news_blog_grid__Design .blog-post-wrapper {
	margin-bottom: 20px;
}

.apsc-theme-1 .apsc-each-profile {
    min-height: 60px;
    width: 60px;
    margin: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-right: 0;
}

body.elementor-page .apsc-theme-1 .apsc-each-profile {
    width: 74px;
}

.apsc-theme-1 .apsc-each-profile:first-child {
    margin-left: 0;
}

.apsc-theme-1 .apsc-each-profile:nth-child(5) {
    margin-left: 0;
}
.apsc-theme-1 .apsc-each-profile a {
	box-shadow: none;
	border-radius: 0;
}

.apsc-theme-1 .apsc-inner-block {
	box-shadow: none;
}

.apsc-theme-1 .social-icon .fab, .apsc-theme-1 .social-icon .fas {
    font-size: 23px;
}

.apsc-theme-1 .apsc-count {
    font-size: 13px;
    display: block;
    line-height: 11px;
    padding: 2px 0 0;
}

.widget-post-wrap .post-meta {
    display: none;
}

.widget .theme_cat_img_List ul {
	line-height: 24px;	
}

.widget .theme_cat_img_List ul li {
	list-style-type: none;
    margin-bottom: 10px;
    position: relative;
	padding-left: 0;
}

.widget .theme_cat_img_List ul li:before {
	display: none;
}

.widget .theme_cat_img_List ul li a {
	color: #fff;
	display: flex;
}

.widget .theme_cat_img_List ul li a:hover {
	color: #fff;
}

.post-layout-style2 .single-blog-content .entry-content figure.wp-block-image.mbottom-zero {
    margin-bottom: 0px;
}

.post-layout-style2 .single-blog-content .entry-content blockquote.wp-block-quote h4 {
    color: #001737;
	line-height: 28px;
}

.comment-respond p {
    margin-bottom: 0;
}

.ts-related-post h3, .blog-post-comment .comment-respond .comment-reply-title {
	color: #182B49;
}

.blog-post-comment .comment-respond p.logged-in-as {
    line-height: 26px;
    font-size: 15px;
    margin-top: 5px;
}

.loginformuser {
    margin-top: 20px;
}

body.search-results .main-container .pagination {
    margin-top: 60px;
}

.serach-results-title h2 {
    font-size: 24px;
    color: #001737;
    margin-bottom: 25px;
}

.news_block_Gridbox .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.post-author a {
    position: relative;
    top: 2px;
}

.logo {
    position: relative;
}

.parent .comment-respond p.form-submit, .depth-1 .comment-respond p.form-submit {
    margin-bottom: 30px;
}

.ts-related-post {
    margin-bottom: 60px;
}


.category-layout-three .news-block-design .item .post-content .post-title {
    font-size: 20px;
    line-height: 28px;
}

.category-layout-three .news-block-design .item .post-content .news-cat-box-wrap a.news-cat_Name {
	font-size: 11px;
    height: 24px;
    line-height: 24px;
}

.category-layout-two .blog-post-wrapper .post-content {
	background: #F3F8FB;
}

.category-layout-two .blog-post-wrapper .post-title {
	font-size: 21px;
    line-height: 28px;
    margin-bottom: 15px;
}

.category-layout-two .blog-post-wrapper .post-content .view-comment-box {
	bottom: 48px;
}

.theme-blog-tab-widget {
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.theme-blog-tab-widget ul.recent-tab-menu {
    padding: 0 11px;
    margin-bottom: 25px;
    border: 0px solid;
}

.theme-blog-tab-widget ul.recent-tab-menu li:before {
    display: none;
}

.theme-blog-tab-widget ul.recent-tab-menu li {
    margin-bottom: 0;
    padding-left: 0;
    font-size: inherit;
}

.theme-blog-tab-widget ul.recent-tab-menu li a {
    color: #8B8B8B;
}

.trending-slider .owl-nav.disabled {
	display: block;
}

.weekend-top .owl-nav {
    padding: 0;
    position: absolute;
    right: 0;
    top: -59px;
    display: inline-block!important;
    text-align: right;
    z-index: 1;
    width: auto;
    margin-top: 0;
}

.weekend-top .owl-nav > div {
    display: inline-block!important;
    margin: 0 0px!important;
    border-radius: 50%!important;
    width: 35px;
    height: 35px;
    background: #C20160!important;
    line-height: 33px;
    color: #fff!important;
    text-align: center;
    font-size: 20px!important;
    transition: all 0.25s ease-in 0s;
    padding: 0!important;
}

.weekend-top .owl-nav .owl-prev {
    left: -42px;
    position: relative;
}

.weekend-top .owl-nav > div:hover {
	background: #001737!important;
}

.cat-layout-alt .blog-post-wrapper .post-content {
    background: transparent;
}

.cat-layout-alt .blog-post-wrapper .post-media {
    height: auto;
}

.widget .theme_cat_img_List ul li a:hover {
    color: #fff;
}

.footer-widget ul li a {
    display: inline-block;
}

.blog-post-comment .comment-respond .comment-reply-title {
	margin-bottom: 20px;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
	display: none;
}

body.page blockquote, body.page .blockquote {
    background: #F3F8FB;
}

@media (min-width: 1400px) and (max-width: 1750px) { 

	.elementor-widget-wp-widget-ennlil_latest_news_widget {
		margin-bottom: 30px;
		padding: 28px 30px 23px;
	}

}

/*** News CSS ***/

.post-layout-style2 .single-blog-content .entry-content p {
    font-size: 16px;
}

.post-layout-style2 .single-blog-content .entry-content ul.post-meta li.post-author a {
    position: relative;
    top: 1px;
}

.single-blog-header ul.post-meta li.post-author a {
    position: relative;
    top: 2px;
}

.post-layout-style2 .single-blog-content .entry-content p {
    font-size: 16px;
}

.wp-block-columns {
    margin-top: 23px;
    margin-bottom: 23px;
}

.post-layout-style2 .single-blog-content .entry-content figure.wp-block-image.mbottom-zero {
    margin-bottom: 0px;
    margin-top: 0;
}

.wp-block-columns .wp-block-column figure.wp-block-image {
	margin-bottom: 0px;
    margin-top: 0;
}

figure.wp-block-image.size-large {
    margin-top: 25px;
    margin-bottom: 23px;
}

blockquote, .blockquote {
    margin-bottom: 23px!important;
    margin-top: 23px!important;
}

figure.wp-block-image.size-full {
    margin-top: 25px;
    margin-bottom: 30px;
}

.ts-related-post .post-content {
    padding: 20px 20px 20px 25px;
	background: #FFFFFF;
}

.ts-related-post .post-content h4 {
    font-size: 20px;
    line-height: 26px;
}

.ts-related-post .post-content {
    padding: 25px 20px 24px 30px;
}

.ts-related-post .post-date-info {
    font-size: 14px;
}

.popular-grid-slider .owl-nav {
    padding: 0;
    position: absolute;
    right: 0;
    top: -39px;
    display: inline-block!important;
    text-align: right;
    z-index: 1;
    width: auto;
    margin-top: 0;
}

.popular-grid-slider .owl-nav > div {
    display: inline-block!important;
    margin: 0 0px!important;
    border-radius: 50%!important;
    width: 32px;
    height: 32px;
    background: #C20160!important;
    line-height: 32px;
    color: #fff!important;
    text-align: center;
    font-size: 16px!important;
    transition: all 0.25s ease-in 0s;
    padding: 0!important;
}

.popular-grid-slider .owl-nav .owl-next {
    top: 0;
    right: 0;
}

.popular-grid-slider .owl-nav .owl-prev {
    left: -39px;
    position: relative;
}

.popular-grid-slider .owl-nav > div:hover {
    background: #182B49!important;
}

.author-box {
    padding: 30px 30px 30px;
    border-top: 0px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
    background: #FFF;
}

.author-box .author-info {
    margin-left: 130px;
    padding-right: 0px;
}

.author-box .author-info p {
    font-size: 16px;
    line-height: 24px;
}

.theme-blog-tab-widget ul.recent-tab-menu li a.active {
    color: #001737;
    font-weight: bold;
}

.blog-sidebar .widget-latest-post-list .post-content.media {
    border-bottom: 1px solid #f4f4f4;
}

.blog-sidebar .widget-latest-post-list .post-content.media:last-child {
    border-bottom: 0px solid;
}

.blog-sidebar .widget-latest-post-list .post-content .media-body h4 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
	font-weight: 600;
}

.blog-sidebar .widget-latest-post-list .post-content:hover .media-body h4 a {
    background-size: 100% 2px;
}

.blog-sidebar .widget-latest-post-list .post-content .media-body h4 a {
    padding-bottom: 5px;
    background-size: 0px 2px;
}


.blog-sidebar .theme_cat_img_List .theme_img_cat_item_List li a {
    min-height: 80px;
}

.blog-sidebar .theme_cat_img_List .theme_img_cat_item_List li a span.cat-name {
    padding: 9px 41px;
    margin: auto;
    font-family: Montserrat;
}

.blog-sidebar .theme_cat_img_List .theme_img_cat_item_List li a:hover span.cat-name {
	color: #fff;
}

.blog-sidebar .theme_cat_img_List .theme_img_cat_item_List li a:hover {
	color: #fff!important;
}

.blog-sidebar .theme_cat_img_List .theme_img_cat_item_List li a span.category-count {
    right: 62px;
    top: 7%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
}

.blog-sidebar .theme_cat_img_List .theme_img_cat_item_List li a:hover span.category-count {
	color: #fff;
}

.blog-sidebar .widget {
    border-radius: 3px;
}

.blog-sidebar .widget .widget-title {
    font-weight: 600;
    font-size: 20px;
    padding-left: 0;
    letter-spacing: -0.02em;
}

.blog-sidebar .widget .widget-title::before, .blog-sidebar .widget .widget-title::after {
	display: none;
}

.blog-sidebar .tagcloud a {
    font-size: 16px !important;
    padding: 6px 15px!important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
	font-weight: 400;
}

.blog-sidebar .widget.widget_tag_cloud {
    padding-bottom: 35px;
}

.blog-sidebar .widget_media_image {
	background: #fff;
    border: 0;
    padding: 0;
}

.blog-sidebar .widget_apsc_widget {
	border: 0;
    padding: 0;
}


.blog-sidebar .subscribe-text h3 {
    font-size: 21px;
}

.blog-sidebar .subscribe-text p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 25px;
}

.blog-sidebar .widget_mc4wp_form_widget {
    background: #fff;
    border: 0;
    padding: 0;
} 

.blog-sidebar .apsc-theme-4 .apsc-each-profile a {
    width: 169px;
    padding: 12px 13px;
}

.blog-sidebar .apsc-theme-4 .media-name {
    font-size: 14px;
    padding: 0px 6px 0 5px;
}

.blog-sidebar .apsc-theme-4 .apsc-count {
    font-size: 14px;
}

.blog-sidebar .apsc-theme-4 .social-icon i {
    position: relative;
    top: -2px;
}

.apsc-instagram-icon {
    background-color: #C32AA3!important;
}

.blog-sidebar .apsc-theme-4 .apsc-each-profile a.apsc-instagram-icon, .blog-sidebar .apsc-theme-4 .apsc-each-profile a.apsc-youtube-icon {
	margin-bottom: 0;
}

.ts-related-post h3 {
    font-size: 28px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 34px;
}

.ts-related-post .post-content h4 {
    font-size: 18px;
    line-height: 24px;
}

/*** Color ***/

.blog.main-container {
    background: #F3F8FB;
}

.blog-sidebar .widget {
border: 0px solid #fff;
    background-color: #fff;
}

.theme-single-blog-wrapper .theme-post-contentt {
    background: #fff;
}

.sticky .theme-post-contentt {
    background: #001737!important;
}

.main-container.blog-single.post-layout-style2, .main-container.blog-single.post-layout-style1 {
    background: #F3F8FB;
}

.blog-details-content {
    background-color: #fff;
    border: 1px solid #fff;
}

.category-layout-one .blog-post-wrapper .post-content {
    background-color: #fff;
}

body.page .main-container {
    background: #F3F8FB;
}

#comments {
    background: #fff;
}

.blog-post-comment .comment-respond {
    background: #fff;
    border: 1px solid #fff;
}

body.page blockquote, body.page .blockquote {
    background: #fff;
}

.single-blog-content blockquote, .single-blog-content .blockquote {
	background: #F3F8FB;
    padding-bottom: 40px!important;
}

.post-layout-style2 .single-blog-content .entry-content p {
    font-size: 16px;
}

.post-layout-style2 .single-blog-content .entry-content ul li {
    font-size: 16px;
}

.category-layout-two .blog-post-wrapper .post-content {
    background: #fff;
}


.single-one-bwrap .single-blog-content .entry-content ul.post-meta {
    display: none;
}

.mainmenu-area {
    padding-left: 0;
}

.nav-wrapper .navbar-light .navbar-nav>li:first-child > a {
    padding-left: 0;
}
.nav-wrapper .navbar-light .navbar-nav>li:first-child >a {
    background-position: -7px 70%;
}
.nav-wrapper .navbar-light .navbar-nav>li:first-child > a:hover {
    background-size: 80% 2px;
}

.mainmenu-area ul li:first-child ul.dropdown-menu {
    left: -6px;
}

.post-layout-style2 .single-blog-content .theme_blog__Nav {
    display: block;
}

.theme_blog__Nav {
    margin-bottom: 50px;
    padding: 30px;
    background: #FFF;
    margin-top: 0px;
}

.theme_blog__Nav .post-previous a p, .theme_blog__Nav .post-next a p {
    font-size: 15px;
}

.theme_blog__Nav span {
    color: #182B49;
}

.author-box .author-info {
    margin-left: 150px;
    padding-right: 0px;
}

.author-top {
    color: #182B49;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2px;
}

.author-box .author-info>h3 {
    font-size: 22px;
}

.author-box .author-img img {
    width: 130px;
    height: 130px;
}

.blog-details-content {
    padding: 30px 30px 28px 35px;
    border: 0px solid #F3F8FB;
}

.blog-sidebar {
    padding-left: 0px;
}

.blog-sidebar .widget_apsc_widget {
    background: transparent!important;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
    margin-bottom: 10px;
}

.blog-sidebar .recent-tab-menu a {
	font-size: 14px;
    letter-spacing: 0px;
    padding: 13px 8px;
}

.single-blog-header h1.post-title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 25px;
}

.post-layout-style2 .single-blog-header h1.post-title {
    margin-bottom: 25px;
    margin-top: 8px;
}

.news-block-style .news-content p {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.theme-blog-tab-widget ul.recent-tab-menu li a:hover {
    color: #8B8B8B;
}

.blog-sidebar .widget.ennlil-category-list {
    padding-bottom: 35px;
}

.category-layout-three .news-block-design .item {
    min-height: 424px;
}

.news_block_Gridbox .news_blog_grid__Design .news-block-design .item .post-content ul {
    line-height: 12px;
}

.news_block_Gridbox .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li:last-child {
    margin-top: 0;
    position: relative;
    top: -1px;
}

.ts-related-post {
    margin-bottom: 60px;
    margin-top: 54px;
}

.author-box { 
	margin-bottom: 0;
}

.theme_blog__Nav {
    margin-bottom: 0;
    padding: 30px;
    background: #FFF;
    margin-top: 60px;
}

#comments {
	margin-top: 60px;
}

.theme_blog__Nav .post-previous {
    padding: 0 30px 0 0;
}

.theme_blog__Nav .post-next {
    padding: 0 0 0 30px;
}

.theme_blog__Nav span {
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.theme_blog__Nav .post-previous a p, .theme_blog__Nav .post-next a p {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.theme_blog__Nav .post-previous::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    background: #182B49;
    opacity: .15;
}

.theme_blog__Nav .post-previous a:hover p, .theme_blog__Nav .post-next a:hover p {
	color: #C6005F;
}

.theme_blog__Nav span:hover, .theme_blog__Nav h3:hover {
    color: #182B49;
}

.pingback p, .pingback .says {
    display: block;
}

.blog-sidebar select {
    height: 45px;
    font-size: 15px;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eee;
    color: #001737;
    font-weight: 600;
}

.blocks-gallery-grid {
	margin-top: 0px!important;
}

.wp-block-gallery .blocks-gallery-caption {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

/*** Slick ***/

.blog-slider-item.slick-slide .blog-slider-content {
	opacity: 0;
}

.blog-slider-item.slick-slide.slick-active.slick-center .blog-slider-content {
	opacity: 1;
}



.blog-slider-item {
    min-height: 570px!important;
    background-position: center;
    background-size: cover;
    position: relative;
}

.slick-prev, .slick-next {
    position: absolute;
    z-index: 10;
    opacity: 1;
}

.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}

p.sh-heading-font {
    margin-bottom: 13px;
}

.blog-slider .slick-prev {
    padding-left: 30px;
    margin-left: 30px;
	left: 0;
}

.blog-slider .slick-next {
    text-align: right;
    padding-right: 30px;
    margin-right: 30px;
	right: 0;
}

.blog-slider .slick-prev, .blog-slider .slick-next {
    max-width: 280px;
    cursor: pointer;
    bottom: 50px;
    top: auto;
    color: #fff;
    min-width: 260px;
    height: auto;
    transform: none;
    line-height: inherit;
    width: auto;
}


.blog-slider .slick-arrow p {
    margin-bottom: 13px;
}
.blog-slider .slick-arrow p a {
	margin-bottom: 0;
}

.blog-slider .slick-arrow p, .blog-slider .slick-arrow p a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    color: rgba(255,255,255,.8);
    letter-spacing: 0.05em;
    font-weight: 700;
	background: transparent;
}

.blog-slider .slick-arrow h5 {
    font-size: 16px;
    line-height: 25px!important;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 0.05em;
	font-weight: 600;
	opacity: .9;
}

.blog-slider .slick-arrow h5 {
	opacity: 1;
}

.blog-slider .slick-prev i {
    position: absolute;
    left: 0;
    bottom: 6px;
}

.blog-slider .slick-next i {
    position: absolute;
    right: 0;
    bottom: 6px;
}


p.sh-heading-font i {
    display: none;
}

.blog-slider .slick-arrow i {
    font-size: 30px;
    color: rgba(255,255,255,.7);
    transition: .3s all ease-in-out;
}


.slick-prev.slick-arrow:before, .slick-next.slick-arrow:before {
    display: none;
}

.blog-slider-style2 .blog-slider-item {
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 100;
}

.blog-slider-item.slick-active {
    opacity: 1!important;
}


.theme-slide-one .blog-slider-container {
	bottom: 0;
    -webkit-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
    opacity: 1;
	position: absolute;
    padding: 0 50px 50px 50px;
    left: 0;
    width: 100%;
    z-index: 1;
}


.theme-slide-one .blog-slider-container .grid-cat {
	margin-bottom: 15px;
}

.theme-slide-one .blog-slider-container .grid-cat i {
	background: #333333;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 26px;
    margin-right: 10px;
    padding: 0;
    width: 26px;
    text-align: center;
    line-height: 26px;
}

.theme-slide-one .blog-slider-container h2 {
	font-size: 36px;
    line-height: 46px;
	margin-bottom: 25px;
	font-weight: 600;
	color: #fff;
	font-family: Montserrat;
}

.theme-slide-one .blog-slider-container h2 a {
	color: #fff;
}

.theme-slide-one .blog-slider-content .post-meta ul.news_block_Meta {
	margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.theme-slide-one .blog-slider-content .post-meta ul.news_block_Meta li {
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
    margin-top: -3px;
	font-weight: 700;
    font-size: 14px;
    line-height: 16px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
}

.theme-slide-one .blog-slider-content .post-meta ul.news_block_Meta li.post-author {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
	text-transform: capitalize;
}

.theme-slide-one .blog-slider-content .post-meta ul.news_block_Meta li:before {
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 16px;
    content: "";
    background: #fff;
    opacity: 0.2;
}

.theme-slide-one .blog-slider-content .post-meta ul.news_block_Meta li.post-author:before {
    top: 6px;
}

.theme-slide-one .blog-slider-content .post-meta ul.news_block_Meta li.post-author img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.theme-slide-one .blog-slider-content .post-meta ul.news_block_Meta li.post-author a {
    color: #fff;
    display: inline-block;
}

.theme-slide-one .blog-slider-content .post-meta ul.news_block_Meta li.article-post-time:before {
    top: 3px;
}

.theme-slide-one .blog-slider-content .post-meta ul.news_block_Meta li.comment-number:before {
    top: 3px;
}

.theme-slide-one .blog-slider-content .post-meta ul.news_block_Meta li.comment-number i {
    position: relative;
    margin-right: 5px;
    top: 1px;
}

.theme-slide-one .blog-slider-content .post-meta ul.news_block_Meta li.active {
    position: relative;
    top: -3px;
    background: url(../images/post-fire.png) no-repeat scroll 0 0;
    width: 16px;
    height: 22px;
    padding-left: 25px;
    line-height: 28px;
}

.theme-slide-one .blog-slider-content .post-meta ul.news_block_Meta li.article-post-time {
    padding-left: 27px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.theme-slide-one .blog-slider-content .post-meta ul.news_block_Meta li.article-post-time::before {
    position: absolute;
    top: -2px;
	left: 0;
    background: url(../images/watch-icon.png) no-repeat scroll 0 0;
    width: 20px;
    height: 20px;
    padding-left: 25px;
	opacity: 1;
}

.theme-slide-one .blog-slider-content .post-meta ul.news_block_Meta li.comment-number {
    padding-left: 27px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.theme-slide-one .blog-slider-content .post-meta ul.news_block_Meta li.comment-number::before{
    position: absolute;
    top: -1px;
	left: 0;
    background: url(../images/comment-vector.png) no-repeat scroll 0 0;
    width: 20px;
    height: 18px;
    padding-left: 25px;
	opacity: 1;
}

.theme-slide-one .blog-slider-content .post-meta ul.news_block_Meta li.post-hit:before {
    display: none;
}




.blog-slider-item::after {
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.blog-slider-item:hover:after {
	
}

.post-trend {
    position: relative;
    top: 8px;
    background: url(../images/fire-frame.png) no-repeat scroll 0 0;
    width: 26px;
    height: 26px;
    padding-left: 0;
    display: inline-block;
    margin-right: 7px;
}

.blog-slider .slick-next .post-trend, .blog-slider .slick-prev .post-trend {
    display: none;
}

.blog-slider .slick-prev a.news-cat_Name {
    left: 36px;
}

.blog-slider .slick-prev a.news-cat_Name:before {
    background: #333;
    width: 26px;
    height: 26px;
    content: "\f005 ";
    position: absolute;
    left: -36px;
    top: 0;
    border-radius: 3px;
    font-family: fontAwesome;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
}

.breaking-title {
    padding: 3px 10px;
    padding-left: 28px;
}

p.breaking-title:before {
    position: absolute;
    background: url(../images/trending-icon.png) no-repeat scroll 0 0;
    left: 10px;
    top: 12px;
    content: "";
    width: 16px;
    height: 16px;
}

.header-date {
    font-size: 16px;
    font-weight: 600;
}

.slick-slide {
    width: 900px
}

@media (max-width: 1240px) {
	.blog-slider .slick-prev a.news-cat_Name, .blog-slider .slick-arrow h5, .blog-slider .slick-next a.news-cat_Name {
		display: none;
	}
	.theme-slide-one .blog-slider-container h2 {
		font-size: 34px;
		line-height: 42px;
	}
	
	.blog-slider-item {
		min-height: 510px!important;
	}
	
	
}

@media (max-width: 1450px) {

.slick-slide {
    width: 600px
}

}

@media (min-width: 1451px) and (max-width: 1590px) {
	.slick-slide {
		width: 700px
	}
}


.main-slider .news_blog_grid__Design .news-block-design .item .post-content .post-title {
	font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.02em;
}

.main-slider .owl-dots {
    left: 57px;
    top: auto;
    bottom: 32%;
}

.theme-slide-one .blog-slider-container h2:hover {
	opacity: .85;
}

.news_blog_grid__Design .news-block-design .item .post-content .news-cat-box-wrap i {
    display: none;
}


.vertical-post-grid .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.comment-number {
	display: none;
}

.weekend-top .owl-nav > div {
    display: inline-block!important;
    margin: 0 0px!important;
    border-radius: 50%!important;
    width: 40px;
    height: 40px;
    background: #fff!important;
    line-height: 38px;
    color: #000000!important;
    text-align: center;
    font-size: 24px!important;
    transition: all 0.25s ease-in 0s;
    padding: 0!important;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
    font-weight: bold;
}

.weekend-top .owl-nav > div:hover {
    background: #001737!important;
	color: #fff!important;
}

.weekend-top .owl-nav .owl-prev {
    left: -50px;
    position: relative;
}

.ennlil-video-post .news-block-design .post-content h3.post-title {
	margin-bottom: 0;
}

#uniq-right .col-md-6:first-child {
    padding-right: 10px;
}

#uniq-right .col-md-6:last-child {
    padding-left: 10px;
}

.main-slider .owl-dots {
    left: 41px;
    top: auto;
    bottom: 35%;
}

.custom-featured .news_tab_Block .nav-tabs {
    background: rgba(0, 37, 132, 1);
}

.custom-featured .news_tab_Block .nav-tabs .nav-link {
	color: #fff;
}

.custom-featured .news_tab_Block .nav-tabs .nav-link.active {
	color: #fff;
}

.category-layout-two .blog-post-wrapper .post-content {
	padding-top: 37px;
    padding-bottom: 0px;
    padding-right: 30px;
    padding-left: 43px;
}

.grid-layout-two .blog-post-wrapper .post-content {
    padding-top: 32px;
    padding-bottom: 0px;
    padding-right: 30px;
    padding-left: 39px;
}


 .slicknav_menu {
    display: none;
}
 
.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainmenu ul li {
    display: inline-block;
    position: relative;
}

.mainmenu ul li a {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    padding: 26px 20px;
}

.mainmenu ul li a.active {
    color: #FFFFFF;
}

.mainmenu ul>li:first-child > a {
    padding-left: 0;
}

.mainmenu li ul > li:first-child > a {
	padding-left: 26px;
}

.nav-wrapp {
	position: relative;
}

.header-search-icon {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0;
}

.mainmenu ul>li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 0px;
    opacity: 1;
    font-weight: normal;
    position: relative;
    top: 0px;
    font-size: 15px;
    left: 2px;
    vertical-align: 0;
    margin-left: 0;
    border: 0;
}
 
.mainmenu li ul {
    position: absolute;
    top: 120%;
    left: 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    visibility: hidden;
    width: 215px;
    background-color: #001737;
    list-style: none;
    margin: 0;
    padding: 0px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    text-align: left;
	border-radius: 0px;
}

.mainmenu li ul li {
    display: block;
    position: relative;
    padding: 0;
}
.mainmenu li ul li:last-child a {
    border-bottom: 0px solid;
}

.mainmenu li ul li a {
    display: block;
    padding: 13px 26px 13px;
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    -webkit-transition: none;
    transition: none;
    border-bottom: 1px solid #10264a;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding-left: 26px;
}

.mainmenu li ul li a:hover {
    padding-left: 30px;
}

.mainmenu li ul li:hover,
.mainmenu li ul li a:hover {
    color: #f8f8f8;
}

.mainmenu li:hover ul {
    opacity: 1;
    filter: Alpha(opacity=100);
    visibility: visible;
    z-index: 99;
    top: 100%;
}


div.slicknav_menu {
    background: transparent;
    text-align: right;
    font-size: 15px;
}
.slicknav_menu .slicknav_menutxt {
    font-weight: 400;
}
.slicknav_btn {
    float: none;
    display: inline-block;
}
ul.slicknav_nav {
    background: #001737;
    text-align: left;
	position: relative;
    top: -52px;
}

.slicknav_nav li{
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slicknav_nav li:last-child{
	border-bottom: 0 solid;
}

a.slicknav_btn {
    background: #C20160;
    border-radius: 0;
    margin: 3px 1px 15px;
	position: relative;
    top: -75px;
	right: 9px;
	border-radius: 6px;
}
.slicknav_nav a {
    color: #ffffff;
	padding-left: 20px;
}
.slicknav_menu {
    display: none;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 0px;
    margin: 0px 0px;
    text-transform: capitalize;
	font-size: 15px;
    font-weight: 600;
	color:#fff;
	padding-left: 20px;
}
.slicknav_nav li a:hover {
    background: rgba(194, 1, 96, .9);
    border-radius: 0;
	color: #fff;
}

.slicknav_nav ul {
    margin: 0 0 0 0px;
}

.ennlil-responsive-menu {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.slicknav_menu .slicknav_menutxt {
	text-shadow: none; 
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    background: rgba(194, 1, 96, .9);
    color: #fff;
} 

.slicknav_nav .slicknav_arrow {
    font-size: 15px;
    margin: 0;
    position: absolute;
    right: 20px;
}
.slicknav_menu .slicknav_icon {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0;
    border-radius: 8px;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    box-shadow: none;
    top: 3px;
    position: relative;
}

.slicknav_menu .slicknav_menutxt {
	display: none;
}

p.dpsp-share-text {
    font-size: 18px!important;
    color: #001737!important;
    font-family: "Montserrat"!important;
    margin-bottom: 7px!important;
    margin-top: 22px!important;
	font-weight: 600;
}

#dpsp-content-bottom {
    margin-top: 0px;
    margin-bottom: 22px;
}

.category-layout-three .news-block-design .item.news-block-hover_Effect:hover::after, .news_blog_grid__Design .news-block-design .item.news-block-hover_Effect:hover::after, .ennlil-video-post .news-block-design .news-block-hover_Effect:hover::after {
    background: #001737;
    opacity: 0.86;
}

body.page-id-611 .category-layout-three .news-block-design .item.news-block-hover_Effect:hover::after, body.page-id-611 .news_blog_grid__Design .news-block-design .item.news-block-hover_Effect:hover::after, body.page-id-611 .ennlil-video-post .news-block-design .news-block-hover_Effect:hover::after {
    background: #002584;
    opacity: 0.86;
}

.grid-layout-two .blog-post-wrapper .post-content .view-comment-box {
    bottom: 48px;
}

.theme-slide-one .blog-slider-content .post-meta ul.news_block_Meta li.post-author a {
    position: relative;
    top: 1px;
}

body.page-id-611 .mainmenu li ul {
	border-radius: 6px;
}

body.page-id-611 .mainmenu li ul li a {
    font-family: "Montserrat";
}

.breadcrumb-wrapper {
    border-bottom: 1px solid #EFEFEF;
    margin-top: 0px; 
}

.breadcrumb-wrapper ol.breadcrumb {
    margin-top: -25px;
}


.blog-post-comment .comments-list .trackback .comment-body, .comments-list .pingback .comment-body {
    margin-left: 0;
}

.blog-post-comment .comments-list .trackback .meta-data, .blog-post-comment .comments-list .pingback .meta-data {
	margin-bottom: 0!important;
}

.blog-post-comment .comments-list .trackback .comment-date, .blog-post-comment .comments-list .pingback .comment-date {
	display: none;
}

.blog-post-comment .comments-list .trackback .comment-content, .blog-post-comment .comments-list .pingback .comment-content {
	display: none;
}

.comments-list .trackback .comment-author a, .comments-list .pingback .comment-author a {
	color: #C20160;
}

.comments-list .trackback .comment-author a:hover, .comments-list .pingback .comment-author a:hover {
	color: #C20160;
	text-decoration: underline;
}

.mainmenu li ul li ul {
    position: absolute;
    right: 102%;
    z-index: 9;
    left: auto;
    box-shadow: 0px 0px 0px #fff;
    top: 0%!important;
    border-bottom: 1px solid #ffffff21;
    border-right: 1px solid #ffffff21;
    border-left: 1px solid #ffffff21;
    opacity: 0!important;
    visibility: hidden!important;
}

.mainmenu li ul li:hover ul {
	opacity: 1!important;
    visibility: visible!important;
}

.blog-slider .slick-prev, .blog-slider .slick-next {
    bottom: 81px;
	min-width: auto;
}

.slick-prev.slick-arrow:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    content: "\f104";
    background: #fff;
    color: #000;
    opacity: 1;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-family: fontawesome;
    border-radius: 50px;

}

.slick-next.slick-arrow:after  {
	position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    content: "\f105";
    background: #fff;
    color: #000;
    opacity: 1;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-family: fontawesome;
    border-radius: 50px;
}

.slick-prev.slick-arrow:hover:after, .slick-next.slick-arrow:hover:after {
	background: #C20160;
	color:#fff;
}

/*** Header 3 CSS ***/

.top-header-area.top-bar-three {
    background: linear-gradient(90deg, #C6005F 0%, #4D0270 100%);
}

.nav-wrapp-three .mainmenu ul li a {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #001737;
    padding: 39px 16px;
}

.main-nav-area .header-search-icon {
    display: inline-block;
    position: relative;
    right: 0;
    top: 0;
}

.main-nav-area .header-search-icon a.nav-search-button {
    display: inline-block;
    width: auto; 
    height: auto;
    text-align: center;
    font-size: 22px;
    border-radius: 0; 
    color: #000;
    position: relative;
}

.main-nav-area .header-search-icon a.nav-search-button:before {
	display: none;
}

.main-nav-area .header-search-icon a.nav-search-button i {
    line-height: 1; 
	    color: #001737;
}

.header-three-right {
    text-align: right;
	padding-left: 0;
}

ul.top-social.header-social-three {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

ul.top-social.header-social-three:after {
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
    height: 27px;
    background: #C0CCDA;
    content: "";
}

ul.top-social.header-social-three li a {
    display: inline-block;
    color: #000;
   background: transparent; 
   width: auto; 
    height: auto; 
    text-align: center;
    border-radius: 0;
    font-size: 21px;
}

.nav-wrapp-three .mainmenu li ul.sub-menu li a {
    color: #fff;
     border-bottom: 1px solid #ffffff36;
	padding: 16px 16px;
	font-size: 15px;
}

ul.top-social.header-social-three li a:hover {
    color: #C20160;
    transform: none;
}

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

.topbar-menu ul li {
    display: inline-block;
    padding-right: 10px;
}

.topbar-menu ul li a {
    color: #fff;
    display: block;
    position: relative;
    font-size: 15px;
}

.topbar-menu ul li:last-child {
    padding-right: 0;
}


/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}


/**** Slider Third ****/

.theme-box-slider-wrapper {
	position: relative;
}


.theme-box-slider-wrapper .single-box-slide-item {
   
	width: 100%;
    
}

.box-slide-item {
    height: 100%;
    margin: 0 !important;
	overflow: hidden;
    position: relative;
}

.box-slide-bg-thumb {
	
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.box-slider-post-title {
    font-size: 36px!important;
    margin-top: 12px;
    max-width: 60%;
	color: #fff;
}

.box-slider-post-title a {
	color: #fff!important;
}

.theme-box-slider-wrapper .flickity-slider {
   
}

.theme-box-slider-wrapper .single-box-slide-item.is-selected {
    
}

.box-slider-thumbs {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.box-carousel-thumbs .box-carousel-bitem-wrap {
    width: 25%;
}

.box-carousel-thumbs-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 19px 25px;
    border-top: 0px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
}

.box-carousel-img-thumbnail {
    flex: 1 0 96px;
    float: left;
    position: relative;
    margin-right: 15px;
    width: 96px;
    height: 96px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #FFF;
    box-shadow: 0px 6px 19px rgba(0, 0, 0, 0.11);
    border-radius: 14px;
}

.box-carousel-small-title {
    color: #fff;
    font-size: 14px!important;
    margin-bottom: 0!important;
    font-weight: 600;
    line-height: 18px!Important;
	font-family: 'Montserrat', sans-serif;
}

.box-slider-post-title {
    font-size: 36px!important;
    margin-top: 12px;
    max-width: 65%;
    color: #fff;
    line-height: 46px!important;
	font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.box-carousel-thumbs .box-carousel-bitem-wrap.is-selected .box-carousel-thumbs-item {
    background-image: linear-gradient(90deg, #C6005F 0%, #4D0270 100%);
    border-top: 0px solid #E12A21;
}

.box-slider-thumbs {
    background: #001737;
}

.box-carousel-img-thumbnail img {
    height: 62px!important;
}


span.date-box, div.author-box-wrap {
    display: block;
    font-size: 12px;
    font-family: "Muli", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 8px;
}

.author-box-wrap li i {
    font-style: normal!important;
    margin-right: 3px;
}

.author-box-wrap li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}

.author-box-wrap li img {
	width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.author-box-wrap li a {
	color: #fff!important;
	text-decoration: none!important;
}


/*** New Single ***/

.theme-featured-thumbp-wrappr {
    width: 100%;
    position: relative;
}

.single-blog-header-layout {
    position: relative;
    height: 500px;
    width: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.full-width-captions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
	.box-carousel-thumbs .box-carousel-bitem-wrap {
		width: 50%;
	}
}

.theme_post_list__Medium .blog-post-wrapper .grid-cat {
    position: absolute;
    top: 20px;
    left: 35px;
}

.blog-sidebar .widget .wpt_widget_content ul li::before {
    display: none;
}

.blog-sidebar .widget .wpt_widget_content ul li a {
	display: block;
}

.single-one-bwrap .single-blog-content .entry-content ul.post-meta {
     display: block; 
}

.blog-sidebar .widget.widget_wpt, .home-blog-tab-right .wpt_widget_content {
    padding: 30px 30px 15px 30px;
}

.home-blog-tab-right .wpt_widget_content {
	border: 0px solid #fff;
    background-color: #fff;
	border-radius: 3px;
}

.blog-sidebar .widget ul.wpt-tabs, .home-blog-tab-right ul.wpt-tabs {
    padding: 0 11px;
    margin-bottom: 25px;
    border: 0px solid;
    position: relative;
    top: 0px;
    background-color: #fff;
    border-radius: 120px;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 0px 9px 24px rgba(0, 0, 0, 0.05);
}

.blog-sidebar .widget ul.wpt-tabs li, .home-blog-tab-right ul.wpt-tabs li {
    margin-bottom: 0;
    padding-left: 0!important;
    font-size: inherit;
    color: #57647c;
    font-weight: 600;
    width: auto;
    position: relative;
    float: none;
}

.home-blog-tab-right ul.wpt-tabs li, .home-blog-tab-right ul.wpt-tabs li a:focus, .home-blog-tab-right ul.wpt-tabs li.selected a:focus, .home-blog-tab-right ul.wpt-tabs li a:hover, .home-blog-tab-right ul.wpt-tabs li.selected a:hover {
	border: 0px solid!important;
}

.blog-sidebar .widget ul.wpt-tabs li a, .home-blog-tab-right ul.wpt-tabs li a {
        display: inline-block;
        color: #8B8B8B;
        font-size: 14px;
        letter-spacing: 0px;
        padding: 10px 8px 8px;
        border: none;
        position: relative;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        background: transparent;
        line-height: inherit;
        font-weight: 600;
}

.home-blog-tab-right ul.wpt-tabs li a  {
	font-size: 12px;
}


.blog-sidebar .widget ul.wpt-tabs li.selected a, .home-blog-tab-right ul.wpt-tabs li.selected a {
	color: #001737;
	font-weight: bold;
}
.wpt_widget_content {
    border: 0px solid!important;
}

.wpt_widget_content .inside {
    padding-top: 0px!important;
}

.wpt_widget_content .entry-title {
	font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px!important;
    font-weight: 600!important;
    font-family: "Montserrat"!important;
    position: absolute!important;
    left: 90px!important;
    top: 0!important;
}

.home-blog-tab-right .wpt_widget_content .entry-title {
	margin-top: 3px!important;
    font-size: 15px;
    line-height: 18px;
}

.wpt_widget_content .entry-title a {
	color: #001737!important;
}

.wpt_widget_content .entry-title a:hover {
  color: #002584!important;
}

.wpt_widget_content .wpt-pagination {
	display: none;
}

.wpt_thumb_small {
    width: 80px;
    height: 80px;
    border: 4px solid #fff;
    box-shadow: 0px 6px 19px rgba(0, 0, 0, 0.11);
	border-radius: 14px;
	background: #000;
	display: inline-flex!important;
    margin-right: 12px!important;
    padding-top: 0!important;
    width: 65px!important;
    height: 65px!important;
    overflow: hidden!important;
	float: none!important;
	
}

.wpt_thumb_small img {
	height: 100%!important;
    width: 100%!important;
    -o-object-fit: cover!important;
    object-fit: cover!important;
}

.wpt_widget_content .wpt-postmeta {
    text-transform: uppercase;
    color: #182B49!important;
    font-size: 13px;
	position: absolute!important;
    left: 90px!important;
    bottom: 15px!important;
}

.home-blog-tab-right .wpt_widget_content .wpt-postmeta {
	font-size: 13px;
}

.wpt_widget_content .tab_title.selected a {
	border: 0px solid!important;
}

.navigation-thumbnail__LeftImg {
    width: 95px;
    height: 80px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    float: left;
    margin-right: 15px;
}

.navigation-thumbnail__RightImg {
    width: 95px;
    height: 80px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    float: right;
    margin-left: 15px;
}

.breaking-news-slides {
    width: auto;
}


.breaking-title {
    background: #002584;
}

/*** New Breadcrumb ***/

.theme-breadcrumb__Wrapper.theme-breacrumb-area h1 {
    font-size: 28px;
    color: #001737;
    margin: 0;
    font-weight: 600;
    line-height: 32px;
}

.breaccrumb-inner span {
   color: #8392A5;
   font-size: 17px;
   font-weight: 600;
   line-height: 29px;
   display: inline-block;
}

.breaccrumb-inner span a {
    color: #8392A5;
    display: inline-block;
    position: relative;
}

.theme-breadcrumb__Wrapper.theme-breacrumb-area {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #EFEFEF;
}

.breaccrumb-inner span a.home:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f015";
    font-family: fontAwesome;
    font-weight: normal;
}

.breaccrumb-inner span a.home {
    padding-left: 25px;
	padding-right: 10px;
}

.breaccrumb-inner span.current-item {
    padding-left: 10px;
}

.breaccrumb-inner {
	color: #8392A5;
	font-size: 17px;
	font-weight: bold;
}

.main-container .theme-pagination-style ul.page-numbers {
    margin-bottom: 0px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
	-webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
	
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers, .main-container .theme-pagination-style ul.page-numbers li span.page-numbers {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
    padding: 0;
    text-align: center;
    display: inline-block;
    border: 0px solid;
    margin-left: auto;
    color: #8392A5;
    font-size: 18px;
    font-weight: 600;
    background-color: transparent;
	border-radius: 50%;
}

.main-container .theme-pagination-style ul.page-numbers li span.current {
    background: linear-gradient(31.12deg, #C6005F 16.06%, #4D0270 91.22%);
    color: #fff;
}

.main-container .theme-pagination-style ul.page-numbers li i {
	line-height: 30px;
	color: #001737;
}

.main-container .theme-pagination-style .nav-links {
    display: block;
    width: 100%;
}

/*** News search ***/

.theme-search-box {
    position: relative;
    margin-left: 15px;
    top: 4px;
    color: #000;
	display: inline-block;
}

.theme-search-box .search-btn {
	cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
	color: #001737;
    font-size: 20px;
    font-weight: 500;
}


.theme-search-box .close-btn {
    cursor: pointer;
    display: none;
    font-size:20px;
    width: 20px;
    color: #001737;
	-webkit-transition: 0.4s;
    transition: 0.4s;
}

.theme-search-box .close-btn.active {
	display: block;
}

.theme-search-box .close-btn:hover {
	color: #C20160;
}

.search_box__Wrap {
  display: none;
}

.search_box__Wrap.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    z-index: 99;
    margin-top: 20px;
	border-radius: 8px;
	background: #ffffff;
}

.search_box__Wrap.search-popup .search-form {
  position: relative;
}

.search_box__Wrap.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #001737;
    padding-left: 20px;
    color: #333333;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 8px;
}

.search_box__Wrap.search-popup .search-form .search-button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  background: transparent;
  border: none;
  width: 40px;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.search_box__Wrap.search-popup .search-form .search-button:hover {
	color: #C20160;
}

.cat-layout-alt .blog-post-wrapper .post-media {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 326px;
    border-radius: 3px 0px 0px 3px;
}

.category-layout-two .blog-post-wrapper .post-content {
    padding-top: 37px;
    padding-bottom: 0px;
    padding-right: 30px;
    padding-left: 43px;
    height: 326px!important;
    position: relative;
    border-radius: 0px 3px 3px 0px;
}

.header-three-layout {
    border-bottom: 1px solid #EFEFEF;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #001737;
    z-index: 9999999;
}



.loader {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	display: inline-block;
	vertical-align: middle;
}

.loader-1 .loader-outter {
	position: absolute;
	border: 4px solid #fff;
	border-left-color: transparent;
	border-bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
	animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
    
.loader-1 .loader-inner {
	position: absolute;
	border: 4px solid #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	border-right: 0;
	border-top-color: transparent;
	-webkit-animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
	animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

   /* ----------------     KEYFRAMES    ----------------- */
    
    @-webkit-keyframes loader-1-outter {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    @keyframes loader-1-outter {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    @-webkit-keyframes loader-1-inner {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
        }
    }
    
    @keyframes loader-1-inner {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
        }
    }
	

.video-post-thumb {
    position: relative;
    overflow: hidden;
}

.video-grid-post-image {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 5px;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.video-play-icon-wrap {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 50%;
	margin-left: -30px;
	margin-bottom: -30px;
}


.ennlil-play-btn {
    position: relative;
    display: block;
    text-align: center;
    font-size: 60px;
    color: #fff;
}

.ennlil-play-btn i {
    line-height: 60px;
    font-style: normal!important;
	color: #FFF;
}

.video-post-grid-content {
    margin-top: 20px;
}

.video-post-grid-content h3 {
	margin-bottom: 10px!important;
}

.video-post-grid-content h3 a {
    color: #fff;
}

ul.video-grid-meta-info {
    margin: 0!important;
    list-style: none!important;
    padding: 0!important;
}

ul.video-grid-meta-info li {
    list-style: none!important;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
	display: inline-block;
	margin-bottom:0!important;
	line-height: 1!important
}

ul.video-grid-meta-info li i {
	font-style: normal!important
}

ul.video-grid-meta-info li.article-post-time {
	padding-right: 20px;
    position: relative;
}

ul.video-grid-meta-info li.article-post-time:before {
    position: absolute;
    right: 5px;
    top: 4px;
    width: 3px;
    height: 3px;
    background: #fff;
    content: "";
    border-radius: 50px;
}

.video-grid-post-image::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.video_grid_right_content .video-post-grid-content {
    margin-top: 13px;
}

.video_grid_right_content .video-post-grid-content h3 {
    margin-bottom: 3px!important;
}

.video_grid_right_content ul.video-grid-meta-info li {
    font-size: 12px;
    opacity: .6;
}

.video_grid_right_content .ennlil-play-btn {
    font-size: 28px;
}

.video_grid_right_content .ennlil-play-btn i {
    line-height: 28px;
}

.video_grid_right_content .video-play-icon-wrap {
    margin-left: -14px;
    margin-bottom: -14px;
}

.video-post-grid-content h3 a {
    padding-bottom: 5px;
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 1px;
    background-repeat: no-repeat;
    background-position: left 87%;
    display: inline;
}

.video-post-grid-content h3:hover a {
    color: #fff;
    background-size: 100% 1px;
	display: inline;
}


.video-post-thumb:hover .video-grid-post-image {
    background-position: 40%;
}

ul.video-grid-meta-info li {
	position: relative;
}

ul.video-grid-meta-info li.post_grid_video_View::after {
    position: absolute;
    right: -40px;
    content: "Views";
    top: 0;
}

/*** Author Box ***/


.author_bio__Wrapper {

    clear: both;
    overflow: hidden;
    margin-top: 60px;
        padding: 30px 30px 30px;
    border-top: 0px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
    background: #FFF;
}

.author-thumb {
    float: left;
    margin-right: 25px;
	margin-bottom: 20px;
}

.author-thumb img {
    width: 148px;
    height: 148px;
    border-radius: 50%;
}

.theme_author_Info {
    padding-right: 20px;
}

h6.theme_author_Title {
    color: #182B49;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 0px;
    font-family: Muli;
    line-height: 29px;
}

h4.theme_author__Name {
    color: #182B49;
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
}

p.theme_author__Description {
    font-size: 17px;
    line-height: 29px;
    color: #182B49;
    margin-bottom: 0;
}

.theme_author_Socials a {
    display: inline-block;
    background: #001737;
    color: #fff;
    width: 32px;
    height: 32px;
	font-size: 18px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 3px;
}

.theme_author_Socials {
    margin-top: 15px;
}

.theme_author_Socials a:hover {
    background: #C20160;
    color: #fff;
} 

/*** navigation ***/

.theme_blog_Nav.post_nav_Left , .theme_blog_Nav.post_nav_Right {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.prev_nav_left_Img, .prev_nav_Right_Img {
    height: 72px;
    width: 72px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;

}

.prev_nav_left_Img {
    margin-right: 15px;
}

.prev_nav_Right_Img {
    margin-left: 15px;
}

.theme_blog_Nav.post_nav_Left:not(.no-thumb) {
    padding-right: 15px;
}

.theme_blog_Nav.post_nav_Right:not(.no-thumb) {
    text-align: right;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.prev_nav_left_Img img, .prev_nav_Right_Img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.theme_blog_nav_Title {
	font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
	margin-bottom: 0;
    color: #182B49;
    word-break: break-all;
}

.theme_blog_nav_Title a {
		margin-bottom: 0;
    color: #182B49;
    word-break: break-all;
}

.theme_blog_nav_Label {
	font-size: 11px;
    margin-bottom: 0px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.theme_blog_navigation__Wrap {
    margin-bottom: 0;
    padding: 30px;
    background: #FFF;
    margin-top: 60px;
}

.theme_blog_nav_Title a:hover {
    color: #C6005F;
}


section.theme-slider-box-wrapper {
    position: relative;
    height: 100%;
}

    .swiper-container {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      background-size: cover;
      background-position: center;
    }
	
    .gallery-top {
	  width: 100%!important;
	  height: 550px!important;
    }
    .gallery-thumbs {
      box-sizing: border-box;
      padding: 10px 0;
	  height: 135px;
	  cursor: pointer;
    }
	
    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 1;
	  
    }
	
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
	

.swiper_thumb_box_Bg {
    background: #001737;
}

.swiper-container.gallery-thumbs.thumb_box_Wrap {
    max-width: 1140px;
}

.swiper_thumb_box_Bg .swiper-slide {
    background: #001737;
    display: flex;
    align-items: center;
    padding: 15px 25px;
}

.boxthumb_Img {
    flex: 1 0 80px;
    float: left;
    position: relative;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #FFF;
    
    border-radius: 14px;
    max-width: 80px;
}

.gallery-thumbs {
    padding: 0px;
}

.swiper_thumb_box_Bg .swiper-slide-thumb-active {
	background-image: linear-gradient(90deg, #C6005F 0%, #4D0270 100%);
}

.boxthumb_Title {
    color: #fff;
    font-size: 12px!important;
    margin-bottom: 0!important;
    font-weight: 600!important;
    line-height: 18px!important;
    font-family: 'Montserrat', sans-serif;
    top: 0px;
    position: relative;
	line-height: 17px!important;
}

.box-slider-post-title {
    max-width: 60%;
	font-weight: 600;

}

@media (min-width: 1400px) {
	
	.boxthumb_Title {
		font-weight: 600!important;
		font-size: 13px!important;
		line-height: 17px!important;
	}
	.swiper-container.gallery-top .container {
		max-width: 80%;
	}
	
	.swiper-container.gallery-thumbs.thumb_box_Wrap {
		max-width: 80%;
	}
	
	
}

@media (min-width: 1500px) {
	
	.boxthumb_Title {
		font-weight: 600!important;
		font-size: 16px!important;
		line-height: 22px!important;
	}
	.swiper-container.gallery-top .container {
		max-width: 80%;
	}
	
	.swiper-container.gallery-thumbs.thumb_box_Wrap {
		max-width: 80%;
	}
	
}


@media (min-width: 1900px) {
	
	.swiper-container.gallery-thumbs.thumb_box_Wrap {
		max-width: 80%;
	}
	
	.gallery-top {
		height: 590px!important;
	}
	
	.boxthumb_Title {
		font-weight: 600!important;
		font-size: 20px!important;
		line-height: 26px!important;
	}
	
	.swiper-container.gallery-top .container {
		max-width: 80%;
	}

	.swiper-container.gallery-top .container .box-slider-post-title {
		max-width: 40%
    
	}
	
	.gallery-thumbs {
		height: 135px;

	}
	
	
}

ul.box_thumb_block_Meta {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
    position: absolute;
    left: 120px;
    bottom: 26px;
}

ul.box_thumb_block_Meta li {
    list-style: none!important;
    margin: 0!important;
    display: inline-block;
}

ul.box_thumb_block_Meta li a {
    color: #fff!important;
    text-decoration: none!important;
	font-size: 11px!important;
    font-weight: 600;
}

ul.box_thumb_block_Meta li img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.box_slide_Hedaing {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.gallery-top .swiper-slide {
    position: relative!important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover!important;
}

.gallery-top .swiper-slide::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0px;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.swiper-button-prev, .swiper-button-next {
    

}

.swiper-button-prev {
    background: url(../images/left-box-arrow.png) no-repeat scroll center center!important;
	width: 76px!important;
	height: 100px!important;
	background-size: cover!important;
	margin-top: -50px!important;
	left: 0!important;
}

.swiper-button-next {
    background: url(../images/right-box-arrow.png) no-repeat scroll center center!important;
	width: 76px!important;
	height: 100px!important;
	background-size: cover!important;
	margin-top: -50px!important;
	right: 0!important;
}


.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}

.swiper-button-prev i, .swiper-button-next i {
	
}

ul.box_thumb_block_Meta {
	display: none;
}

.blog_layout_one_Top {
    padding-top: 60px;
    padding-bottom: 60px;
	border-bottom: 1px solid #EFEFEF;
    background: #F8FBFD;
}

.blog_layout_one_Top .post-title {
    margin-top: 8px!important;
    max-width: 100%!important;
}

.blog_details_comment__Number a {
    display: inline-block;
}

.single_blog_inner__Meta li {
    position: relative;
}

.single_blog_inner__Meta li.blog_details_comment__Number {
    padding-left: 27px;
}

.single_blog_inner__Meta li.blog_details_comment__Number::before {
    position: absolute;
    top: -3px;
    left: 0;
    background: url(../images/single-comment.png) no-repeat scroll 0 0;
    width: 24px;
    height: 24px;
    opacity: 1;
	content: "";
}

.blog_details_blog__View {
	padding-left: 27px;
}

.single_blog_inner__Meta li.blog_details_blog__View::before {
    position: absolute;
    top: -3px;
    left: 0;
    background: url(../images/single-view.png) no-repeat scroll 0 0;
    width: 24px;
    height: 24px;
    opacity: 1;
	content: "";
}

.blog_details__Date {
	padding-left: 27px;
	text-transform: uppercase;
}

.single_blog_inner__Meta li.blog_details__Date::before {
    position: absolute;
    top: -3px;
    left: 0;
    background: url(../images/single-clock.png) no-repeat scroll 0 0;
    width: 24px;
    height: 24px;
    opacity: 1;
	content: "";
}

.blog_layout_one_Top .blog-post-cat {
    position: relative;
    padding-left: 36px;
}

.blog_layout_one_Top .blog-post-cat::before {
	position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/single-fire.png) no-repeat scroll center center;
    width: 26px;
    height: 26px;
    opacity: 1;
	content: "";
}

.theme_single_blog_banner__Center .full-width-captions {
    bottom: 60px;
	z-index: 99;
}

.theme_single_blog_banner__Center .single-blog-header h1.post-title {
	color: #fff;
}

.theme_single_blog_banner__Center .single-blog-header ul.post-meta li {
	color: #fff;
}


.theme-featured-thumbp-wrappr::before {
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0px;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
	z-index: 9;
}

/*** Ennlil Extra ***/

body.home .theme-breadcrumb__Wrapper {
    display: none;
}

.news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li {
	line-height: inherit!important;
	margin-bottom: 0!important;
}

.news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li a {
	text-decoration: none!important;
}

.news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li i {
	font-style: normal!important;
}

.news_block_Gridbox .news_blog_grid__Design .news-block-design .item .post-content ul.news_block_Meta li.post-author:before {
    top: auto;
    bottom: 3px;
}

body.page .main-container {
    padding-top: 60px;
}

.theme_header_design__three ul.top-social.header-social-three {
    padding-right: 20px;
    margin-right: 35px;
    position: relative;
}

.theme_header_design__three .theme-search-box {
    display: inline-block;
    margin-left: 0;
    top: 9px;
    color: #000;
    position: absolute;
    right: 15px;
}

.home-cat-list .theme_cat_img_List .theme_img_cat_item_List li a {
    display: flex!important;
    text-decoration: none!important;
    color: #fff!important;
}

.home-cat-list .theme_cat_img_List .theme_img_cat_item_List li a {
    min-height: 140px;
    padding: 13.35px;
}

.theme_cat_img_List .theme_img_cat_item_List li a::hover:before {
	background: none!important;
}

.elementor-widget.elementor-widget-postlist-slider {
	background: #fff;
    margin-bottom: 30px;
    padding: 28px 30px 20px;
}

.apsc-theme-4 .apsc-each-profile a i.fab {
    font-style: normal;
}

.widget-post-wrap h4.post-title {
    font-size: 16px!important;
    line-height: 22px!important;
    font-weight: 700;
    margin-top: 15px;
    color: #001737;
    margin-bottom: 10px!important;
}

body.page-template-default .apsc-theme-4 .apsc-each-profile a, body.elementor-page .apsc-theme-4 .apsc-each-profile a {
	width: 150px;
    padding: 12px 13px;
}

body.page-template-default .apsc-theme-4 .media-name, body.elementor-page .apsc-theme-4 .media-name {
	font-size: 14px;
    padding: 0 6px 0 5px;
}

body.page-template-default .apsc-theme-4 .apsc-count, body.elementor-page .apsc-theme-4 .apsc-count  {
	font-size: 14px;
}

.home-sidebar .elementor-widget-container h5 {
    font-size: 20px!important;
    line-height: 24px!important;
    color: #001737;
    margin-bottom: 20px!important;
}

.weekend-top .owl-nav i {
	font-style: normal!important;
}

/*** tab list ***/

.theme_post_list_tab__wrapper {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 40px 50px;
}

.theme_post_list_tab__Inner ul.post_tab_list_Menu {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
}

.theme_post_list_tab__Inner ul.post_tab_list_Menu li {
    list-style: none!important;
}

.theme_post_list_tab__Inner {
    position: relative;
}

.theme_post_list_tab__Inner ul.post_tab_list_Menu li {
    line-height: 16px!important;
    margin: 0!important;
}

.theme_post_list_tab__Inner ul.post_tab_list_Menu li a {
    border: none!important;
    position: relative;
    display: inline-block!important;
    color: #8B8B8B!important;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none!important;
    padding: 10px 12px!important;
}

.theme_post_list_tab__Inner ul.post_tab_list_Menu li:last-child a {
    padding-right: 0!important;
}

.theme_post_list_tab__Inner ul.post_tab_list_Menu li a.active {
    color: #001737!important;
}

.theme_post_list_tab__Inner ul.post_tab_list_Menu li a.active span {
    border-bottom: 3px solid #C20160;
}


.theme_post_Tab__content.tab-content {
    margin-top: 30px;
}

.theme_post_tab_list__Single {
    position: relative;
    overflow: hidden;
    width: 100%;
	margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F4F4F4
}

.post_tab_list__image {
    background-position: center;
    height: 150px;
    width: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin-right: 20px;
    border: 4px solid #fff;
    box-shadow: 0px 6px 19px rgba(0, 0, 0, 0.11);
    border-radius: 14px;
}

.tab_post_list_item_Meta ul {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tab_post_list_item_Meta ul li {
    list-style: none!important;
    display: inline-block;
    line-height: 16px!important;
    font-size: 14px;
    font-weight: bold;
    color: #182B49;
    margin-right: 20px;
	padding-right: 20px;
	position: relative;
	margin-bottom: 0!important;

}
.tab_post_list_item_Meta ul li a {
	color: #001737!important;
	text-decoration: none!important;
	display: inline-block!important;
}

.tab_post_list_item_Meta ul li.post-author img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.tab_post_list_item_Meta ul li.post-author {
	font-size: 16px!important;
}
.tab_post_list_item_Meta ul li.post-author a {
	
	color: #001737;
}

.post_tab_list__Content h3 {
    color: #001737;
    font-size: 24px!important;
    line-height: 34px!important;
    font-weight: 700;
    margin-bottom: 15px!important;
	margin-top: 17px!important;
}

.post_tab_list_Title h2 {
    font-size: 28px!important;
    font-weight: 600!important;
    line-height: 34px!important;
    color: #001737!important;
    letter-spacing: -0.02em!important;
    margin-bottom: 40px!important;
}

.tab_post_list_item_Meta ul li:after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 20px;
    background: #C0CCDA;
    content: "";
    margin-top: -10px;
}

.tab_post_list_item_Meta ul li:last-child::after {
	background: none;
}

.post_tab_list__Content h3 a {
    padding-bottom: 6px;
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
    display: inline;
}

.post_tab_list__Content h3:hover a {
    color: #001737;
    background-size: 100% 3px;
	display: inline;
}

.post_tab_list__Content .single_blog_inner__Meta li.blog_details_blog__View::before {
    top: -5px;

}

.post_tab_list__Content .single_blog_inner__Meta li.blog_details_comment__Number {
    padding-left: 30px;
}

.post_tab_list__Content .blog_details__Date {
    padding-left: 29px;
}

.post_tab_list__Content .blog_details_blog__View {
    padding-left: 29px;
}


.blogright_cat_list_Widget .elementor-widget-container {
    background: #fff;
    padding: 30px;
}


.blogright_cat_list_Widget .elementor-widget-container ul {
    background: #F9FAFC;
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
	border-radius: 10px;
	padding: 25px 30px!important;
}


.blogright_cat_list_Widget .elementor-widget-container ul li {
	margin: 0!important;
    padding: 0!important;
    list-style: none!important;
    border-bottom: 1px solid #F4F4F4!important;
    margin-bottom: 20px!important;
    padding-bottom: 20px!important;
	line-height: 19px!important;
	position: relative;
}

.blogright_cat_list_Widget .elementor-widget-container ul li:last-child {
	border-bottom: 0px solid!important;
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}

.blogright_cat_list_Widget .elementor-widget-container ul li a {
    text-decoration: none!important;
    font-size: 15px;
    font-family: Montserrat;
    color: #182B49;
    font-weight: 500;
}

.blogright_cat_list_Widget .elementor-widget-container ul li span.post_count {
    position: absolute;
    right: 0;
    top: -6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-family: Muli;
    font-size: 13px;
    line-height: 30px;
}

.post_list_tab_all_Button {
    text-align: center;
}

.post_list_tab_all_Button a {
    color: #002584;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    font-family: Montserrat;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    text-decoration: underline!important;
    margin-top: 0px;
    display: inline-block;
}

.video_grid_box_Inner {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 30px;
    width: 100%;
}

.editor_all_btn a {
    width: 167px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    border-radius: 40px;
    display: inline-block;
    background: #fff;
    padding: 17px 0px;
    font-size: 14px;
	font-weight: 600;
}

.editor_all_btn a:hover {
	background: #001737;
	color: #fff;
}

.theme_post_list__Slides h3 {
	font-size: 20px!important;
    line-height: 24px!important;
    color: #001737!important;
    margin-bottom: 20px!important;
}

.news-block-hover_Effect .post_gridmeta_New ul li {
	color: #fff;
	font-size: 12px;
}

.post_gridmeta_New li.post-author a {
    color: #fff!important;
}


.news-block-hover_Effect .post_gridmeta_New ul li a {
    color: #fff!important;
	
}


.post_gridmeta_New .single_blog_inner__Meta li.blog_details__Date::before {
    position: absolute;
    top: -3px;
    left: 0;
    background: url(../images/grid-time.png) no-repeat scroll 0 0;
    width: 24px;
    height: 24px;
    opacity: 1;
    content: "";
}

.post_gridmeta_New .single_blog_inner__Meta li.blog_details_comment__Number::before {
    position: absolute;
    top: -3px;
    left: 0;
    background: url(../images/grid-comment.png) no-repeat scroll 0 0;
    width: 24px;
    height: 24px;
    opacity: 1;
    content: "";
}

.tab_post_list_item_Meta.post_gridmeta_New ul li:after {
	height: 16px;
    background: #C0CCDA;
    margin-top: -8px;
}

.tab_post_list_item_Meta.post_gridmeta_New ul li {
    line-height: 16px!important;
    font-size: 13px;
}

.tab_post_list_item_Meta.post_gridmeta_New ul li:last-child:after {
	background: none;
}

.text-logo {
	text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    margin: 0!important;
}

.theme_footer_Widegts {
	padding-top: 50px;
    position: relative;
    padding-bottom: 0px;
	background: #FFF;
}

.footer-top {
    padding-bottom: 45px;
}

.footer-widget h4.widget-title {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 13px;
    color: #001737;
}

.footer-bottom {
	padding: 24px 0;
	border-top: 1px solid #E5E9F2;
}

.footer-widget ul, .footer-widget ul li a {
    color: #182B49;
	font-size: 18px;
    line-height: 40px;
}

.copyright-text p, ul.footer-nav li a {
    color: #182B49;
}

.theme_footer_Widegts .footer-widget ul li a:hover {
	color: #002584;
}

.copyright-text {
    font-size: 15px;
    line-height: 25px;
    color: #182B49;
    margin-bottom: 0;
    font-weight: 600;
	text-transform: capitalize;
}

.footer-widget p {
    font-size: 17px;
    line-height: 29px;
    color: #182B49;
    margin-bottom: 15px;
}

.footer-widget .textwidget img {
    max-width: 160px;
    margin-top: -3px;
    display: block;
}

.footer-widget:first-child .textwidget p {
    padding-right: 0px;
}

.backto {
    background: #F06544;
}

.backto a {
    font-size: 35px;
}

.footer_two_Widget, .footer_three_Widget, .footer_four_Widget, .footer_five_Widget {
    padding-left: 35px;
}

body.page-id-363 .theme-breadcrumb__Wrapper {
	display: none;
}

.blog-sidebar .wrapper_category_image {
    border: 0px solid #fff;
    background-color: #fff;
    border-radius: 3px;
    padding: 30px;

}

.blog-sidebar .wrapper_category_image h3 {
    font-weight: 600;
    font-size: 20px;
    padding-left: 0;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    position: relative;
    color: #001737;
}

.sidebar .widget.widget_media_image img {
    margin-top: 0;
    border-radius: 3px;
}

.nav-wrapp-three .mainmenu li ul.sub-menu li a {
    color: #fff;
    border-bottom: 1px solid #10264a;
    padding: 13px 26px 13px;
    font-size: 14px;
	transition: all .3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav-wrapp-three .mainmenu li ul.sub-menu li a:hover {
    padding-left: 30px;
    opacity: .85;
}

.home-cat-list .theme_cat_img_List h3 {
    display: none;
}

.full-width-captions .single_blog_inner__Meta li.blog_details__Date::before {
    background: url(../images/grid-time.png) no-repeat scroll 0 0;
}

.full-width-captions .single_blog_inner__Meta li.blog_details_comment__Number::before {
    background: url(../images/grid-comment.png) no-repeat scroll 0 0;
    width: 24px;
    height: 24px;
}

.theme_related_posts_Wrapper {
    margin-top: 55px;
}

.theme_related_post_Grid h2 {
    font-size: 28px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 20px;
    color: #182B49;
}

.nav-wrapp-three .mainmenu ul li a:hover {
  color: #C20160;
}

body.archive .category-layout-two .blog-post-wrapper .post-title {
    font-size: 19px;
}

ul.footer-nav li a:hover {
	color: #000;
}

.blog-sidebar .theme_cat_img_List .theme_img_cat_item_List li a {
    margin-bottom: 15px;
}

.blog-sidebar .theme_cat_img_List .theme_img_cat_item_List li:last-child a {
    margin-bottom: 0;
}

.blog-sidebar .theme_cat_img_List .theme_img_cat_item_List li a span.cat-name {
    padding: 9px 41px;
    margin: auto;
    font-family: Montserrat;
    width: 135px;
    text-align: center;
    font-weight: 500;
}

.theme_cat_img_List .theme_img_cat_item_List li a {
	transition: all .3s ease;
}

.theme_cat_img_List .theme_img_cat_item_List li a:hover:before {
    background: none;
    
}

.theme_cat_img_List .theme_img_cat_item_List li a:hover {
	transform: none!important;
}



.post_grid_right_Home .post_tab_list__Content .blog_details__Date {
    padding-left: 25px;
}

.post_grid_right_Home .post_gridmeta_New .single_blog_inner__Meta li.blog_details__Date::before {
    top: 0px;
    background: url(../images/watch-small.png) no-repeat scroll 0 0;
    width: 17px;
    height: 16px;
}

.post_grid_right_Home .tab_post_list_item_Meta.post_gridmeta_New ul li:after {
    display: none;
}

.post_grid_right_Home .tab_post_list_item_Meta ul li {
    margin-right: 8px;
    padding-right: 10px;
}

.post_grid_right_Home .news_block_Gridbox .news_blog_grid__Design .news-block-design .item .post-content .post-title {
    margin-bottom: 18px;
}

.post_grid_left_Home .news_block_Gridbox .post-content h3.post-title {
	letter-spacing: -0.02em;
}

.category-layout-three .news-block-design .item.news-block-hover_Effect:hover::after, .news_blog_grid__Design .news-block-design .item.news-block-hover_Effect:hover::after, .ennlil-video-post .news-block-design .news-block-hover_Effect:hover::after {
    background: #070c13;
    opacity: 0.80;
}

.theme_header_design__One .theme-search-box {
    position: absolute;
    margin-left: 0;
    top: 28px;
    color: #fff;
    display: inline-block;
    right: 10px;
}

.theme_header_design__One .theme-search-box .search-btn {
    color: #fff;
}

.theme_header_design__One .theme-search-box .close-btn {
	color: #fff;
}

.breaking_header_Top .breaking-title {
    background: #C20160;
}

.mainmenu li ul {
	border-radius: 6px;
}

.mainmenu li ul li::last-child a, .nav-wrapp-three .mainmenu li ul.sub-menu li:last-child a {
	border-bottom: 0px solid!important;
}

.nav-wrapp-three .mainmenu li ul.sub-menu li:last-child a {
	border-bottom: 0px solid!important;
}

.blog_layout_one_Top {
    background: #dbebf5;
}

.nav-wrapp-three .mainmenu ul li:last-child a {
    padding-right: 0;
}

.nav-menu-wrapper.text-right .container.nav-wrapp-three {
    padding-right: 0;
}

.blogright_cat_list_Widget .elementor-widget-container ul li a:hover {
    color: #002584!important;
}

blockquote p, .single-blog-content .single-blog-inner .entry-content blockquote p, .blockquote p {
    color: #182B49;
}

.full-width-captions a.comments-link {
    color: #fff;
}

.single-blog-header ul.post-meta li.post-author a {
    display: inline-block;
}

.full-width-captions .single-blog-header ul.post-meta li.post-author a {
	color: #fff;
}

.footer-widget .textwidget img.foooter-img {
	max-width: 160px;
    margin-top: -3px;
    display: block;
}

.footer-widget .textwidget img {
    max-width: 100%;
    margin-top: 0px;
    display: block;
}

@media (max-width: 600px) {
	.footer-widget .textwidget img {
		max-width: 100%!important;
		margin-top: 0;
	}
}

.trending-news-slides .news-block-style {
    border-radius: 0px;
}

.related_post_grid_Thumbnail {
    position: relative;
    overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
    background-size: cover;
    min-height: 195px;
}

.trending-news-slides .news-block-style .news-content h4 {
    font-size: 15px;
	letter-spacing: -.0155em;
}

.single-blog-header ul.post-meta li.post-author a {
    display: inline-block;
}

.full-width-captions .single-blog-header ul.post-meta li.post-author a {
	color: #fff;
}

.blog_layout_one_Top {
    background: #f1faff;
}

blockquote p, .single-blog-content .single-blog-inner .entry-content blockquote p {
    font-size: 19px;
    line-height: 28px;
    color: #001737;
    font-weight: bold;
    font-style: normal;
    font-family: Montserrat;
}

.single-blog-content blockquote {
    padding-bottom: 45px!important;
}

blockquote::before, .blockquote::before {
    color: #dee2e6;
}

/*** New CSS ***/

.theme_header_design__gradient.theme_header_design__One {
    background: none;
}

.theme_header_design__gradient .mainmenu {
    background-image: linear-gradient(90deg, #C6005F 0%, #4D0270 100%);
    padding-left: 50px;
    border-radius: 10px;
}

.header_search_alt .theme-search-box {
    right: 15px;
    top: 0;
    width: 78px;
    height: 76px;
    text-align: center;
    font-size: 22px;
    position: absolute;
    cursor: pointer;
    border-radius: 0px 10px 10px 0px;
}

.header_search_alt .theme-search-box i {
    line-height: 80px;
    z-index: 999;
    position: relative;
	font-weight: 600;
}

.header_search_alt .theme-search-box:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    opacity: .2;
    transition: .2s ease;
    border-radius: 0px 10px 10px 0px;
}

.header_search_alt .theme-search-box:hover:before {
    background: #000;
}

body.page-id-18 .main-container {
    margin-top: -37px;
}

body.page-id-646 .main-container {
    margin-top: -37px;
}

.blog_layout_one_Top.home_style_single {
    padding-top: 95px;
    margin-top: -37px;
}

.theme_single_blog_banner__Center.home_style_singletwo {
	margin-top: -37px;
    z-index: -1;
}

@media (max-width: 992px) {
	body.page-id-18 .main-container {
		margin-top: 0px;
		padding-top: 30px;
	}
	
	body.page-id-646 .main-container {
		margin-top: 0px;
		padding-top: 30px;
	}
	
	.header_search_alt .theme-search-box {
		display: none;
	}
	
	.blog_layout_one_Top.home_style_single {
		padding-top: 60px;
		margin-top: 0px;
	}
	
	.theme_single_blog_banner__Center.home_style_singletwo {
		margin-top: 0px;
		z-index: 1;
	}

	
}

.header_search_alt .theme-search-box .search-button i {
    line-height: normal;
    font-weight: 400;
    font-size: 18px;
}

.header_search_alt .theme-search-box .close-btn {
    width: auto;
}

.header_search_alt .search_box__Wrap.search-popup {
    right: 30px;
    margin-top: -2px;
}

.header_search_alt .search-form .search-input {
    font-size: 17px;
}

.header_search_alt .theme-search-box:hover:before {
    background: #fff; 
}

/*** New Slider ***/

.single-blog-header.home_slide_metalist ul.post-meta {
	margin: 0!important;
    padding: 0!important;
    list-style: none;
}

.single-blog-header.home_slide_metalist ul.post-meta li {
    color: #fff;
	list-style: none!important;
	margin-bottom: 0!important;
	line-height: 16px!important;
	margin-right: 30px;
}

.blog-slider-content .single-blog-header.home_slide_metalist ul.post-meta li:after {
    position: absolute;
    right: -15px;
    top: 0px;
    width: 1px;
    height: 16px;
    content: "";
    background: #fff;
    opacity: 0.2;
}

.blog-slider-content .single-blog-header.home_slide_metalist ul.post-meta li.post-author:after {
    top: 7px;
}

.blog-slider-content .single-blog-header.home_slide_metalist ul.post-meta li:last-child:after {
	display: none;
}

.single-blog-header.home_slide_metalist ul.post-meta li.post-author a, .single-blog-header.home_slide_metalist ul.post-meta li a {
    color: #fff;
} 

.home_slide_metalist .single_blog_inner__Meta li.blog_details__Date::before {
    background: url(../images/grid-time.png) no-repeat scroll 0 0;
}

.home_slide_metalist .single_blog_inner__Meta li.blog_details_comment__Number::before {
    background: url(../images/grid-comment.png) no-repeat scroll 0 0;
    width: 24px;
    height: 24px;
}

.home_slide_metalist .single_blog_inner__Meta li.blog_details_blog__View::before {
	top: -4px;
}

body.page-id-646 .theme-breadcrumb__Wrapper {
    display: none;
}

body.page-id-18 .theme-breadcrumb__Wrapper {
    display: none;
}

.header_search_alt .search_box__Wrap.search-popup {
    border-radius: 10px;
}

.blog_layout_one_Top { background: #eaf8ff; }

.blog-slider .slick-prev, .blog-slider .slick-next {
    bottom: 50px;
    min-width: auto;
}

.blog-slider .slick-arrow h5 {
    font-size: 16px!important;
    margin-bottom: 0!important;
}

.slick-prev.slick-arrow:after, .slick-next.slick-arrow:after {
	display: none;
}

.home-blog-tab-right ul.wpt-tabs li.selected a {
    position: relative;
}

.home-blog-tab-right ul.wpt-tabs li.selected a:before {
    position: absolute;
    bottom: 9px;
    left: 50%;
    content: "";
    background: #C20160;
    width: 80%;
    height: 2px;
    margin-left: -40%;
}

.blog-sidebar .widget ul.wpt-tabs, .home-blog-tab-right ul.wpt-tabs {
    padding: 0 11px!important;
}

.wpt_widget_content ul.wpt-tabs li {
    list-style: none!important;
    margin-bottom: 0!important;
}

.news_tab_Block .tab-item-slide .post-title.tab_title__Large {
    letter-spacing: -0.024em!important;
}

.news_tab_Block .nav-tabs .nav-link.active span.tab_menu_Item {
	border-color: #C20160;
}

/*** Video Tab ***/

.ennlil_video_item_Post.video_blog_Effect {
    min-height: 510px;
    margin-bottom: 0px;
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;
	position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}

.ennlil_video_item_Post.video_blog_Effect::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px 0px 0px 5px;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.video_play_icon_Tab {
    position: absolute;
    top: 50%;
    margin: auto;
    text-align: center;
    left: 50%;
    z-index: 2;
    width: 87px;
    margin-top: -43.5px;
    margin-left: -43.5px;
}

.ennlil_video_post_Button {
    background: #FFBE0C;
    position: relative;
    width: 87px;
    height: 87px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.ennlil_video_post_Button:hover {
	color: #fff;
}

.ennlil_video_post_Button i {
	line-height: 87px;
}

.video_blog_overlay_Effect .video_tab_left_Inner {
    position: absolute;
    bottom: 0;
    padding: 30px 30px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.video_tab_left_Inner .news-cat-box-wrap {
    margin-bottom: 10px;
}

.video_blog_overlay_Effect .video_tab_post_Title {
    margin-bottom: 0!important;
}

.ennlil_video_posts_tab_Wrapper .video_blog_overlay_Effect .video_tab_post_Title a {
    color: #fff;
    padding-bottom: 6px;
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
    display: inline;
}

.ennlil_video_posts_tab_Wrapper .video_blog_overlay_Effect:hover .video_tab_post_Title a {
    color: #fff;
    background-size: 100% 3px;
    display: inline;
}


.ennlil_video_posts_tab_Wrapper .video_tab_list_Content {
	padding: 50px 40px;
    background: #182B49;
    border-radius: 0px 5px 5px 0px;
    position: relative;
    z-index: 1;
    min-height: 510px;
}

.video_tab_list_Content ul {
    margin: 0!important;
    list-style: none!important;
    padding-left: 0!important;
}

.video_tab_list_Content ul li {
	border-bottom: 1px solid #001737;
    margin-bottom: 30px!important;
    padding-bottom: 30px;
	list-style: none!important;
	line-height: 24px!important
}

.video_tab_list_Content li:last-child {
    border-bottom: 0px solid;
    padding-bottom: 0;
}


.tab_small_list_video_Item .video_tab_list_samll_Thumbnail {
    position: relative;
    border-radius: 14px;
    background: transparent;
    box-shadow: 0px 6px 19px rgba(0, 0, 0, 0.11);
    border: 4px solid #8392A5;
    width: 96px;
    height: 96px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.tab_small_list_video_Item .video_tab_list_samll_Thumbnail i {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #FFBE0C;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    margin-left: -17.5px;
    margin-top: -17.5px;
}

.media-body.video_tab_list_samll_Content {
    padding-left: 15px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.media-body.video_tab_list_samll_Content .video_tab_post_Title {
    font-size: 18px;
	font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
    color: #FFF;
}

.video_tab_list_samll_Content .video_tab_list_samll_Date {
	color: #FFF;
    font-size: 13px;
	text-transform: uppercase;
}

.video_tab_list_samll_Content .video_tab_list_samll_Date {
	margin-right: 3px;
}

@media (max-width: 767px) {
	
	.ennlil_video_posts_Tab .pr-0 {
		padding-right: 15px!important;
	}

	.ennlil_video_posts_Tab .pl-0 {
		padding-left: 15px!important;
	}
	
	.row.ennlil_video_posts_Tab {
		margin-left: 0;
		margin-right: 0px;
	}



}

@media (max-width: 600px) {
	
h2.video_tab_post_Title {
    font-size: 20px!important;
    line-height: 28px!important;
} 

h4.video_tab_post_list_Title {
    font-size: 16px!important;
    margin-bottom: 10px!important;
}

}

@media (max-width: 390px) {
	.video_tab_list_Content {
		display: none;
	}
}


.spinner {
    
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    display: inline-block;
    vertical-align: middle;  
  
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/*** DEMO News CSS ***/





.top-header-area.top-bar-four {
    background: #000;
}

.top-bar-four ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-bar-four ul li {
    display: inline-block;
}

.htop_menu li {
    display: inline-block;
    margin-right: 15px;
}

.htop_menu li a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.htop_menu li a:hover {
    color: #c3c9fe;
}

.htop_social li {
    display: inline-block;
}

.htop_social li a {
    display: inline-block;
    color: #fff;
    margin-left: 12px;
}

.htop_social {
    display: inline-block;
}


.recipe_sign_btn {
    display: inline-block;
    position: relative;
    right: 70px;
}

.recipe_sign_btn a {
    display: inline-block;
    background: #ffe5e0;
    color: #FE5634;
    padding: 8px 26px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    font-family: Nunito;
    letter-spacing: .5px;
}

.recipe_sign_btn a:hover {
    background: #111;
    color: #fff;
}

.recipe-cat-home .theme_cat_img_List .theme_img_cat_item_List li a {
    min-height: 150px;
    padding: 41.5px;
}

.recipe-cat-home .theme_cat_img_List .theme_img_cat_item_List li {
    margin-right: 20px!important;
}

.recipe-cat-home .theme_cat_img_List .theme_img_cat_item_List li:last-child {
    margin-right: 0px!important;
}

.recipe-cat-home .theme_img_cat_item_List li a span.cat-name {
    font-family: Nunito;
    font-weight: 700;
	background: rgb(0 0 0 / .80);
}

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


.recipe_meta ul li {
    font-weight: 500;
}

.recipe_meta ul li i {
    margin-right: 4px;
    font-size: 16px;
}

.recipe_meta {
    margin-top: -5px;
}

.category-layout-two .blog-post-wrapper a.read_more_Btutton, .grid-layout-two .blog-post-wrapper a.read_more_Btutton {
    background: #FE5634;
}

.recipe_social_sidebar .elementor-social-icon {
    font-size: 25.9px!important;
}

.quote_food blockquote {
	
background: transparent;
margin-bottom: 0px!important;
margin-top: 0px!important;
padding: 0px !important;
font-family: Poppins;
color: #242424;
font-weight: 500;
font-style: italic;
font-size: 14px;
}

.quote_food blockquote::before {
    color: #f3e2df;
}

.quote_food blockquote span {
    display: block;
    font-style: normal;
    font-family: Nunito;
}

.widget-post-wrap h4.post-title {
    font-weight: 700;
}

.widget-post-wrap h4.post-title {
    font-size: 17px!important;
}

.recipe_grid_content {
	color: #242424;
	padding-right: 30px;
}

.recipe_grid_thumb {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
	min-height: 220px;
	
}

.recipe_grid_content h3 {
    color: #242424;
    font-size: 18px;
    line-height: 26px;
    margin-top: 18px;
    margin-bottom: 12px;
}

.recipe_grid_content h3 a {
    color: #242424;
}

.recipe_grid_content ul, .recipe_grid_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.recipe_grid_content ul li, .recipe_grid_list_item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.recipe_grid_content ul {
	margin: 0!important;
    padding: 0!important;
    list-style: none!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	line-height: 12px;

}

.recipe_grid_content ul li {
    list-style: none!important;
    display: inline-block;
    line-height: 16px!important;
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
    margin-bottom: 0!important;
	
}

.recipe_grid_content ul li.recipe_time i {
	margin-right: 7px;
}

.recipe_grid_content ul li a {
	color: #242424;
}

.recipe_grid_content ul li img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.recipe_grid_content ul li a {
	display: inline-block;
}

.recipe_grid_list {
	margin-top: 15px;
}

.recipe_grid_list h4.rceipe_list_title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 0px;
	font-weight: 700;
}

.recipe_grid_list li {
	border-bottom: 1px solid #cac6c673;
	margin-bottom: 10px;
    margin-top: 0px;
    padding-bottom: 10px;
}

.recipe_grid_list li:last-child {
	border-bottom: 0px solid;
}

.recipe_grid_content h3 a {
    padding-bottom: 5px;
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 1px;
    background-repeat: no-repeat;
    background-position: left 87%;
    display: inline;
}

.recipe_grid_content h3:hover a {
    color: #242424;
    background-size: 100% 1px;
    display: inline;
}

.recipe_grid_list h4.rceipe_list_title:hover {
	color: #FE5634;
}


.news-block-style .news-content .blog_meta_content_Box, .blog_meta_content_Box .entry-meta-author .entry-author-thumb a {
    color: #242424;
}

.weekend-top .owl-nav > div:hover {
    background: #FE5634!important;
}

.footer-widget p, .copyright-text, .copyright-text p, ul.footer-nav li a {
    color: #42454f;
}

.footer-widget ul, .footer-widget ul li a {
    color: #42454f;
    font-size: 16px;
    line-height: 36px;
}


.lrm-form a.button, .lrm-form button, .lrm-form button[type=submit], .lrm-form #buddypress input[type=submit], .lrm-form input[type=submit] {
    background: #FE5634;
    color: #FFF;
    border-radius: 0;
}

.lrm-user-modal-container input[type=text], .lrm-user-modal-container input[type=password], .lrm-user-modal-container input[type=email] {
	background-color: #fff;
    color: #FE5634;
}

.lrm-user-modal-container .lrm-switcher a {
    background: #ffe5e0;
    color: #FE5634;
}

.lrm-user-modal-container input[type=text]:focus, .lrm-user-modal-container input[type=password]:focus, .lrm-user-modal-container input[type=email]:focus {
	border: 1px solid #ead9d9;
    box-shadow: none;
}

.lrm-nice-checkbox__label:hover input:not([disabled]):checked ~ .lrm-nice-checkbox__indicator, .lrm-nice-checkbox__label input:checked:focus ~ .lrm-nice-checkbox__indicator {
    background: #FE5634;
}

.lrm-nice-checkbox__label .lrm-nice-checkbox__indicator {
	border: 2px solid #FE5634;
}

.lrm-user-modal-container-inner {
    border-radius: 0;
    overflow: hidden;
	font-family: Nunito;
}

.lrm-user-modal-container {
    margin: 12em auto 4em;
}

button:focus, .lrm-btn-style--full-width .lrm-form button[type=submit] {
    outline: none;
}

/*** Panel Navigation **/

.top-header-four-navbar li {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    list-style: none;
    display: block;
    padding: 0;
    height: 50px;
    cursor: pointer;
    color: #000;
}

.body-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;
    opacity: 0;
    z-index: 999;
    height: 100%;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.overlay-show {
    visibility: visible;
    opacity: .9;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.sidemenuoption {
    background: #fff;
    height: 100%;
    right: 0;
    top: 0;
    width: 355px;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    z-index: 1000;
    position: fixed;
    overflow-y: auto;
    -webkit-box-shadow: -2px 0px 10px rgba(0,0,0,.06);
    box-shadow: -2px 0px 10px rgba(0,0,0,.06);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    padding-top: 45px;
}


.sidemenuoption.themelazer-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

.menuoption-close {
    position: absolute;
    right: 16px;
    top: 50px;
    font-size: 24px;
    cursor: pointer;
    z-index: 100;
    font-weight: lighter;
    color: #000;
}

li.recipe_time {
    position: relative;
    padding-left: 20px;
}

li.recipe_time:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    font-family: fontAwesome;
    content: "\F0F5";
}

.panel-nav-content {
    padding-left: 50px;
}

.panel-nav-content ul, .panel-nav-content ul li {
	margin: 0;
    padding: 0;
    list-style: none;
}

.panel-nav-content ul {
    line-height: 36px;
    margin-top: 20px; 
	margin-bottom: 20px;
}

.recipe_meta {
	display: block;
}

.blog_layout_one_Top.home_style_single {
    padding-top: 60px;
    margin-top: 0px;
}


