/*!
  Theme Name:   Azure Pro
  Theme URI:    https://demo.codevibrant.com/azure-demo/
  Author:       CodeVibrant
  Author URI:   https://codevibrant.com
  Description:  Azure Pro is a magazine WordPress theme with a-two-click demo import feature which is a highly versatile and user-friendly theme explicitly designed for news websites, online magazines, and content-heavy blogs. It offers a range of advanced features and customization options to help you create a professional and engaging online publication. It offers Google fonts, text, and categories color options and layout options for Header, Frontpage Blocks, Single Posts, Related Posts, and Archives Posts. It has 8 Widget areas including-two sticky sidebar enabled from the primary header. It has all the necessary features like WooCommerce Compatibility, RTL ready, Gutenberg, Elementor compatibility, GDPR compliant, and many more. This theme is optimized for search engines, ensuring your content is easily discoverable by search engines like Google. This helps to drive organic traffic to your website and increase your online visibility. You can check demos here which can be easily imported by the CodeVibrant Demo Importer plugin. Also, You can check Demo here:https://azure.codevibrant.com/demos/azure-/
  Version:      1.0.8
  Tested up to: 6.7
  Requires PHP: 7.2
  License:      GNU General Public License v2 or later
  License URI:  https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
  Text Domain:  azure-pro
  Tags:         blog, entertainment, news, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, threaded-comments, translation-ready, rtl-language-support

  This theme, like WordPress, is licensed under the GPL.
  Use it to make something cool, have fun, and share what you've learned.

  Azure Pro is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
  Underscores is distributed under the terms of the GNU GPL v2 or later.

  Normalizing styles have been helped along thanks to the fine work of
  Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
  */

/*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  # Normalize
    - Captions
    - Galleries
  # Typography
  # Elements
  # Forms
  # Links
  # Accessibility
  # Alignments
  # Clearings
  # Widgets
  # Posts and pages
  # Galleries
  # Comments
  # Infinite scroll
  # Media
  # # Plugins
  # # Utilities
  # Grid CSS
  # Default widget css
  # Sidebar layout css
  # COMMON CSS
  # Header CSS
    ## Top Header CSS
    ## Main Header CSS
    ## Bottom header  CSS
  # Dark mode CSS
  # News Ticker CSS
  # Banner CSS
  # News Block and Author Profile CSS
  # Middle content layout CSS
    ## Block layout CSS
    ## list layout CSS
  # Bottom block content layout CSS
    ## Carousel layout CSS
    ## Grid layout CSS
  # Fullwidth featured CSS
  # Sidebar widget
    ## Latest widget / Trending CSS
  # Archive layout CSS
  # Single Post Layout CSS
  # Post Author Layout Css
  # Related Layout Css
  # Breadcrumb CSS
  # 404 Layout CSS
  # Single Page Layout CSS
  # Footer layout CSS

  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  #Normalize
  --------------------------------------------------------------*/

  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  font,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
  }

  html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  }

  *,
  *:before,
  *:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
  }

  body {
    background: #fff;
  }

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  main,
  nav,
  section {
    display: block;
  }

  ol,
  ul {
    list-style: none;
  }

  table {
    border-collapse: separate;
    border-spacing: 0;
  }

  caption,
  th,
  td {
    font-weight: normal;
    text-align: left;
  }

  blockquote::before,
  q::before {
    content: "\ee81";
    font-family: boxicons;
    position: absolute;
    left: -20px;
    top: -10px;
  }

  blockquote:after,
  q:after {
    content: "\ee82";
    font-family: boxicons;
    position: absolute;
    right: 0;
    bottom: -10px;
  }

  blockquote,
  q {
    quotes: "" "";
    position: relative;
  }

  blockquote cite {
    display: block;
    font-weight: 300;
    font-size: 16px;
    margin-top: 20px;
  }

  blockquote cite::before {
    content: "-";
    margin-right: 10px;
  }

  a:focus {
    outline: 0;
  }

  a:hover,
  a:active {
    outline: 0;
  }

  a img {
    border: 0;
  }

  /*--------------------------------------------------------------
        Typography
        --------------------------------------------------------------*/
  body,
  button,
  input,
  select,
  textarea {
    color: #3b3b3b;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    clear: both;
    font-weight: normal;
    font-family: "Nunito", sans-serif;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #3d3d3d;
    font-weight: 700;
  }

  p {
    margin-bottom: 10px;
  }

  b,
  strong {
    font-weight: bold;
  }

  dfn,
  cite,
  em,
  i {
    font-style: italic;
  }

  blockquote {
    margin: 0 20px;
    font-size: 20px;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
  }

  address {
    margin: 0 0 15px;
  }

  pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
  }

  code,
  kbd,
  tt,
  var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  }

  abbr,
  acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
  }

  mark,
  ins {
    background: #fff9c0;
    text-decoration: none;
  }

  sup,
  sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sup {
    bottom: 1ex;
  }

  sub {
    top: 0.5ex;
  }

  small {
    font-size: 75%;
  }

  big {
    font-size: 125%;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  /*--------------------------------------------------------------
        Elements
        --------------------------------------------------------------*/
  hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
  }

  ul,
  ol {
    margin: 0 0 15px 20px;
  }

  ul {
    list-style: disc;
  }

  ol {
    list-style: decimal;
  }

  li>ul,
  li>ol {
    margin-bottom: 0;
    margin-left: 15px;
  }

  dt {
    font-weight: bold;
  }

  dd {
    margin: 0 15px 15px;
  }

  img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
  }

  figure {
    margin: 0;
  }

  table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: collapse;
  }

  th {
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 5px 10px;
  }

  td {
    border: 1px solid #ccc;
    padding: 5px 10px;
  }

  /*--------------------------------------------------------------
        Forms
        --------------------------------------------------------------*/
  button,
  input,
  select,
  textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: middle;
  }

  .navigation .nav-links a,
  .bttn,
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    border: none;
    padding: 10px 25px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    border: 1px solid #04a8d0;
    background: #04a8d0;
    color: #fff;
  }

  .navigation .nav-links a:hover,
  .bttn:hover,
  button,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #333;
    border-color: #333;
  }

  input[type="checkbox"],
  input[type="radio"] {
    padding: 0;
  }

  button::-moz-focus-inner,
  input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
  }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"] {
    color: #666;
    border: 1px solid #ccc;
    height: 36px;
    width: 100%;
    -webkit-appearance: none;
  }

  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    border: 1px solid #aaa;
  }

  .searchform input[type="text"]:focus {
    border: none;
  }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"] {
    padding: 3px 6px;
  }

  textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    color: #666;
    border: 1px solid #ccc;
    height: 160px;
    max-width: 100%;
    width: 100%;
  }

  /*--------------------------------------------------------------
        Links
        --------------------------------------------------------------*/
  a {
    color: #484747;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }

  a:hover,
  a:focus,
  a:active {
    color: #04a8d0;
  }

  a:focus {
    outline: thin dotted;
  }

  /*--------------------------------------------------------------
        Accessibility
        --------------------------------------------------------------*/

  /* Text meant only for screen readers */

  .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
  }

  .screen-reader-text:hover,
  .screen-reader-text:active,
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #04a8d0;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
  }

  /*--------------------------------------------------------------
        Alignments
        --------------------------------------------------------------*/
  .alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
  }

  .alignright {
    display: inline;
    float: right;
    margin-left: 15px;
  }

  .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
  }

  /*--------------------------------------------------------------
        Clearings
        --------------------------------------------------------------*/
  .azure-pro-clearfix:before,
  .azure-pro-clearfix:after,
  .row:before,
  .row:after,
  .entry-content:before,
  .entry-content:after,
  .comment-content:before,
  .comment-content:after,
  .site-header:before,
  .site-header:after,
  .site-content:before,
  .site-content:after,
  .site-footer:before,
  .site-footer:after {
    content: "";
    display: table;
  }

  .azure-pro-clearfix:after,
  .row:after,
  .entry-content:after,
  .comment-content:after,
  .site-header:after,
  .site-content:after,
  .site-footer:after {
    clear: both;
  }

  .clear {
    clear: both;
  }

  /*--------------------------------------------------------------
        9.0 Widgets
        --------------------------------------------------------------*/
  .widget-area .widget {
    margin: 0 0 40px;
  }

  /* Make sure select elements fit in widgets */
  .widget-area .widget select {
    max-width: 100%;
  }

  .footer-widgets-wrapper .azure-social-icon-wrap,
  .widget-area .azure-social-icon-wrap {
    float: none;
  }

  .azure-social-icons-wrapper {
    overflow: auto;
  }

  /*--------------------------------------------------------------
        Posts and pages
        --------------------------------------------------------------*/
  .sticky {
    display: block;
  }

  h1.entry-title {
    color: #353535;
    font-weight: 700;
    padding-bottom: 0;
    text-transform: capitalize;
  }

  h1.entry-title a {
    color: #3d3d3d;
  }

  .hentry {
    margin: 0 0 15px;
  }

  .single .byline,
  .group-blog .byline,
  .posted-on,
  .blog-author,
  .blog-cat {
    display: inline;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
  }

  .entry-cat a {
    font-size: 13px;
  }

  .posted-on a {
    position: relative;
    color: #333;
  }

  .entry-cat .cat-links a,
  .entry-meta a {
    color: #333;
  }

  .byline a {
    color: #333;
  }

  .entry-cat .cat-links a:hover,
  .entry-cat a:hover,
  .byline a:hover,
  .posted-on a:hover {
    color: #04a8d0;
  }

  .cat-links {
    display: inline-block;
  }

  .comments-link {
    float: right;
  }

  .posted-on:before {
    content: "\ec45";
    font-family: boxicons;
    font-style: normal;
    margin-right: 5px;
  }

  .comments-link:before,
  .post-comment:before {
    content: "\ea76";
    font-family: boxicons;
    font-style: normal;
    margin-right: 5px;
  }

  .byline:before {
    content: "\ec63";
    font-family: boxicons;
    font-style: normal;
    margin-right: 5px;
  }

  .tags-links:before {
    content: "\ec3b";
    font-family: boxicons;
    font-style: normal;
    margin-right: 3px;
  }

  .page-content,
  .entry-content,
  .entry-summary {
    margin: 15px 0 0;
  }

  .page-content a,
  .entry-content a,
  .entry-summary a {
    text-decoration: underline;
  }

  .page-links {
    clear: both;
    margin: 0 0 15px;
  }

  .edit-link .post-edit-link:before {
    content: "\eabf";
    font-family: boxicons;
    margin-right: 5px;
  }

  #blog-post article.hentry,
  .search article.hentry,
  .archive article.hentry,
  .tag article.hentry,
  .category article.hentry,
  .blog article.hentry {
    margin-bottom: 40px;
  }

  .blog article.hentry:first-child {
    margin-top: 30px;
  }

  /* .page-header {
      padding-left: 12px;
    } */

  .page-header .page-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
  }

  .page-header .page-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 95%;
    background-color: #04a8d0;
  }

  .page-header .page-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #04a8d0;
  }

  .updated {
    display: none;
  }

  .published.updated {
    display: inline-block;
  }

  .entry-footer a {
    color: #666666;
  }

  .entry-footer a:hover {
    color: #e53935;
  }

  .nav-links .meta-nav {
    display: none;
  }

  .nav-links::after {
    content: "";
    display: block;
    clear: both;
  }

  .nav-links .nav-previous,
  .nav-links .nav-next {
    width: 48%;
    float: left;
  }

  .nav-links .nav-next {
    text-align: right;
    float: right;
  }

  .nav-links .nav-previous a:before {
    content: "\ea2c";
    font-family: boxicons;
    font-style: normal;
    margin-right: 5px;
  }

  .nav-links .nav-next a:after {
    content: "\ea2f";
    font-family: boxicons;
    font-style: normal;
    margin-left: 5px;
  }

  .nav-links .nav-next a,
  .nav-links .nav-previous a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .entry-thumbnail {
    width: 38%;
    float: left;
  }

  .entry-exrecpt {
    width: 60%;
    float: right;
  }

  .short-content {
    margin-bottom: 10px;
  }

  .short-content+.bttn {
    float: right;
  }

  .full-width {
    float: none;
    width: 100%;
  }

  .navigation .nav-links .page-numbers {
    padding: 0 14px;
    display: inline-block;
    background: none;
    border: 1px solid #f4f2f2;
    color: #242424;
    height: 38px;
    line-height: 33px;
    text-align: center;
    margin: 0 3px;
    border-radius: 101px;
    border-color: #e1e1e1;
  }

  .navigation.pagination {
    margin-left: 0;
  }

  .navigation .nav-links a.page-numbers:hover,
  .navigation .nav-links .page-numbers.current {
    background: #04a8d0;
    color: #fff;
    border: 1px solid #04a8d0;
  }

  /*--------------------------------------------------------------
        Galleries
        --------------------------------------------------------------*/
  .gallery {
    margin-bottom: 1.5em;
    margin-left: -2%;
  }

  #top-footer .gallery {
    margin-bottom: 0;
  }

  .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-bottom: 3%;
    margin-left: 2%;
  }

  .site-main .gallery a img {
    max-width: none;
    width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    max-width: 47%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 31.33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 23%;
  }

  .gallery-columns-5 .gallery-item {
    max-width: 18%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 14.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 12.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 10.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 9.11%;
  }

  .gallery-caption {
    display: block;
  }

  /*--------------------------------------------------------------
        Comments
     --------------------------------------------------------------*/
  #comments {
    margin-top: 30px;
  }

  .comment-content a {
    word-wrap: break-word;
  }

  .bypostauthor {
    display: block;
  }

  #comments h2.comments-title {
    color: #333;
    display: inline-block;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0;
    padding: 8px 15px;
  }

  #comments h3 {
    margin: 0 0 10px;
    color: #141414;
    font-weight: 600;
    display: inline-block;
    line-height: 22px;
    font-size: 18px;
  }

  #commentform label {
    display: inline-block;
  }

  textarea#comment {
    width: 100%;
    height: 150px;
  }

  .comment-form-cookies-consent label {
    margin-left: 14px;
  }

  /*Comment Lists*/
  .comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .comments-area ol.children {
    margin: 0 0 0 15px;
  }

  .comment-list .comment-body {
    padding: 20px;
    margin-bottom: 20px;
    background: none;
    border: 1px solid #e1e1e1;
    text-align: left;
  }

  .comment-author img {
    vertical-align: text-top;
    margin-right: 15px;
    border: 1px solid #e1e1e1;
    padding: 3px;
  }

  .comment-author {
    float: none;
  }

  .comment-metadata {
    font-size: 12px;
    margin-top: -12px;
    padding-left: 50px;
  }

  .comment-content {
    margin-top: 10px;
    padding-left: 50px;
  }

  .comment-author .fn {
    font-style: normal;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
  }

  .comment-author .fn .url {
    color: #333;
    padding: 0;
    font-size: 16px;
  }

  .comment-author .fn .url:hover {
    color: #04a8d0;
  }

  .comment-author .says {
    display: none;
  }

  .commentmetadata {
    float: right;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
  }

  .comment-metadata a {
    color: #969696;
  }

  .commentmetadata .comment-edit-link {
    color: #e53935;
  }

  .commentmetadata+.clear {
    margin-bottom: 20px;
  }

  .reply .comment-reply-link {
    background: none repeat scroll 0 0 #04a8d0;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    padding: 2px 10px;
    display: inline-block;
  }

  .reply .comment-reply-link:hover {
    background: none repeat scroll 0 0 #050505;
  }

  #respond {
    padding: 20px;
    margin: 20px 0 0;
    color: #141414;
    border: 1px solid #e1e1e1;
    background: #fafafa;
  }

  #commentform .form-submit {
    margin-bottom: 0;
  }

  #cancel-comment-reply-link {
    font-style: italic;
    color: #04a8d0;
  }

  #cancel-comment-reply-link:before {
    font-family: boxicons;
    content: "\ec8d";
    margin: 0 5px 0 20px;
    font-style: normal;
    color: #04a8d0;
  }

  .logged-in-as a {
    color: #04a8d0;
  }

  .edit-link a {
    color: #04a8d0;
  }

  /*--------------------------------------------------------------
        Infinite scroll
        --------------------------------------------------------------*/

  /* Globally hidden elements when Infinite Scroll is supported and in use. */

  .infinite-scroll .paging-navigation,
  /* Older / Newer Posts Navigation (always hidden) */

  .infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
  }

  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
  .infinity-end.neverending .site-footer {
    display: block;
  }

  #infinite-footer {
    display: none;
  }

  /*--------------------------------------------------------------
        Media
        --------------------------------------------------------------*/
  .page-content img.wp-smiley,
  .entry-content img.wp-smiley,
  .comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
  }

  .wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    max-width: 100%;
  }

  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
  }

  .wp-caption-text {
    text-align: center;
  }

  .wp-caption .wp-caption-text {
    margin: 10px 0;
  }

  .site-main .gallery {
    margin-bottom: 1.5em;
  }

  .site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
  }

  .site-main .gallery dd,
  .site-main .gallery figcaption {
    margin: 0;
  }

  /* Make sure embeds and iframes fit their containers */
  embed,
  iframe,
  object {
    max-width: 100%;
  }

  /* Captions
        --------------------------------------------- */
  .wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
  }

  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
  }

  .wp-caption-text {
    text-align: center;
  }

  /* Galleries
        --------------------------------------------- */
  .gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
  }

  .gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
  }

  .gallery-caption {
    display: block;
  }

  /*--------------------------------------------------------------
        # Plugins
        --------------------------------------------------------------*/

  /* Jetpack infinite scroll
        --------------------------------------------- */

  /* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
  .infinite-scroll .posts-navigation,
  .infinite-scroll.neverending .site-footer {
    display: none;
  }

  /* Re-display the Theme Footer when Infinite Scroll has reached its end. */
  .infinity-end.neverending .site-footer {
    display: block;
  }

  /*--------------------------------------------------------------
        # Utilities
        --------------------------------------------------------------*/

  /* Accessibility
        --------------------------------------------- */

  /* Text meant only for screen readers. */
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    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: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
  }

  /* Do not show the outline on the skip link target. */
  #primary[tabindex="-1"]:focus {
    outline: 0;
  }

  /*--------------------------------------------------------------
        Grid CSS
        --------------------------------------------------------------*/
  .azure-column-wrapper {
    margin-left: -3%;
    margin-bottom: -3%;
  }

  .azure-column-two {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 97%;
    margin-left: 3%;
    margin-bottom: 3%;
  }

  .azure-column-two {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 47%;
    margin-left: 3%;
    margin-bottom: 3%;
  }

  .azure-column-three {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 30.33%;
    margin-left: 3%;
    margin-bottom: 3%;
  }

  .azure-column-four {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 22%;
    margin-left: 3%;
    margin-bottom: 3%;
  }

  .azure-column-five {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 17%;
    margin-left: 3%;
    margin-bottom: 3%;
  }

  /*--------------------------------------------------------------
        Default widget css
        --------------------------------------------------------------*/
  .widget_archive ul,
  .widget_categories ul,
  .widget_recent_entries ul,
  .widget_meta ul,
  .widget_recent_comments ul,
  .widget_rss ul,
  .widget_pages ul,
  .widget_nav_menu ul,
  .wp-block-latest-posts,
  .wp-block-archives,
  .wp-block-categories,
  .wp-block-page-list,
  .wp-block-latest-comments {
    list-style: outside none none;
    margin: 0;
  }

  .wp-block-page-list ul {
    list-style: outside none none;
  }

  .widget_archive li,
  .widget_categories li,
  .widget_recent_entries li,
  .widget_meta li,
  .widget_recent_comments li,
  .widget_rss li,
  .widget_pages li,
  .widget_nav_menu li,
  .wp-block-latest-posts li,
  .wp-block-archives li,
  .wp-block-categories li,
  .wp-block-page-list li,
  .wp-block-latest-comments li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  .widget_archive li:last-child,
  .widget_categories li:last-child,
  .widget_recent_entries li:last-child,
  .widget_meta li:last-child,
  .widget_recent_comments li:last-child,
  .widget_rss li:last-child,
  .widget_pages li:last-child,
  .widget_nav_menu li:last-child,
  .wp-block-latest-posts li:last-child,
  .wp-block-archives li:last-child,
  .wp-block-categories li:last-child,
  .wp-block-page-list li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .widget_archive a,
  .widget_categories a,
  .widget_recent_entries a,
  .widget_meta a,
  .widget_recent_comments li,
  .widget_rss li,
  .widget_pages li a,
  .widget_nav_menu li a,
  .wp-block-latest-posts li a,
  .wp-block-archives li a,
  .wp-block-categories li a,
  .wp-block-page-list li a,
  .wp-block-latest-comments li {
    color: #333333;
    font-size: 14px;
    line-height: 28px;
    padding-left: 30px;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: inline-block;
  }

  .widget a:hover,
  .widget a:hover::before,
  .widget li:hover::before {
    color: #04a8d0;
  }

  .widget_archive a::before,
  .widget_categories a::before,
  .widget_recent_entries a::before,
  .widget_meta a::before,
  .widget_recent_comments li::before,
  .widget_rss li:before,
  .widget_pages li a:before,
  .widget_nav_menu li a:before,
  .wp-block-latest-posts li a:before,
  .wp-block-archives li a:before,
  .wp-block-categories li a:before,
  .wp-block-page-list li a:before,
  .wp-block-latest-comments li:before {
    color: #afb4bd;
    content: "\e9fc";
    font-family: boxicons;
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 0px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

  .widget_categories a::before,
  .wp-block-categories li a:before {
    content: "\ea39";
  }

  .widget_recent_entries a::before,
  .wp-block-latest-posts li a:before {
    content: "\ea97";
  }

  .widget_meta a::before,
  .widget_nav_menu li a:before {
    content: "\ea55";
  }

  .widget_recent_comments li::before,
  .wp-block-latest-comments li:before {
    content: "\eb78";
    top: 0;
  }

  .widget_rss li::before {
    content: "\ebee";
    top: 0;
  }

  .widget_pages li a:before,
  .wp-block-page-list li a:before {
    content: "\ead5";
    top: 0;
  }

  .widget_search .search-field {
    width: 75%;
    float: left;
  }

  .widget_search .search-submit {
    height: 36px;
    width: 25%;
    background: #e53935;
    border-color: #e53935;
    color: #ffffff;
  }

  .widget_recent_entries .post-date {
    color: #8f8f8f;
    display: block;
    font-size: 11px;
    margin-top: -5px;
    padding-left: 24px;
  }

  .widget_nav_menu .sub-menu {
    margin: 10px 0 0 10px;
  }

  .widget_nav_menu li::before {
    top: 0;
  }

  .widget_search::after {
    clear: both;
    content: "";
    display: table;
  }

  .widget_search .search-field {
    width: 75%;
    float: left;
  }

  .widget_search .search-submit,
  .widget_search .search-submit:hover {
    height: 36px;
    width: 25%;
    background: #e53935;
    border-color: #e53935;
    color: #ffffff;
    padding: 0;
  }

  .widget_tag_cloud .tagcloud a,
  .widget_tag_cloud a {
    color: #909090;
    font-size: 14px !important;
    border: 1px solid #cfcfcf;
    padding: 1px 10px;
    display: inline-block;
    margin: 0 5px 10px 0;
    border-radius: 2px;
  }

  .widget_tag_cloud .tagcloud a:hover,
  .widget.widget_tag_cloud a:hover {
    background: #e53935;
    color: #fff;
    border-color: #e53935;
  }

  .wp-block-search__button {
    background: #333;
    border: none;
    width: 80px;
    margin: 0;
    height: 36px;
    color: #ffffff;
  }

  /*--------------------------------------------------------------
        Sidebar layout css
        --------------------------------------------------------------*/
  #primary,
  .home.blog #primary {
    float: left;
    width: 70%;
  }

  #secondary,
  .home.blog #secondary {
    float: right;
    width: 27%;
  }

  #left-secondary,
  .home.blog #left-secondary {
    float: left;
    width: 27%;
  }

  .home.page-template-template-home #primary,
  .home.page-template-template-home #secondary,
  .error404 #primary {
    float: none;
    width: 100%;
  }

  .left-sidebar #primary,
  .home.left-sidebar #primary {
    float: right;
  }

  .both-sidebar #left-secondary,
  .home.blog.both-sidebar #left-secondary {
    float: left;
    width: 23%;
  }

  .both-sidebar #primary,
  .home.blog.both-sidebar #primary {
    float: left;
    width: 50%;
    margin-left: 2% !important;
  }

  .both-sidebar #secondary,
  .home.blog.both-sidebar #secondary {
    float: right;
    width: 23%;
  }

  .no-sidebar #primary,
  .home.blog.no-sidebar #primary {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  body.no-sidebar-center #primary,
  body.home.blog.no-sidebar-center #primary {
    float: none;
    width: 80%;
    margin: 30px auto;
  }

  .no-sidebar #secondary,
  .no-sidebar-center #secondary {
    display: none;
  }

  #secondary .widget_media_image img,
  #left-secondary .widget_media_image img {
    width: 100%;
  }

  .home.blog #content #primary article:first-child {
    margin-top: 0;
  }

  .widget .author,
  .widget .posted-on a::before {
    display: none;
  }

  .no-thumbnail.sticky {
    padding-top: 70px !important;
  }

  .left-sidebar #secondary {
    display: none;
  }

  .right-sidebar #left-secondary {
    display: none;
  }

  .no-sidebar #secondary,
  .no-sidebar #left-secondary,
  .no-sidebar-center #secondary,
  .no-sidebar-center #left-secondary {
    display: none;
  }

  /*--------------------------------------------------------------
        Common Css
        --------------------------------------------------------------*/
  body {
    font-weight: 400;
    position: relative;
    font-family: "Roboto", sans-serif;
    line-height: 1.8;
  }

  .azure-pro-container {
    width: 1320px;
  }

  .azure-pro-container {
    width: 1320px;
    margin: 0 auto;
  }

  .azure-flex {
    display: flex;
    align-items: center;
  }

  .social-icon {
    list-style-type: none;
  }

  .azure-pro-grid {
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .entry-title {
    margin: 0;
  }

  .entry-title a {
    color: #212121;
    font-size: 18px;
    display: block;
  }

  .frontpage-block .entry-title a:hover,.entry-title a:hover {
    color: #04a8d0;
    text-decoration: underline;
  }

  .post-title a {
    color: #212121;
    display: inline;
  }

  .post-title a:hover {
    color: #04a8d0;
  }

  #masthead {
    background-color: #fff;
  }

  .azure-site-layout--separate #page {
    background: #f7f8f9;
  }

  /*--------------------------------------------------------------
     .azure-site-layout--boxed  Css
    --------------------------------------------------------------*/
  .azure-site-layout--boxed {
    background: #3582c4;
  }

  .azure-site-layout--boxed #page {
    width: 1290px;
  }

  .azure-site-layout--boxed #page {
    width: 1370px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
  }

  /*--------------------------------------------------------------
    masthead image css
    --------------------------------------------------------------*/
  #masthead.header--bg-image {
    background-color: #fff;
    position: relative;
  }

  #masthead.header--bg-image::after {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #masthead.header--bg-image .azure-advertisement-wrapper .azure-pro-container {
    z-index: auto;
  }

  #masthead.header--bg-image .azure-pro-container {
    position: relative;
    z-index: 9;
  }

  #masthead.header--bg-image #site-navigation ul li a,
  #masthead.header--bg-image .header-search-wrapper i {
    color: #fff !important;
  }

  #masthead.header--bg-image #site-navigation ul.sub-menu a,
  #site-navigation ul.children a {
    color: #000 !important;
  }

  #masthead.header--bg-image .is-sticky #site-navigation ul li.current-menu-item>a,
  #site-navigation ul li.current_page_item>a,
  #site-navigation ul li.current-menu-ancestor>a {
    border: none;
  }

  #masthead.header--bg-image .is-sticky #site-navigation ul li a {
    color: #000 !important;
  }

  #masthead.header--bg-image .sidebar-menu-toggle-nav span {
    background-color: #fff;
  }

  /*--------------------------------------------------------------
      Top Menu header Css
    --------------------------------------------------------------*/
  #top-header {
    padding: 8px 0px;
    background: #04a8d0;
  }

  .azure-menu-toogle {
    display: none;
  }

  #top-header-menu {
    display: flex;
    margin-bottom: 0px;
    gap: 11px;
    list-style-type: none;
  }

  #top-header-menu a {
    color: #fff;
  }

  .social-icons-wrapper {
    order: 2;
    margin: 0 0 0 auto;
    display: flex;
  }

  .top-bar-navigation {
    order: 2;
    margin: 0 0 0 10px;
  }

  .social-icons-wrapper .social-icon {
    margin-left: 12px;
  }

  .top-header-date-wrap {
    color: #fff;
  }

  #top-header .top-bar-navigation .menu-item-description {
    display: none;
  }

  .header-main-layout--two #top-header-menu {
    gap: 33px;
  }

  .social-icons-wrapper .social-icon i {
    border-radius: 50px;
    padding: 6px 6px;
    width: max-content;
    height: max-content;
    background: transparent;
  }

  .social-icons-wrapper .social-icon i:hover {
    background-color: #fff;
    color: #04a8d0;
    border-radius: 50px;
    padding: 6px 6px;
    width: max-content;
    height: max-content;
    text-align: center;
  }

  /*--------------------------------------------------------------
     social icon layout two Css
    --------------------------------------------------------------*/

  .social-icons-wrapper.icon-layout--two a {
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 2px 0px;
    display: block;
  }

  .social-icons-wrapper.icon-layout--two .social-icon i:hover {
    width: auto;
    height: auto;
    padding: auto;
    background-color: transparent;
  }

  .social-icons-wrapper.icon-layout--two .social-icon i {
    width: auto;
    height: auto;
    padding: auto;
  }

  .social-icons-wrapper a {
    color: #fff;
  }


  /********************************************************
  official social icon color Css
  ********************************************************/
  .icon-color--official .bxl-instagram {
    color: #C62828;
  }

  .icon-color--official .bxl-youtube,
  .icon-color--official .bxl-youtube-play {
    color: #C62828;
  }

  .icon-color--official .bxl-facebook,
  .icon-color--official .bxl-facebook-circle,
  .icon-color--official .bxl-facebook-square,
  .icon-color--official .bxl-facebook-official,
  .icon-color--official .bxl-skype {
    color: #1da1f2;
  }

  .icon-color--official .bxl-twitter-square{
    color:#000;
  }

  .icon-color--official .bxl-google-plus-circle,
  .icon-color--official .bxl-google-plus-square,
  .icon-color--official .bxl-google-plus-official,
  .icon-color--official .bxl-google-plus,
  .icon-color--official .bxl-google {
    color: #db4a39;
  }

  .icon-color--official .bxl-tiktok {
    color: #ee1d52;
  }

  .mt-x-twitter {
    color: #000;
  }

  .icon-color--official .bxl-whatsapp,
  .icon-color--official .bxl-whatsapp-square {
    color: #25d366;
  }

  .icon-color--official .bxl-airbnb {
    color: #F73659;
  }

  .icon-color--official .bxl-deviantart {
    color: #05cc47;
  }

  .icon-color--official .bxl-linkedin,
  .icon-color--official .bxl-linkedin-square {
    color: #0a66c2;
  }

  .icon-color--official .bxl-pinterest,
  .icon-color--official .bxl-pinterest-square,
  .icon-color--official .bxl-pinterest-alt {
    color: #bd081c;
  }

  .icon-color--official .bxl-adobe {
    color: #DB2219;
  }

  .icon-color--official .bxl-flickr,
  .icon-color--official .bxl-flickr-square {
    color: #f40083;
  }

  .icon-color--official .bxl-tumblr {
    color: #35465d;
  }

  .icon-color--official .bxl-slack {
    color: #4a154b;
  }

  .icon-color--official .bxl-reddit,
  .icon-color--official .bxl-reddit-square {
    color: #ff4500;
  }

  .icon-color--official .bxl-messenger {
    color: #913BCC;
  }

  .icon-color--official .bxl-wordpress {
    color: #009BCB;
  }

  .icon-color--official .bxl-weixin {
    color: #09B83E;
  }

  .icon-color--official .bxl-behance {
    color: #0054F7;
  }

  .icon-color--official .bxl-behance-square {
    color: #053eff;
  }

  .icon-color--official .bxl-dribbble {
    color: #ea4c89;
  }

  .icon-color--official .bxl-yahoo {
    color: #6001d2;
  }

  .icon-color--official .bxl-blogger {
    color: #ED7800;
  }

  .icon-color--official .bxl-snapchat,
  .icon-color--official .bxl-snapchat-ghost,
  .icon-color--official .bxl-snapchat-square {
    color: #fffc00;
  }

  .icon-color--official .bxl-wix {
    color: #F4B66C;
  }

  .icon-color--official .bxl-meta {
    color: #005ED6;
  }

  .icon-color--official .bxl-baidu {
    color: #2319DC;
  }

  .icon-color--official .bxl-twitch {
    color: #8C45F7;
  }

  .icon-color--official .bxl-discord-alt {
    color: #5562EA;
  }

  .icon-color--official .bxl-vk {
    color: #0072F7;
  }

  .icon-color--official .bxl-trip-advisor {
    color: #31D99C;
  }

  .icon-color--official .bxl-telegram {
    color: #28A4E4;
  }

  .icon-color--official .bxl-quora {
    color: #B32A26;
  }

  .icon-color--official .bxl-ok-ru {
    color: #EF8B27;
  }

  .icon-color--official .bxl-microsoft-teams {
    color: #544FBC;
  }

  .icon-color--official .bxl-foursquare {
    color: #F14572;
  }

  .icon-color--official .bxl-soundcloud {
    color: #F75200;
  }

  .icon-color--official .bxl-vimeo {
    color: #00A8E8;
  }

  .icon-color--official .bxl-digg {
    color: #313131;
  }

  .icon-color--official .bxl-periscope {
    color: #3E9FBE;
  }

  .icon-color--official .bxl-xing {
    color: #005D5B;
  }

  .icon-color--official .bxl-imdb {
    color: #EDBF17;
  }



  /*!---- top menu css end ------- */

  /*--------------------------------------------------------------
      Main   header Wrapper Css
    --------------------------------------------------------------*/
  /*---- Site Branding Css  -----------*/
  .main-header-wrapper {
    padding: 8px 0px 0px;
  }

  .site-branding {
    margin: 0 auto;
    text-align: center;
  }

  .site-branding .site-title {
    margin-bottom: 0px;
  }

  /*---- Site Branding Css End  -----------*/

  /*---- Advertisement Banner   -----------*/
  .azure-header-ads-wrap {
    text-align: center;
  }

  /*---- Main  header Wrapper Css End  -----------*/


  /*--------------------------------------------------------------
        Bottom  header Wrapper Css
    --------------------------------------------------------------*/

  /* ---sidebar-toggle-nav css--- */
  .sticky-header-sidebar.isActive {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .sticky-header-sidebar {
    position: fixed;
    left: -360px;
    width: 360px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background: #f7f8f9;
    transition: 0.5s ease;
    z-index: 99;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    height: 100%;
  }

  .sticky-header-widget-wrapper {
    padding: 35px 20px;
    position: relative;
    z-index: 1;
    background: #f4f2f2;
    height: 100%;
    overflow-y: scroll;
  }

  .sticky-sidebar-close {
    position: absolute;
    top: 50px;
    right: -16px;
    font-size: 24px;
    border-color: #04a8d0;
    background-color: rgb(4, 168, 208);
    color: #fff;
    padding: 2px;
    display: block;
    line-height: 20px;
    cursor: pointer;
    z-index: 2;
  }

  .sticky-header-widget-wrapper .widget {
    margin-top: 30px;
    background: #fff;
    padding: 15px;
  }

  .sidebar-toggle-search-wrapper .sidebar-menu-toggle {
    background: none;
    border-color: #b9b8b8;
    color: #494a4a;
    font-size: 21px;
    border-radius: 7px;
    padding: 14px;
  }

  .header-search-wrapper .search-icon a {
    padding-left: 16px;
    color: #000;
    font-size: 19px;
  }

  .main-header-wrapper .sidebar-menu-toggle-nav {
    position: relative;
    overflow: hidden;
    width: 24px;
    height: 17px;
    margin: 0 auto;
  }

  .main-header-wrapper .sidebar-menu-toggle-nav span {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    border-radius: 10px;
    height: 3px;
    background-color: #505050;
    border-color: #fff;
    transition: 0.075s all ease-in;
  }

  .main-header-wrapper .sidebar-menu-toggle-nav span.smtn-top {
    width: 85%;
  }

  .main-header-wrapper .sidebar-menu-toggle-nav span.smtn-mid {
    top: 50%;
    width: 100%;
    margin-top: -1.5px;
  }

  .main-header-wrapper .sidebar-menu-toggle-nav span.smtn-bot {
    bottom: 0;
    width: 85%;
    transition-delay: 90ms;
  }

  .sidebar-menu-toggle:hover .sidebar-menu-toggle-nav span.smtn-top,
  .sidebar-menu-toggle:hover .sidebar-menu-toggle-nav span.smtn-bot,
  .sidebar-menu-toggle:focus .sidebar-menu-toggle-nav span.smtn-top,
  .sidebar-menu-toggle:focus .sidebar-menu-toggle-nav span.smtn-bot {
    width: 100%;
  }

  /* ---sidebar-toggle-nav css end ----*/

  /*--------------------------------------------------------------
      Search Form Wrapper Css
    --------------------------------------------------------------*/
  .header-search-wrapper {
    position: relative;
  }

  .search-icon {
    display: block;
    line-height: 40px;
    padding: 0 14px;
    cursor: pointer;
    color: #ffffff;
  }

  .header-search-wrapper .search-form-wrap {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
    border-top: 2px solid#04a8d0;
    padding: 15px;
    position: absolute;
    left: 0;
    top: 116%;
    width: 300px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    background-clip: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 5%);
  }

  input[type="search"]:focus-visible {
    outline: 1px solid #04a8d0;
    border-radius: 1px;
  }

  .header-search-wrapper .search-form-wrap::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #04a8d0;
    content: "";
    position: absolute;
    left: 27px;
    top: -10px;
  }

  .header-search-wrapper .search-form-wrap .search-submit {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    float: left;
    padding: 7px 0 10px;
    width: 20%;
    height: 36px;
    background: #04a8d0;
  }

  .search-icon-close {
    position: absolute;
    right: -12px;
    top: -11px;
    background-color: #04a8d0;
    color: #fff;
    padding-left: 0px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 27PX;
    font-size: 18px;
    border-radius: 20px;
  }

  .search-icon-close a {
    color: #fff;
  }

  .search-icon-close a:hover {
    color: #000;
  }

  .header-search-wrapper .search-form-wrap .search-field {
    border-radius: 0;
    padding: 4px 10px;
    width: 80%;
    float: left;
  }

  .search-form-wrap.active-search {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
  }

  .header-main-layout--two .header-search-wrapper .search-form-wrap {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
    border-top: 2px solid#04a8d0;
    padding: 15px;
    position: absolute;
    top: 60px;
    right: 0;
    left: unset;
    width: 300px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }

  .header-main-layout--two .search-form-wrap.active-search {
    visibility: visible;
    top: 59px;
    opacity: 1;
  }

  .header-main-layout--two .search-icon-close {
    left: -6px;
  }

  .header-main-layout--two .header-search-wrapper .search-form-wrap::before {
    display: none;
  }


  /*--------------------------------------------------------------
  Dark Mode Css
  --------------------------------------------------------------*/
  body.dark-mode,
  .dark-mode #site-navigation ul li a,
  .dark-mode.azure-icon-elements-wrap .search-icon a,
  .dark-mode .entry-title a,
  .dark-mode .azure-button a,
  .dark-mode .block-title,
  .dark-mode .post-excerpt,
  .dark-mode .widget_archive a,
  .dark-mode .widget_categories a,
  .dark-mode .widget_recent_entries a,
  .dark-mode .widget_meta a,
  .dark-mode .widget_recent_comments li,
  .dark-mode .widget_rss li,
  .dark-mode .widget_pages li a,
  .dark-mode .widget_nav_menu li a,
  .dark-mode .wp-block-latest-posts li a,
  .dark-mode .wp-block-archives li a,
  .dark-mode .wp-block-categories li a,
  .dark-mode .wp-block-page-list li a,
  .dark-mode .wp-block-latest-comments li,
  .dark-mode .entry-title,
  .dark-mode #comments h3,
  .dark-mode #respond,
  .dark-mode h1,
  .dark-mode h2,
  .dark-mode h3,
  .dark-mode h4,
  .dark-mode h5,
  .dark-mode h6,
  .dark-mode .page-header .page-title,
  .dark-mode .header-news-ticker-wrapper .post-title a,
  .dark-mode .banner-tabbed-wrapper ul.banner-tabs li a,
  .dark-mode .trending-posts .entry-title a,
  .dark-mode .latest-posts-wrapper .posts-column-wrapper .entry-title a:hover,
  .dark-mode.header-main-layout--two .custom-button-bell-icon,
  .dark-mode .azure-banner-wrapper .post-title a,
  .dark-mode .azure-banner-wrapper .slide-title a,
  .dark-mode .news-ticker-post-title a,
  .dark-mode .header-search-wrapper i,
  .dark-mode .trail-item span,
  .dark-mode .azure-pro-post-content-wrap .entry-meta span a,
  .dark-mode .navigation .nav-links a.page-numbers,
  .dark-mode.navigation .nav-links a,
  .dark-mode .wp-block-latest-comments__comment-meta a,
  .dark-mode .published.updated,
  .dark-mode .post-meta-wrap a,
  .dark-mode .post-meta-wrap span,
  .dark-mode .site-title a, .dark-mode #colophon .widget a::before ,
  .dark-mode  #colophon,
  .dark-mode .copyright-content-wrapper ,
  .dark-mode  #colophon a , .dark-mode #footer-navigation ul li a {
    color: #fff !important;
  }

  .dark-mode.-news-site-layout--separate .frontpage-block .block-wrapper,
  .dark-mode.azure-site-layout--separate #primary,
  .dark-mode.home.blog.azure-site-layout--separate #primary,
  .dark-mode.azure-site-layout--separate #secondary .widget,
  .dark-mode.home.blog.azure-site-layout--separate #secondary .widget,
  .dark-mode.azure-site-layout--separate #left-secondary .widget,
  .dark-mode.home.blog.azure-site-layout--separate #left-secondary .widget,
  .dark-mode.azure-site-layout--separate .breadcrumbs,
  .dark-mode #respond,
  .azure-site-layout--separate.dark-mode .secondary-content-wrapper .widget,
  .dark-mode .header-news-ticker-wrapper .news-ticker-posts-wrapper.ticker-posts,
  .dark-mode .sticky-header-widget-wrapper .widget,
  .dark-mode .banner-tabbed-wrapper .single-post-wrap,
  .dark-mode .header-news-ticker-wrapper,
  .dark-mode .author-info-wrap,
  .dark-mode .bottom-header-wrapper,
  .dark-mode #site-navigation ul.sub-menu,
  .dark-mode #site-navigation ul.children,
  .dark-mode .main-header-wrapper,
  .dark-mode .azure-button.read-more-button a,
  .dark-mode .breadcrumb-trail.breadcrumbs,
  .dark-mode .sticky-header-widget-wrapper,
  .dark-mode #top-header,
  .dark-mode #footer-widget-area,
  .dark-mode .site-info,
  .dark-mode #azure-pro-scrollup,
  .dark-mode .subcribe-ads-button a,
  .dark-mode .sticky-wrapper.is-sticky,
  .dark-mode.azure-site-layout--separate .frontpage-block .block-wrapper, .dark-mode.header-main-layout--two .header-news-ticker-wrapper .azure-pro-container {
    background: #1c1c1c !important;
  }

  .dark-mode .posts-layout--two .azure-pro-post-content-wrap .entry-title a ,
  .dark-mode .posts-layout--two .azure-pro-post-content-wrap .entry-content p,
  .dark-mode .posts-layout--two .azure-pro-post-content-wrap .entry-meta > span,.dark-mode .posts-layout--two .azure-pro-post-content-wrap .entry-meta a{
    color:#000 !important;
  }

  .dark-mode .subcribe-ads-button a {
    border: 1px solid #fff;
  }
  .dark-mode .subcribe-ads-button .search-icon a{
    border: none;
  }

  .dark-mode .sidebar-menu-toggle-nav span {
    background-color: #fff !important;
  }

  .dark-mode .is-sticky .bottom-header-wrapper .azure-pro-container {
    border-top: none;
  }

  .dark-mode .bottom-header-wrapper .azure-pro-container {
    border-top: 1px solid #fff;
  }

  body.dark-mode,
  .dark-mode #page,
  .dark-mode .mt-logo-row-wrapper {
    background: #000;
  }

  .azure-site-layout--boxed .azure-pro-container {
    width: 100%;
    padding: 0 40px;
  }

  .main-header-wrapper .subcribe-ads-button.logo-ads-wrapper {
    display: inherit;
    gap: 12px;
    align-items: center;
  }

  .azure-site-layout--boxed .single-related-posts.related-post-layout--one .azure-pro-container{
    padding:0px;
  }

  /*-------------------------------
     dark and light mode button css
     --------------------------------*/

  #azure-site-mode-wrap a {
    display: block;
    height: 36px;
    width: 36px;
    border-radius: 50px;
    position: relative;
    transition: 0.25s;
    font-size: 0;
    background-color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
  }

  #azure-site-mode-wrap a span {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all ease-in-out 0.3s;
  }

  #azure-site-mode-wrap a.dark-mode span::after {
    height: 12px;
    width: 12px;
    content: "";
    position: absolute;
    left: 50%;
    top: 49%;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    color: #111;
    transition: all ease-in-out 0.3s;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3C/svg%3E");
  }

  #azure-site-mode-wrap a.dark-mode span::after {
    height: 12px;
    width: 12px;
    content: "";
    position: absolute;
    left: 50%;
    top: 49%;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    color: #111;
    transition: all ease-in-out 0.3s;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3C/svg%3E");
  }

  #azure-site-mode-wrap a.light-mode span::after {
    display: block;
    --size: 15px;
    appearance: none;
    outline: none;
    cursor: pointer;
    width: var(--size);
    height: var(--size);
    box-shadow: inset calc(var(--size) * 0.33) calc(var(--size) * -0.25) 0;
    border-radius: 999px;
    color: #333;
    transition: all 500ms;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    content: "";
  }


  /* ------menu css start ------*/

  #site-navigation ul {
    display: flex;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0;
  }

  #site-navigation ul li {
    position: relative;
  }

  #site-navigation ul#primary-menu li.menu-item-has-children a,
  #site-navigation #primary-menu li.page_item_has_children a {
    padding-right: 30px;
  }

  #site-navigation ul li a {
    font-weight: 500;
    font-size: 17px;
    line-height: 42px;
    display: block;
    position: relative;
    padding: 18px 20px;
  }

  #site-navigation ul li:hover>a::before {
    transform: rotateX(180deg);
  }

  #site-navigation ul.sub-menu,
  #site-navigation ul.children {
    margin-left: 0px;
  }

  #site-navigation ul li.current-menu-item>a,
  #site-navigation ul li.current_page_item>a,
  #site-navigation ul li.current-menu-ancestor>a {
    color: #04a8d0;
    top: -3px;
    border-top: 3px solid #04a8d0;
  }

  #site-navigation ul.sub-menu li {
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
  }

  #site-navigation ul.sub-menu li:hover {
    background-color: #e1e1e1;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }

  #site-navigation #primary-menu>li>a::after,
  #site-navigation ul.nav-menu>li>a::after {
    position: absolute;
    content: "";
    height: 3px;
    background: #04a8d0;
    right: 0;
    margin: 0 auto;
    top: -3px;
    width: 100%;
    transition: 0.5s;
    transform: scaleX(0);
    transform-origin: top left;
  }

  #site-navigation #primary-menu>li:hover>a::after,
  #site-navigation ul.nav-menu>li:hover>a::after {
    transform-origin: top left;
    transform: scaleX(1);
  }

  #site-navigation .sub-menu li>a:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 0;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    margin: 0;
    background: #6c6c6c;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }

  #site-navigation ul li.menu-item-has-children>a::before,
  #site-navigation ul li.page_item_has_children>a:before {
    content: "\ea4a";
    font-family: boxicons;
    position: absolute;
    right: 9px;
  }

  #site-navigation ul.sub-menu li.menu-item-has-children>a:before,
  #site-navigation ul.children li.page_item_has_children>a:before {
    content: "\ea50";
  }

  #site-navigation ul.sub-menu li a,
  #site-navigation ul.children li a {
    padding: 10px 15px;
    width: 216px;
    line-height: 1.5;
  }

  #site-navigation .menu-item-description {
    position: absolute;
    top: 1px;
    right: -39px;
    background: #04a8d0;
    line-height: 24px;
    font-size: 12px;
    padding: 0 10px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 9;
  }

  #site-navigation .menu-item-description::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #04a8d0 transparent transparent transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #site-navigation ul.sub-menu .menu-item-description,
  #site-navigation ul.children .menu-item-description {
    display: none;
  }

  #site-navigation ul.sub-menu li:last-child,
  #site-navigation ul.children li:last-child {
    border: none;
  }

  #site-navigation ul li a.azure-sub-toggle {
    display: none;
  }

  #site-navigation ul.sub-menu,
  #site-navigation ul.children {
    position: absolute;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    background-color: #fff;
    background-clip: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 5%);
    border-radius: 0px 5px 5px 5px;
    border-left: 8px solid #04a8d0;
    opacity: 0;
    line-height: 24px;
    list-style-type: none;
    display: block;
  }

  #site-navigation ul.sub-menu li,
  #site-navigation ul.children li {
    float: none;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
  }

  #site-navigation ul.sub-menu li ul,
  #site-navigation ul.children li ul {
    right: 9999em;
    left: auto !important;
    top: 0% !important;
    -webkit-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
    -o-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
    transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  }

  #site-navigation ul.sub-menu li:hover>ul,
  #site-navigation ul.children li:hover>ul,
  #site-navigation ul.sub-menu li.focus>ul,
  #site-navigation ul.children li.focus>ul {
    right: -100%;
    left: auto !important;
    top: 0% !important;
    -webkit-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
    -o-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
    transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  }

  #site-navigation li:hover>ul.sub-menu,
  #site-navigation li:hover>ul.children,
  #site-navigation ul li.focus>ul.sub-menu,
  #site-navigation ul li.focus>ul.children {
    opacity: 1;
    z-index: 1;
    transform: scaleY(1);
  }

  #site-navigation ul li.focus>ul.sub-menu,
  #site-navigation ul li.focus>ul.children {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }



  /*!---- menu css end ------- */

  /*--------------------------------------------------------------
        main header-layout-two Css
    --------------------------------------------------------------*/
  .header-main-layout--two .header-news-ticker-wrapper {
    border: none;
    background-color: transparent;
    margin: 20px 0px;
  }

  .header-main-layout--two .header-news-ticker-wrapper .azure-pro-container {
    background-color: #fff;

  }

  .header-main-layout--two .site-branding {
    margin: 0;
  }

  .header-main-layout--two .azure-advertisement-wrapper {
    margin-left: auto;
  }

  .header-main-layout--two .main-header-wrapper {
    padding: 8px 0px;
  }

  .header-main-layout--two .bottom-header-wrapper {
    justify-content: unset;
    background-color: #04a8d0;

  }

  .header-main-layout--two #site-navigation ul li a {
    line-height: 57px;
  }

  .header-main-layout--two #site-navigation ul {
    margin-left: 0;
  }

  .bottom-header-wrapper .azure-advertisement-wrapper .azure-pro-container,
  .header-main-layout--two .bottom-header-wrapper .azure-pro-container {
    border: none;
  }

  .header-main-layout--two .sidebar-menu-toggle:hover .sidebar-menu-toggle-nav span.smtn-top,
  .header-main-layout--two .sidebar-menu-toggle:hover .sidebar-menu-toggle-nav span.smtn-bot,
  .header-main-layout--two .sidebar-menu-toggle:focus .sidebar-menu-toggle-nav span.smtn-top,
  .header-main-layout--two .sidebar-menu-toggle:focus .sidebar-menu-toggle-nav span.smtn-bot {
    width: 100%;
  }

  .header-main-layout--two .bottom-header-wrapper .sidebar-menu-toggle-nav span.smtn-bot {
    bottom: 0;
    width: 85%;
    transition-delay: 90ms;
  }

  .header-main-layout--two .bottom-header-wrapper .sidebar-menu-toggle-nav span {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    border-radius: 10px;
    height: 3px;
    background-color: #fff;
    border-color: #fff;
    transition: 0.075s all ease-in;
  }

  .header-main-layout--two .bottom-header-wrapper .sidebar-menu-toggle-nav span.smtn-top {
    width: 85%;
  }

  .header-main-layout--two .bottom-header-wrapper .sidebar-menu-toggle-nav span.smtn-mid {
    top: 50%;
    width: 100%;
    margin-top: -1.5px;
  }

  .header-main-layout--two .bottom-header-wrapper .sidebar-menu-toggle-nav {
    position: relative;
    overflow: hidden;
    width: 24px;
    height: 17px;
    margin: 0 auto;
  }

  .header-main-layout--two .sidebar-toggle-search-wrapper .sidebar-menu-toggle {
    border: none;
    padding: 14px 14px 14px 0px;
  }

  .header-main-layout--two .sidebar-toggle-search-wrapper #azure-site-mode-wrap a {
    padding-left: 20px;
  }

  .header-main-layout--two #site-navigation {
    margin: 0 auto;
  }

  .header-main-layout--two .search-icon {
    background-color: transparent;
    padding: 0px 0px 0px 12px;
  }

  .header-main-layout--two .search-icon a {
    padding: 5px 0px 0px 0px;
  }


  .header-main-layout--two #site-navigation ul li a {
    padding: 0px 15px;
  }

  .header-main-layout--two #site-navigation ul.sub-menu li a,
  .header-main-layout--two #site-navigation ul.children li a {
    line-height: 2.5;
  }

  .header-main-layout--two #top-header #top-navigation {
    margin-left: auto;
    order: 1;
    margin-right: auto;
  }

  .header-main-layout--two .subcribe-ads-button .custom-button-wrap a {
    border-radius: 0px;
    padding: 9px 10px;
  }

  .header-main-layout--two .header-search-wrapper .search-icon a {
    color: #fff;
  }

  .header-main-layout--two #site-navigation .menu-item-description {
    top: -6px;
    right: -3px;
    background-color: #b71c1c;
  }

  .header-main-layout--two #site-navigation .menu-item-description::after {
    border-top-color: #b71c1c;
  }

  /*!---- header menu three css  ------- */

  .header-main-layout--three .subcribe-ads-button .search-icon i,
  .header-main-layout--three .subcribe-ads-button .search-icon a{
    color: #000;
  }

  .header-main-layout--three #azure-site-mode-wrap a{
    margin:0px 14px 0px 0px;
  }

  .header-main-layout--three .header-search-wrapper .search-form-wrap{
    left:unset;
    right: 0;
  }

  .header-main-layout--three .header-search-wrapper .search-form-wrap::before{
    left: unset;
    right:27px;
  }

  .header-main-layout--three .subcribe-ads-button a{
    padding: 0;
  }

  .header-main-layout--three .search-icon-close{
    right: unset;
    left: -12px;
  }

  /*!---- header menu two css end ------- */


  .subcribe-ads-button a {
    padding: 5px 10px;
    display: inline-block;
    border-radius: 7px;
  }

  .subcribe-ads-button i,
  .subcribe-ads-button a {
    color: #fff;
  }

  .bottom-header-wrapper .azure-pro-container {
    border-top: 1px solid #e1e1e1;
    justify-content: center;
  }

  .is-sticky .bottom-header-wrapper .azure-pro-container {
    border-top: none;
  }

  .is-sticky .azure-header-ads-wrap {
    display: none;
  }


  .is-sticky .bottom-header-wrapper {
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .is-sticky #site-navigation .menu-item-description {
    display: none;
  }


  /* -----------------------------
    bel icon css
    --------------------------------- */

  .subcribe-ads-button .custom-button-wrap .azure-icon-title-label {
    line-height: 2.5;
  }

  .subcribe-ads-button .custom-button-wrap a {
    display: flex;
  }

  .custom-button-bell-icon {
    display: inline-block;
    width: 28px;
    height: 38px;
    font-size: 40px;

    font-size: 22px;
    -webkit-animation: ring 4s 0.7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s 0.7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s 0.7s ease-in-out infinite;
    transform-origin: 50% 4px;
    vertical-align: middle;
  }

  @-webkit-keyframes ring {
    0% {
      -webkit-transform: rotateZ(0);
    }

    1% {
      -webkit-transform: rotateZ(30deg);
    }

    3% {
      -webkit-transform: rotateZ(-28deg);
    }

    5% {
      -webkit-transform: rotateZ(34deg);
    }

    7% {
      -webkit-transform: rotateZ(-32deg);
    }

    9% {
      -webkit-transform: rotateZ(30deg);
    }

    11% {
      -webkit-transform: rotateZ(-28deg);
    }

    13% {
      -webkit-transform: rotateZ(26deg);
    }

    15% {
      -webkit-transform: rotateZ(-24deg);
    }

    17% {
      -webkit-transform: rotateZ(22deg);
    }

    19% {
      -webkit-transform: rotateZ(-20deg);
    }

    21% {
      -webkit-transform: rotateZ(18deg);
    }

    23% {
      -webkit-transform: rotateZ(-16deg);
    }

    25% {
      -webkit-transform: rotateZ(14deg);
    }

    27% {
      -webkit-transform: rotateZ(-12deg);
    }

    29% {
      -webkit-transform: rotateZ(10deg);
    }

    31% {
      -webkit-transform: rotateZ(-8deg);
    }

    33% {
      -webkit-transform: rotateZ(6deg);
    }

    35% {
      -webkit-transform: rotateZ(-4deg);
    }

    37% {
      -webkit-transform: rotateZ(2deg);
    }

    39% {
      -webkit-transform: rotateZ(-1deg);
    }

    41% {
      -webkit-transform: rotateZ(1deg);
    }

    43% {
      -webkit-transform: rotateZ(0);
    }

    100% {
      -webkit-transform: rotateZ(0);
    }
  }

  @-moz-keyframes ring {
    0% {
      -moz-transform: rotate(0);
    }

    1% {
      -moz-transform: rotate(30deg);
    }

    3% {
      -moz-transform: rotate(-28deg);
    }

    5% {
      -moz-transform: rotate(34deg);
    }

    7% {
      -moz-transform: rotate(-32deg);
    }

    9% {
      -moz-transform: rotate(30deg);
    }

    11% {
      -moz-transform: rotate(-28deg);
    }

    13% {
      -moz-transform: rotate(26deg);
    }

    15% {
      -moz-transform: rotate(-24deg);
    }

    17% {
      -moz-transform: rotate(22deg);
    }

    19% {
      -moz-transform: rotate(-20deg);
    }

    21% {
      -moz-transform: rotate(18deg);
    }

    23% {
      -moz-transform: rotate(-16deg);
    }

    25% {
      -moz-transform: rotate(14deg);
    }

    27% {
      -moz-transform: rotate(-12deg);
    }

    29% {
      -moz-transform: rotate(10deg);
    }

    31% {
      -moz-transform: rotate(-8deg);
    }

    33% {
      -moz-transform: rotate(6deg);
    }

    35% {
      -moz-transform: rotate(-4deg);
    }

    37% {
      -moz-transform: rotate(2deg);
    }

    39% {
      -moz-transform: rotate(-1deg);
    }

    41% {
      -moz-transform: rotate(1deg);
    }

    43% {
      -moz-transform: rotate(0);
    }

    100% {
      -moz-transform: rotate(0);
    }
  }

  @keyframes ring {
    0% {
      transform: rotate(0);
    }

    1% {
      transform: rotate(30deg);
    }

    3% {
      transform: rotate(-28deg);
    }

    5% {
      transform: rotate(34deg);
    }

    7% {
      transform: rotate(-32deg);
    }

    9% {
      transform: rotate(30deg);
    }

    11% {
      transform: rotate(-28deg);
    }

    13% {
      transform: rotate(26deg);
    }

    15% {
      transform: rotate(-24deg);
    }

    17% {
      transform: rotate(22deg);
    }

    19% {
      transform: rotate(-20deg);
    }

    21% {
      transform: rotate(18deg);
    }

    23% {
      transform: rotate(-16deg);
    }

    25% {
      transform: rotate(14deg);
    }

    27% {
      transform: rotate(-12deg);
    }

    29% {
      transform: rotate(10deg);
    }

    31% {
      transform: rotate(-8deg);
    }

    33% {
      transform: rotate(6deg);
    }

    35% {
      transform: rotate(-4deg);
    }

    37% {
      transform: rotate(2deg);
    }

    39% {
      transform: rotate(-1deg);
    }

    41% {
      transform: rotate(1deg);
    }

    43% {
      transform: rotate(0);
    }

    100% {
      transform: rotate(0);
    }
  }

  /* --bel icon css end --- */

  /*--------------------------------------------------------------
    News-ticker Css
     --------------------------------------------------------------*/

  .header-news-ticker-wrapper .news-ticker-posts-wrapper {
    overflow: hidden;
    max-height: 84px;
  }

  .header-news-ticker-wrapper {
    border-top: 2px solid #e1e1e1;
    margin: 8px 0 30px;
    padding: 0px 0px;
    background-color: #fff;
  }

  .header-news-ticker-wrapper .single-post-wrap {
    display: inline-block;
    margin-right: 20px;
  }

  .header-news-ticker-wrapper .azure-pro-container {
    padding: 8px 0px;
  }

  .news-post-thumb {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
  }

  .news-ticker-post-title {
    font-size: 14px;
    display: inline-block;
    width: 250px;
    vertical-align: middle;
    font-weight: 700;
    line-height: 1.9;
  }

  .news-post-content-wrap {
    display: inline-block;
  }

  .posted-on {
    display: inline;
  }

  .news-ticker-label-wrapper {
    background-color: #04a8d0;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding: 23px 17px 23px;
    color: #fff;
    font-weight: 700;
    flex: 0 0 13%;
    align-items: center;
    float: left;
  }

  .news-ticker-label {
    display: inline-block;
    padding-left: 10px;
  }

  .news-ticker-loader {
    width: 30px;
    height: 30px;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    display: inline-block;
    vertical-align: middle;

  }

  .news-ticker-loader div {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #e1e1e1;
    animation: news-ticker-loader 1s linear infinite;
  }

  .news-post-thumb img {
    border-radius: 7px;
  }

  .news-post-thumb span {
    z-index: 11;
    width: 24px;
    height: 24px;
    border: 3px solid #fff;
    background-color: #555;
    font-size: 0.75rem;
    color: #fff;
    font-weight: 500;
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
  }

  .azure-site-layout--separate .header-news-ticker-wrapper {
    margin: 0px 0 30px;
  }

  /*--------------------------------------------------------------
    ticker-layout--two-news-ticker Css
     --------------------------------------------------------------*/

  .ticker-layout--two .news-post-thumb img {
    position: relative;
    border-radius: 50%;
  }

  .ticker-layout--two .news-post-thumb span {
    z-index: 11;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #555;
    font-size: 0.75rem;
    color: #fff;
    font-weight: 500;
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    overflow: hidden;
  }


  .ticker-layout--two .single-post-wrap.no-image .news-post-thumb:after {
    display: none;
  }

  .header-news-ticker-wrapper.ticker-layout--three .news-ticker-posts-wrapper{
    max-height:90px;
  }

  .ticker-layout--three .news-ticker-post-title{
    font-size: 16px;
  }

  .ticker-layout--three .news-post-thumb{
    width: 90px;
    height: 90px;
  }

  /*--------------------------------------------------------------
        azure-banner Css
    --------------------------------------------------------------*/
  .azure-banner-wrapper {
    padding: 20px 0px 0px;
  }

  .azure-banner-wrapper .tab-content-wrap .post-content-wrap .posted-on.publish {
    display: flex;
  }

  .azure-banner-wrapper .azure-pro-container {
    grid-template-columns: 25.33% 46.33% 28.33%;
  }

  .azure-banner-wrapper .azure-pro-container {
    display: grid;
  }

  .azure-banner-wrapper.banner-placed--slider-block-tab .azure-pro-container {
    grid-template-columns: 46.33% 25.33% 28.33%;
  }

  .azure-banner-wrapper.banner-placed--slider-tab-block .azure-pro-container {
    grid-template-columns: 46.33% 28.33% 25.33%;
  }

  .azure-banner-wrapper.banner-placed--tab-slider-block .azure-pro-container {
    grid-template-columns: 28.33% 46.33% 25.33%;
  }

  .azure-banner-wrapper.banner-placed--tab-block-slider .azure-pro-container {
    grid-template-columns: 28.33% 25.33% 46.33%;
  }

  .azure-banner-wrapper.banner-placed--block-tab-slider .azure-pro-container {
    grid-template-columns: 25.33% 28.33% 46.33%;
  }

  .azure-banner-wrapper.banner-placed--block-slider-tab .azure-pro-container {
    grid-template-columns: 25.33% 46.33% 28.33%;
  }

  .azure-banner-wrapper.banner-placed--slider-block .azure-pro-container,
  .azure-banner-wrapper.banner-placed--slider-tab .azure-pro-container {
    grid-template-columns: 70% 30%;
  }

  .azure-banner-wrapper.banner-placed--block-slider .azure-pro-container,
  .azure-banner-wrapper.banner-placed--tab-slider .azure-pro-container {
    grid-template-columns: 30% 70%;
  }

  .azure-banner-wrapper.banner-placed--tab-block .azure-pro-container,
  .azure-banner-wrapper.banner-placed--block-tab .azure-pro-container,
  .azure-banner-wrapper.fullwidth-slider.banner-placed--slider .azure-pro-container,
  .azure-banner-wrapper.banner-placed--tab .azure-pro-container,
  .azure-banner-wrapper.banner-placed--block .azure-pro-container {
    grid-template-columns: 100%;
  }

  .azure-banner-wrapper.banner-placed--slider-tab .lSSlideOuter .post-thumbnail-wrap,
  .azure-banner-wrapper.banner-placed--tab-slider .lSSlideOuter .post-thumbnail-wrap {
    height: 100%;
  }

  .azure-banner-wrapper.fullwidth-slider.banner-placed--slider .lSSlideWrapper .post-thumbnail-wrap,
  .azure-banner-wrapper.banner-placed--slider-block .lSSlideWrapper .post-thumbnail-wrap,
  .azure-banner-wrapper.banner-placed--block-slider .lSSlideWrapper .post-thumbnail-wrap {
    height: 100%;
  }

  .azure-banner-wrapper.banner-placed--slider-block .single-block-post-wrapper .post-thumbnail-wrap {
    height: 328px;
  }

  .azure-banner-wrapper.banner-placed--block-slider .single-block-post-wrapper .post-thumbnail-wrap {
    height: 318px;
  }

  .azure-banner-wrapper.fullwidth-slider.banner-placed--slider .single-slide-wrap,
  .azure-banner-wrapper.banner-placed--slider-tab .single-slide-wrap,
  .azure-banner-wrapper.banner-placed--slider-block .single-slide-wrap,
  .azure-banner-wrapper.banner-placed--tab-slider .single-slide-wrap,
  .azure-banner-wrapper.banner-placed--block-slider .single-slide-wrap {
    height: auto;
  }


  .azure-banner-wrapper.fullwidth-slider.banner-placed--slider .azure-pro-container .lSSlideOuter,
  .azure-banner-wrapper.banner-placed--slider-block .azure-pro-container .lSSlideOuter,
  .azure-banner-wrapper.banner-placed--slider-tab-block .azure-pro-container .lSSlideOuter {
    padding: 0px;
  }

  .azure-banner-wrapper.banner-placed--tab-block .single-block-post-wrapper .post-thumbnail-wrap,
  .azure-banner-wrapper.banner-placed--block-tab .single-block-post-wrapper .post-thumbnail-wrap,
  .azure-banner-wrapper.banner-placed--tab .azure-pro-container .post-thumbnail-wrap,
  .azure-banner-wrapper.banner-placed--block .azure-pro-container .post-thumbnail-wrap {
    height: 100%;
    margin-bottom: 0px;
  }

  .azure-banner-wrapper.banner-placed--tab-block .banner-tabbed-wrapper,
  .azure-banner-wrapper.banner-placed--block-tab .banner-tabbed-wrapper {
    margin: 30px 0px 0px;
  }


  .azure-banner-wrapper .single-block-post-wrapper .post-thumbnail-wrap {
    height: 214px;
  }

  .azure-banner-wrapper.banner-placed--tab-block .single-block-post-wrapper,
  .azure-banner-wrapper.banner-placed--block-tab .single-block-post-wrapper,
  .azure-banner-wrapper.banner-placed--tab-block .single-post-wrap,
  .azure-banner-wrapper.banner-placed--block-tab .single-post-wrap,
  .azure-banner-wrapper.banner-placed--block .azure-pro-container .single-block-post-wrapper,
  .azure-banner-wrapper.banner-placed--tab .single-post-wrap {
    width: 47%;
    margin-left: 3%;
    display: inline-block;
    margin-right: -4px;
  }

  .azure-banner-wrapper.banner-placed--tab-block .single-post-wrap,
  .azure-banner-wrapper.banner-placed--block-tab .single-post-wrap,
  .azure-banner-wrapper.banner-placed--tab .single-post-wrap {
    width: 30.33%;
  }

  .azure-banner-wrapper.banner-placed--block-tab .block-wrapper,
  .azure-banner-wrapper.banner-placed--tab-block .block-wrapper,
  .azure-banner-wrapper.banner-placed--tab-block .tabbed-content-wrapper,
  .azure-banner-wrapper.banner-placed--block-tab .tabbed-content-wrapper,
  .azure-banner-wrapper.banner-placed--tab .azure-pro-container .tabbed-content-wrapper,
  .azure-banner-wrapper.banner-placed--block .azure-pro-container .block-wrapper {
    margin-left: -3%;
  }

  .azure-banner-wrapper.banner-placed--slider-block-tab .block-wrapper,
  .azure-banner-wrapper.banner-placed--block-tab-slider .banner-tabbed-wrapper,
  .azure-banner-wrapper.banner-placed--block-slider-tab .lSSlideOuter,
  .azure-banner-wrapper.banner-placed--tab-slider-block .lSSlideOuter,
  .azure-banner-wrapper.banner-placed--tab-block-slider .block-wrapper,
  .azure-banner-wrapper.banner-placed--slider-tab-block .banner-tabbed-wrapper {
    padding: 0 30px;
  }

  .azure-banner-wrapper.banner-placed--slider-tab .banner-tabbed-wrapper,
  .azure-banner-wrapper.banner-placed--tab-slider .lSSlideOuter,
  .azure-banner-wrapper.banner-placed--slider-block .azure-pro-container .block-wrapper,
  .azure-banner-wrapper.banner-placed--block-slider .azure-pro-container .lSSlideOuter {
    padding: 0 0px 0px 30px;
  }

  .azure-banner-wrapper.banner-placed--slider-tab-block .banner-tabbed-wrapper {
    margin: 0px;
  }

  .azure-banner-wrapper .has-image {
    position: relative;
  }

  .azure-banner-wrapper .azure-block .block-wrapper .post-content-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 19px;
    z-index: 1;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.8) 100%);
  }

  .azure-banner-wrapper .banner-tabbed-wrapper ul.banner-tabs li {
    display: inline-block;
    text-align: center;
  }

  .azure-banner-wrapper .banner-tabs .ui-tabs-tab i {
    margin-right: 5px;
  }

  #banner-tabbed .banner-tabs {
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .banner-tabbed-wrapper ul.banner-tabs li a {
    padding: 8px;
    border: 1px solid #999;
    margin-right: 5px;
    width: 33.1%;
    color: #484747;
    background-color: #ffffff;
    box-shadow: 0 0 35px rgb(0 0 0 / 4%);
}

  .azure-banner-wrapper .banner-tabbed-wrapper ul.banner-tabs li.ui-state-active a,
  .banner-tabbed-wrapper ul.banner-tabs li:hover a {
    background-color: #04a8d0;
    color: #fff;
    border: 1px solid #04a8d0;
  }

  .azure-banner-wrapper .lSSlideOuter .slide-content-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 41px;
    z-index: 1;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.9) 100%);
  }

  .azure-banner-wrapper .banner-tabbed-wrapper .tabbed-content-wrapper .tab-content-wrap .single-post-wrap {
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 0 35px rgb(0 0 0 / 4%);
    padding: 10px 0px;
    width: 100%;
  }

  .azure-banner-wrapper .tabbed-content-wrapper .tab-content-wrap .post-content-wrap .post-title {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1.9;
  }

  .azure-banner-wrapper .lSSlideWrapper .post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .azure-banner-wrapper .post-meta-wrap span a,
  .azure-banner-wrapper .post-meta-wrap span {
    color: #fff !important;
  }

  .azure-banner-wrapper .lSSlideWrapper .post-meta-wrap {
    color: #fff;
    line-height: 55px;
  }

  .tabbed-content-wrapper .single-post-wrap .post-image {
    width: 38%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    padding-left: 8px;
    height: 100px;
  }

  .azure-banner-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .post-image.hover-effect--one {
    overflow: hidden;
  }

  .azure-banner-wrapper figure,
  .azure-banner-wrapper .post-thumbnail {
    height: 100%;
  }

  .banner-tabbed-wrapper .single-post-wrap .post-content-wrap {
    width: 60%;
    display: inline-block;
    margin-left: 2%;
    vertical-align: middle;
    padding: 5px 8px 0 10px;
  }

  .azure-banner-wrapper .banner-tabbed-wrapper .post-cats-wrap {
    position: static;
  }

  .azure-banner-wrapper a,
  .frontpage-banner-layout--one .slide-title a,
  .post-excerpt {
    color: #fff;
  }

  .azure-banner-wrapper .tabbed-content-wrapper a {
    color: #484747;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-radius: 5px;
  }

  .azure-banner-wrapper .tabbed-content-wrapper a:hover {
    color: #04a8d0;
    text-decoration: underline;
  }

  .azure-banner-wrapper .post-title {
    font-size: 14px;
  }

  .tabbed-content-wrapper .single-post-wrap {
    margin-bottom: 20px;
  }

  .bx-chevron-left,
  .bx-chevron-right {
    display: none;
  }

  .azure-banner-wrapper .lSSlideWrapper .post-thumbnail-wrap {
    margin-bottom: 0px;
    height: 449px;
  }

  .single-slide-wrap {
    height: 449px;
    overflow: hidden;
    position: relative;
  }

  .azure-banner-wrapper .lSSlideWrapper .post-cat-item a {
    background-color: #ffffffd6;
    background-image: linear-gradient(#04a8d0, #04a8d0);
    background-size: 5% 100%;
    background-repeat: no-repeat;
    transition: 0.4s;
    width: max-content;
    padding: 7px 9px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
      transform var(--e-transform-transition-duration, 0.4s);
    font-weight: 600;
  }

  .azure-banner-wrapper .lSSlideWrapper .post-cat-item a:hover {
    background-size: 100% 100%;
    width: max-content;
    color: #fff !important;
  }

  .azure-banner-wrapper .block-wrapper .post-cat-item a {
    background-color: #ffffffd6;
    background-image: linear-gradient(#04a8d0, #04a8d0);
    background-size: 5% 100%;
    background-repeat: no-repeat;
    transition: 0.4s;
    width: max-content;
    padding: 7px 9px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
      transform var(--e-transform-transition-duration, 0.4s);
    font-weight: 600;
  }

  .azure-banner-wrapper .block-wrapper .post-cat-item a:hover {
    background-size: 100% 100%;
    width: max-content;
    color: #fff !important;
  }

  .azure-banner-wrapper .block-wrapper .post-cats-wrap .post-cats-list {
    margin: 10px 0 10px;
  }

  .azure-banner-wrapper .lSSlideWrapper .post-cats-wrap .post-cats-list {
    margin: 10px 0 10px;
  }



  /*--------------------------------------------------------------
       azure-banner-wrapper frontpage-banner-layout--two css
    --------------------------------------------------------------*/

  .azure-banner-wrapper.frontpage-banner-layout--two .azure-block .block-wrapper .post-content-wrap,
  .azure-banner-wrapper.frontpage-banner-layout--two .lSSlideOuter .slide-content-wrap {
    position: relative;
    background: none;
    padding: 0;
  }

  .azure-banner-wrapper.frontpage-banner-layout--two .lSSlideWrapper .post-thumbnail-wrap {
    height: 100%;
  }

  .azure-banner-wrapper.frontpage-banner-layout--two .single-slide-wrap {
    height: auto;
  }

  .azure-banner-wrapper.frontpage-banner-layout--two a,
  .azure-banner-wrapper.frontpage-banner-layout--two .post-excerpt {
    color: #484747;
  }

  .azure-banner-wrapper.frontpage-banner-layout--two .post-meta-wrap span a,
  .azure-banner-wrapper.frontpage-banner-layout--two .post-meta-wrap span {
    color: #484747 !important;
  }

  .azure-banner-wrapper.frontpage-banner-layout--two .lSSlideWrapper .post-thumbnail-wrap {
    margin-bottom: 20px;
  }

  .azure-banner-wrapper.frontpage-banner-layout--two .lSSlideWrapper .lSAction>a {
    top: 35%;
  }

  .azure-banner-wrapper.frontpage-banner-layout--two .lSSlideOuter .slide-title {
    line-height: 30px;
  }


  /*--------------------------------------------------------------
        Azure-block and author Profile Css
    --------------------------------------------------------------*/

  #frontpage-middle-content .azure-flex {
    align-items: flex-start;
    gap: 20px;
  }

  .frontpage-block,
  .secondary-content-wrapper .widget {
    margin: 30px 0 0;
  }

  .azure-site-layout--separate .frontpage-block,
  .home.blog.azure-site-layout--separate .frontpage-block {
    margin: 30px 0 0;
  }

  .frontpage-block .azure-pro-container {
    padding: 0;
  }

  .home.blog.azure-site-layout--separate .frontpage-block .home.blog.azure-site-layout--separate .secondary-content-wrapper .widget,
  .azure-site-layout--separate #left-secondary .widget,
  .home.blog.azure-site-layout--separate #left-secondary .widget,
  .azure-site-layout--separate #primary,
  .home.blog.azure-site-layout--separate #primary {
    margin: 30px 0 0;
    background-color: #fff;
    padding: 20px;
  }

  .azure-site-layout--separate .frontpage-block .block-wrapper,
  .azure-site-layout--separate #secondary .widget,
  .home.blog.azure-site-layout--separate #secondary .widget {
    margin: 30px 0 0;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
  }

  .azure-site-layout--separate .secondary-content-wrapper .widget {
    margin-top: 30px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
  }

  .secondary-content-wrapper {
    width: 30%;
    float: right;
  }

  .primary-content-wrapper {
    width: 70%;
    float: left;
  }

  .block-wrapper .entry-title {
    line-height: 1.2;
  }

  .news-block-block .block-wrapper.block-layout--two .block-column-wrapper.azure-pro-grid {
    grid-column-gap: 2%;
    grid-template-columns: 49% 49%;
    margin-top: 20px;
    margin-bottom: -10px;
  }

  .frontpage-block.news-block-block .block-posts-wrapper.azure-pro-grid {
    grid-column-gap: 2%;
    grid-template-columns: 50% 48%;
  }

  .post-thumbnail-wrap {
    position: relative;
    margin-bottom: 20px;
  }

  .author-info-wrap {
    text-align: center;
    padding: 5px;
    background-color: #f7f8f9;
  }

  .author-bio {
    text-align: justify;
}

  .author-info-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .author-name {
    color: #04a8d0;
  }

  .author-avatar {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto 10px;
  }

  .author-name {
    margin: 20px 0 5px;
  }

  .news-block-block .block-column-wrapper .post-thumbnail-wrap {
    display: inline-block;
    width: 35%;
    margin-right: -4px;
    vertical-align: top;
    position: relative;
  }

  .news-block-block .block-layout--two .block-column-wrapper .post-thumbnail-wrap {
    display: inline-block;
    width: 32%;
    margin-right: -4px;
    vertical-align: top;
    position: relative;
  }

  .news-block-block .block-layout--two .block-column-wrapper .post-content-wrap {
    display: inline-block;
    width: 68%;
    vertical-align: top;
    padding-left: 15px;
  }

  .news-block-block .block-column-wrapper .post-content-wrap {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    padding-left: 15px;
  }

  .news-block-block .block-column-wrapper .post-cats-wrap ul {
    margin-top: 0;
  }

  .news-block-block .block-column-wrapper article {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }

  .news-block-block .block-column-wrapper article:last-child {
    border: none;
  }

  .news-featured-block .block-wrapper.block-layout--two .post-meta-wrap>span,
  .news-block-block .block-column-wrapper .post-meta-wrap>span {
    font-size: 12px;
    margin-right: 10px;
  }

  .news-block-block .block-layout--two .block-column-wrapper article:last-child {
    border-bottom: 1px solid #ddd;
  }

  .post-cats-wrap .post-cats-list li {
    display: inline-block;
    margin-right: 10px;
  }

  .block-wrapper .block-title {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
  }

  .block-wrapper .block-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #04a8d0;
  }

  .block-wrapper .block-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    background-color: #04a8d0;
  }

  .block-posts-wrapper .post-cats-wrap .post-cats-list .post-cat-item a {
    color: #04a8d0;
    font-weight: 700;
    background-image: linear-gradient(#04a8d0, #04a8d0);
    background-size: 2px 100%;
    background-repeat: no-repeat;
    transition: 0.4s;
    width: max-content;
    padding: 3px 9px;
  }

  .block-posts-wrapper .post-cats-wrap .post-cats-list .post-cat-item a:hover {
    background-size: 100% 100%;
    width: max-content;
    color: #fff !important;
  }

  #frontpage-middle-content .block-column-wrapper .azure-button.read-more-button {
    display: none;
  }

  .azure-site-layout--separate .frontpage-block .block-wrapper {
    background: #fff;
    margin: 30px 0;
  }

  .block-column-wrapper .entry-title a {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.9;
  }

  .block-main-wrapper .post-excerpt {
    color: #484747;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.9;
  }

  .block-layout--two .post-cats-list {
    margin: 0px;
  }

  .news-block-block .block-layout--two .block-column-wrapper .post-title-wrap .entry-title {
    line-height: 1;
    margin-bottom: 3px;
  }

  .news-block-block .block-layout--two .block-column-wrapper .post-title-wrap .entry-title {
    line-height: 1.2;
  }

  .block-main-wrapper .post-meta-wrap {
    padding: 5px 0px;
  }

  .post-meta-wrap {
    gap: 20px;
    display: inline-block;
  }

  /*--------------------------------------------------------------
       Full-width-featured Css
    --------------------------------------------------------------*/
  .frontpage-block.news-featured-block .block-layout--two .block-post-wrap .entry-title {
    line-height: 1.2;
  }

  .frontpage-block.news-featured-block .block-layout--two .block-post-wrap .post-content-wrap {
    line-height: 35px;
  }

  .news-featured-block .block-wrapper.block-layout--two .azure-column-wrapper {
    margin-bottom: -20px;
  }

  .news-featured-block .block-wrapper.block-layout--two article {
    margin-bottom: 20px;
  }

  .news-featured-block .block-wrapper.block-layout--two .post-thumbnail-wrap {
    display: inline-block;
    width: 35%;
    margin-right: -4px;
    vertical-align: top;
    position: relative;
  }

  .news-featured-block .block-wrapper.block-layout--two .post-content-wrap {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    padding-left: 15px;
  }

  .news-featured-block .block-wrapper.block-layout--two .post-cats-wrap ul {
    margin-top: 0px;
  }

  .news-featured-block .block-wrapper.block-layout--two .entry-title {
    line-height: 1.3;
  }

  .news-featured-block .block-wrapper.block-layout--two .block-post-wrap .post-title-wrap .entry-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
  }

  .news-featured-block .block-wrapper.block-layout--two .azure-button.read-more-button {
    display: none;
  }

  /*--------------------------------------------------------------
    full width ad Css
    --------------------------------------------------------------*/
  .frontpage-block.ad-block .block-wrapper {
    text-align: center;
  }


  /*--------------------------------------------------------------
       latest-post and sidebar-widget Css and trending post content and thumbnail wrap css included
        --------------------------------------------------------------*/
  .page-content-wrapper {
    margin: 30px 0px 0px;
  }

  .trending-posts-wrapper .post-content-wrap .post-cat-item a,
  .latest-posts-wrapper .post-content-wrap .post-cat-item a {
    color: #04a8d0;
    font-weight: 700;
    background-image: linear-gradient(#04a8d0, #04a8d0);
    background-size: 5% 100%;
    background-repeat: no-repeat;
    transition: 0.4s;
    width: max-content;
    padding: 3px 9px;
  }

  .trending-posts-wrapper .post-content-wrap .post-cat-item a:hover,
  .latest-posts-wrapper .post-content-wrap .post-cat-item a:hover {
    background-size: 100% 100%;
    width: max-content;
    color: #fff !important;
  }

  .trending-posts-wrapper .post-content-wrap,
  .latest-posts-wrapper .posts-column-wrapper .post-content-wrap {
    width: 66%;
    margin-right: -4px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 4%;
    margin-bottom: 20px;
  }

  .trending-posts-wrapper .post-thumbnail-wrap,
  .latest-posts-wrapper .posts-column-wrapper .post-thumbnail-wrap {
    display: inline-block;
    width: 30%;
    margin-right: -4px;
    vertical-align: middle;
  }

  .trending-posts-wrapper .entry-title a,
  .latest-posts-wrapper .posts-column-wrapper .entry-title a {
    font-size: 16px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .latest-posts-wrapper .post-wrap {
    margin-bottom: 15px;
  }

  .post-meta-wrap span a,
  .post-meta-wrap span {
    color: #737373;
    text-transform: capitalize;
  }

  .post-meta-wrap>span {
    margin-right: 15px;
    font-size: 13px;
    font-weight: 500;
  }

  .post-cats-wrap ul {
    margin: 0px;
  }

  .latest-posts-wrapper .posts-main-wrapper .entry-title {
    font-size: 18px;
    line-height: 35px;
  }

  .widget-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
  }

  .widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #04a8d0;
  }

  .widget-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #04a8d0;
  }

  .posts-wrapper .post-thumbnail-wrap img {
    border-radius: 10px;
  }

  /*--------------------------------------------------------------
      Trending Post Css
    --------------------------------------------------------------*/
  .trending-posts-wrapper .lSAction {
    top: 0;
    right: 0;
    position: absolute;
  }

  .trending-posts .post-thumbnail-wrap .post-count {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(4, 168, 208);
    display: block;
    padding: 0px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 6px 0px 10px 1px;
  }

  .trending-posts .post-wrap {
    overflow: hidden;
  }

  .trending-posts-wrapper .lSAction a {
    background: none;
    background-position-x: 0%;
    background-position-y: 0%;
    color: #808080;
    border: 1px solid #e1e1e1;
    line-height: 32px;
    display: inline-block;
    margin-left: 10px !important;
    font-size: 22px;
    position: static;
    width: 32px;
    height: 32px;
    text-align: center;
  }

  /*--------------------------------------------------------------
      archive style--grid Css
    --------------------------------------------------------------*/

  .archive-style--grid .archive-content-wrapper article {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-left: 2%;
    margin-right: -4px;
    margin-bottom: 30px;
  }

  .archive-style--grid .azure-pro-post-content-wrap {
    line-height: 35px;
  }

  /*--------------------------------------------------------------
      archive style--list  Css
    --------------------------------------------------------------*/

  .archive-style--list .archive-content-wrapper article {
    display: grid;
    grid-template-columns: 40% 57%;
    grid-column-gap: 3%;
    vertical-align: top;
  }

  .archive-content-wrapper .entry-content {
    margin: 5px 0 0;
  }

  .both-sidebar .azure-pro-post-content-wrap .entry-title a {
    font-size: 18px;
    line-height: 30px;
    display: inherit;
  }

  .both-sidebar .azure-pro-post-content-wrap .entry-title a:hover {
    color: #04a8d0;
  }

  .post-cats-wrap .post-cats-list {
    margin: 10px 0 0px;
  }

  .azure-pro-post-content-wrap .entry-meta>span {
    margin-right: 14px;
  }

  .azure-pro-post-content-wrap .entry-meta span a {
    color: #737373;
    font-size: 14px;
    display: inline-block;
    position: relative;
    font-weight: 500;
  }

  .azure-pro-post-content-wrap .entry-meta span a:hover {
    color: #04a8d0;
  }

  .azure-pro-post-content-wrap .entry-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.9;
  }

  .post .azure-pro-post-content-wrap .entry-content {
    display: block;
  }

  .azure-button.read-more-button a {
    color: #151515;
    background-color: #fff;
    border-color: #fff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 8px 25px 8px 11px;
    font-size: 13px;
    line-height: 16px;
    border: 2px solid #f7f8f9;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    transition: 250ms all ease-in-out;
    border-radius: 25px;
    margin: 8px 0px;
  }

  .azure-button.read-more-button a:hover {
    color: #fff;
    background-color: #04a8d0;
    border-color: #04a8d0;
  }

  .azure-button.read-more-button a::after {
    content: "\ebe6";
    font-family: boxicons;
    position: absolute;
    right: 3px;
    top: 8px;
    font-size: 18px;
    transition: all 0.3s ease;
  }

  .azure-pro-post-content-wrap .post-cats-wrap .post-cat-item a {
    color: #04a8d0;
    font-weight: 700;
    background-image: linear-gradient(#04a8d0, #04a8d0);
    background-size: 3px 100%;
    background-repeat: no-repeat;
    transition: 0.4s;
    width: max-content;
    padding: 3px 9px;
  }

  .azure-pro-post-content-wrap .post-cats-wrap .post-cat-item a:hover {
    background-size: 100% 100%;
    width: max-content;
    color: #fff !important;
  }

  /*--------------------------------------------------------------
      archive style--list layout two  Css
    --------------------------------------------------------------*/
  .archive-style--list .archive-content-wrapper article.posts-layout--two:nth-child(2n) {
    direction: rtl;
  }

  /*--------------------------------------------------------------
      archive classic layout Css
    --------------------------------------------------------------*/

  .archive-style--classic .azure-pro-post-content-wrap {
    line-height: 35px;
  }

  /*--------------------------------------------------------------
      archive classic and grid layout two Css
    --------------------------------------------------------------*/
  .archive-style--classic .posts-layout--two .azure-pro-post-content-wrap,
  .archive-style--grid .posts-layout--two .azure-pro-post-content-wrap {
    width: 90%;
    margin: 0 auto -100px;
    background: #fff;
    position: relative;
    top: -100px;
    padding: 10px 20px 20px;
  }


  /*--------------------------------------------------------------
      Archive page-Breadcrumps Css
        --------------------------------------------------------------*/
  .breadcrumb-trail.breadcrumbs {
    margin-top: 30px;
    padding: 15px;
    background-color: #e1e1e1;
  }

  .breadcrumb-trail.breadcrumbs ul {
    margin: 0;
    list-style: none;
  }

  .breadcrumb-trail.breadcrumbs ul li {
    display: inline-block;
    margin-right: 5px;
    text-transform: capitalize;
  }

  .breadcrumb-trail.breadcrumbs ul li::after {
    content: "/";
    padding: 0 5px 0 10px;
    font-size: 15px;
  }

  .breadcrumb-trail.breadcrumbs ul li:last-child:after {
    content: "";
    padding: 0 5px 0 10px;
    font-size: 15px;
  }

  /*--------------------------------------------------------------
    single-post Css
    --------------------------------------------------------------*/
  .single .entry-title {
    font-size: 27px;
  }

  .single-posts-layout--two .post-thumbnail-wrap .azure-post-title-wrap {
    padding: 1px 30px 30px;
    width: 90%;
    margin: 0 auto -100px;
    position: relative;
    top: -100px;
    background: #fff;
  }


  .single-posts-layout--two.both-sidebar .post-thumbnail-wrap .azure-post-title-wrap .entry-title {
    line-height: 1.5;
    margin-top: 10px;
  }

  .single-posts-layout--two .post-thumbnail-wrap .azure-post-title-wrap a {
    color: #3b3b3b;
  }

  .single-posts-layout--two .post-thumbnail-wrap .azure-post-title-wrap .entry-title {
    color: #3b3b3b;
    line-height: 55px;
    font-size: 27px;
  }

  .single-posts-layout--two .post-thumbnail-wrap .azure-post-title-wrap .entry-meta>span {
    color: #3b3b3b;
    margin-right: 15px;
  }

  .single-post .azure-post-title-wrap .post-cats-wrap .post-cat-item a {
    background-color: #fffbfb30;
    background-image: linear-gradient(#04a8d0, #04a8d0);
    background-size: 5% 100%;
    background-repeat: no-repeat;
    transition: 0.4s;
    width: max-content;
    padding: 7px 9px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
      transform var(--e-transform-transition-duration, 0.4s);
    font-weight: 600;
  }

  .single-post .azure-post-title-wrap .post-cats-wrap .post-cat-item a:hover {
    background-size: 100% 100%;
    width: max-content;
    color: #fff;
  }

  /*--------------------------------------------------------------
    author-box Css
    --------------------------------------------------------------*/
  .post-author-box-wrapper {
    border: 1px solid #e1e1e1;
    padding: 23px 6px;
    margin-top: 30px;
  }

  .azure-author__avatar {
    display: inline-block;
    width: 12%;
    margin-right: 2%;
    vertical-align: top;
  }

  .azure-author-info {
    display: inline-block;
    width: 85%;
  }

  .both-sidebar .azure-author__avatar,
  .both-sidebar .azure-author-info {
    width: 100%;
    text-align: center;
  }

  .both-sidebar .post-author-box-wrapper {
    text-align: center;
  }

  .post-author-box-wrapper.author-box-layout--two .azure-author__avatar {
    position: relative;
    top: -60px;
    margin-bottom: -60px;
  }

  .post-author-box-wrapper.author-box-layout--two {
    margin-top: 70px;
    background: #f9f9f9;
  }

  .post-author-box-wrapper.author-box-layout--two .azure-author__avatar img {
    border: 1px solid #e1e1e1;
    padding: 10px;
    background: #fff;
  }

  /*--------------------------------------------------------------
     related post Css
    --------------------------------------------------------------*/
  #primary .single-related-posts .azure-pro-container {
    width: 100%;
  }

  .both-sidebar .related-posts-wrapper article {
    width: 47%;
    margin-bottom: 25px;
  }

  .related-posts-wrapper article {
    position: relative;
  }

  .single-related-posts {
    margin-top: 30px;
  }

  .related-posts-wrapper article {
    width: 30.33%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
    margin-right: -4px;
  }

  .related-posts-wrapper {
    margin-left: -3%;
  }

  .azure-author-website {
    margin-top: 10px;
  }

  .azure-author-website a {
    color: #04a8d0;
  }

  .related-posts-wrapper .post-cats-wrap .post-cat-item a {
    background-color: #ffffffd6;
    color: #04a8d0;
    font-weight: 700;
    background-image: linear-gradient(#04a8d0, #04a8d0);
    background-size: 5% 100%;
    background-repeat: no-repeat;
    transition: 0.4s;
    width: max-content;
    padding: 3px 9px;
  }

  .related-posts-wrapper .post-cats-wrap .post-cat-item a:hover {
    background-size: 100% 100%;
    width: max-content;
    color: #fff !important;
  }

  .related-posts-wrapper .entry-header .entry-title {
    line-height: 1.2;
  }

  .related-post-title {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    font-size: 22px;
  }

  .related-post-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    max-width: 255px;
    background-color: #04a8d0;
  }

  .related-post-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 100%;
    background-color: #04a8d0;
  }

  .related-posts-wrapper article.post-column-two,
  article.post-column-2 {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 47%;
    margin-left: 3%;
    margin-bottom: 3%;
  }

  .related-posts-wrapper article.post-column-four,
  article.post-column-4 {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 22%;
    margin-left: 3%;
    margin-bottom: 3%;
  }

  .related-posts-wrapper article.post-column-one,
  article.post-column-1 {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 100%;
    margin-left: 3%;
    margin-bottom: 3%;
  }

  .related-post-layout--two .related-posts-wrapper article .azure-post-cat-title-meta-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)) repeat scroll 0 0;
  }

  .related-post-layout--two .related-posts-wrapper article .azure-post-cat-title-meta-wrap .entry-title a {
    color: #fff;
  }

  .related-post-layout--two .post-thumbnail-wrap {
    margin-bottom: 0px;
  }

  .related-post-layout--two .related-posts-wrapper article .post-meta-wrap span a,
  .related-post-layout--two .related-posts-wrapper article .post-meta-wrap span {
    color: #dfdfdf;
  }

  .related-post-layout--two .related-posts-wrapper article .post-min-read {
    display: none;
  }

  /*--------------------------------------------------------------
    404 page  Css
    --------------------------------------------------------------*/

  .error-404 .page-title {
    font-size: 40px;
    font-weight: 700;
  }

  .error-404.not-found .page-search-wrapper {
    margin-top: 40px;
  }

  .error-404.not-found .page-search-wrapper .search-field {
    width: 87%;
    margin-right: -5px;
    height: 44px;
    padding: 5px 10px;
  }

  .page-header .four-zero-four {
    text-align: center;
    background: #fff;
    font-family: "Arvo", serif;
    font-size: 150px;
  }

  .error-404 .page-header .page-title::before {
    content: "";
    position: relative;
  }

  .error-404 .page-header .page-title::after {
    content: "";
    position: relative;
  }

  .error-404 {
    text-align: center;
    padding: 40px 0px 88px;
    width: 60%;
    margin: 0 auto;
  }

  .error-404.not-found .error-button-wrap a {
    background-color: #04a8d0;
    display: inline-block;
    margin-top: 30px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
  }

  .error-404.not-found .error-button-wrap a:hover {
    background: #333;
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
  }

  .error-button-wrap a {
    margin: 0 10px;
  }

  .error-404.not-found .page-content p {
    font-size: 19px;
  }

  .error-404.not-found .search-field::placeholder {
    font-size: 20px;
  }

  .error-404 .page-caption {
    font-size: 110px;
    font-weight: 900;
  }

  .error-404.not-found {
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 30px;
    text-align: center;
    font-size: 18px;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
  }

  /*--------------------------------------------------------------
    error page layout two Css
    --------------------------------------------------------------*/
  .error-page-layout--two .error-404 .page-caption {
    font-size: 200px;
    font-weight: 900;
    line-height: 1;
  }

  .error-page-layout--two .error-404 .page-header {
    z-index: 10;
    background-color: #f8f8f8;
    width: 100%;
    position: relative;
    top: -110px;
    text-transform: uppercase;
    padding: 10px 0;
    width: 70%;
    margin: 0 auto -60px;
  }

  .error-page-layout--two .error-404 .page-header .page-title {
    font-size: 18px;
    margin: 0;
  }

  .error-page-layout--two .error-404 {
    text-align: center;
    background: #f8f8f8;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    padding: 100px 0;
    margin: 30px 0 30px;
    position: relative;
    width: 100%;
  }

  .error-page-layout--two .page-header .page-title {
    padding-bottom: 0px;
  }

  /*--------------------------------------------------------------
    Single page  Css
    --------------------------------------------------------------*/

  .page.type-page .entry-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
  }

  .page.type-page .entry-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #04a8d0;
  }

  .page.type-page .entry-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 95%;
    background-color: #04a8d0;
  }

  /*--------------------------------------------------------------
    azure-author-name Css
    --------------------------------------------------------------*/

  .azure-author-name a {
    color: #04a8d0;
  }

  /*--------------------------------------------------------------
    post-min-read Css
    --------------------------------------------------------------*/
  .post-thumbnail-wrap .post-min-read {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #2b2b2b;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.8;
  }

  .latest-posts-wrapper .posts-column-wrapper .post-min-read,
  .block-wrapper .block-column-wrapper .post-min-read {
    display: none;
  }

  /*--------------------------------------------------------------
    comment link Css
    --------------------------------------------------------------*/

  .comment-list .reply {
    padding-left: 50px;
  }

  /*--------------------------------------------------------------
    no thumbnail Css
    --------------------------------------------------------------*/
  .no-thumbnail .post-min-read,
  .no-image .post-min-read,
  .no-featured-img .no-image,
  .no-featured-img .post-min-read {
    display: none;
  }

  .block-post-wrap.no-image .post-min-read {
    display: none;
  }

  .azure-banner-wrapper .banner-tabbed-wrapper .tabbed-content-wrapper .tab-content-wrap .single-post-wrap.no-image {
    width: 100%;
  }

  .banner-tabbed-wrapper .single-post-wrap .no-image .post-content-wrap {
    width: 100%;
  }

  .header-news-ticker-wrapper .single-post-wrap.no-image {
    padding: 8px 0px;
  }

  .azure-banner-wrapper .azure-block .block-wrapper .single-block-post-wrapper.no-image .post-content-wrap {
    position: relative;
  }

  .post-wrap.no-image .post-min-read {
    display: none;
  }

  .no-thumbnail .single-posts-layout--two .post-thumbnail-wrap .azure-post-title-wrap {
    width: 100%;
    top: 0;
  }

  .no-image .post-count {
    display: none;
  }

  /*--------------------------------------------------------------
    news banner with image Css
    --------------------------------------------------------------*/
  .azure-banner-wrapper.has-banner-bg-image {
    padding: 60px 0 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
  }

  .azure-banner-wrapper.has-banner-bg-image .banner-tabbed-wrapper ul.banner-tabs li a {
    border: 1px solid #fff;
    color: #fff;
  }



  /*--------------------------------------------------------------
    image has hover effect css
    --------------------------------------------------------------*/

  .post-image.hover-effect--one img {
    transform: scale(1);
    transition: 0.5s ease;
  }

  .post-image.hover-effect--one:hover img,
  .single-block-post-wrapper:hover .post-image.hover-effect--one img,
  .single-slide-wrap:hover .post-image.hover-effect--one img {
    transform: scale(1.1);
    opacity: 0.9;
  }


  /*--------------------------------------------------------------
    trending post arrow css
    --------------------------------------------------------------*/
  .azure-aside.trending-posts-wrapper {
    position: relative;
  }

  .trending-posts-wrapper .lSSlideWrapper,
  .trending-posts-wrapper .lSSlideOuter.vertical {
    position: static;
  }

  /*--------------------------------------------------------------
    Bottom Content css
    --------------------------------------------------------------*/

  #frontpage-bottom-content .azure-flex {
    align-items: flex-start;
    gap: 20px;
  }


  /*--------------------------------------------------------------
    news-grid-layout one css
    --------------------------------------------------------------*/
  .news-grid-block .block-column-wrapper article {
    width: 47%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    margin-left: 3%;
    margin-bottom: 20px;
  }

  .news-grid-block .post-excerpt {
    color: #484747;
  }

  /*--------------------------------------------------------------
    news-grid-layout two css
    --------------------------------------------------------------*/
  .news-grid-block .block-layout--two .block-main-wrapper article {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 48%;
    margin-left: 2%;
  }

  .news-grid-block .block-layout--two .block-main-wrapper,
  .news-grid-block .block-layout--two .block-column-wrapper {
    margin-left: -2%;
  }

  .news-grid-block .block-layout--two .block-column-wrapper article {
    width: 31.33%;
    margin-bottom: 0;
    margin-left: 2%;
    margin-top: 20px;
  }

  .news-grid-block .block-layout--two .block-column-wrapper {
    margin-bottom: 0;
  }

  .news-grid-block .block-layout--two .block-column-wrapper article .post-thumbnail-wrap {
    display: inline-block;
    width: 35%;
    margin-right: -4px;
    vertical-align: top;
    position: relative;
  }

  .news-grid-block .block-layout--two .block-column-wrapper article .post-content-wrap {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    padding-left: 15px;
    margin-right: -4px;
  }

  .news-grid-block .block-column-wrapper article .post-excerpt,
  .news-grid-block .block-column-wrapper article .azure-button.read-more-button {
    display: none;
  }

  /*--------------------------------------------------------------
    news-grid-layout two css
    --------------------------------------------------------------*/
  .azure-middle-content .frontpage-block .azure-pro-container {
    width: 100%;
  }


  /*--------------------------------------------------------------
    Bottom Block content carousel layout two css
    --------------------------------------------------------------*/
  .news-carousel-block .block-layout--two .post-thumbnail-wrap {
    margin: 0px;
  }

  .block-post-wrap {
    position: relative;
  }

  .news-carousel-block .block-layout--two .post-content-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 22px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);

  }

  .news-carousel-block .block-layout--two .post-content-wrap .post-cat-item a {
    background-color: #ffffffd6;
    background-image: linear-gradient(#04a8d0, #04a8d0);
    background-size: 5% 100%;
    background-repeat: no-repeat;
    transition: 0.4s;
    width: max-content;
    padding: 7px 9px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
    font-weight: 600;
  }

  .news-carousel-block .block-layout--two .post-content-wrap .entry-title a,
  .news-carousel-block .block-layout--two .post-content-wrap .post-meta-wrap span a,
  .news-carousel-block .block-layout--two .post-content-wrap .post-meta-wrap span {
    color: #fff;
  }

  .news-carousel-block .lSAction {
    position: absolute;
    top: 25px;
    right: 20px;
  }

  .azure-site-layout--separate .news-carousel-block .lSAction {
    position: absolute;
    top: 36px;
    right: 20px;
  }

  .azure-site-layout--separate .trending-posts-wrapper .lSAction {
    position: absolute;
    top: 1px;
    right: 20px;
  }

  .news-carousel-block .lSAction a,
  .trending-posts-wrapper .lSAction a {
    background: none;
    color: #808080;
    border: 1px solid #e1e1e1;
    line-height: 32px;
    display: inline-block;
    margin-left: 10px !important;
    font-size: 22px;
    position: static;
    width: 32px;
    height: 32px;
    text-align: center;
  }

  /*--------------------------------------------------------------
    carousel arrow css
    --------------------------------------------------------------*/
  #frontpage-middle-content .frontpage-block.news-carousel-block .block-wrapper,
  #frontpage-bottom-content .frontpage-block.news-carousel-block .block-wrapper,
  #frontpage-bottom-fullwidth .frontpage-block.news-carousel-block .block-wrapper {
    position: relative;
  }

  #frontpage-middle-content .lSSlideWrapper,
  #frontpage-bottom-fullwidth .lSSlideWrapper,
  #frontpage-bottom-content .lSSlideWrapper {
    position: unset;
  }

  .frontpage-block.news-carousel-block .bx-chevron-left,
  .frontpage-block.news-carousel-block .bx-chevron-right {
    display: block;
    margin-top: 3px;
  }

  /*--------------------------------------------------------------
    post-navigation layout two Css
    --------------------------------------------------------------*/

  .post-navigation-style--two .navigation .nav-links a {
    background-color: #fff;
    border: none;
    color: #000;
  }

  .post-navigation-style--two .title {
    color: #4abbd5;
    text-transform: uppercase;
    font-weight: 600;
  }

  .post-navigation-style--two .nav-links .nav-previous a::before,
  .post-navigation-style--two .nav-links .nav-next a::after {
    display: none;
  }

  .post-navigation-style--two .post-title {
    display: block;
    padding-top: 12px;

  }

  .post-navigation-style--two .nav-links .nav-previous,
  .post-navigation-style--two .nav-links .nav-next {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
  }


  /*--------------------------------------------------------------
    azure-pro-scrollup Css
      --------------------------------------------------------------*/
  #azure-pro-scrollup {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: rgb(4, 168, 208);
    width: 50px;
    height: 50px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    font-size: 32px;
    border-radius: 100%;
    cursor: pointer;
    transition: 0.5s ease;
  }

  #azure-pro-scrollup.align-left {
    left: 20px;
  }

  #azure-pro-scrollup.align-center {
    left: 50%;
    right: 50%;
  }

  /*--------------------------------------------------------------
      footer Css
    --------------------------------------------------------------*/

  #colophon {
    background: #f4f2f2;
    padding: 0;
    margin-top: 60px;
  }

  #footer-widget-area {
    padding-top: 50px;
  }

  .footer-widget--column-two .footer-widget-wrapper.azure-pro-grid {
    grid-template-columns: 100%;
  }

  .footer-widget--column-two .footer-widget-wrapper.azure-pro-grid {
    grid-template-columns: repeat(2, calc(50% - 1em));
  }

  .footer-widget--column-three .footer-widget-wrapper.azure-pro-grid {
    grid-template-columns: repeat(3, calc(33.33% - 1.33em));
  }

  .footer-widget--column-four .footer-widget-wrapper.azure-pro-grid {
    grid-template-columns: repeat(4, calc(25% - 1.5em));
  }

  .footer-widget-wrapper.azure-pro-grid {
    grid-column-gap: 2em;
  }

  .footer-widget-wrapper span.azure-widget-title {
    color: #000;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    padding: 5px 12px;
    position: relative;
    text-transform: uppercase;
    background-color: #f4f2f2;
    z-index: 1;
  }

  #colophon #footer-menu ul li .children,
  #colophon #footer-menu ul li .sub-menu {
    display: none;
  }

  /*--------------------------------------------------------------
        site-info Css
          --------------------------------------------------------------*/
  .site-info {
    background-color: #04a8d0;
    color: #fff;
  }

  #colophon .site-info a {
    color: #fff;
  }

  .site-info .copyright-content-wrapper a {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: 600;
  }

  .site-info .copyright-content-wrapper a:hover {
    color: #1a1a1a;
    border-bottom: 1px solid #353535;
  }

  .site-info #footer-navigation ul li {
    display: inline-block;
    margin: 10px;
  }

  .site-info #footer-navigation ul {
    margin: 0px;
  }

  .copyright-content-wrapper {
    margin-right: auto;
  }

  .footer-navigation {
    margin-left: auto;
  }

  /*--------------------------------------------------------------
    Dark Mode Css
    --------------------------------------------------------------*/
  body.dark-mode,
  .dark-mode #site-navigation ul li a,
  .dark-mode.azure-icon-elements-wrap .search-icon a,
  .dark-mode .entry-title a,
  .dark-mode .azure-button a,
  .dark-mode .block-title,
  .dark-mode .post-excerpt,
  .dark-mode .widget_archive a,
  .dark-mode .widget_categories a,
  .dark-mode .widget_recent_entries a,
  .dark-mode .widget_meta a,
  .dark-mode .widget_recent_comments li,
  .dark-mode .widget_rss li,
  .dark-mode .widget_pages li a,
  .dark-mode .widget_nav_menu li a,
  .dark-mode .wp-block-latest-posts li a,
  .dark-mode .wp-block-archives li a,
  .dark-mode .wp-block-categories li a,
  .dark-mode .wp-block-page-list li a,
  .dark-mode .wp-block-latest-comments li,
  .dark-mode .entry-title,
  .dark-mode #comments h3,
  .dark-mode #respond,
  .dark-mode h1,
  .dark-mode h2,
  .dark-mode h3,
  .dark-mode h4,
  .dark-mode h5,
  .dark-mode h6,
  .dark-mode .page-header .page-title,
  .dark-mode .header-news-ticker-wrapper .post-title a,
  .dark-mode .banner-tabbed-wrapper ul.banner-tabs li a,
  .dark-mode .trending-posts .entry-title a,
  .dark-mode .latest-posts-wrapper .posts-column-wrapper .entry-title a:hover,
  .dark-mode.header-main-layout--two .custom-button-bell-icon,
  .dark-mode .azure-banner-wrapper .post-title a,
  .dark-mode .azure-banner-wrapper .slide-title a,
  .dark-mode .news-ticker-post-title a,
  .dark-mode .header-search-wrapper i,
  .dark-mode .trail-item span,
  .dark-mode .azure-pro-post-content-wrap .entry-meta span a,
  .dark-mode .navigation .nav-links a.page-numbers,
  .dark-mode.navigation .nav-links a,
  .dark-mode .wp-block-latest-comments__comment-meta a,
  .dark-mode .published.updated,
  .dark-mode .post-meta-wrap a,
  .dark-mode .post-meta-wrap span,
  .dark-mode .site-title a,
  .dark-mode #colophon .widget a::before,
  .dark-mode #colophon,
  .dark-mode .copyright-content-wrapper,
  .dark-mode #colophon a,
  .dark-mode #footer-navigation ul li a,
  .dark-mode .azure-banner-wrapper .tabbed-content-wrapper a,
  .dark-mode .frontpage-section .post-excerpt,
  .dark-mode .frontpage-block .entry-title a,
  .dark-mode .latest-posts-wrapper .posts-column-wrapper .entry-title a,
  .dark-mode .widget a:hover,
  .dark-mode .widget a:hover::before,
  .dark-mode.single-posts-layout--two .post-thumbnail-wrap .azure-post-title-wrap .entry-title,
  .dark-mode.single-posts-layout--two .post-thumbnail-wrap .azure-post-title-wrap .entry-meta>span {
    color: #fff;
  }

  .dark-mode.azure-news-site-layout--separate .frontpage-block .block-wrapper,
  .dark-mode.azure-site-layout--separate #primary,
  .dark-mode.home.blog.azure-site-layout--separate #primary,
  .dark-mode.azure-site-layout--separate #secondary .widget,
  .dark-mode.home.blog.azure-site-layout--separate #secondary .widget,
  .dark-mode.azure-site-layout--separate #left-secondary .widget,
  .dark-mode.home.blog.azure-site-layout--separate #left-secondary .widget,
  .dark-mode.azure-site-layout--separate .breadcrumbs,
  .dark-mode #respond,
  .azure-site-layout--separate.dark-mode .secondary-content-wrapper .widget,
  .dark-mode .header-news-ticker-wrapper .news-ticker-posts-wrapper.ticker-posts,
  .dark-mode .sticky-header-widget-wrapper .widget,
  .dark-mode .azure-banner-wrapper .banner-tabbed-wrapper .tabbed-content-wrapper .tab-content-wrap .single-post-wrap,
  .dark-mode .header-news-ticker-wrapper,
  .dark-mode .author-info-wrap,
  .dark-mode .bottom-header-wrapper,
  .dark-mode #site-navigation ul.sub-menu,
  .dark-mode #site-navigation ul.children,
  .dark-mode .main-header-wrapper,
  .dark-mode .azure-button.read-more-button a,
  .dark-mode .breadcrumb-trail.breadcrumbs,
  .dark-mode .sticky-header-widget-wrapper,
  .dark-mode #top-header,
  .dark-mode #footer-widget-area,
  .dark-mode .site-info,
  .dark-mode #azure-pro-scrollup,
  .dark-mode .subcribe-ads-button a,
  .dark-mode .sticky-wrapper.is-sticky,
  .dark-mode.azure-site-layout--separate .frontpage-block .block-wrapper,
  .dark-mode.header-main-layout--two .header-news-ticker-wrapper .azure-pro-container,
  .dark-mode.archive-style--classic .posts-layout--two .azure-pro-post-content-wrap,
  .dark-mode.archive-style--grid .posts-layout--two .azure-pro-post-content-wrap,
  .dark-mode.single-posts-layout--two .post-thumbnail-wrap .azure-post-title-wrap {
    background: #1c1c1c;
  }

  .dark-mode .subcribe-ads-button a {
    border: 1px solid #fff;
  }

  .dark-mode .subcribe-ads-button .search-icon a {
    border: none;
  }

  .dark-mode .sidebar-menu-toggle-nav span {
    background-color: #fff;
  }

  .dark-mode .is-sticky .bottom-header-wrapper .azure-pro-container {
    border-top: none;
  }

  .dark-mode .bottom-header-wrapper .azure-pro-container {
    border-top: 1px solid #fff;
  }

  body.dark-mode,
  .dark-mode #page,
  .dark-mode .mt-logo-row-wrapper {
    background: #000;
  }

  .azure-site-layout--boxed .azure-pro-container {
    width: 100%;
    padding: 0 40px;
  }

  .main-header-wrapper .subcribe-ads-button.logo-ads-wrapper {
    display: inherit;
    gap: 12px;
    align-items: center;
  }

  .azure-site-layout--boxed .single-related-posts.related-post-layout--one .azure-pro-container {
    padding: 0px;
  }