/*---Breadcumb css add*/
.breadcumb-content {
    text-align: center;
    align-items: center;
}
.breadcumb-wrapper.background-image {
    background-color: var(--light-bg);
    padding: 210px 0 0px;
    background-position: center center;
    object-fit: cover;
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
   .breadcumb-wrapper.background-image {
    padding: 170px 0 0px;
}
}
@media (max-width: 767px) {
   .breadcumb-wrapper.background-image {
    padding: 150px 0 0px;
    border-radius: 0px;
}
}
.breadcumb-menu ul{
    display: flex;
    justify-content: center;
    margin-top: 30px
}
.breadcumb-menu ul li {
    position: relative;
}
.breadcumb-menu ul li:before {
    content: '\ea6e';
    right: -12px;
    top: 4px;
    font-size: 20px;
    z-index: -1;
    line-height: 12px;
    position: absolute;
    font-family: remixicon;
    color: var(--heading-bg);
}
.breadcumb-menu ul li:last-child:before {
    content: none;
}
.breadcumb-menu ul li:first-child {
    padding-left: 0;
}
.breadcumb-menu ul li {
    line-height: 1;
    z-index: 0;
    padding: 0 20px;
    position: relative;
    display: inline-block;
    color: var(--heading-bg);
}
/*--admin bar css add*/
.admin-bar .wionheader-section {
  margin-top: 32px;
}
.admin-bar .wionmenu-wrapper {
  margin-top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .wionheader-section {
    margin-top: 46px;
  }
}


/*--Menu add Css*/
.main-menu ul.sub-menu li.menu-item-has-children > a{
  display: block;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after{
  position: absolute;
    right: 0;
    content: '\ea6d';
}
.main-menu ul.sub-menu li.menu-item-has-children > a:hover::before {
    left: 0;
    right: auto;
    width: 0%;
}
a {
    color: unset;
}
/*--Blog Section Css*/
.wionblog-section{
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .wionblog-section{
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .wionblog-section{
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .wionblog-section{
    padding: 60px 0;
  }
}
.wion-blog-btn a{
    color: var(--heading-color);
    padding: 10px 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 50px;
    transition: all 0.4s;
    color: var(--heading-color);
    background-color: var(--white-bg);
}
.wion-blog-btn:hover a{
    background-color: var(--accent-bg);
     color: var(--heading-color);
}
/* .wionblog-wrap .wionblog-thumb {
 margin-bottom: 24px;
} */
.blog-single{
  margin-bottom: 50px;
}
.blog-single {
  margin-bottom: 50px;
}

/*--Blog Comment Css*/
.wionblog-d-comment-data1 p {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 0;
}
.wionblog-d-comment-box .children{
   margin-left: 101px;
   padding-bottom: 24px;
    border-bottom: 1px solid rgba(20, 45, 111, .1019607843);
    margin-bottom: 30px;
    padding-top: 24px;
    border-top: 1px solid rgba(20, 45, 111, .1019607843);
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wionblog-d-comment-box .children {
        margin-left: 0;
    }
}
.wionblog-d-comment-box .children .wionblog-d-comment-thumb img{
  width: 50px;
  height: 50px;
}

/*--Blog navigation Css*/
.post-navigation {
    display: flex;
    padding: 24px 0;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3ec;
    margin-bottom: 60px;
}
.wion-pagination ul li a, .wion-pagination span, .pagi-btn, .post-page-numbers, .post-page-numbers.current {
    height: 60px;
    width: 60px;
    font-weight: 600;
    display: inline-flex;
    text-align: center;
    line-height: 60px;
    align-items: center;
    justify-content: center;
    color: var(--heading-color);
    border-radius: 6px;
    background-color: #e2e3ec;
    margin-right: 10px;
}
.wion-pagination ul li a:hover, .pagi-btn:hover, .wion-pagination ul li a.active, .post-page-numbers.current, .post-page-numbers:hover {
    color: var(--white-color);
    background-color: var(--accent-color);
}
.wion-pagination ul {
    display: flex;
}
.wion-pagination ul {
    padding-left: 0;
}
.wion-pagination {
    display: flex;
}
a.nav-next:hover, a.nav-previous:hover {
    color: var(--accent-color);
}
a.nav-next i, a.nav-previous i {
    margin-left: 5px;
}
.nav-previous i {
    margin-left: 0px !important;
    margin-right: 5px;
}

/*--Blog Sidbar Css*/
.wionblog-sidebar .widget{
  margin-bottom: 50px;
}
.wionblog-sidebar .widget:last-child {
    margin-bottom: 0;
}
.blog-widget a,.blog-widget ul li{
    padding-bottom: 10px;
}
.blog-widget a:last-child,.blog-widget ul li:last-child{
    padding-bottom: 0px;
}
.blog-widget a,.blog-widget ul li a{
    font-size: 20px;
    line-height: 1.5em;
    transition: all .4s !important;
    font-weight: 400;
    color: var(--heading-color);
}
.blog-widget a:hover,.blog-widget ul li a:hover{
 font-weight: 700;
 transition: all .4s !important;
}
.widget h3.widget_title{
    font-size: 28px;
    line-height: 1.21em;
    font-family: SatoshiBold;
    color: var(--heading-color);
    letter-spacing: 0px;
    margin-bottom: 24px;
}
.wionblog-sidebar .blog-widget select{
    border: 1px solid var(--heading-color);
    margin: 0;
    width: 100%;
    height: 60px;
    color: var(--heading-color);
    border-radius: 50px;
    background-color: transparent;
    padding: 17px 45px 17px 24px !important;
    transition: all .4s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23212121'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px;
}
.blog-widget ul ul {
    padding-left: 20px;
    border-left: 1px solid rgba(2, 2, 30, 0.1);
    margin-top: 10px;
}
.calendar_wrap table{
    margin: 0px;
}
.blog-widget .search-form input{
      border: 1px solid var(--heading-color);
    margin: 0;
    width: 100%;
    height: 60px;
    color: var(--heading-color);
    border-radius: 50px;
    background-color: transparent;
    padding: 17px 45px 17px 24px !important;
    position: relative;
    transition: all .4s;
}
.blog-widget .search-form{
    position: relative;
}
.blog-widget .search-form button.submit-btn {
    position: absolute;
    top: 16px;
    right: 17px;
    background: none;
    border: none;
}
.textwidget p img{
    margin: 24px 0;
}

/*--Comment form Css*/
.comment-respond {
    padding: 40px 50px;
    border-radius: 10px;
    background-color: var(--white-bg);
}
.form-title h4.blog-inner-title{
    padding-bottom: 24px;
}
.comment-respond .form-group input, .comment-respond .form-group textarea{
    margin: 0;
    width: 100%;
    height: 60px;
    color: var(--heading-color);
    border-radius: 50px;
    background-color: transparent;
    padding: 17px 24px;
    border: 1px solid rgba(29, 29, 27, .5019607843);
    transition: all .4s;
}
@media (max-width: 767px) {
 input.form-control.akj {
    margin-bottom: 24px;
  }
}
.comment-respond .form-group textarea {
    height: 200px;
    resize: none;
    border-radius: 20px;
    margin-bottom: 24px;
}
.wion-check label {
    position: relative;
    cursor: pointer;
    margin-bottom: 40px;
    margin-top: 24px;
}
.wion-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.wion-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0a165e;
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    margin-top: -5px;
}
@media (max-width: 767px) {
    .comment-respond .form-group textarea {
        height: 120px;
    }
}
.comment-respond .wiondefault-btn span .arry1 {
    top: 0px;
    left: 0px;
}
.comment-respond .wiondefault-btn:hover span .arry2 {
    bottom: -3px;
    left: 0;
}

.blog-content .wp-block-navigation__responsive-container-content {
    margin-bottom: 24px;
}
.comment-form .comment-form-comment label, .comment-form .comment-form-author label, .comment-form .comment-form-email label, .comment-form label{
    margin-bottom: 15px;
    font-size: 1rem;
    font-family: SatoshiBold;
    color: var(--heading-color);
}
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: -13px;
    width: auto;
}
.comment-respond.wp-block-post-comments-form + p {
  margin-top: 24px;
}
#wp-calendar caption{
    margin-top: 0 !important;
}
.wp-block-categories-list.wp-block-categories + p{
    margin-top: 24px;
}
.wp-block-latest-posts__list.wp-block-latest-posts + p{
    margin-top: 24px;
}
.wp-block-page-list + p{
    margin-top: 24px;
}
.blog-content .wp-block-social-links{
    margin-bottom: 24px;
}
.wp-block-quote {
    position: relative;
    padding: 30px !important;
    border-radius: 10px;
    margin: 40px 0;
    background-color: var(--heading-bg);
}
.wp-block-quote p{
 color: var(--white-color);
}
.wp-block-quote cite{
 color: var(--white-color);
 margin-top: 5px;
}
.wp-block-quote::before{
    top: 0;
    left: -4px;
    width: 8px;
    height: 100%;
    content: "";
    position: absolute;
    border-radius: 10px 0 0 10px;
    background: var(--accent-bg);
}
.wp-block-pullquote blockquote{
     position: relative;
    padding: 30px;
    border-radius: 10px;
    background-color: var(--heading-bg);
    text-align: start;
}
.wp-block-pullquote blockquote p{
 color: var(--white-color);
}
.wp-block-pullquote blockquote cite{
 color: var(--white-color);
 margin-top: 5px;
}

.wp-block-column .wp-block-quote{
margin: 0;
}

.widget select, .widget input, .wp-block-categories select, .wp-block-archives-dropdown select{
     width: 100%;
    height: 60px;
    color: var(--heading-color);
    border-radius: 50px;
    background-color: transparent;
    padding: 17px 24px;
    border: 1px solid rgba(29, 29, 27, .5019607843);
    transition: all .4s;
}
p + .wp-block-archives-dropdown label, p + .wp-block-categories-dropdown label{
    margin-bottom: 10px;
}
.wp-block-categories-dropdown + p{
    margin-top: 24px;
}

.wp-caption {
    max-width: 100%;
}
.theme-input-group .submit-btn {
    background-color: transparent;
    margin-top: 15px;
    border: none;
}
.wionblog-d-comment-data1 h1{
    font-size: 40px;
    line-height: 48px;
    color: var(--color-primary);
    letter-spacing: 0;
}
 .wionblog-d-comment-data1 h2{
     font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
}
 .wionblog-d-comment-data1 h3{
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
}
 .wionblog-d-comment-data1 h4{
   font-size: 22px;
    letter-spacing: 0;
}
 .wionblog-d-comment-data1 h5{
 font-size: 18px;
     line-height: 135.714%;
    letter-spacing: -0.28px;
}
 .wionblog-d-comment-data1 h6{
        font-size: 24px;
    line-height: 141.667%;
    letter-spacing: -0.24px;
}
.wionblog-d-comment-box .wionblog-d-comment-wrap1 .wionblog-d-comment-data1 {
    min-width: 0;
}
.wionblog-d-comment-data1 h5{
    margin-bottom: 5px !important;
}
blockquote {
   position: relative;
    padding: 30px;
    border-radius: 10px;
    background-color: var(--heading-bg);
    margin: 0;
}
blockquote p {
    color: var(--white-color);
}
.wionblog-title{
     word-wrap: break-word;
}
.page--content p{
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 24px !important;
}
blockquote + p{
    margin-top: 24px;
}
.wionblog-d-comment-box .post-comment{
    margin-bottom: 24px;
}

/*--404 page Css*/
.wion404-content a.wiondefault-btn span .arry1{
    position: absolute;
    top: 6px;
    left: 0px;
}
.wion404-content a.wiondefault-btn:hover span .arry1 {
    top: -15px;
    left: 15px;
    color: var(--heading-color);
}


.wionblog-thumb{
    margin-bottom: 24px;
}
.wionblog-meta{
    margin-bottom: 24px;
}

.order-lg-last .blog-page-wrap{
   padding-right: 0px;
   padding-left: 50px;
}
.order-akj .blog-page-wrap{
    padding-right: 0px;
}

.wp-block-quote h4{
    font-size: 28px !important;
    line-height: 1.21em;
    color: var(--white-color);
    margin-bottom: 0px !important;
}
.wionblog-thumb img{
    height: 573px;
}
@media (max-width: 1199px) {
    .wionblog-thumb img{
        height: 400px;
    }
}
@media (max-width: 991px) {
    .wionblog-thumb img{
        height: 492px;
    }
}
@media (max-width: 767px) {
    .wionblog-thumb img{
        height: 365px;
    }
}
@media (max-width: 376px) {
    .wionblog-thumb img{
        height: 100%;
    }
}

.footer-wrapper.footer-layout1 {
    background: var(--heading-bg);
    padding: 24px 0px;
    margin-top: 30px;
    border-radius: 10px;
}
@media (max-width: 767px) {
  .footer-wrapper.footer-layout1 {
    border-radius: 0px;
}
}
.footer-wrapper.footer-layout1 p.copyright-text{
    color: var(--white-color);
    text-align: center;
}
.footer-wrapper.footer-layout1 p.copyright-text a:hover{
    color: var(--accent-color);
}


.blog-content .wiondefault-btn span .arry1{
    top: 4px;
}
.wionblog-title + .blog-text{
    margin-top: 24px;
    margin-bottom: 50px;
}
.recent-post-wrap .wionrecent-post-thumb{
    flex-shrink: 0;
}
.recent-post-wrap .wionrecent-post-thumb a img{
    width: 158px;
}
.wionrecent-post .post-title a{
    font-size: 28px;
    line-height: 1.21em;
    font-family: SatoshiBold;
    color: var(--heading-color);
}
.wionblog-meta.recent-post-meta{
    margin-bottom: 0;
}

.wionblog-sidebar .blog-widget {
margin-bottom: 50px;
}
.wionblog-sidebar .blog-widget:last-child {
    margin-bottom: 0;
}
.wp-block-tag-cloud a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all .4s;
    color: var(--heading-color);
    background-color: rgba(29, 29, 27, .0392156863);
    margin-bottom: 8px;
}
.wp-block-tag-cloud a:hover {
    background-color: var(--accent-bg);
}
.wp-widget-group__inner-blocks p.wp-block-tag-cloud{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.wionblog-sidebar .blog-widget h4{
    padding-bottom: 24px;
}
.wionblog-sidebar .blog-widget .wp-widget-group__inner-blocks ul li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(29, 29, 27, .1019607843);
    padding-bottom: 15px;
}
.wionblog-sidebar .blog-widget .wp-widget-group__inner-blocks ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.wionblog-sidebar .blog-widget .wp-widget-group__inner-blocks ul li:hover a{
    font-weight: 700;
    transition: all .4s;
}
.wionblog-sidebar .blog-widget .wp-widget-group__inner-blocks ul li:hover span{
    font-weight: 700;
    transition: all .4s;
}
.wionblog-sidebar .blog-widget .wp-widget-group__inner-blocks ul li a{
    display: flex;
    font-size: 20px;
    line-height: 1.5em;
    transition: all .4s;
    font-weight: 400;
    color: var(--heading-color);
}
.wionblog-sidebar .blog-widget .wp-widget-group__inner-blocks ul li span{
    font-weight: 400;
}
.wiondefault-btn:hover{
    color: var(--heading-color);
}

.wionblog-d-content-wrap .col-md-auto{
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (max-width: 767px) {
    .wionblog-widgets.widgets2 {
        margin-bottom: 24px; 
    }
}
.tag-share-social ul li i {
    line-height: normal;
}
.wiondefault-bg.margin-30{
    margin-top: 30px;
}



.blog-single.tag-sticky-2, .blog-single.sticky {
    position: relative;
}
.blog-single.tag-sticky-2::before, .blog-single.sticky::before {
    content: "\f18c";
    position: absolute;
    font-family: 'remixicon';
    font-size: 30px;
    font-weight: 500;
    opacity: 1;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #000;
    z-index: 1;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
}

.header-logo a:hover {
    color: var( --accent-color );
}

.footer-copyright a:hover {
    color: var(--accent-color );
}

.form-control:focus {
    box-shadow: none;
}

.header-logo a:hover {
    color: var( --accent-color );
}

.footer-copyright a:hover {
    color: var(--accent-color );
}

.wion-check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 5px;
    height: 8px;
    border: solid var(--heading-colorr);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@media (max-width: 767px) {
   .comment-respond {
        padding: 40px 30px;
    }
}

.blog-content ul li{
    font-size: 20px;
    line-height: 1.5em;
    transition: all .4s !important;
    font-weight: 400;
    color: var(--heading-color);
    padding-bottom: 10px;
}
.blog-content ul li:last-child{
    padding-bottom: 0px;
}
.blog-content ul li a:hover {
    font-weight: 700;
     color: var(--heading-color);
    transition: all .4s !important;
}


.blog-content ul ul {
    padding-left: 20px;
    border-left: 1px solid rgba(2, 2, 30, 0.1);
    margin-top: 10px;
}
.wp-block-social-links .wp-social-link svg{
    fill: var(--white-color) !important;
}
.is-style-logos-only .wp-block-social-link a svg{
    fill: var(--heading-colorr) !important;
}


.single.single-wion_project .breadcumb-wrapper, .single.single-wion_service .breadcumb-wrapper, .single.single-wion_team .breadcumb-wrapper{
    display: none;
}
.wiondefault-btn.submit-btn span .arry1{
    top: 1px;
}
.wiondefault-btn.submit-btn span .arry2{
  margin-bottom: 0;
}