body {
	font-family: rubik,sans-serif;
    color: #1d1d1b;
    font-size: 16px;
}
.row {
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.row>* {
	box-sizing: border-box;
    flex-shrink: 0;
    /*width: 100%;*/
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}
.header-top {
	background-color: #1d1d1b;
    color: #fff;
    font-size: 14px;
}
.header-top .area,
.bottom-footer .area {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
:root {
    --c-primary: #ec670e;
}
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-thumb {
	    background: #ec670e;
    width: 0;
    height: 20%;
    transition: .5s ease;
    cursor: pointer;
}
::-webkit-scrollbar-track {
	width: 12px;
    background: #fff;
    border-left: 0 solid #fff;
    border-right: 0 solid #fff;
}
@-webkit-keyframes go-right{0%{left:-320px}100%{left:calc(100% + 100px)}}
@keyframes go-right{0%{left:-320px}100%{left:calc(100% + 100px)}}
.header-top .menu ul {
	padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.header-top .menu.fix ul li:first-child a {
	width: 160px;
    line-height: 14px;
}
.header-top .menu.fix ul li:nth-child(2) a {
	width: 160px;
    line-height: 14px;
}
.header-top .menu ul li a,
.header-top .menu ul li p {
	padding: 15px 10px;
    display: flex;
    align-items: center;
}
.header-top .menu ul li p {
    margin-bottom: unset;
}
a {
	color: inherit;
    transition: all .3s ease;
    text-decoration: none;
}
a:hover {
	color: #ec670e;
}
.header-top .menu ul li a i,
.header-top .menu ul li p i {
	font-size: 25px;
    margin-right: 10px;
}
.header-top .menu ul li a:hover {
	opacity: .7;
    color: #fff;
}
.header-menu {
	background-color: #fff;
    box-shadow: 0 0 9px rgb(0 0 0 / 20%);
    height: 45px;
    transition: all .3s ease;
    position: relative;
}
.header-menu.fixed-header {
	position: sticky;
    top: 0;
    height: 70px;
    display: flex;
    align-items: center;
    z-index: 9999;
}
.header-menu .container-area {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-menu .logo {
	position: absolute;
}
.header-menu .logo img {
	width: 0;
    transition: all .3s ease;
}
.img-fl {
	max-width: 100%;
}
.header-menu .menu {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.header-menu .dropdown>a::after {
	content: "\f078";
    font-family: 'font awesome 5 pro';
    margin-left: 5px;
}
.header-menu .menu>ul {
	display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-menu .menu ul li>a {
	display: block;
    padding: 10px 30px;
}
.header-menu .menu-hide {
    display: none;
}
.header-menu .menu-hide a {
	background-color: #ec670e;
    padding: 9px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
}
.header-menu .menu-hide a:hover {
	background-color: #1d1d1b;
}
.header-menu .menu-hide a:not(:first-child) {
	margin-left: 15px;
}
.header-menu .menu-hide a i {
	margin-right: 5px;
}
.header-menu.fixed-header .menu-hide {
	display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.header-menu.fixed-header .logo {
	position: relative;
}
.header-menu.fixed-header .logo img {
	width: 60px;
}
/*.header-menu.fixed-header .menu {
	width: auto;
}*/
/*.header-menu.fixed-header ul li>a {
	padding: 10px;
}*/
.main-slider {
	padding-bottom: 40px;
	margin-top: 15px;
}
.main-slider .fixed {
	padding-right: 0;
}
.main-slider .medium-image, 
.main-slider .large-picture {
	position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.main-slider .large-picture {
	position: relative;
    overflow: hidden;
}
.flashToRight {
	position: absolute;
    background: #fff;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.361782)),to(rgba(255,255,255,.0584769)));
    background: linear-gradient(
180deg
,rgba(255,255,255,.361782) 0%,rgba(255,255,255,.0584769) 100%);
    height: 100%;
    width: 200px;
    top: 0;
    left: -320px;
    -webkit-transform: skewX(
-22deg
);
    transform: skewX(
-22deg
);
    pointer-events: none;
}
.main-slider .medium-image .text-space, 
.main-slider .large-picture .text-space {
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 10px;
}
.large-picture:hover .flashToRight, 
.medium-image:hover .flashToRight,
.img-box:hover .flashToRight {
	-webkit-animation: go-right .5s;
    animation: go-right .5s;
    z-index: 2;
}
.main-slider .medium-image .text-space .text-content, 
.main-slider .large-picture .text-space .text-content {
	color: #fff;
    display: inline-block;
    background-color: rgb(29 29 27/.7);
    padding: 10px;
}
.main-slider .medium-image .text-space .text-title, 
.main-slider .large-picture .text-space .text-title {
	font-size: 22px;
    font-weight: 700;
    text-shadow: 0 2px 0 #000;
}
.main-slider .medium-image .text-space .button, 
.main-slider .large-picture .text-space .button {
	margin-top: 20px;
}
.button a, 
button.button {
	padding: 10px 50px;
    background-color: #ec670e;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    outline: none;
    transition: all ease .3s;
    border: none;
}
.button a:hover, 
button.button:hover {
	background-color: #1d1d1b;
}
.header-mobile {
	padding-top: 15px;
    padding-bottom: 15px;
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 9px rgb(0 0 0 / 20%);
}
.header-mobile .column-area {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-mobile .logo-url {
	display: inline-block;
    max-width: 150px;
    height: auto;
}
.header-mobile .collapse-menu {
	padding: 6px;
    background-color: initial;
    width: 27.6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    border: none;
}
.header-mobile .collapse-menu span {
	border-radius: 10px;
    height: 4px;
    display: inline-block;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    pointer-events: none;
}
.header-mobile .collapse-menu>span:nth-child(1) {
	background-color: #1d1d1b;
    width: 18px;
    margin-left: 9.6px;
    margin-bottom: 4px;
}
.header-mobile .collapse-menu>span:nth-child(2) {
	background-color: #ec670e;
    width: 27.6px;
    margin-bottom: 4px;
    margin-left: 0;
}
.header-mobile .collapse-menu>span:nth-child(3) {
	background-color: #1d1d1b;
    width: 18px;
    margin-left: 0;
}
.header-mobile {
	padding-top: 15px;
    padding-bottom: 15px;
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 9px rgb(0 0 0 / 20%);
}
.mobile-hamburger {
	visibility: visible;
    width: 75%;
    background-color: #1d1e1f;
    padding-top: 20px;
    color: #b5bbc2;
}
.mobile-hamburger .button-arrea {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.mobile-hamburger .button-arrea .button-close {
	height: 35px;
    width: 35px;
    -webkit-transform: translateX(calc(100% + 1px));
    transform: translateX(calc(100% + 1px));
    position: absolute;
    padding: 5px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    border: none;
}
.mobile-hamburger .button-arrea .button-close span {
	height: 4px;
    border-radius: 10px;
    position: absolute;
}
.mobile-hamburger .button-arrea .button-close span:nth-child(1) {
	background-color: #ef7f28;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%)rotate(-45deg);
    transform: translateY(-50%)rotate(-45deg);
}
.mobile-hamburger .button-arrea .button-close span:nth-child(2) {
	background-color: #1d1d1d;
    width: calc(100% - 10px);
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%)rotate(45deg);
    transform: translateY(-50%)rotate(45deg);
}
.mobile-hamburger .content-canvas {
	padding: 20px;
    padding-top: 0;
    overflow-y: auto;
    overflow-x: visible;
    position: relative;
}
.top-mobile-menu {
	text-align: center;
}
.top-mobile-menu .link {
	display: flex;
    flex-direction: column;
    color: #b5bbc2;
    font-size: 14px;
    font-weight: 600;
}
.top-mobile-menu .link i {
	display: block;
    margin: 0 auto 10px;
    max-width: 30px;
    line-height: 32px;
    font-size: 30px;
}
.mobile-hamburger .menu-nav {
	display: block;
    list-style: none;
    padding: 0;
    font-size: 14px;
}
.mobile-nav-menu ul {
	padding: 0;
}
.mobile-nav-menu ul li {
	list-style: none;
}
.mobile-nav-menu ul li .menu-sub-flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mobile-hamburger .menu-nav a {
	color: #b5bbc2;
    display: inline-block;
    padding: 10px 0;
}
.mobile-nav-menu ul li a {
	color: #fff;
}
.mobile-nav-menu ul li i {
	font-size: 16px;
    fill: #b5bbc2;
    color: #b5bbc2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mobile-hamburger.show .button-close {
	opacity: 1;
    visibility: visible;
}
.top-mobile-menu>.button a {
	width: 100%;
    margin: 20px 0 30px;
    font-size: 14px;
    border-radius: 3px;
}
.button a, button.button {
	padding: 10px 50px;
    background-color: #ec670e;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    outline: none;
    transition: all ease .3s;
    border: none;
}
.mobile-hamburger .links-hamburger {
	margin-bottom: 20px;
    list-style: none;
    padding: 0;
}
.mobile-hamburger .links-hamburger li {
	margin: 10px 0;
}
.mobile-hamburger .links-hamburger .button-arge {
	background-color: #ec670e;
    padding: 10px;
}
.mobile-hamburger .links-hamburger li a {
	color: #eee;
    padding: 10px 0;
    display: inline-block;
    font-size: 14px;
    border-radius: 3px;
}
.mobile-hamburger .links-hamburger .button-arge i {
	color: #eee;
    margin-right: 5px;
}
.mobile-hamburger .icons-social {
	list-style: none;
    padding: 0;
    display: flex;
}
.mobile-hamburger .icons-social a {
	font-size: 14px;
    border: 1px solid #ec670e;
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
}
.mobile-hamburger .icons-social li+li a {
	margin-left: 10px;
}
.offcanvas-backdrop {
	background-color: transparent;
}
.offcanvas-backdrop::before {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1039;
    width: 100vw;
    height: 100vh;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
}
.seo-text-fixed {
	padding-bottom: 40px;
}
.text-seo-4 .area-text {
	position: relative;
    text-align: center;
}
.text-seo-4 .area-text .page-title {
	transform: translateY(-50%);
    background-color: #fff;
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    padding: 0 30px;
}
.text-seo-4 .area-text .description {
	padding: 0 50px 30px;
    color: #666;
}
.seo-text-fixed .area-text {
	max-width: 991px;
    margin: 0 auto;
}
.kitchen-light {
	background-color: #f2f4f5;
}
.part48 {
	padding-bottom: 80px;
}
.top-section {
	padding-top: 80px;
    position: relative;
}
.top-section .title-section {
	margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-section .title-section .section-title {
	font-size: 32px;
    font-weight: 700;
    padding-left: 15px;
    position: relative;
}
.top-section .title-section .section-title:before {
	position: absolute;
    content: '';
    width: 6px;
    height: 100%;
    background-color: #ec670e;
    left: 0;
}
.button a i {
	margin-left: 10px;
}
.section-description {
	margin-bottom: 40px;
    color: #666;
}
.img-box {
	position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    transition: all .3s ease;
}
.img-box img {
	width: 100%;
}
.img-box .img-title {
	position: absolute;
    bottom: 20px;
    background-color: rgb(255 255 255/.9);
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    width: 90%;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
}
.button.desktop-hide {
	text-align: center;
}
.img-box:hover {
	box-shadow: 9px 9px 9px rgb(0 0 0 / 20%);
}
.countert {
	padding: 100px 0;
    color: #fff;
}
.darkerback {
	background-image: radial-gradient(circle at center center,#444,#1d1d1b);
}
h2.count-page-title {
	font-size: 32px;
    font-weight: 700;
    padding-left: 15px;
    position: relative;
    margin-bottom: 40px;
}
h2.count-page-title:before {
	position: absolute;
    content: '';
    width: 6px;
    height: 100%;
    background-color: #ec670e;
    left: 0;
}
.countert .img-box .img-title {
	background-color: rgb(29 29 27/.8);
    font-size: 16px;
    width: 95%;
    padding: 10px 0;
}
.countert .offset-lg-1 p {
	text-align: justify;
}
.projects {
	padding-bottom: 80px;
}
.projects .section-description {
	color: #ccc;
}
.works-slider .img-box {
	margin-bottom: 0;
}
.works-slider .img-box .img-title {
	width: 95%;
    background-color: rgb(29 29 27/.8);
    font-size: 16px;
    padding: 10px 0;
    color: #fff;
    font-weight: 400;
    opacity: 0;
    transition: all .3s ease;
    bottom: 0;
}
.works-slider .img-box:hover .img-title {
	opacity: 1;
    bottom: 20px;
}
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next {
	left: 0;
}
.swiper-button-next, 
.swiper-button-prev {
	--swiper-navigation-size: 21px;
    color: #fff;
    background-color: var(--c-primary);
    padding: 10px;
    width: unset;
    height: unset;
}
.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev {
	right: 0;
}
.brander {
    color: #fff;
    padding-bottom: 80px;
}
.swiper-pagination-bullet-active {
    background-color: #ec670e;
}
.chat-expert .chat-area {
    align-items: center;
    padding: 80px 0;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.logo .img-fluid {
    max-width: 60px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.header-mobile .logo-url .img-fluid {
    max-width: 60px;
}
.lb-data .lb-caption {
    position: absolute;
    top: 0;
    background-color: var(--c-primary);
    color: #fff;
    padding: 10px;
}
.footer-mobile {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #303030;
    z-index: 999;
    text-align: center;
}
.footer-main {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #1d1d1b;
    color: #fff;
}
.footer-titles {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.footer-titles:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background-color: #ec670e;
    bottom: 0;
}
.footer-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-main ul li {
    margin-bottom: 5px;
    color: #ddd;
    display: flex;
}
.footer-main ul li i {
    width: 25px;
    margin-top: 5px;
}
.bottom-footer {
    background-color: #222;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}
.bottom-footer .network {
    display: flex;
    justify-content: flex-end;
}
.footer-mobile .footer-bar:nth-child(2) .txt {
    position: absolute;
    bottom: 0;
}
.bottom-footer .network a {
    margin-left: 15px;
    font-size: 20px;
}
.part48 a,
.countert .img-box a {
    pointer-events: none;
    cursor: default;
}
.chat-expert .name-field {
    width: 47%;
    display: inline-block;
    margin-right: 5%;
}
.chat-expert .name-field input,
.chat-expert .mail-field input,
.chat-expert .txt-field textarea,
.chat-expert .phone-field input {
    width: 100%;
}
.chat-expert .mail-field {
    width: 47%;
    display: inline-block;
}
.chat-expert .phone-field {
    width: 47%;
    display: inline-block;
    margin-top: 25px;
}
.chat-expert .txt-field {
    margin-top: 25px;
    margin-bottom: 15px;
}
.chat-expert .txt-field textarea {
    resize: none;
}
.chat-expert input::placeholder,
.chat-expert textarea::placeholder {
    padding-left: 5px;
}
body.success-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.success-page .footer-main {
    margin-top: auto;
}
.success-page .thank-you-message {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 50px;
}
.success-page .thank-you-message strong {
    font-size: 28px;
}
.success-page .thank-you-message p {
    font-size: 21px;
    margin-top: 30px;
}