.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);
}


/*header*/
.header-wrapper-inner{
  box-shadow: 0px 0px 15px #0000003B;
  position: relative !important;
}
.header-search .wp-block-search .wp-block-search__inside-wrapper,
.header-search .wp-block-search__button,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover{
  padding: 0;
  background: transparent;
}
.header-search .wp-block-search__button svg{
  min-height: 30px;
  min-width: 30px;
  rotate: 270deg;
}
.header-search .wp-block-search__input{
  width: 50%;
  padding: 0 5px !important;
}
.top-header{
  border-radius: 0px 10px 0px 3px;
  gap: 5px !important;
}
/*slider*/
.slider-button{
  display: inline-block;
}
.slider-button p a{
  text-decoration: none !important;
}
.slider-box{
  position: relative !important;
  top: 50px;
}
.slider-text{
  width: 80%;
}
/*about*/
.about-img-wrapper{
  position: relative !important;
}
.about-1{
  width: 50%;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.about-1 img{
  height: 400px;
  width: 100%;
}
.about-2{
  height: 400px;
  position: absolute !important;
  background: var(--wp--preset--color--background);
  padding: 10px;
  border-radius: 15px;
  bottom: -25%;
  right: 43px;
  width: 50%;
  z-index: 99;
}
.about-2 img{
  height: 400px;
  width: 100%;
}
.happy-box{
  position: absolute !important;
  z-index: 999;
  bottom: -29px;
  width: 30%;
  left: 25%;
  box-shadow: 0px 5px 9px #00000029;
}
.happy-box-inner {
  position: relative !important;
  width: 100%;
  margin-left: 0 !important;
}
.happy-text {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute !important;
  z-index: 999;
  right: 3px;
  top: 9px;
}
.happy-text p {
  position: relative !important;
  top: 7px;
}
.rating-box-wrapper{
  width: 50%;
}
.rating-box{
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
}
.about-btn .wp-block-button__link{
  margin-top: 20px;
}

/*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);
  display: none;
  padding: 0;
}

/*blog*/
.home-blog-box {
  box-shadow: 0px 0px 15px #0000002E;
}