.messagebox-icon-box {
     padding: 24px;
     background: #fff;
     border-radius: 4px;
     box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
     padding-left: 60px;
     position: relative;
     z-index: 2;
     transition: all .3s;
     min-height: 190px;
}
 .messagebox-icon-box .icon {
     width: 24px;
     height: 25px;
     background: #6C1684;
     border-radius: 50%;
     position: absolute;
     left: 24px;
     top: 24px;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: all .3s;
}
 .messagebox-icon-box h3 {
     color: #080817;
     font-size: 20px;
     line-height: 30px;
     font-weight: 500;
     transition: all .3s;
     font-family: 'Outfit';
}
 .messagebox-icon-box p {
     font-size: 20px;
     font-weight: 400;
     color: #4C4C5A;
     margin-bottom: 0;
     transition: all .3s;
     font-family: 'Outfit';
}
 .messagebox-icon-box .icon svg, .messagebox-icon-box .icon i {
     width: 12px;
     height: 12px;
     text-align: center;
     color: #fff;
     fill: #fff;
     font-size: 12px;
     transition: all .3s;
}
 .messagebox-icon-box:hover h3, .messagebox-icon-box:hover p, .messagebox-icon-box.active h3, .messagebox-icon-box.active p {
     color: #fff;
     transition: all .3s;
}
 .messagebox-icon-box:hover, .messagebox-icon-box.active {
     background: #6C1684;
     transition: all .3s;
}
 .messagebox-icon-box:hover .icon, .messagebox-icon-box.active .icon {
     background: #fff;
     transition: all .3s;
}
 .messagebox-icon-box:hover .icon svg, .messagebox-icon-box:hover .icon i, .messagebox-icon-box.active .icon svg, .messagebox-icon-box.active .icon i {
     color: #6C1684;
     fill: #6C1684;
     transition: all .3s;
}



.header-elements {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }


 .theme-btn-1 {
     background: #6C1684;
     font-family: 'Outfit', sans-serif;
     font-size: 16px;
     font-style: normal;
     font-weight: 700;
     line-height: 16px; 
     text-transform: uppercase;
     color: #fff;
     padding: 20px;
     border-radius:4px;
     text-decoration: none;
     transition: all .3s;
     display: inline-flex;
     align-items: center;
     transform: translateY(0);
 }


 .theme-btn-1:hover{
     transition: all .3s;
     background: #080817;
     color: #fff;
     transform: translateY(-5px);
 }
 
 .theme-btn-1 svg, .theme-btn-1 i{
     margin-left:6px;
     
 }

 .site-header {
     padding: 15px 0;
 }

 .main-menu li a {
     color: #080817;
     font-family: 'Outfit', sans-serif;
     font-size: 17px;
     font-style: normal;
     font-weight: 400;
     line-height: 16px;
     transition: all .3s;
     display: block;
     padding: 16px 20px;
 }
 
 .main-menu li a:hover {
     transition: all .3s;
     color: #6C1684;
 }




 .mobile-menu-items {
     background: #fff;
     padding: 30px;
     position: fixed;
     left: -100%;
     top: 120px;
     width: 100%;
     transition: all .3s;
     visibility: hidden;
     opacity: 0;
     box-shadow:  0 4px 16px #ddd;
 }
 
 .mobile-menu-items li {
     list-style: none;
 }
 
 .mobile-menu-items li a {
     text-decoration: none;
 }
 
 .mobile-menu-items .menu {
     margin: 0;
     padding: 0;
     margin-bottom: 14px;
 }
 
 .mobile-menu-items.active {
     left: 0;
     visibility: visible;
     opacity: 1;
     transition: all .3s;
     z-index: 99;
 }


 .mobile-menu-icon {
     width: 40px;
     height: 40px;
     border: 1px solid #000;
     border-radius: 4px;
     padding: 4px;
 }
 
 span.menu-line {
     height: 2px;
     width: 100%;
     display: block;
     background: #000;
     margin: 6px 0;
 }

 .footer {
     background: #080817;
 }
 
 .row.footer-top {
     padding: 80px 0 60px;
 }


 .footer ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }
 
 .footer p {
     color: rgba(255, 255, 255, 0.80);
     font-family: 'Outfit', sans-serif;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 24px; /* 150% */
 }
 
 .copyright-right-menu {
     text-align: right;
 }
 
 .footer .menu li a {
     color: rgba(255, 255, 255, 0.80);
 
 /* 16 Regular */
     font-family: 'Outfit', sans-serif;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 16px; /* 100% */
     text-decoration: none;
     display: block;
     padding: 10px 0;
     transition: all .3s;
 }
 
 .footer h2.widget-title, .footer .wp-block-heading {
     color: #FFF;
 
 /* 24 Regular */
     font-family: 'Outfit', sans-serif;
     font-size: 24px;
     font-style: normal;
     font-weight: 400;
     line-height: 24px; /* 100% */
     margin-bottom: 20px;
 }
 
 .footer .copyright-right-menu li {
     display: inline-block;
 }
 
 .footer .menu li a:hover {
     color: #fff;
     transition: all .3s;
 }

 @media screen and (min-width:1200px) {
     .lg-pl-30{
          padding-left: 30px;
      }

      .lg-pr-30{
          padding-right: 30px;
      }
 }



 .footer .single-address h4 {
     color: #FFF;
     font-family: 'Outfit', sans-serif;
     font-size: 16px;
     font-style: normal;
     font-weight: 600;
     line-height: 16px; /* 100% */
 }
 
 .footer .address {
     position: relative;
     z-index: 2;
     padding-left: 24px;
 }
 
 .footer .address-icon {
     position: absolute;
     left: 0;
     top: 0;
     width: 24px;
     height: 24px;
 }

 .footer ul.socials li {
     display: inline-block;
     margin-right: 3px;
 }

 .footer ul.socials li a{
     transition: all .3s;
     transform: translateY(0);
 }

 .footer ul.socials li a:hover{
     transition: all .3s;
     transform: translateY(-5px);
 }

 .footer .widget{
     margin-bottom: 0;
 }

 @media screen and (max-width: 960px) {
      .footer .single-footer{
          margin-bottom: 30px;
      }
      
 }
 @media screen and (max-width: 767px) {
     .copyright-right-menu{
          text-align: left;
      }
      
 }



 .row.footer_copyright {
     padding: 20px 0;
     border-top: 1px solid #21212E;
 }

 .footer .copyright-right-menu li:last-child {
     margin-left: 10px;
     padding-left: 10px;
     border-left: 2px solid #9C9CA2;
 }
 
 .footer .copyright-right-menu li a {
     padding: 0;
 }
 
 .copyright-text p {
     margin-bottom: 0;
 }


 header#masthead {
    background: #F5F5F5;
}

.messagebox_bradcrumb {
    padding: 100px 0;
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
}

.breadcrumb-title h2 {
    color: #000;

    font-family: 'Outfit', sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 115.385% */
    margin-bottom: 18px;
}

.breadcrumb-title.text-center span {
    color: #000;
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 100% */
    text-decoration: none;
}

.breadcrumb-title.text-center a {
    text-decoration: none;
}

.breadcrumb-title.text-center {
    color: #000;
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.section-padding-2 {
    padding: 100px 0 70px;
}

.section-padding{
    padding: 100px 0;
}


.post-thubmnails img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.single-blog-item header.entry-header a {
    color: var(--Dark-Color, #080817);
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
    text-decoration: none;
    transition: all .3s;
}

.single-blog-item {
    background: #F5F5F5;
    border-radius: 8px;
    overflow: hidden;
}

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

ul.blog-cat li a {
    color: var(--Main-Color, #6C1684);
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    border-radius: 2px;
    background: rgba(108, 22, 132, 0.10);
    transition: all .3s;
}
ul.blog-cat li a:hover{
    color: #fff;
    background-color: #6C1684;
    transition: all .3s;
}
ul.blog-cat {
    margin: 10px 0;
}


.post-content {
    padding: 36px 20px 20px 20px;
}
.single-blog-item {
    margin-bottom: 30px;
}

.single-blog-item {
    margin-top: 16px;
    margin-bottom: 30px;
}

.single-blog-item  a.readmore-btn {
    color: var(--Dark-Color, #080817);
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 100% */
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all .3s;
}

.single-blog-item  a.readmore-btn svg {
    margin-left: 6px;
    transition: all .3s;
}

.single-blog-item  a.readmore-btn:hover svg {
    margin-left: 12px;
    transition: all .3s;
}

.single-blog-item  header.entry-header a:hover {
    color: #6C1684;
    transition: all .3s;
}

.entry-content p {
    color: var(--Paragraph-Color, #4C4C5A);
/* 26 Paragraph */
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}


.post-date {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
    display: inline-block;
    padding: 8px 14px;
}

.header-elements {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.theme-btn-1 {
    background: #6C1684;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; 
    text-transform: uppercase;
    color: #fff;
    padding: 20px 16px;
    border-radius:4px;
    text-decoration: none;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
}

.theme-btn-1:hover{
    transition: all .3s;
    background: #080817;
    color: #fff;
}

.theme-btn-1 svg{
    margin-left:6px;
    
}

.site-header {
    padding: 15px 0;
}

.main-menu li a {
    color: #080817;
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    transition: all .3s;
    display: block;
    padding: 16px 20px;
}

.main-menu li a:hover {
    transition: all .3s;
    color: #6C1684;
}




.mobile-menu-items {
    background: #fff;
    padding: 30px;
    position: fixed;
    left: -100%;
    top: 120px;
    width: 100%;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    box-shadow:  0 4px 16px #ddd;
}

.mobile-menu-items li {
    list-style: none;
}

.mobile-menu-items li a {
    text-decoration: none;
}

.mobile-menu-items .menu {
    margin: 0;
    padding: 0;
    margin-bottom: 14px;
}

.mobile-menu-items.active {
    left: 0;
    visibility: visible;
    opacity: 1;
    transition: all .3s;
}


.mobile-menu-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 4px;
}

span.menu-line {
    height: 2px;
    width: 100%;
    display: block;
    background: #000;
    margin: 6px 0;
}

.footer {
    background: #080817;
}

.row.footer-top {
    padding: 80px 0 60px;
}


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

.footer p {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

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

.footer .menu li a {
    color: rgba(255, 255, 255, 0.80);

/* 16 Regular */
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    text-decoration: none;
    display: block;
    padding: 10px 0;
    transition: all .3s;
}

.footer h2.widget-title, .footer .wp-block-heading {
    color: #FFF;

/* 24 Regular */
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 100% */
    margin-bottom: 20px;
}

.footer .copyright-right-menu li {
    display: inline-block;
}

.footer .menu li a:hover {
    color: #fff;
    transition: all .3s;
}

@media screen and (min-width:1200px) {
    .lg-pl-30{
         padding-left: 30px;
     }

     .lg-pr-30{
         padding-right: 30px;
     }
}



.footer .single-address h4 {
    color: #FFF;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 100% */
}

.footer .address {
    position: relative;
    z-index: 2;
    padding-left: 24px;
}

.footer .address-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
}

.footer ul.socials li {
    display: inline-block;
    margin-right: 3px;
}

.footer ul.socials li a{
    transition: all .3s;
    transform: translateY(0);
}

.footer ul.socials li a:hover{
    transition: all .3s;
    transform: translateY(-5px);
}

.footer .widget{
    margin-bottom: 0;
}

@media screen and (max-width: 960px) {
     .footer .single-footer{
         margin-bottom: 30px;
     }
     
}
@media screen and (max-width: 767px) {
    .copyright-right-menu{
         text-align: left;
     }
     
}



.row.footer_copyright {
    padding: 20px 0;
    border-top: 1px solid #21212E;
}

.footer .copyright-right-menu li:last-child {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 2px solid #9C9CA2;
}

.footer .copyright-right-menu li a {
    padding: 0;
}

.copyright-text p {
    margin-bottom: 0;
}


header#masthead {
   background: #F5F5F5;
}

.messagebox_bradcrumb {
   padding: 100px 0;
   background-position: bottom left;
   background-size: cover;
   background-repeat: no-repeat;
}



.breadcrumb-title.text-center span {
   color: #000;
   font-family: 'Outfit', sans-serif;
   font-size: 24px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px; /* 100% */
   text-decoration: none;
}

.breadcrumb-title.text-center a {
   text-decoration: none;
}

.breadcrumb-title.text-center {
   color: #000;
   font-family: 'Outfit', sans-serif;
   font-size: 24px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px;
}

.section-padding-2 {
   padding: 100px 0 70px;
}

.section-padding{
   padding: 100px 0;
}


.post-thubmnails img {
   width: 100%;
   height: 280px;
   object-fit: cover;
}

.single-blog-item header.entry-header a {
   color: var(--Dark-Color, #080817);
   font-family: 'Outfit', sans-serif;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: 26px; /* 130% */
   text-decoration: none;
   transition: all .3s;
}

.single-blog-item {
   background: #F5F5F5;
   border-radius: 8px;
   overflow: hidden;
}

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

ul.blog-cat li a {
   color: var(--Main-Color, #6C1684);
   font-family: 'Outfit', sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 16px; /* 100% */
   text-transform: uppercase;
   text-decoration: none;
   padding: 10px;
   display: inline-block;
   border-radius: 2px;
   background: rgba(108, 22, 132, 0.10);
   transition: all .3s;
}
ul.blog-cat li a:hover{
   color: #fff;
   background-color: #6C1684;
   transition: all .3s;
}
ul.blog-cat {
   margin: 10px 0;
}




.single-blog-item {
   margin-bottom: 30px;
}

.single-blog-item {
   margin-top: 16px;
   margin-bottom: 30px;
}

.single-blog-item  a.readmore-btn {
   color: var(--Dark-Color, #080817);
   font-family: 'Outfit', sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   line-height: 16px; 
   text-transform: uppercase;
   text-decoration: none;
   display: flex;
   align-items: center;
   transition: all .3s;
}

.single-blog-item  a.readmore-btn svg {
   margin-left: 6px;
   transition: all .3s;
}

.single-blog-item  a.readmore-btn:hover svg {
   margin-left: 12px;
   transition: all .3s;
}

.single-blog-item  header.entry-header a:hover {
   color: #6C1684;
   transition: all .3s;
}

.entry-content p {
   color: var(--Paragraph-Color, #4C4C5A);
/* 26 Paragraph */
   font-family: 'Outfit', sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 26px; /* 162.5% */
}


.post-date {
   border-radius: 2px;
   background: #FFF;
   box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
   display: inline-block;
   padding: 8px 14px;
   position: absolute;
   top: -20px;
   z-index: 3;
}

.post-date h5 {
    color: var(--Dark-Color, #080817);
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
    margin: 0;
    padding: 4px;
}

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

.single-blog-item .post, .page {
    margin-bottom: 0;
}

.post-date h5 {
    display: flex;
    align-items: center;
}

.post-date h5 svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.heading h2 {
    color: var(--Dark-Color, #080817);
/* H2 Heading */
    font-family: 'Outfit', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
    margin-bottom: 0;
}

.heading h2 span {
    background: linear-gradient(93deg, #6C1684 76.85%, rgba(255, 184, 0, 0.76) 134.52%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading {
    margin-bottom: 60px;
}

.bg-1{
    background: #F5F5F5;
}

.post-date.post-date-single {
    margin: 0 0 0 0;
    position: relative;
    left: 0;
    top: 0;
}

.inner-blog .post-content {
    padding: 20px 0 0 0;
}

.singlepostmet {
    display: flex;
    align-items: center;
}

.post-date.post-date-single {
    margin-right: 12px;
}

.inner-blog .post-thumbnail img {
    height: 570px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}






.messagebox-sidebar .widget {
    border-radius: 2px;
    background: var(--Gray-Color, #F5F5F5);
    padding: 24px;
}

.messagebox-sidebar label.wp-block-search__label {
    color: var(--Dark-Color, #080817);
/* 24 Regular */
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 100% */
    margin-bottom: 24px;
}

.messagebox-sidebar .wp-block-search__inside-wrapper {
    border-radius: 2px;
    background: #FFF;
}

.messagebox-sidebar button.wp-block-search__button.has-icon.wp-element-button {
    border: none;
    background: none;
}

.messagebox-sidebar input#wp-block-search__input-1 {
    border: none;
    padding: 17px;
    color: var(--Dark-Color, #080817);
/* 16 Regular */
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
}

.messagebox-sidebar input#wp-block-search__input-1::placeholder {
    color: var(--Dark-Color, #080817);
/* 16 Regular */
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
}
.messagebox-sidebar input#wp-block-search__input-1:focus{
    outline: none;
}


.messagebox-sidebar  ul.wp-block-categories-list.wp-block-categories {
    margin: 0;
    padding: 0;
    list-style: none;
}

.messagebox-sidebar  ul.wp-block-categories-list.wp-block-categories li a {
    color: var(--Dark-Color, #080817);
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 100% */
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    background: #FFF;
    display: block;
    padding: 20px;
    transition: all .3s;
}
.messagebox-sidebar  ul.wp-block-categories-list.wp-block-categories li a:hover {
    color: #fff;
    background: #6C1684;
    transition: all .3s;
}

.messagebox-sidebar  ul.wp-block-categories-list.wp-block-categories li {
    margin-bottom: 12px;
}

.messagebox-sidebar  ul.wp-block-categories-list.wp-block-categories li:last-child {
    margin-bottom: 0;
}





.messagebox-sidebar  h2.widget-title {
    color: var(--Dark-Color, #080817);
/* 24 Regular */
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 100% */
    margin-bottom: 24px;
}

.messagebox-sidebar  .rpwwt-widget li a {
    color: var(--Dark-Color, #080817);
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-decoration: none;
    transition: all .3s;
}

.messagebox-sidebar  .rpwwt-widget li a:hover{
    color: #6C1684;
    transition: all .3s;
}

.messagebox-sidebar  .rpwwt-post-date {
    color: var(--Dark-Color, #080817);
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; /* 100% */
}



.messagebox-sidebar  .rpwwt-post-date {
    position: relative;
    z-index: 2;
    padding-left: 20px;
}

.messagebox-sidebar  .rpwwt-post-date:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    background-image: url(http://localhost:8888/messagebox/wp-content/uploads/2023/11/date.jpg);
    background-repeat: no-repeat;
    text-align: center;
    background-size: contain;
    left: 0;
    top: -2px;
}





.messagebox-sidebar  .rpwwt-widget ul li {
    position: relative;
    z-index: 2;
    padding-left: 90px;
}

.messagebox-sidebar  .rpwwt-widget ul li a img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    margin-top: 0;
    height: 70px !important;
    border-radius: 4px;
}

.messagebox-sidebar  .rpwwt-widget ul li {
    display: inline-flex;
    justify-content: start;
    flex-direction: column-reverse;
    min-height: 70px;
}

.messagebox-sidebar  .rpwwt-widget ul li a {
    width: 100%;
}

.messagebox-sidebar  .rpwwt-post-date {
    width: 100%;
}

.messagebox-sidebar  .rpwwt-post-date {
    margin-bottom: 8px;
    margin-top: 4px;
}

.messagebox-sidebar  .rpwwt-widget ul li:last-child a img {
    margin-bottom: 0;
}

.messagebox-sidebar  .rpwwt-widget ul {
    margin-bottom: 0;
}





.messagebox-sidebar  .widget.cta-widget {
    text-align: center;
}

.messagebox-sidebar  ul.socials {
    margin: 0;
    padding: 0;
    list-style: none;
}

.messagebox-sidebar  ul.socials li {
    display: inline-block;
    margin: 0 3px;
}

.messagebox-sidebar  .widget.cta-widget p {
    color: var(--Main-Color, #6C1684);
/* 20 Regular */
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */
    background: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 2px;
    margin-bottom: 8px;
}

.messagebox-sidebar .heading{
    margin-bottom: 24px;
}

.messagebox-sidebar .socials h5 {
    color: var(--Dark-Color, #080817);
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 100% */
    margin-bottom: 12px;
}






.messagebox-sidebar .cta-form input {
    width: calc(100% - 30%);
    color: var(--Dark-Color, #080817);
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    padding: 17px;
    border: none;
}

.messagebox-sidebar .cta-form input:focus{
    outline: none;
}
.messagebox-sidebar .cta-form {
    text-align: left;
    position: relative;
    margin-bottom: 32px;
}

.messagebox-sidebar .cta-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
    color: #FFF;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 100% */
    text-transform: uppercase;
    background: #6C1684;
    border-radius: 0px 4px 4px 0px;
}

.messagebox-sidebar .socials h5 {
    margin-bottom: 24px;
}

.messagebox-sidebar {
    position: sticky;
    top: 0;
}

.single-post-sidebar {
    position: sticky;
    top: 0;
}

.messagebox-sidebar {
    margin-right: 24px;
}

.single-post-sidebar {
    margin-left: 24px;
}

.messagebox-sidebar input#wp-block-search__input-1::placeholder {
    opacity: .7;
}


@media screen and (max-width: 767px) {
    .breadcrumb-title h2 {
        font-size: 32px;
        line-height: 42px;
    }
    
    .breadcrumb-title.text-center span {
        font-size: 16px;
        line-height: 26px;
    }
    
    .breadcrumb-title.text-center {
        font-size: 16px;
    }
    
    .wp-block-search__inside-wrapper {
        max-width: 100%;
    }
    
    .messagebox-sidebar {
        margin-right: 0;
        padding-left: 12px;
    }
    
    .single-post-sidebar {
        margin-left: 0;
        padding-left: 8px;
    }
    
    .singlepostmet {
        display: block;
    }
    
    .heading h2 {
        font-size: 28px;
    }
    
    .heading {
        margin-bottom: 30px;
    }

    .section-padding{
        padding: 50px 0;
    }

    .section-padding-2{
        padding: 50px 0 20px;
    }
}


.heading.no-margin {
    margin: 0 !important;
}





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

.category_filter {
}

pa {
    display: inline-block;
}

.category_filter ul {
    border-radius: 4px;
    background: rgba(108, 22, 132, 0.10);
    padding: 10px;
    display: inline-block;
}

.category_filter {
    text-align: center;
    margin-bottom: 40px;
}

.category_filter li a {
    color: var(--Main-Color, #6C1684);
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 100% */
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    padding: 12px;
    border-radius: 4px;
    transition: all .3s;
}

.category_filter li a:hover, .category_filter li.active-category a  {
    transition: all .3s;
    background-color: #6C1684;
    color: #fff;
}


.category_filter li {
    display: inline-block;
    margin: 12px 8px;
}


section.no-results.not-found {
    text-align: center;
}

section.no-results.not-found input.search-field {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

section.no-results.not-found input.search-submit {
    padding: 15px;
    font-weight: 600;
    color: #fff;
    border: none;
    background: #6C1684;
}


.post-pagination .nav-links {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-pagination nav.navigation.pagination {
    justify-content: center;
}

.post-pagination .nav-links a, .post-pagination .nav-links span {
    background: rgba(108, 22, 132, 0.10);
    margin: 0 4px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    color: var(--Main-Color, #6C1684);
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
     /* 100% */
    font-weight: 700;
    border-radius: 4px;
    transition: all .3s;
}

.post-pagination span.page-numbers.current, .post-pagination .nav-links a:hover {
    color: #fff;
    background: #6C1684;
    transition: all .3s;
}

.bg-3{
    background-color: #6C1684;
}






.site_cta {
    padding: 70px 0;
}

.heading h3 {
    color: #FFF;

/* H2 Heading */
    font-family: 'Outfit', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
    margin-right: 60px;
}

a.theme_btn_white {
    color: var(--Main-Color, #6C1684);
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 100% */
    text-transform: uppercase;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

a.theme_btn_white svg {
    margin-left: 6px;
}

a.theme_btn_black {
    color: #FFF;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 100% */
    text-transform: uppercase;
    background: #080817;
    padding: 20px;
    border-radius: 4px;
    text-decoration: none;
}

.cta-buttons {
    text-align: right;
}


@media screen and (max-width: 960px) {
    .cta-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .site_cta.bg-3 {
        text-align: center;
    }
    
    .cta-buttons a {
        margin-top: 20px;
    }
    
    .heading h3 {
        margin-right: 0;
        font-size: 32px;
        line-height: 42px;
    }
}

.messagebox-sidebar.widget-messagebox {
    padding-left: 0;
}



.contact-from button#wpforms-submit-248 {
    background: #6C1684;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    height: auto;
    width: auto !important;
    padding: 20px !important;
}


.contact-form-input input, .contact-form-input select  {
    border-radius: 4px !important;
    border: 1px solid #DCDCDF !important;
    padding: 15px !important;
    height: auto !important;
    color: #080817;
}
.contact-form-input input::placeholder{
    color: var(--Dark-Color, #080817);
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    opacity: .5;
}

.contact-form-input input::focus, .contact-form-input select:focus{
    outline: none;
}


.page-content, .entry-content, .entry-summary{
    margin: 0;
}


.nav-link {
    background: #F5F5F5;
    padding: 16px;
    color: var(--Dark-Color, #080817);
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; 
    text-align: left;
    border-radius: 2px !important;
    margin-bottom: 12px;
}

.nav-link.active {
    background: #5C1684 !important;
}

.nav-link:hover {
    color: #080817;
}

.nav-link:last-child {
    margin-bottom: 0;
}






.changelog_tabs {
    display: flex;
    align-items: self-start;
    justify-content: start;
}


.changelog_tabs .tab-button {
    display: block;
    margin: 16px;
}



.changelog_tabs .tab {
    display: none;
}
.changelog_tabs .tab.active {
    display: block;
}
.changelog_tabs .tab-content {
    padding: 10px;
}
.changelog_tabs .tab-button {
    cursor: pointer;
    padding: 10px;
    background-color: #ccc;
    margin-right: 5px;
}
.changelog_tabs .tab-button.active {
    background-color: #999;
    color: #fff;
}


.tab_sidebar {
    width: 420px;
    margin-right: 60px;
}

.changelog_tabs .tab-button {
    margin: 0;
    background: #fff;
    padding: 20px 16px;
}

.changelog_tabs .tab-button.active {
    background: #f5f5f5;
}

.changelog_tabs .tab_sidebar span {
    color: var(--Dark-Color, #080817);
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    display: block;
    margin-bottom: 10px;
}

.changelog_tabs .tab_sidebar h4 {
    color: var(--Dark-Color, #080817);
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; 
}

.site_changelog_tab_contents {width: 820px;}



h6.tab_content_date {
    display: inline-block;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
    padding: 8px 16px;
    margin-bottom: 20px;
}

.site_changelog_tab_contents h2 {
    color: var(--Dark-Color, #080817);
    font-family: Outfit;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 20px;
}

.site_changelog_tab_contents p {
    color: var(--Paragraph-Color, #4C4C5A);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}


.changelog_tabs .tab-button {
    border-bottom:  1px solid rgba(8, 8, 23, 0.10);
}

.changelog_tabs .tab_sidebar {
    border: 1px solid rgba(8, 8, 23, 0.10);
}

.changelog_tabs .tab_sidebar .tab-button h4, 
.changelog_tabs .tab_sidebar .tab-button span{
    opacity: .6;
}
.changelog_tabs .tab_sidebar .tab-button.active h4, 
.changelog_tabs .tab_sidebar .tab-button.active span{
    opacity: 1;
}



.changelog_tabs h6.tab_content_date {
    display: inline-block;
    align-items: center;
}

.changelog_tabs h6.tab_content_date svg {
    margin-right: 6px;
    margin-top: -4px;
}


.changelog_header {
    border-radius: 4px 4px 0px 0px;
    background: var(--Main-Color, #6C1684);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
}

.changelog_header h4.header-log {
    margin-bottom: 0;
    color: #FFF;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}


.changelog_header {
    border-radius: 2px;
}

.changelog_tabs .tab-button:last-child {
    border-bottom: none;
}





.app_tabs .tab {
    display: none;
}
.app_tabs .tab.active {
    display: block;
}
.app_tabs .tab-content {
    padding: 10px;
}
.app_tabs .tab-button {
    cursor: pointer;
    padding: 10px;
    background-color: #ccc;
    display: inline-block;
    margin-right: 5px;
}
.app_tabs .tab-button.active {
    color: #fff;
}
.app_tabs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.app_tabs.left-tabs .app-tab_img{
    text-align: right;
}

.app_tabs.right-tabs{
    flex-direction: row-reverse;
}

.app_tabs .tab-button {
    display: block;
    width: 100%;
    border-radius: 2px;
    background: var(--Gray-Color, #F5F5F5);
    margin-bottom: 20px;
    color: var(--Dark-Color, #080817);
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; 
    padding: 28px;
    transition: all .3s;
}

.app_tabs .tab-button:last-child{
    margin-bottom: 0;
}
.app_tabs .tab-button.active {
    background: #6C1684 !important;
    transition: all .3s;
}


.app_tabs .tab-buttons {
    width: 40%;
}

.app_tabs .tab-content-wrapper {
    width: 60%;
}




.app_tabs .tab-button {
    padding-left: 72px !important;
    position: relative;
    z-index: 2;
}

.app_tabs span.tab_icon {
    display: block;
    width: 48px;
    height: 48px;
    background: #E7DFEA;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    top: 16px;
}

.tab-button p {
    color: #4C4C5A;
    font-family: "Outfit", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 8px;
}

.tab-button.active p {
    color: #fff;
}

.app_tabs .tab-button h4 {
    color: var(--Dark-Color, #080817);
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 100% */
    margin-bottom: 0;
}

.app_tabs .tab-button.active h4 {
    color: #fff;
}

.app_tabs .tab-button.active .tab_icon img {
    filter: brightness(40);
}

.app_tabs .tab-button.active .tab_icon {
    background: #7B2D90;
}

td.table-body_icon svg {
    width: 20px;
    height: 20px;
}





tr.pricing-head td {
    text-align: center;
    border: 1px solid rgba(108, 22, 132, 0.10);
    padding: 30px 12px;
}

tr.pricing-head h5 {
    color: #000;
    text-align: center;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 130% */
    margin-bottom: 0;
}

tr.pricing-head p {
    color: var(--Paragraph-Color, #4C4C5A);
    text-align: center;
/* 26 Paragraph */
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-bottom: 0;
    margin-top: 20px;
}

tr.pricing-head a.theme-btn.theme-btn-1 {
    margin-top: 20px;
}

tr.pricing-head h3 {
    color: var(--Dark-Color, #080817);
/* 32 Medium */
    font-family: Outfit;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 100% */
}

tr.pricing-head td:nth-child(2), tr.pricing-head td:nth-child(4) {background: #F9F5FA;}

.pring_table td {
    background: #FDFDFE;
}

tr.pricing-head td:nth-child(2) p {
    font-size: 14px;
    line-height: 24px;
}

tr.pricing-head td:nth-child(3), tr.pricing-head td:nth-child(4), tr.pricing-head td:nth-child(5) {
    padding-left: 28px;
    padding-right: 28px;
}

tr.pricing-head td {
    width: 20%;
}

tr.pricing-head td:nth-child(3) p, tr.pricing-head td:nth-child(4) p, tr.pricing-head td:nth-child(5) p {
    line-height: 24px;
}




tr.table-body td {
    padding: 14px;
    text-align: center;
}

tr.table-body td:nth-child(1) {
    text-align: left;
}


.width-20{
    width: 20%;
}

.margin-0{
    margin-bottom: 0;
}


table.margin-0.table-table-body {
    border: 1px solid rgba(108, 22, 132, 0.10);

    border-bottom: transparent;
}

tr.table-body.head-table-body.table_single_body td {
    border-right: 1px solid rgba(108, 22, 132, 0.10);

}

tr.table-body.user_table td {
    border: 1px solid rgba(108, 22, 132, 0.10);

    border-bottom: transparent;
    border-top: transparent;
}

td.width-20.text-bold {
    border-right: 1px solid rgba(108, 22, 132, 0.10);
}

tr.table-body td {
    border-right: 1px solid rgba(108, 22, 132, 0.10);

}


.table_single_body td {
    color: var(--Paragraph-Color, #4C4C5A);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
}

td.text-bold {
    color: var(--Dark-Color, #080817);
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

tr.table-body.user_table td {
    color: var(--Dark-Color, #080817);
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}



.site-faq .elementor-accordion-item {
    padding: 0 !important;
}

.site-faq .elementor-tab-content {
    background: #fff;
}

.site-faq .elementor-accordion-item {
    border-radius: 4px;
    overflow: hidden;
}

.site-faq .elementor-tab-content.elementor-active {
    background: #6C1684;
}
.site-faq .elementor-tab-content.elementor-active p, .site-faq .elementor-tab-title.elementor-active svg, .site-faq .elementor-tab-content.elementor-active{
    color: #fff !important;
    fill: #fff !important;
}
.site-faq .elementor-tab-title.elementor-active {
    background: #6C1684 !important;
}



.site-faq .elementor-accordion .elementor-accordion-item {
    margin-bottom: 20px;
}

.site-faq .elementor-accordion .elementor-accordion-item:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:520px) {
    table.comon-table {
        width: 1140px;
    }
    .pring_table {
        max-width: 400px;
        overflow-x: scroll;
    }
    .inner-blog .post-thumbnail img{
        height: 300px;
    }
}

@media screen and (min-width:521px) and (max-width:767px) {
    table.comon-table {
        width: 1140px;
    }
    .pring_table {
        max-width: 520px;
        overflow-x: scroll;
    }
}

@media screen and (min-width:768px) and (max-width:960px) {
    table.comon-table {
        width: 1140px;
    }
    .pring_table {
        max-width: 768px;
        overflow-x: scroll;
    }
}

@media screen and (max-width:767px) {
    .app_tabs {
        display: block;
        padding: 0 16px;
    }
    
    .changelog_tabs {
        display: block;
        padding: 0 16px;
    }
    
    .tab_sidebar {
        width: 100%;
        margin-right: 0;
    }
    
    .site_changelog_tab_contents {
        width: 100%;
        margin-top: 50px;
    }
    
    .app_tabs .tab-buttons {
        width: 100%;
    }
    
    .app_tabs .tab-content-wrapper {
        width: 100%;
        margin-top: 40px;
    }
}


a.theme_btn_black {
    display: inline-flex;
    align-items: center;
}

a.theme_btn_black svg {
    margin-left: 4px;
}



.messagebox-signup {
    margin-bottom: 0;
    border-radius: 4px;
    border: none;
    /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
    padding: 0 !important;
    font-family: 'Outfit';
}

.messagebox-signup input {
    border: 0 !important;
    box-shadow: none;
    background: #F0F0F1;
    color: #080817;
    font-size: 16px !important;
    border-radius: 4px !important;
    padding: 14px !important;
    font-family: 'Outfit';
}

.messagebox-signup label {
    color: #080817;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Outfit';
}

.messagebox-signup input::placeholder {
    color: #323239 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'Outfit';
}

.messagebox-signup ul {
    padding: 0;
}

.messagebox-signup button.btn.button.ur-submit-button {
    width: 100%;
    background: #6C1684;
    color: #fff;
    font-size: 16px !important;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 14px !important;
    font-weight: 700;
    font-family: 'Outfit';
}

.messagebox-signup button.btn.button.ur-submit-button:hover {
    background: #000;
}

.messagebox-icon-box {
    padding: 24px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding-left: 60px;
    position: relative;
    z-index: 2;
    transition: all .3s;
    min-height: 190px;
}

.messagebox-icon-box .icon {
    width: 24px;
    height: 25px;
    background: #6C1684;
    border-radius: 50%;
    position: absolute;
    left: 24px;
    top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.messagebox-icon-box h3 {
    color: #080817;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    transition: all .3s;
    font-family: 'Outfit';
}

.messagebox-icon-box p {
    font-size: 20px;
    font-weight: 400;
    color: #4C4C5A;
    margin-bottom: 0;
    transition: all .3s;
    font-family: 'Outfit';
}

.messagebox-icon-box .icon svg, .messagebox-icon-box .icon i {
    width: 12px;
    height: 12px;
    text-align: center;
    color: #fff;
    fill: #fff;
    font-size: 12px;
    transition: all .3s;
}

.messagebox-icon-box:hover h3, .messagebox-icon-box:hover p, .messagebox-icon-box.active h3, .messagebox-icon-box.active p {
    color: #fff;
    transition: all .3s;
    
}

.messagebox-icon-box:hover, .messagebox-icon-box.active {
    background: #6C1684;
    transition: all .3s;
}

.messagebox-icon-box:hover .icon, .messagebox-icon-box.active .icon  {
    background: #fff;
    transition: all .3s;
}

.messagebox-icon-box:hover .icon svg, .messagebox-icon-box:hover .icon i, .messagebox-icon-box.active .icon svg, .messagebox-icon-box.active .icon i {
    color: #6C1684;
    fill: #6C1684;
    transition: all .3s;
}
h6.tab_content_date, .breadcrumb-title h1 {
    font-family: 'Outfit';
}

@media screen and (max-width:767px) {
.messagebox-signup .ur-form-grid.ur-grid-1 {
    margin-bottom: 0 !important;
}

.messagebox-signup .ur-field-item.field-user_email {
    margin-bottom: 0 !important;
}

.messagebox-signup .ur-field-item.field-nickname {
    margin-bottom: 0 !important;
}

}