.menu__sidebar {
    position: fixed;
	top: 10px;
    right: 10px;
    z-index: 99998;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: auto;
    -webkit-transition: opacity ease-in-out .2s;
    -moz-transition: opacity ease-in-out .2s;
    -o-transition: opacity ease-in-out .2s;
    transition: opacity ease-in-out .2s;
}
.burger__container {
    position: relative;
    width: 50px;
    height: 45px;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	background: var(--main-color);
	border-radius: 5px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity ease-in-out .2s;
    -moz-transition: opacity ease-in-out .2s;
    -o-transition: opacity ease-in-out .2s;
    transition: opacity ease-in-out .2s;
}
.btn__togle__sidebar {
    position: relative;
    flex-shrink: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
}
.toggle-bar {
    width: 35px;
    margin: 10px 0;
    position: relative;
    border-top: 4px solid #fff;
    display: block;
}
.toggle-bar::before, .toggle-bar::after {
    content: "";
    display: block;
    background: #fff;
    height: 4px;
    width: 35px;
    position: absolute;
    top: -14px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 13%;
    -webkit-transform-origin: 13%;
    transform-origin: 13%;
}
.toggle-bar::after {
    top: 6px;
}
.btn__togle__sidebar.active .toggle-bar {
    border-top: 4px solid transparent;
}
.btn__togle__sidebar.active .toggle-bar::after {
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    width: 42px;
}
.btn__togle__sidebar.active .toggle-bar::before {
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    width: 42px;
}
.toggle-bar, .toggle-bar::before, .toggle-bar::after, .toggle-wrap.active .toggle-bar, .toggle-wrap.active .toggle-bar::before, .toggle-wrap.active .toggle-bar::after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sub-arrow {
    display: inline-block;
    margin-block-end: -4px;
}
.sub-arrow {
    background-image: url(/wp-content/uploads/2024/11/arrow-down-s-fill.webp);
    background-size: contain !important;
    width: 20px !important;
    height: 20px !important;
}
.sidebar__full__menu {
    position: fixed;
    background: #fff !important;
    min-height: 100vh;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    transition: all 0.4s ease-in-out;
    padding: 3.125rem;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
}
.sidebar__full__menu.active {
    opacity: 1;
    visibility: visible;
    overflow: auto;
    scrollbar-color: var(--main-color) #f8f8f8;
    scrollbar-width: 10px;
}
.menu__items ul.sub-menu {
    margin: 0;
    list-style: none;
}
.menu__items .sub-menu {
    display: none;
    width: 100%;
}
ul#menu-main-menu {
    list-style: none;
	margin: 0
}
#menu-main-menu li {
	margin: 0
}
ul#menu-main-menu > li > a {
	font-size: 1.75rem;
	font-weight: 800;	
}
.inner__nav__menu {
    margin: auto 0;
    display: flex;
    padding: 0.75rem;
    width: 40%;
}
.col__element__menu {
    width: 100%;
}
ul#menu-main-menu li a {
	display: flex;
	align-items: center;
    line-height: 1.1;
	padding: 1rem 0
}
ul#menu-main-menu > li > a.menu-link.open {
	color: var(--main-color)
}
.sub-menu li a {
	font-size: 1.125rem;
	font-weight: 700
}
.sub-menu li {
	padding-left: 1.5rem
}
.bg__overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.Ss__banner__hp .bg__overlay {
    background-color: transparent;
    background-image: radial-gradient(at top right, var(--main-color) 40%, #54595F 60%);
    opacity: 0.44;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.box__content__banner {
    padding: 0 3.125rem 0 6.25rem;
    height: 100vh;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.box__content__banner .inner__content {
    margin: auto 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
}
.btn {
    color: #fff;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 600;
	border-radius: 10px;
	letter-spacing: 1px;
	display: inline-block;
	width: auto 
}
.btn.btn__main {
	background-color: var(--main-color)
}
.box__content__banner .txt__1 p {
    margin-bottom: 0.5rem;
}
.title__banner h2 {
    font-size: 3.85rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-shadow: 0px 18px 24px rgba(0, 0, 0, 0.3);
    width: auto;
    display: inline-block;
    margin-bottom: 1.25rem;
}
.title__banner h2 span.bg__hl {
    position: relative;
    color: white;
	padding-right: 2.5rem
}
.title__banner h2 span.bg__hl:before {
    content: "";
    background-color: var(--main-color);
    height: 100%;
    position: absolute;
    z-index: -1;
    filter: url(#marker-shape);
    left: -0.875rem;
    bottom: -3px;
    animation-name: highlight-animation;
    animation-duration: 0.6s;
    animation-delay: 0.6s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}
 @keyframes highlight-animation {
                from {
                    width: 0%;
                }

                to {
                    width: 100%;
                }
            }


.underline__txt {
    line-height: 0;
    border-bottom: 6px solid rgb(212 35 40 / 40%)
}
.underline__txt p {
	margin-bottom: 0.932rem;
}
.inline__bl {
	width: auto;
	display: inline-block
}

.btn {
    color: #fff;  
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    letter-spacing: 1px;
	font-size: 1rem;
	transition: all .3s
}
.btn.btn__main {
    background-color: var(--main-color);
}
a.btn.btn__large {
	 font-size: 1.125rem;
    padding: 1.25rem 2.5rem;
    line-height: 1;
}
a.btn.btn__large:hover {
	color: var(--sc-color);
	transform: scale(1.1);
	background-color: #fff
}
.box__content__banner .btn {
    margin-top: 1.75rem;
}
.box__content__banner .txt__3 p {
    margin-bottom: 0;
    line-height: 1.4;
}
.box__content__banner .txt__3 {
	margin-bottom: 4.25rem;
} 
.wrapper__row__services {
	display: flex;
	position: relative
}
.wrapper__row__services .col__left {
    width: 40.083%;
    padding-right: 2.5rem;
}
.wrapper__row__services .col__right {
    width: 59.917%;
    padding: 0 0.625rem;
}
.title__ss  h2 {
    margin: 0;
    font-size: 2.75rem;
    line-height: 1 !important;
}
.cards__service .item__service {
	 padding: 1.25rem;
	border: 1px solid #30303012;
    border-radius: 8px;
    box-shadow: 5px 9px 33px -20px rgba(0, 0, 0, 0.5);
	position: relative;
	background: #fff;
	transition: all .3s
}
.cards__service {
    display: flex;
    justify-content: space-between;
}
.cards__service .col__card {
    width: 48%;
}
.item__service h3 {
    width: 11.25rem;
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 1.125rem;
	transition: all .3s
}
.item__service .img {
    width: 15% !important;
    top: 0;
    position: absolute;
    right: 0;
    margin-top: 1rem;
    margin-right: 1.25rem;
}
.item__service .img img {
	transition: all .3s
}
.col__card .item__service:not(:last-child) {
margin-bottom: 1.875rem
}
.item__service:hover h3 {
	color: #fff
}
.item__service:hover {
	color: #fff;
	background: var(--main-color)
}
.item__service:hover img {
    filter: contrast(0) brightness(200%);
}
.col__card__right.col__card {
    margin-top: 4.375rem;
}
.wrapper__row__services .col__left .inner__col {
	position: sticky;
	top: 2rem
}
.btn.btn__normal {
    padding: 0.938rem 1.875rem;
}
.btn.btn__normal:hover {
	background: #000;
	color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5)
}
.btn.btn__smaller {
	padding: 0.75rem 1.5rem
}
.btn.btn__smaller:hover {
	color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5)
}
.card__project .box__content__card {
    min-height: 32.813rem;
    text-align: left;
    padding: 1.563rem;
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 99;
    color: #fff;
    flex-direction: column;
    justify-content: flex-end;
}
.card__project {
	border-radius: 8px;
	overflow: hidden;
	position: relative
}
.card__project .group__bg__card {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s;
	border-radius: 8px;
	overflow: hidden;
    width: 100%;
}
.card__project .bg__card__pj {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	background-position: center;
	will-change: transform;
	background-size: cover;
    transition: all .4s;
	transition-duration: 1500ms;
}
.card__project .bg__overlay {
	 background-color: #30303069;
	transition: all .4s;
	transition-duration: 1500ms;
	z-index: 2
}

.card__project:hover .bg__overlay {
    background-color: #9b2327;
}

.card__project:hover .bg__card__pj{
    transform: scale(1.2);
}
.card__project .box__content__card h2 {
    font-size: 2.188rem;
    color: #fff;
    font-weight: 500;
}
.card__project .box__content__card .btn {
	margin-top: 0.875rem
}
.card__project {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.225rem;
}
.row__brands {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap
}
.row__brands .img {
	margin: 0 auto
}
.row__brands .img__brand__20 {
    width: 20% !important;
    max-width: 20% !important;
}
.row__brands .img__brand__16 {
    width: 16.6666% !important;
    max-width: 16.6666% !important;
}
.row__brands .img-inner {
    padding: 1.25rem;
    text-align: center;
}
.item__testimonial {
text-align: center
}
.item__testimonial .content__testi {
    padding: 1.25rem;
    border-radius: 8px;
	background: var(--sc-color);
	color: #fff;
	position: relative
}
.item__testimonial .content__testi:after {
    background-color: var(--sc-color);
    border-width: 0;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    transform: scaleX(.75) rotate(45deg);
    width: 14px;
}
.item__testimonial .content__testi:after {
    left: 50%;
    transform: translateX(-50%) scaleX(.75) rotate(45deg);
}
.item__testimonial .content__testi:after {
    top: calc(100% - 7px);
}
.content__testi .box__text p {
	margin-bottom: 0
}
.footer__testi {
    margin-top: 2.813rem;
    padding: 0 1.25rem;
}
.footer__testi img {
    height: 3.125rem;
    width: 3.125rem !important;
	    border-radius: 999px;
    box-sizing: content-box;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer__testi .box__title {
	margin-top: 0.932rem
}
.footer__testi .box__title h4 {
    font-size: 1.125rem;
    font-weight: 800;
    margin-bottom: 0;
}
.footer__testi .box__title p {
    color: var(--main-color);
    font-size: 0.875rem;
    font-weight: 400;
}
.flickity-page-dots li.dot {
    background-color: var(--sc-color) !important;
    opacity: .2 !important;
    height: 10px !important;
    width: 10px !important;
    border: none;
	margin: 0 7px !important
}
.flickity-page-dots li.dot.is-selected {
    background-color: var(--main-color) !important;
}
.flickity-page-dots {
	bottom: 0 !important
}
.col__all__testi > .col-inner {
    padding: 0 2rem 0 3.5rem;
}
.col__left__testi  > .col-inner {
    padding-right: 1rem;
}

.title__fb h2 {
    font-size: 1.438rem;
}
.item__feedback {
    text-align: center;
    margin: 1.875rem;
}
p a, cite a, li:not(.menu-item):not(.elementor-icon-list-item) a {
    background: linear-gradient(
       to bottom, var(--main-color) 0%,
       var(--main-color) 100%
     );
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 4px 2px;
    color: #303030;
    text-decoration: none;
    transition: background-size .5s;
}
p a:hover, cite a:hover, li:not(.menu-item):not(.elementor-icon-list-item) a:hover {
    background-size: 4px 50px;
    color: #fff;
}
.row__about__hp {
    display: flex;
    align-items: center;
	justify-content: center
}
.row__about__hp .col__content__about {
    width: 44.5%;
    background-color: #9b2327;
    padding: 5rem 5rem 2rem;
    border-radius: 8px;
	color: #fff
}
.row__about__hp .col__content__about a {
	color: #fff
}

.img__about {
    width: 33.8% !important;
}
.btn.btn__w {
    background: #fff;
    color: var(--main-color) !important;
}
.btn.btn__w:hover {
	background: var(--sc-color) !important;
	color: #fff !important
}
.col__content__about .btn {
    margin-top: 0.5rem !important;
}
.img__about {
    border-radius: 8px;
    overflow: hidden;
    margin-left: -3rem;
}
.title__signup {
    font-size: 2rem;
}
.group__email__signup input {
    margin: 0;
}
.wrapper__form__email {
    display: flex;
    justify-content: end;
}
.group__email__signup {
    position: relative;
    width: 31.25rem;
}
.group__email__signup .form-field-item input {
    height: 60px;
    box-shadow: none;
    border-radius: 10px;
    padding: 0 1.25rem;
}
button.btn__signup {
    color: rgb(255, 255, 255);
    font-size: 0.932rem;
    min-height: auto;
    line-height: normal;
    margin: 0px;
    background: var(--sc-color);
    border-radius: 10px;
	box-shadow: none !important;
    padding: 0.932rem 1.563rem;
}
button.btn__signup {
    position: absolute;
    right: 0.313rem;
    top: 50%;
    transform: translateY(-50%);
}
.faq__wrapper span.icon__left {
    display: inline-block;
    width: 2.25rem;
    float: left;
    text-align: left;
}
.faq__wrapper span.icon__left svg {
    width: 0.75rem;
    height: 0.75rem;
}
.faq__accordion .icon__closed {
	display: none
}
.faq__accordion.opened .icon__plust {
	display: none;
}
 .faq__accordion.opened .icon__closed {
	display: inline-block;
}
p.faq__title {
    margin-bottom: 0;
    font-size: 1.275rem;
    font-weight: 600;
	line-height: 1.2
}
.faq__trigger__button {
    padding: 0.932rem 1.25rem;
    cursor: pointer;
}
.wrapper__faqs {
    width: 82%;
    margin: 0 auto;
}
.row__faq {
    border: 1px solid #d5d8dc;
}
.faq__content {
    padding: 0.932rem 1.25rem;
    border-top: 1px solid #d5d8dc;
}
.absolute-footer {
	display: none
}
.socials__footer i {
    color: #fff;
    font-size: 1.55rem;
}
.socials__footer a.icon {
    margin: 0 0.625rem;
}
.menu__footer a.ux-menu-link__link {
    color: #fff;
    padding: 0.25rem 0;
    min-height: auto;
    font-size: 0.932rem;
    position: relative;
    align-items: center;
}
.menu__footer a.ux-menu-link__link:hover {
	color: #fff !important;
	text-decoration: underline
}
.title__footer {
    font-size: 0.932rem;
	font-weight: 600
}
.title__footer p {
	margin: 0
}
.menu__footer {
    margin-top: 1.35rem;
}
.title__footer.large {
    font-size: 1.54rem;
    margin-top: -0.65rem;
}
.menu__footer a.ux-menu-link__link:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	margin-right: 0.65rem
}
.menu__footer.none__style a.ux-menu-link__link:before {
	content: unset !important
}
.row__footer__menus {
    border-top: 1px solid #fff;
    padding-top: 3.25rem;
    margin-top: 1rem;
}
.grid__brands__footer {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    justify-items: center;
    align-items: center;
    padding: 0 8rem;
}
.grid__brands__footer .img__w {
    filter: brightness(0) invert(1);
}
.row__footer__bottom {
    border-top: 1px solid #fff;
    padding-top: 2.875rem;
    margin-top: 1rem;
}
.text__copyr {
    font-size: 0.932rem;
    padding-top: 2.5rem;
}
.Ss__banner__page {
    min-height: 18.75rem !important;
}
.title__banner__page h2 {
    font-size: 3.75rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
}
ul.breadcrumbs {
    list-style: none;
	margin-bottom: 0
}
ul.breadcrumbs li {
	margin: 0 !important;
	display: inline-block
}
.breadcrumbs li a.bread-link,.breadcrumbs li strong  {
  font-weight: 500 !important
}
.breadcrumbs li.separator {
    opacity: 1 !important;
    font-weight: 500 !important;
    margin: 0 0.25rem !important;
}
.Ss__youtube .col__right  > .col-inner {
    padding-left: 2.5rem;
}
.video.video-fit {
    border-radius: 8px;
}
.title__ss.normal h2 {
    font-size: 1.75rem !important;
}
.wrapper__divider__title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.el__divider__title {
    width: 80px;
    height: 10px;
    background-color: #fff; /* Đặt màu bạn muốn */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='black' stroke='none'%3E%3Cpolygon points='9.4,2 24,2 14.6,21.6 0,21.6'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='black' stroke='none'%3E%3Cpolygon points='9.4,2 24,2 14.6,21.6 0,21.6'/%3E%3C/svg%3E");
    mask-size: 13.5px;
}
.wrapper__divider__title {
    margin-bottom: 1rem;
}
.box__ds__service {
    background: #fff;
    border-radius: 8px;
    margin: 0 0.75rem;
    height: 100%;
    min-height: 215px;
    padding: 1.25rem 0.625rem;
}
.slider-style-container .flickity-slider>:not(.is-selected), .slider-style-focus .flickity-slider>:not(.is-selected), .slider-style-shadow .flickity-slider>:not(.is-selected) {
    opacity: 1 !important;
}


.slider__full__height .col {
	padding-bottom: 0 !important
}
.slider__full__height .col-inner {
	height: 100%
}
.box__ds__service p.title a {
    font-size: 1.563rem;
}
.box__ds__service p {
    font-size: 1rem;
	margin-bottom: 0
}
.box__ds__service p.title {
    margin-bottom: 0.75rem;
}
.slider__nav__bottom button.flickity-button {
    opacity: 1 !important;
    bottom: -5rem !important;
    top: auto;
    width: 2.188rem !important;
    min-height: 2.188rem !important;
    height: 2.188rem !important;
    background: #fff;
    border-radius: 50%;
}
.slider__nav__bottom .flickity-prev-next-button .arrow, .slider__nav__bottom .flickity-prev-next-button svg {
    fill: #303030 !important;
    padding: 27%;
}
.slider__nav__bottom button.flickity-button.previous {
    left: 39%;
}
.slider__nav__bottom button.flickity-button.next {
    right: 39%;
}
.Ss__about__services  {
	padding: 7rem 0 10rem !important;
}
.flex__start {
    justify-content: flex-start;
}

.wrapper__divider__title.bg__main .el__divider__title {
	background-color: var(--main-color)
}
.box__img__service {
	position: relative
}
.box__img__service.type1::before {
    position: absolute;
    content: '';
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 8px;
    right: -1.25rem;
    bottom: -1.25rem;
    background-color: #8e2528;
    z-index: -1;
}
.box__img__service.type1::after {
    position: absolute;
    content: '';
    width: 12.5rem;
    height: 12.5rem;
    border-radius: 8px;
    left: -1.25rem;
    top: -1.25rem;
   background-color: var(--main-color);
    z-index: -1;
}
.box__img__service.type2::before {
   position: absolute;
    content: '';
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 8px;
    left: -1.25rem;
    top: -1.25rem;
    background-color: #fff;
    z-index: -1;
}
.box__img__service.type2::after {
     position: absolute;
    content: '';
   width: 12.5rem;
    height: 12.5rem;
    border-radius: 8px;
    right: -1.25rem;
    bottom: -1.25rem;
    background-color: #8e2528;
    z-index: -1;
}

.box__img__service img {
    height: 28.125rem;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}
.Ss__service .col__right > .col-inner {
    padding-left: 2.5rem;
}
.box__text__service {
    margin-bottom: 1.875rem;
}
.Ss__service .col__left  > .col-inner {
    padding-right: 1.75rem;
}
.card__price {
    padding: 2.5rem 1.875rem 7.5rem;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    text-align: center;
	height: 100%;
	position: relative
}
.badge__popular {
    background: #ecdf7a;
    position: absolute;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.932rem;
    top: -2rem;
}
.badge__popular h6 {
	color: #303030 !important;
	opacity: 1 !important;
	font-size: 1rem;
	margin-bottom: 0;
	line-height: 1;
	font-weight: 600
}
.card__price .btn {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}
.name__plant h4 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
}
.txt__price svg {
    width: 1.875rem;
    height: 1.875rem;
    fill: var(--main-color);
}
.txt__price p.price {
    font-size: 3.438rem;
    font-weight: 800;
    line-height: 1.25;
}
.txt__price p {
    margin-bottom: 0;
    display: flex;
    margin-right: 0.5rem;
}
.txt__price {
    display: flex;
    align-items: center;
    justify-content: center;
}
.box__benefits ul {
    list-style: none;
    margin-bottom: 1.5rem;
}
.box__benefits ul li {
    margin-left: 0 !important;
    display: flex;
    align-items: center;
}
.box__benefits ul li:before {
    content: '';
    display: inline-block;
    min-width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='e-font-icon-svg e-fas-check-circle' fill='%23d42328' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
    background-size: contain;
    margin-right: 0.5rem;
}
.box__benefits {
    font-size: 1rem;
}
.box__benefits ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.675rem;
}
.box__title__card {
    margin-bottom: 3.125rem;
}
li.none__icon:before {
	display: none !important;
}
.box__benefits li.none__icon {
	font-weight: 600
}
.row__plants__price .col-inner {
	height: 100%
}
.box__img__service.type3, .box__img__service.type4 {
	display: flex
}
.box__img__service.type3 .img, .box__img__service.type4 .img {
    margin: 1.25rem;
}
.box__img__service.type3::after {
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    border-radius: 8px;
    right: 0px;
    top: 0px;
    background-color: #ffffff;
    z-index: -1;
}
.box__img__service.type4 img {
	height: auto
}
.box__img__service.type4::after {
    position: absolute;
    content: '';
    width: 90%;
    height: 100%;
    border-radius: 8px;
    left: 0px;
    top: 0px;
    background-color: var(--main-color);
    z-index: -1;
}
.ul__arrows ul {
	list-style: none
}
.ul__arrows ul li {
	margin-left: 0 !important;
	display: flex;
	align-items: center;
	padding-left: 0.5rem;
}
.ul__arrows ul li:before {
    content: '';
    display: inline-block;
    min-width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23303030' d='M16 12l-6 6V6z'/%3E%3C/svg%3E") no-repeat center center;
    background-size: contain;
    margin-right: 0.5rem;
}
.Ss__faq.type__full .wrapper__faqs {
    width: 100%;
}
.Ss__faq.color__w, .Ss__faq.color__w a{
	 color: #fff !important
}
.Ss__faq.color__w svg {
	fill: #fff
}
.box-vertical {
	display: flex !important;
	border-radius: 8px !important;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	background: #fff
}
.box-vertical .box-image {
	width: 35% !important
}
.box-vertical .box-text {
	width: 65% !important;	
	padding: 1.875rem 1.875rem 1.25rem !important;
}
.box-vertical .box-image .image-cover {
    padding-top: 14.375rem !important;
	height: 100%
}
span.speat__dot {
    display: inline-block;
    width: 4.8px;
    height: 4.8px;
    background: #ddd;
}
.post__meta {
    color: #54595f;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: auto 0 0;
}
.post-title a {
    font-size: 1.125rem;
	line-height: 1.1 !important;
    margin: 0 !important;
	transition: all .3s !important
}
.post-title a {
    background: linear-gradient(
       to bottom, var(--main-color) 0%,
       var(--main-color) 100%
     );
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 4px 2px;
    color: #303030;
    text-decoration: none;
    transition: background-size .5s;
}
.post-title a:hover {
    background-size: 4px 100%;
    color: #fff;
}
.post-title {
    margin: 0 !important;
    margin-bottom: 1rem !important;
}
.from_the_blog_excerpt {
	 margin: 0 !important;
    margin-bottom: 1rem !important;
}
.box-vertical .box-text-inner {
    display: flex;
    flex-direction: column;
	height: 100%
}
.col.post-item .col-inner, .box-blog-post {
	height: 100%
}
.form-fields-wrapper .form__col__2 {
	display: flex;
	gap: 0.75rem
}
.form-fields-wrapper .form__col__2 .form-field-item {
	flex: 1
}

.form-fields-wrapper .form-field-item input, .form-fields-wrapper .form-field-item select {
    box-shadow: none;
    height: 47px;
    border-radius: 8px;
    border: 1px solid #69727d;
    background-color: #fff;
    color: #333333;
    font-size: 1rem;
    margin-bottom: 0.875rem !important;
    padding: 6px 16px;
}
.form-fields-wrapper textarea{
	 box-shadow: none;
    border-radius: 8px;
    border: 1px solid #69727d;
    background-color: #fff;
    color: #333333;
    font-size: 1rem;
    margin-bottom: 0.875rem !important;
    padding: 6px 16px;
}
.form-fields-wrapper .form-field-item input::placeholder, .form-fields-wrapper .form-field-item textarea::placeholder {
	color: #acacac
}
.form-fields-wrapper .form-field-item select.wpcf7-not-valid{
	color: #acacac
}
.check__term span.wpcf7-list-item-label {
    font-weight: 400;
    font-size: 0.932rem;
}
.check__term input {
    margin-right: 3px;
}
.form-footer-container button {
    margin: 0;
    border-radius: 8px;
    border: 0;
    line-height: normal;
    min-height: auto;
    padding: 1.25rem 2.5rem !important;
}
.Ss__contact__us {
    padding: 9rem 0 7rem !important;
}
.box__location {
    box-shadow: 5px 9px 30px -20px rgba(0,0,0,0.5);
    padding: 3.125rem 1.875rem 3.125rem 1.875rem;
}
h4.title__location {
    font-size: 1.5rem;
}
.box__content__banner .btn__contact {
		display: none
	}
.links__social svg {
    width: 1.563rem;
	transition: all .3s
}
.footer__menu .separator {
    width: 40px;
    height: 2px;
    background: var(--main-color);
    display: inline-block;
    margin: 0 1.125rem;
}
.flex__footer {
    display: flex;
    align-items: center;
}
h3.txt__getint {
    font-size: 1.75rem;
    margin: 0;
}
.links__social a {
    display: flex;
}
.links__social a:hover svg {
	fill: var(--main-color)
}
.links__social {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}
.footer__menu {
    margin-top: 2.875rem;
}
li.current-menu-item > a {
	color: var(--main-color)
}
.blog__just__title .box-image {
	display: none
}
.blog__just__title .post-title {
	font-weight: 400 !important
}
.blog__just__title .box-text {
	padding-bottom: 0 !important
}
.Ss__signup__email form {
	margin-bottom: 0 !important
}
.wrapper__links__footer__mb .header__toggle svg {
	fill: #fff;
	width: 1rem;
	height: 1rem;
}
.wrapper__links__footer__mb .header__toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrapper__links__footer__mb .title__footer.large{
    font-size: 1.35rem;
    margin-top: 0;

}
.wrapper__links__footer__mb .content__links__footer .menu__footer{
    margin-top: 0.75rem;
}
.wrapper__links__footer__mb .content__links__footer .box__menu {
	margin-top: 0.75rem
}
.wrapper__links__footer__mb .content__links__footer {
  display: none;
}
.wrapper__links__footer__mb .header__toggle svg {
	transition: all .3s
}
.wrapper__links__footer__mb .header__toggle.opened svg {
    transform: rotate(180deg);
}

@media screen and (min-width: 564px) {
}

@media screen and (min-width: 850px) {
}

@media screen and (min-width: 998px) {

	
}
@media screen and (min-width: 1024px) {

	
}
@media screen and (min-width: 1240px) {
}

@media screen and (min-width: 1440px) {

	
}
@media screen and (min-width: 1600px) {

	
	
}
@media screen and (max-width: 1599px) { }
@media screen and (max-width: 1439px) {
	.img__about {
    width: 28.8% !important;
}
}

@media screen and (max-width: 1239px) {
	.img__about {
    margin-left: -2rem;
}
}
@media screen and (max-width: 1025px) {
	.row__brands .img__brand__20 {
    width: 25% !important;
    max-width: 25% !important;
}
.row__brands .img__brand__16 {
    width: 25% !important;
    max-width: 25% !important;
}
	.item__feedback {
    margin: 0.75rem;
}
}
@media screen and (max-width: 997px) {
	.box__content__banner {
    padding: 0 1.125rem 0 3.25rem;
}
	.Ss__banner__hp .row__content .col__content {

    flex-basis: 80% !important;
    max-width: 80% !important;
	}
	.wrapper__row__services {
    flex-direction: column;
		gap: 1.75rem
}
	.wrapper__row__services .col__left {
    width: 100%;
    padding-right: 0;
}
	.wrapper__row__services .col__right {
    width: 100%;
    padding: 0;
}
	.row__about__hp .col__content__about {
    width: 70%;

}
	.img__about {
    width: 40% !important;
}
}
@media screen and (max-width: 849px) {
	.col__left__testi {
		text-align: center !important
	}
	.col__left__testi  > .col-inner {
    padding-right: 0;
			text-align: center !important
}
	.col__left__testi .img {
		margin: 0 auto
	}
	.col__all__testi > .col-inner {
    padding: 0;
}
	.wrapper__faqs {
    width: 100%;
}
	.faq__trigger__button {
    padding: 0.75rem 0.932rem;
    cursor: pointer;
}
	.faq__wrapper span.icon__left {
    width: 1.75rem;
}
	.Ss__youtube .col__right  > .col-inner {
    padding-left: 0;
}
	
	.Ss__service .col__right > .col-inner {
    padding-left: 0;
}
}

@media screen and (max-width: 768px) {
.box__content__banner {
    padding: 0 0 0 1.5rem;
}
	.cards__service {
   flex-direction: column;
}
	.cards__service .col__card {
    width: 100%;
}
	.col__card__right.col__card {
    margin-top: 1.875rem;
}
	.row__brands .img__brand__20 {
    width: 50% !important;
    max-width: 50% !important;
}
.row__brands .img__brand__16 {
    width: 50% !important;
    max-width: 50% !important;
}
	.row__about__hp {
    flex-direction: column;
    gap: 2rem;
}

	.row__about__hp .col__content__about {
   width: 100%;  
    padding: 2rem;
}
	.img__about {
    width: 100% !important;
		margin: 0
}
	.grid__brands__footer {
    grid-template-columns: repeat(3,1fr);
    padding: 0;
    row-gap: 2rem;
}
	.box__img__service img {
    height: 16.563rem;
}
.sidebar__full__menu {
    padding: 1rem;
}
	.inner__nav__menu {
    padding: 0.35rem;
    width: 100%;
}
	ul#menu-main-menu > li > a {
    font-size: 1.35rem;
	padding: 0.875rem 0
}
	h3.txt__getint {
    font-size: 1.35rem;
}
	.footer__menu .separator {
    width: 23px;
}
}
@media screen and (max-width: 549px) {
	.title__banner h2 {
    font-size: 2.25rem;
}
	.fs-1d9r {
    font-size: 1.75rem !important;
    font-weight: 400 !important;
}
	.box__content__banner .txt__3 {
    margin-bottom: 1.25rem;
    padding-right: 5rem;
}
	.box__content__banner .fs-2r.txt__1 {
    font-size: 1.675rem !important;
}
	.box__content__banner .txt__4 {
    display: none;
}
	.box__content__banner .btn__build {
		display: none
	}
	.box__content__banner .btn__contact {
		display: inline-block
	}
	a.btn.btn__large {
    font-size: 1rem;
}
	.card__project .box__content__card {
    min-height: 28.875rem;
}
	.item__feedback {
    margin: 0;
}
	.box-vertical {
    flex-direction: column;
}
	.box-vertical .box-text {
    width: 100% !important;
    padding: 1.25rem 1.25rem 1rem !important;
}
	.title__banner__page h2 {
    font-size: 2.875rem;
    margin-bottom: 0.875rem;
}
	.box__ds__service {
    margin: 0 0.25rem;
}
	.slider__nav__bottom button.flickity-button.previous {
    left: 36%;
}
	.slider__nav__bottom button.flickity-button.next {
    right: 36%;
}
	.Ss__about__services {
    padding: 4rem 0 6.25rem !important;
}
.row__reverse__mb {
    flex-direction: column-reverse !important;
    gap: 1.5rem;
}
	.box__img__service {
    padding: 0.35rem;
}
	.box__img__service.type1::after, .box__img__service.type2::before {
    left: -1rem;
    top: -1rem;
}
	.box__img__service.type1::before, .box__img__service.type2::after {
    right: -1rem;
    bottom: -1rem;
}
	.plant__popular {
    margin-top: 2.75rem !important;
}
	.box__img__service.type3::after {
    height: 85%;

}
.box__img__service.type4 .img {
    margin-right: 0;
    margin-top: 0.75rem;
    margin-left: 0.75rem;
}
	.box__img__service.type4::after {
    width: 55%;
    height: 80%;
}
	.Ss__callact .col-inner {
    text-align: left !important;
}
	.Ss__callact .col__left .col-inner {
		margin-bottom: 1rem
	}
	.Ss__contact__us {
    padding: 6rem 0 5rem !important;
}
	.form-fields-wrapper .form__col__2 {
    flex-direction: column;
    gap: 0;
}
	.Ss__signup__email.ptb-5 {
		padding: 3.35rem 0 !important
	}
	.Ss__about__hp.ptb-7 {
    padding: 4rem 0 2.75rem !important;
}
	.Ss__blogs.ptb-5 {
		padding: 1.75rem 0 5rem !important
	}
	.row__footer__menus.row__mb {
		padding-top: 2rem;
	}
	.row__footer__menus.row__mb > .col {
		padding-bottom: 1rem !important
	}
}
