.wp-site-blocks .alignfull, .wp-site-blocks > .wp-block-group.has-background, .wp-site-blocks > .wp-block-cover, .wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background, .wp-site-blocks > .wp-block-template-part > .wp-block-cover, body > .is-root-container > .wp-block-group.has-background, body > .is-root-container > .wp-block-cover, body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background, body > .is-root-container > .wp-block-template-part > .wp-block-cover, .is-root-container .wp-block[data-align="full"]{
  margin-left: calc(-1* var(--wp--custom--spacing--outer)) !important;
  margin-right: calc(-1* var(--wp--custom--spacing--outer)) !important;
  width: unset;
}
.wp-site-blocks, .edit-post-visual-editor__post-title-wrapper, .wp-block-group.alignfull, .slider .wp-block-cover, .wp-block-group.has-background, .wp-block-cover.alignfull, .is-root-container .wp-block[data-align="full"] > .wp-block-group, .is-root-container .wp-block[data-align="full"] > .wp-block-cover {
    padding-left: var(--wp--custom--spacing--outer);
    padding-right: var(--wp--custom--spacing--outer);
}
.archieve-post{
  position: relative !important;
}
.blog-date-box{
  position: absolute !important;
  left: 15px;
  top: 13px;
  z-index: 99;
}
.archieve-post .wp-block-post-meta > div:not(:first-child):before{
  background: transparent;
}
.blog-date-mon{
  border-bottom: 4px solid var(--wp--preset--color--border-color);
}

/*custom-css*/
/*header*/
/*header-search*/
.search-box-head .wp-block-search .wp-block-search__inside-wrapper{
  background: transparent;
  padding: 0;
  border: none;
}
.search-box-head .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button{
  background: transparent !important;
  padding: 0;
}
.search-box-head .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input{
  background-color: #f5f5f5;
  width: 180px;
}
.search-box-head .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input::placeholder {
  font-size: 12px;
  color: #000;
}
.search-box-head .wp-block-search__button svg{
  rotate: 270deg;
  opacity: 0.5;
}
/*banner*/
.slider,.slider-content-box{
  position: relative !important;
}
.slider:before {
  content: '';
  position: absolute !important;
  width: 76%;
  height: 622px;
  top: 0;
  left: 0;
  background: var(--wp--preset--color--secondary);
  z-index: 1;
  clip-path: polygon(0 0, 59% 0, 100% 100%, 0% 100%);
  border-bottom: 30px solid var(--wp--preset--color--background);
}
.slider-content {
  position: relative !important;
  z-index: 2;
}
.slider-excerpt{
  width: 60%;
}
.slider-traingle {
  position: absolute !important;
  top: -50px;
  left: 20px;
}
.slider-wave {
  position: absolute !important;
  bottom: -50px;
  left: 30px;
}
.slider-lines {
  position: absolute !important;
  bottom: -80px;
  right: 30%;
  transform: translateX(-50%);
}
/*team*/
.sec-head-wrap h2 span{
  color: var(--wp--preset--color--primary) !important;
}
.sec-head2 .wp-block-button__link{
  margin-top: 0 !important;
}
.sec-box-inner img{
  width: 100% !important;
}
/*blog sec*/
.sec-heading-box h2 span{
  color: var(--wp--preset--color--primary) !important;
}
.home-blog-box{
  box-shadow: 0 4px 14px 0 rgba(255, 95, 21, 0.18);
  position: relative;
}
.home-blog-box::after {
  content: '';
  position: absolute;
  bottom: -12px;
  background: var(--wp--preset--color--foreground);
  width: 100%;
  height: 1px;
  opacity: 10%;
  left: 0;
}
.home-blog-cat{
  display: flex;
  flex-wrap: wrap !important;
  gap: 5px;
}
.wp-block-post-terms .wp-block-post-terms__separator{
  display: none;
}
.home-blog-cat a{
  background-color: var(--wp--preset--color--primary);
  padding: 5px 10px;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  color: #fff;
}
/*back to top*/
.wp-block-button.back-to-top .wp-block-button__link.wp-element-button {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: inline-block;
  z-index: 999;
  text-indent: -5000px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.089);
  padding: 0;
}
