.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*/
/*top-bar*/
.top-wrap{
  gap: 0 !important;
}
.top-right-box{
  position: relative;
  box-shadow: 300px 0px 0px 0px var(--wp--preset--color--primary);
}
.social-box .wp-block-social-link-anchor:hover,
.social-box .wp-block-social-link-anchor:focus{
  color: var(--wp--preset--color--secondary) !important;
}
/*menu-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{
  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%;
}

/*tab box*/
.project-section{
  position: relative;
}
.tab-box p a{
  text-decoration: none;
  padding: 5px 8px;
}
.tab-box p a:hover,
.tab-box p a:focus,
.tab-box p a:active{
  background-color: var(--wp--preset--color--primary);
  color: #fff;
}
.img-wrap-box img{
  width: 100% !important;
  height: 360px !important;
}
.box-2{
  position: relative !important;
}
.box-2 figure{
  margin-bottom: 0;
}
.box-short-head{
  display: inline-block;
  border-radius: 30px;
}
.box-2-content{
  position: absolute !important;
  left: 23px;
  bottom: -13px;
}
.box-2-content .wp-block-button__link{
  margin-top: 10px;
}


/*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;
}