@charset "UTF-8";
@import url('href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700&display=swap");

.container-fluid {
    max-width: 1600px;
    padding: 0 4%;
}

body {
    background-color: #fafafa;
    color: #666D81;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.3;
    position: relative;
}

a {
    color: unset;
    text-decoration: none;
}

a:focus,
a:hover {
    color: unset;
    text-decoration: none;
    text-decoration: none;
    transition: all 0.2s linear;
}

a:focus {
    outline: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.textwrap {
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.wordwrap {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
}

.dynamic-content {
    font-size: 18px;
    font-weight: 400;
}

.dynamic-content h1,
.dynamic-content h2,
.dynamic-content h3,
.dynamic-content h4,
.dynamic-content h4,
.dynamic-content h6 {
    color: #313131;
    font-family: "Barlow Semi Condensed", sans-serif;
}

.dynamic-content img {
    width: 100% !important;
    height: auto !important;
}

.dynamic-content blockquote {
    font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 20px;
    background-color: #fafafa;
    padding: 15px;
    margin-top: 10px;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #4e1d07;
}

.dynamic-content a {
    text-decoration: underline;
    color: #FF3800;
    font-weight: 500;
}

.dynamic-content a:hover {
    color: #e63200;
    text-decoration: underline;
}

.owl-prev,
.owl-next {
    position: absolute;
    transition: all 0.3s ease-in-out;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev:active,
.owl-prev:focus,
.owl-next:active,
.owl-next:focus,
.owl-dot:active,
.owl-dot:focus {
    outline: none !important;
}

@media (max-width: 768px) {

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        opacity: 0 !important;
    }

    .owl-dots {
        opacity: 1 !important;
    }
}

.break {
    flex-basis: 100%;
    height: 0;
}

.btn-main,
.contact-page .contact-page-section .form-column .inner-column .contact-form .sub-btn,
.gallery-page .gallery-square .content i {
    padding: 10px 50px;
    border-radius: 50rem;
    border: none;
    color: #fff;
    font-family: "Barlow Semi Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: 0.3s ease;
    font-size: 22px;
    background-color: #FF3800;
    box-shadow: 0 2px 10px rgba(255, 56, 0, 0.5);
}

.btn-main:hover,
.contact-page .contact-page-section .form-column .inner-column .contact-form .sub-btn:hover,
.gallery-page .gallery-square .content i:hover {
    color: #fff;
    box-shadow: 0 5px 10px rgba(255, 56, 0, 0.4);
    transform: translateY(1px);
}

.btn-main:active,
.contact-page .contact-page-section .form-column .inner-column .contact-form .sub-btn:active,
.gallery-page .gallery-square .content i:active {
    background-color: #e63200;
    box-shadow: 0 5px 10px rgba(254, 239, 0, 0.1);
    transform: translateY(3px);
}

.section-title .sub-title {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}

.section-title .title {
    margin-bottom: 40px;
    font-size: 35px;
    font-weight: 700;
    color: #313131;
    position: relative;
    line-height: 1;
}

.section-title .title strong {
    color: #4e1d07;
    margin-right: 10px;
}

.section-title .title::before {
    content: '';
    position: absolute;
    background-color: #ff8866;
    width: 80px;
    border-radius: 50rem;
    height: 5px;
    bottom: -18px;
    left: 1px;
}

.section-title-2 {
    text-align: center;
}

.section-title-2 .sub-title {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
}

.section-title-2 .title {
    margin-bottom: 40px;
    font-size: 45px;
    font-weight: 700;
    color: #313131;
    position: relative;
    line-height: 1;
}

.section-title-2 .title::before {
    content: '';
    position: absolute;
    background-color: #ff8866;
    width: 150px;
    height: 3px;
    bottom: -18px;
    left: 45%;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    z-index: 1;
}

.breadcrumb-nav .breadcrumb {
    margin: 0;
    background: rgba(255, 56, 0, 0.4);
}

.breadcrumb-nav .breadcrumb .breadcrumb-item {
    color: #fff;
    font-size: 14px;
    max-width: 100px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: .25rem;
}

.breadcrumb-nav .breadcrumb .breadcrumb-item:hover {
    color: #dfdfdf;
}

.breadcrumb-nav .breadcrumb .breadcrumb-item.active {
    color: #FEEF00;
}

.breadcrumb-nav .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .25rem;
    color: #fff;
    content: "--";
}

.main-nav {
    background: #ff3800;
    background: #ff3800;
    background: linear-gradient(-190deg, #ff3800 0%, #ff8000 62%, #ff7100 96%);
    position: sticky;
    top: 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.main-nav .navbar {
    z-index: 1030;
}

.main-nav .navbar .navbar-brand img {
    width: 180px;
    padding: 10px 20px;
    border: 1px solid #fff;
}

@media (max-width: 768px) {
    .main-nav .navbar .navbar-brand img {
        width: 150px;
    }
}

.main-nav .navbar .navbar-toggler {
    padding: 0;
    border: none;
    /* Minus */
    /* × and + */
}

.main-nav .navbar .navbar-toggler:focus {
    outline: none;
}

.main-nav .navbar .navbar-toggler .navicon-button {
    display: inline-block;
    position: relative;
    padding: 20px 10px;
    transition: 0.25s;
    cursor: pointer;
    user-select: none;
    opacity: .8;
}

.main-nav .navbar .navbar-toggler .navicon-button *,
.main-nav .navbar .navbar-toggler .navicon-button *:before,
.main-nav .navbar .navbar-toggler .navicon-button *:after {
    transform: translate3d(0, 0, 0);
}

.main-nav .navbar .navbar-toggler .navicon-button .navicon:before,
.main-nav .navbar .navbar-toggler .navicon-button .navicon:after {
    transition: 0.25s;
}

.main-nav .navbar .navbar-toggler .navicon-button:hover {
    transition: 0.5s;
    opacity: 1;
}

.main-nav .navbar .navbar-toggler .navicon-button:hover .navicon:before,
.main-nav .navbar .navbar-toggler .navicon-button:hover .navicon:after {
    transition: 0.25s;
}

.main-nav .navbar .navbar-toggler .navicon-button:hover .navicon:before {
    top: .825rem;
}

.main-nav .navbar .navbar-toggler .navicon-button:hover .navicon:after {
    top: -.825rem;
}

@media (max-width: 576px) {
    .main-nav .navbar .navbar-toggler .navicon-button:hover .navicon:before {
        top: .525rem;
    }

    .main-nav .navbar .navbar-toggler .navicon-button:hover .navicon:after {
        top: -.525rem;
    }
}

.main-nav .navbar .navbar-toggler .navicon {
    position: relative;
    width: 1.5em;
    height: .3125rem;
    background: #FEEF00;
    transition: 0.5s;
    border-radius: 2.5rem;
}

.main-nav .navbar .navbar-toggler .navicon:before,
.main-nav .navbar .navbar-toggler .navicon:after {
    display: block;
    content: "";
    height: .3125rem;
    width: 1.9rem;
    background: #FEEF00;
    position: absolute;
    z-index: -1;
    transition: 0.5s 0.25s;
    border-radius: 1rem;
}

.main-nav .navbar .navbar-toggler .navicon:before {
    top: .625rem;
}

.main-nav .navbar .navbar-toggler .navicon:after {
    top: -.625rem;
}

.main-nav .navbar .navbar-toggler .open:not(.steps) .navicon:before,
.main-nav .navbar .navbar-toggler .open:not(.steps) .navicon:after {
    top: 0 !important;
}

.main-nav .navbar .navbar-toggler .open .navicon:before,
.main-nav .navbar .navbar-toggler .open .navicon:after {
    transition: 0.5s;
}

.main-nav .navbar .navbar-toggler .open {
    transform: scale(1.4);
}

.main-nav .navbar .navbar-toggler .open.x .navicon {
    background: transparent;
}

.main-nav .navbar .navbar-toggler .open.x .navicon:before {
    transform: rotate(-45deg);
    height: .2125rem;
}

.main-nav .navbar .navbar-toggler .open.x .navicon:after {
    transform: rotate(45deg);
    height: .2125rem;
}

.main-nav .navbar .navbar-nav {
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link {
    font-family: "Barlow Semi Condensed", sans-serif;
    padding: 10px 10px 10px 30px;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .main-nav .navbar .navbar-nav .nav-item .nav-link {
        font-size: 22px;
        padding: 10px 10px 10px 20px;
    }
}

.main-nav .navbar .navbar-nav .nav-item .nav-link:hover {
    color: rgba(254, 239, 0, 0.8);
}

.main-nav .navbar .navbar-nav .nav-item.active .nav-link {
    color: #FEEF00;
}

@media (max-width: 768px) {
    .main-nav .navbar .navbar-nav .nav-item.sm {
        display: none;
    }
}

.main-nav .navbar .navbar-nav .nav-item.sm .nav-link {
    font-family: "Barlow Semi Condensed", sans-serif;
    padding: 5px 10px 5px 5px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.main-nav .navbar .navbar-nav .nav-item.sm .nav-link:hover {
    color: #feef00;
}

.section-smallad {
    margin-top: -10px;
}

.section-smallad img {
    width: 100%;
    height: auto;
    transform: scale(0.98);
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.3s;
}

.section-smallad img:hover {
    transform: scale(1);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.section-homeslider .home-slider .owl-slide.cover {
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 80vh;
}

.section-homeslider .home-slider .owl-slide.cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
}

.section-homeslider .home-slider .owl-nav .owl-prev,
.section-homeslider .home-slider .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    border: 3px solid #fff;
    border-radius: 100%;
    text-align: center;
}

.section-homeslider .home-slider .owl-nav .owl-prev i,
.section-homeslider .home-slider .owl-nav .owl-next i {
    color: #fff;
}

.section-homeslider .home-slider .owl-nav .owl-prev {
    left: -1px;
}

.section-homeslider .home-slider .owl-nav .owl-next {
    right: -1px;
}

.section-homeslider .home-slider .owl-dots {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -30px auto 0 auto;
    opacity: 0;
    transition: all 0.4s ease-out;
}

@media (max-width: 768px) {
    .section-homeslider .home-slider .owl-dots {
        margin: -40px auto 0 auto;
    }
}

.section-homeslider .home-slider .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px;
    border-radius: 3px;
}

.section-homeslider .home-slider .owl-dots .owl-dot span:hover {
    background: #ff8866;
}

.section-homeslider .home-slider .owl-dots .owl-dot.active span {
    background: #FF3800;
}

.section-homeslider .home-slider:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.section-homeslider .home-slider:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.section-homeslider .home-slider:hover .owl-dots {
    margin: -40px auto 0 auto;
    opacity: 1;
}

.section-categories {
    margin: 60px 0;
}

.section-categories div.image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s linear;
    padding: 60px 0 120px 0;
    text-align: center;
}

.section-categories div.image-wrapper div.overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 56, 0, 0.4);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='400' cy='400' r='50%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffec59'/%3E%3Cstop offset='1' stop-color='%23ff3800'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='400' cy='400' r='70%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffec59'/%3E%3Cstop offset='1' stop-color='%23ff3800'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='800'/%3E%3Cg fill-opacity='0.4'%3E%3Cpath fill='url(%23b)' d='M998.7 439.2c1.7-26.5 1.7-52.7 0.1-78.5L401 399.9c0 0 0-0.1 0-0.1l587.6-116.9c-5.1-25.9-11.9-51.2-20.3-75.8L400.9 399.7c0 0 0-0.1 0-0.1l537.3-265c-11.6-23.5-24.8-46.2-39.3-67.9L400.8 399.5c0 0 0-0.1-0.1-0.1l450.4-395c-17.3-19.7-35.8-38.2-55.5-55.5l-395 450.4c0 0-0.1 0-0.1-0.1L733.4-99c-21.7-14.5-44.4-27.6-68-39.3l-265 537.4c0 0-0.1 0-0.1 0l192.6-567.4c-24.6-8.3-49.9-15.1-75.8-20.2L400.2 399c0 0-0.1 0-0.1 0l39.2-597.7c-26.5-1.7-52.7-1.7-78.5-0.1L399.9 399c0 0-0.1 0-0.1 0L282.9-188.6c-25.9 5.1-51.2 11.9-75.8 20.3l192.6 567.4c0 0-0.1 0-0.1 0l-265-537.3c-23.5 11.6-46.2 24.8-67.9 39.3l332.8 498.1c0 0-0.1 0-0.1 0.1L4.4-51.1C-15.3-33.9-33.8-15.3-51.1 4.4l450.4 395c0 0 0 0.1-0.1 0.1L-99 66.6c-14.5 21.7-27.6 44.4-39.3 68l537.4 265c0 0 0 0.1 0 0.1l-567.4-192.6c-8.3 24.6-15.1 49.9-20.2 75.8L399 399.8c0 0 0 0.1 0 0.1l-597.7-39.2c-1.7 26.5-1.7 52.7-0.1 78.5L399 400.1c0 0 0 0.1 0 0.1l-587.6 116.9c5.1 25.9 11.9 51.2 20.3 75.8l567.4-192.6c0 0 0 0.1 0 0.1l-537.3 265c11.6 23.5 24.8 46.2 39.3 67.9l498.1-332.8c0 0 0 0.1 0.1 0.1l-450.4 395c17.3 19.7 35.8 38.2 55.5 55.5l395-450.4c0 0 0.1 0 0.1 0.1L66.6 899c21.7 14.5 44.4 27.6 68 39.3l265-537.4c0 0 0.1 0 0.1 0L207.1 968.3c24.6 8.3 49.9 15.1 75.8 20.2L399.8 401c0 0 0.1 0 0.1 0l-39.2 597.7c26.5 1.7 52.7 1.7 78.5 0.1L400.1 401c0 0 0.1 0 0.1 0l116.9 587.6c25.9-5.1 51.2-11.9 75.8-20.3L400.3 400.9c0 0 0.1 0 0.1 0l265 537.3c23.5-11.6 46.2-24.8 67.9-39.3L400.5 400.8c0 0 0.1 0 0.1-0.1l395 450.4c19.7-17.3 38.2-35.8 55.5-55.5l-450.4-395c0 0 0-0.1 0.1-0.1L899 733.4c14.5-21.7 27.6-44.4 39.3-68l-537.4-265c0 0 0-0.1 0-0.1l567.4 192.6c8.3-24.6 15.1-49.9 20.2-75.8L401 400.2c0 0 0-0.1 0-0.1L998.7 439.2z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-position: top;
}

.section-categories div.image-wrapper h1 {
    z-index: 2;
    position: relative;
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    line-height: .9;
}

.section-categories div.image-wrapper h2 {
    z-index: 2;
    word-break: break-all;
    position: relative;
    color: #fff;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 3.4px;
    margin-bottom: 10px;
}

.section-categories .owl-stage-outer {
    padding-bottom: 20px;
}

.section-categories .category-slider {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: -100px;
}

.section-categories .category-slider .category-card {
    position: relative;
    height: 100%;
}

.section-categories .category-slider .category-card img {
    background: #fff;
    height: 300px;
    object-fit: cover;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s linear;
}

.section-categories .category-slider .category-card h2 {
    font-family: "Barlow Semi Condensed", sans-serif;
    padding: 10px 5px 5px 5px;
    position: relative;
    margin: auto;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-categories .category-slider .category-card h2:before {
    content: '';
    position: absolute;
    background-color: #ff8866;
    width: 60px;
    height: 5px;
    bottom: -5px;
    left: 5px;
    border-radius: 50rem;
    transition: all 0.3s linear;
}

.section-categories .category-slider .category-card h2:after {
    content: '';
    position: absolute;
    background-color: #ff8866;
    width: 10px;
    height: 5px;
    bottom: -5px;
    left: 71px;
    border-radius: 50rem;
    transition: all 0.3s linear;
}

.section-categories .category-slider .category-card i {
    transition: all 0.3s linear;
    position: absolute;
    top: 5px;
    right: 2px;
    padding: 0;
    background: #FF3800;
    color: #fff;
    border-radius: 0 0 0 100%;
    opacity: 0;
}

.section-categories .category-slider .category-card i:hover {
    color: #fff;
    box-shadow: 0 5px 10px rgba(255, 56, 0, 0.4);
}

.section-categories .category-slider .category-card i:active {
    background-color: #e63200;
    box-shadow: 0 5px 10px rgba(254, 239, 0, 0.1);
}

.section-categories .category-slider .category-card:hover img {
    transition: all 0.3s linear;
    transform: scale(1.02);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.section-categories .category-slider .category-card:hover h2:before {
    width: 70px;
    left: 5px;
    border-radius: 50rem;
}

.section-categories .category-slider .category-card:hover h2:after {
    width: 10px;
    left: 81px;
}

.section-categories .category-slider .category-card:hover i {
    padding: 15px 15px 25px 25px;
    opacity: 1;
}

.section-categories .category-slider .owl-nav .owl-prev,
.section-categories .category-slider .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    border: 3px solid #FF3800;
    border-radius: 100%;
    background: rgba(255, 56, 0, 0.9);
    text-align: center;
    top: calc(50% - 40px);
}

.section-categories .category-slider .owl-nav .owl-prev i,
.section-categories .category-slider .owl-nav .owl-next i {
    color: #fff;
}

.section-categories .category-slider .owl-nav .owl-prev {
    left: -1px;
}

.section-categories .category-slider .owl-nav .owl-next {
    right: -1px;
}

.section-categories .category-slider .owl-dots {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -10px auto 0 auto;
    opacity: 0;
    transition: all 0.4s ease-out;
}

@media (max-width: 768px) {
    .section-categories .category-slider .owl-dots {
        margin: -40px auto 0 auto;
    }
}

.section-categories .category-slider .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px;
    border-radius: 3px;
}

.section-categories .category-slider .owl-dots .owl-dot span:hover {
    background: #ff8866;
}

.section-categories .category-slider .owl-dots .owl-dot.active span {
    background: #FF3800;
}

.section-categories .category-slider:hover .owl-prev {
    left: -15px;
    opacity: 1;
    background: rgba(255, 56, 0, 0.99);
}

.section-categories .category-slider:hover .owl-next {
    right: -15px;
    opacity: 1;
    background: rgba(255, 56, 0, 0.99);
}

.section-categories .category-slider:hover .owl-dots {
    margin: -20px auto 0 auto;
    opacity: 1;
}

.section-welcome {
    padding-top: 60px;
    padding-bottom: 60px;
    background: rgba(255, 56, 0, 0.04);
}

.section-welcome .p-text {
    color: #676e7c;
    line-height: 28px;
    margin-bottom: 20px;
}

.section-welcome .image-inner {
    background: linear-gradient(to bottom, #ff8866 6px, transparent 4px) 0 0, linear-gradient(to right, #ff8866 6px, transparent 4px) 0 0, linear-gradient(to left, #ff8866 6px, transparent 4px) 100% 100%, linear-gradient(to top, #ff8866 6px, transparent 4px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 40px 80px;
    padding: 10px;
    transition: all .3s linear;
}

.section-welcome .image-inner img {
    margin: auto;
    display: block;
    transition: all .3s linear;
}

.section-welcome .btn-container {
    display: flex;
    align-items: center;
    margin-top: auto;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .section-welcome .btn-container {
        justify-content: center;
        margin-bottom: 40px;
    }
}

.section-welcome:hover .image-inner {
    background-size: 70px 50px;
}

.section-welcome:hover img {
    transform: scale(1.005);
}

.section-serv {
    background: rgba(255, 56, 0, 0.08);
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-serv .ser-row {
    list-style: none;
    margin: 4em 0 0;
    padding: 0;
}

.section-serv .ser-row .ser-col {
    margin-bottom: 2em;
}

.section-serv .ser-row .ser-col h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.25em;
    line-height: 2.5em;
    font-weight: 300;
    letter-spacing: 1px;
    color: #313131;
}

.section-serv .ser-row .ser-col h3:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #ffd7cc;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}

.section-serv .ser-row .ser-col h3 span {
    padding-left: 15px;
}

.section-serv .ser-row .ser-col p {
    padding-left: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    color: #959595;
}

.section-serv .ser-row .btn-main,
.section-serv .ser-row .contact-page .contact-page-section .form-column .inner-column .contact-form .sub-btn,
.contact-page .contact-page-section .form-column .inner-column .contact-form .section-serv .ser-row .sub-btn,
.section-serv .ser-row .gallery-page .gallery-square .content i,
.gallery-page .gallery-square .content .section-serv .ser-row i {
    background: #ff4c1a;
    padding: 20px 50px;
}

.section-products {
    margin: 60px 0 60px 0;
}

.section-products div.image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s linear;
    padding: 40px 0 175px 0;
    text-align: center;
}

.section-products div.image-wrapper div.overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: #ff3800;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='400' cy='400' r='50%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffec59'/%3E%3Cstop offset='1' stop-color='%23ff3800'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='400' cy='400' r='70%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffec59'/%3E%3Cstop offset='1' stop-color='%23ff3800'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='800'/%3E%3Cg fill-opacity='0.3'%3E%3Cpath fill='url(%23b)' d='M998.7 439.2c1.7-26.5 1.7-52.7 0.1-78.5L401 399.9c0 0 0-0.1 0-0.1l587.6-116.9c-5.1-25.9-11.9-51.2-20.3-75.8L400.9 399.7c0 0 0-0.1 0-0.1l537.3-265c-11.6-23.5-24.8-46.2-39.3-67.9L400.8 399.5c0 0 0-0.1-0.1-0.1l450.4-395c-17.3-19.7-35.8-38.2-55.5-55.5l-395 450.4c0 0-0.1 0-0.1-0.1L733.4-99c-21.7-14.5-44.4-27.6-68-39.3l-265 537.4c0 0-0.1 0-0.1 0l192.6-567.4c-24.6-8.3-49.9-15.1-75.8-20.2L400.2 399c0 0-0.1 0-0.1 0l39.2-597.7c-26.5-1.7-52.7-1.7-78.5-0.1L399.9 399c0 0-0.1 0-0.1 0L282.9-188.6c-25.9 5.1-51.2 11.9-75.8 20.3l192.6 567.4c0 0-0.1 0-0.1 0l-265-537.3c-23.5 11.6-46.2 24.8-67.9 39.3l332.8 498.1c0 0-0.1 0-0.1 0.1L4.4-51.1C-15.3-33.9-33.8-15.3-51.1 4.4l450.4 395c0 0 0 0.1-0.1 0.1L-99 66.6c-14.5 21.7-27.6 44.4-39.3 68l537.4 265c0 0 0 0.1 0 0.1l-567.4-192.6c-8.3 24.6-15.1 49.9-20.2 75.8L399 399.8c0 0 0 0.1 0 0.1l-597.7-39.2c-1.7 26.5-1.7 52.7-0.1 78.5L399 400.1c0 0 0 0.1 0 0.1l-587.6 116.9c5.1 25.9 11.9 51.2 20.3 75.8l567.4-192.6c0 0 0 0.1 0 0.1l-537.3 265c11.6 23.5 24.8 46.2 39.3 67.9l498.1-332.8c0 0 0 0.1 0.1 0.1l-450.4 395c17.3 19.7 35.8 38.2 55.5 55.5l395-450.4c0 0 0.1 0 0.1 0.1L66.6 899c21.7 14.5 44.4 27.6 68 39.3l265-537.4c0 0 0.1 0 0.1 0L207.1 968.3c24.6 8.3 49.9 15.1 75.8 20.2L399.8 401c0 0 0.1 0 0.1 0l-39.2 597.7c26.5 1.7 52.7 1.7 78.5 0.1L400.1 401c0 0 0.1 0 0.1 0l116.9 587.6c25.9-5.1 51.2-11.9 75.8-20.3L400.3 400.9c0 0 0.1 0 0.1 0l265 537.3c23.5-11.6 46.2-24.8 67.9-39.3L400.5 400.8c0 0 0.1 0 0.1-0.1l395 450.4c19.7-17.3 38.2-35.8 55.5-55.5l-450.4-395c0 0 0-0.1 0.1-0.1L899 733.4c14.5-21.7 27.6-44.4 39.3-68l-537.4-265c0 0 0-0.1 0-0.1l567.4 192.6c8.3-24.6 15.1-49.9 20.2-75.8L401 400.2c0 0 0-0.1 0-0.1L998.7 439.2z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-position: top;
}

.section-products div.image-wrapper h1 {
    z-index: 2;
    position: relative;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: .9;
}

.section-products div.image-wrapper h2 {
    z-index: 2;
    word-break: break-all;
    position: relative;
    color: #fff;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 3.4px;
    margin-bottom: 10px;
}

.section-products .owl-stage-outer {
    padding-bottom: 20px;
}

.section-products .products-slider {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: -140px;
}

.section-products .products-slider .product-card {
    position: relative;
    height: 100%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s linear;
}

.section-products .products-slider .product-card img {
    background: #fff;
    height: 250px;
    object-fit: cover;
    width: 100%;
    position: relative;
    padding: 10px;
}

.section-products .products-slider .product-card div.overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 56, 0, 0);
    transition: all .3s linear;
}

.section-products .products-slider .product-card h2 {
    text-align: center;
    color: #FF3800;
    font-size: 20px;
    font-family: "Barlow Semi Condensed", sans-serif;
    padding: 10px 5px 5px 5px;
    position: relative;
    margin: auto;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}

.section-products .products-slider .product-card i {
    transition: all 0.3s linear;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    background: #FF3800;
    color: #fff;
    border-radius: 100%;
    opacity: 0;
}

.section-products .products-slider .product-card i:hover {
    color: #fff;
    box-shadow: 0 5px 10px rgba(255, 56, 0, 0.4);
}

.section-products .products-slider .product-card i:active {
    background-color: #e63200;
    box-shadow: 0 5px 10px rgba(254, 239, 0, 0.1);
}

.section-products .products-slider .product-card:hover {
    transition: all 0.3s linear;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.section-products .products-slider .product-card:hover div.overlay {
    background-color: rgba(78, 29, 7, 0.1);
}

.section-products .products-slider .product-card:hover h2 {
    z-index: 2;
}

.section-products .products-slider .product-card:hover i {
    padding: 15px;
    opacity: 1;
    z-index: 2;
}

.section-products .products-slider .owl-nav .owl-prev,
.section-products .products-slider .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    border: 3px solid #FF3800;
    border-radius: 100%;
    background: rgba(255, 56, 0, 0.9);
    text-align: center;
    top: calc(50% - 40px);
}

.section-products .products-slider .owl-nav .owl-prev i,
.section-products .products-slider .owl-nav .owl-next i {
    color: #fff;
}

.section-products .products-slider .owl-nav .owl-prev {
    left: -1px;
}

.section-products .products-slider .owl-nav .owl-next {
    right: -1px;
}

.section-products .products-slider .owl-dots {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -10px auto 0 auto;
    opacity: 0;
    transition: all 0.4s ease-out;
}

@media (max-width: 768px) {
    .section-products .products-slider .owl-dots {
        margin: -40px auto 0 auto;
    }
}

.section-products .products-slider .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px;
    border-radius: 3px;
}

.section-products .products-slider .owl-dots .owl-dot span:hover {
    background: #ff8866;
}

.section-products .products-slider .owl-dots .owl-dot.active span {
    background: #FF3800;
}

.section-products .products-slider:hover .owl-prev {
    left: -15px;
    opacity: 1;
    background: rgba(255, 56, 0, 0.99);
}

.section-products .products-slider:hover .owl-next {
    right: -15px;
    opacity: 1;
    background: rgba(255, 56, 0, 0.99);
}

.section-products .products-slider:hover .owl-dots {
    margin: -20px auto 0 auto;
    opacity: 1;
}

.page-footer {
    color: white;
    background: #ff3800;
    background: linear-gradient(-60deg, #fc400c 0%, #f07800 62%, #d86100 96%);
}

.page-footer .footer-content {
    padding: 3% 2% 1% 2%;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 6px;
}

.page-footer .footer-content .footer-brand img {
    max-width: 130px;
}

.page-footer .footer-content .footer-brand h2 {
    margin: 5px 0px 5px 0;
}

.page-footer .footer-content .footer-brand p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.page-footer .footer-content .footer-nav {
    padding: 10px 25px;
}

.page-footer .footer-content .footer-nav h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-family: "Barlow Semi Condensed", sans-serif;
}

.page-footer .footer-content .footer-nav ul.list {
    list-style: none;
    padding: 0px;
}

.page-footer .footer-content .footer-nav ul.list li {
    padding: 5px 0px;
}

.page-footer .footer-content .footer-nav ul.list a {
    color: rgba(255, 255, 255, 0.8);
}

.page-footer .footer-content .footer-nav ul.list a:hover {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.page-footer .footer-content .footer-nav ul.pages {
    list-style: none;
    padding: 0px;
}

.page-footer .footer-content .footer-nav ul.pages li {
    padding: 5px 0px;
}

.page-footer .footer-content .footer-nav ul.pages a {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.page-footer .footer-content .footer-nav ul.pages a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.page-footer .footer-content .footer-nav ul.social {
    list-style: none;
    padding: 0px;
}

.page-footer .footer-content .footer-nav ul.social li {
    padding: 5px 4px;
}

.page-footer .footer-content .footer-nav ul.social a {
    color: white;
}

.page-footer .footer-content .footer-nav ul.social a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

@media (min-width: 768px) {
    .page-footer .footer-content .footer-nav {
        border-left: solid 1px rgba(255, 255, 255, 0.1);
    }
}

.page-footer .footer-copyright {
    background-color: rgba(60, 61, 65, 0.41);
    text-align: center;
    padding: 20px 30px;
}

.section-testmonials {
    margin: 60px 0;
}

.section-testmonials .row.no-gutters {
    background-color: rgba(255, 56, 0, 0.05);
}

.section-testmonials div.image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s linear;
    text-align: center;
    height: 230px;
}

@media (max-width: 992px) {
    .section-testmonials div.image-wrapper {
        height: 100px;
    }
}

.section-testmonials div.image-wrapper div.overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: #ff3800;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='400' cy='400' r='50%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffec59'/%3E%3Cstop offset='1' stop-color='%23ff3800'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='400' cy='400' r='70%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffec59'/%3E%3Cstop offset='1' stop-color='%23ff3800'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='800'/%3E%3Cg fill-opacity='0.3'%3E%3Cpath fill='url(%23b)' d='M998.7 439.2c1.7-26.5 1.7-52.7 0.1-78.5L401 399.9c0 0 0-0.1 0-0.1l587.6-116.9c-5.1-25.9-11.9-51.2-20.3-75.8L400.9 399.7c0 0 0-0.1 0-0.1l537.3-265c-11.6-23.5-24.8-46.2-39.3-67.9L400.8 399.5c0 0 0-0.1-0.1-0.1l450.4-395c-17.3-19.7-35.8-38.2-55.5-55.5l-395 450.4c0 0-0.1 0-0.1-0.1L733.4-99c-21.7-14.5-44.4-27.6-68-39.3l-265 537.4c0 0-0.1 0-0.1 0l192.6-567.4c-24.6-8.3-49.9-15.1-75.8-20.2L400.2 399c0 0-0.1 0-0.1 0l39.2-597.7c-26.5-1.7-52.7-1.7-78.5-0.1L399.9 399c0 0-0.1 0-0.1 0L282.9-188.6c-25.9 5.1-51.2 11.9-75.8 20.3l192.6 567.4c0 0-0.1 0-0.1 0l-265-537.3c-23.5 11.6-46.2 24.8-67.9 39.3l332.8 498.1c0 0-0.1 0-0.1 0.1L4.4-51.1C-15.3-33.9-33.8-15.3-51.1 4.4l450.4 395c0 0 0 0.1-0.1 0.1L-99 66.6c-14.5 21.7-27.6 44.4-39.3 68l537.4 265c0 0 0 0.1 0 0.1l-567.4-192.6c-8.3 24.6-15.1 49.9-20.2 75.8L399 399.8c0 0 0 0.1 0 0.1l-597.7-39.2c-1.7 26.5-1.7 52.7-0.1 78.5L399 400.1c0 0 0 0.1 0 0.1l-587.6 116.9c5.1 25.9 11.9 51.2 20.3 75.8l567.4-192.6c0 0 0 0.1 0 0.1l-537.3 265c11.6 23.5 24.8 46.2 39.3 67.9l498.1-332.8c0 0 0 0.1 0.1 0.1l-450.4 395c17.3 19.7 35.8 38.2 55.5 55.5l395-450.4c0 0 0.1 0 0.1 0.1L66.6 899c21.7 14.5 44.4 27.6 68 39.3l265-537.4c0 0 0.1 0 0.1 0L207.1 968.3c24.6 8.3 49.9 15.1 75.8 20.2L399.8 401c0 0 0.1 0 0.1 0l-39.2 597.7c26.5 1.7 52.7 1.7 78.5 0.1L400.1 401c0 0 0.1 0 0.1 0l116.9 587.6c25.9-5.1 51.2-11.9 75.8-20.3L400.3 400.9c0 0 0.1 0 0.1 0l265 537.3c23.5-11.6 46.2-24.8 67.9-39.3L400.5 400.8c0 0 0.1 0 0.1-0.1l395 450.4c19.7-17.3 38.2-35.8 55.5-55.5l-450.4-395c0 0 0-0.1 0.1-0.1L899 733.4c14.5-21.7 27.6-44.4 39.3-68l-537.4-265c0 0 0-0.1 0-0.1l567.4 192.6c8.3-24.6 15.1-49.9 20.2-75.8L401 400.2c0 0 0-0.1 0-0.1L998.7 439.2z'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.section-testmonials div.image-wrapper h1 {
    z-index: 2;
    position: relative;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: .9;
    word-break: break-all;
    padding: 20px 30px 20px 20px;
}

.section-testmonials .marg {
    display: flex;
    padding: 15px;
    width: 100%;
    height: 230px;
}

@media (max-width: 992px) {
    .section-testmonials .marg {
        height: 100%;
        padding-bottom: 30px;
    }
}

.section-testmonials .marg .owl-carousel {
    width: calc(100% - 35px);
}

.section-testmonials .marg .btns {
    margin-left: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50px;
    margin-right: 25px;
    z-index: 1;
}

@media (max-width: 992px) {
    .section-testmonials .marg .btns {
        margin-left: 0;
    }
}

.section-testmonials .marg .btns .btn {
    border: 1px solid rgba(255, 56, 0, 0.05);
}

.section-testmonials .marg .testimonial-slider .owl-dots {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 0 auto;
    opacity: 0;
    transition: all 0.4s ease-out;
}

.section-testmonials .marg .testimonial-slider .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px;
}

.section-testmonials .marg .testimonial-slider .owl-dots .owl-dot span:hover {
    background: #ff8866;
}

.section-testmonials .marg .testimonial-slider .owl-dots .owl-dot.active span {
    background: #FF3800;
}

.section-testmonials .marg .testimonial-slider .owl-nav .owl-prev,
.section-testmonials .marg .testimonial-slider .owl-nav .owl-next {
    position: absolute;
    top: 100px;
    opacity: 0;
    transition: all 0.4s ease-out;
}

.section-testmonials .marg .testimonial-slider .owl-nav .owl-prev i,
.section-testmonials .marg .testimonial-slider .owl-nav .owl-next i {
    color: #fff;
    padding: 10px;
    background-color: #FF3800;
}

.section-testmonials .marg .testimonial-slider .owl-nav .owl-prev i:hover,
.section-testmonials .marg .testimonial-slider .owl-nav .owl-next i:hover {
    color: #FF3800;
    background-color: #FEEF00;
}

.section-testmonials .marg .testimonial-slider .owl-nav .owl-prev {
    left: -3px;
}

.section-testmonials .marg .testimonial-slider .owl-nav .owl-next {
    right: -3px;
}

.section-testmonials .marg .testimonial-slider .testimonial-card {
    border: 0;
    background: none;
}

.section-testmonials .marg .testimonial-slider .testimonial-card .card-body {
    padding: 0%;
    background: none;
}

.section-testmonials .marg .testimonial-slider .testimonial-card .card-body .quote {
    cursor: pointer;
    padding: 10px;
    min-height: 100px;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
    background-color: #fff;
}

.section-testmonials .marg .testimonial-slider .testimonial-card .card-body .quote:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 18px 0 18px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 20px;
}

.section-testmonials .marg .testimonial-slider .testimonial-card .card-body .quote .fa-quote-left:before {
    font-size: 7px;
    color: #FF3800;
    position: relative;
    bottom: 5px;
}

.section-testmonials .marg .testimonial-slider .testimonial-card .card-body .quote .quote-text {
    display: inline;
    margin: 0 5px;
}

.section-testmonials .marg .testimonial-slider .testimonial-card .card-body .quote-writer {
    display: flex;
    align-items: center;
}

.section-testmonials .marg .testimonial-slider .testimonial-card .card-body .quote-writer .photo img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 50%;
}

.section-testmonials .marg .testimonial-slider .testimonial-card .card-body .quote-writer .quote-writer-name {
    position: relative;
    top: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #313131;
}

.section-testmonials .marg .testimonial-slider .testimonial-card .card-body .quote-writer .quote-writer-pos {
    position: relative;
    top: 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #313131;
}

.section-testmonials:hover .marg .owl-prev {
    left: 0px;
    opacity: 1;
}

.section-testmonials:hover .marg .owl-next {
    right: 0px;
    opacity: 1;
}

.section-testmonials:hover .marg .owl-dots {
    margin: -5px auto 0 auto;
    opacity: 1;
}

div.page-head-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s linear;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: all 0.3s linear;
    padding: 60px 0 60px 0;
}

div.page-head-image-wrapper div.overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(78, 29, 7, 0.4);
    background-size: cover;
    background-position: top;
}

div.page-head-image-wrapper h1 {
    z-index: 2;
    position: relative;
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    line-height: .9;
}

div.page-head-image-wrapper h2 {
    z-index: 2;
    word-break: break-all;
    position: relative;
    color: #fff;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 3.4px;
    margin-bottom: 10px;
}

.contact-page {
    margin: 60px 0;
}

.contact-page li,
.contact-page ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-page .sec-title {
    position: relative;
    padding-bottom: 40px;
}

.contact-page .sec-title .title {
    position: relative;
    color: #FF3800;
    font-size: 28px;
    font-weight: 500;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Barlow Semi Condensed", sans-serif;
}

.contact-page .sec-title h2 {
    position: relative;
    color: #252525;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5em;
    display: block;
}

.contact-page .contact-page-section {
    position: relative;
    padding: 20px;
}

.contact-page .contact-page-section .inner-container {
    position: relative;
    z-index: 1;
    background-color: #ff6033;
    background: linear-gradient(90deg, #ff3800 0%, #ff8000 62%, #ff7100 96%);
    box-shadow: 8px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

.contact-page .contact-page-section .form-column {
    position: relative;
    padding: 0 0 0 15px;
}

.contact-page .contact-page-section .form-column .inner-column {
    position: relative;
    padding: 60px 45px 30px;
    background-color: #fff;
    height: 100%;
}

.contact-page .contact-page-section .form-column .inner-column .contact-form {
    position: relative;
}

.contact-page .contact-page-section .form-column .inner-column .contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-page .contact-page-section .form-column .inner-column .contact-form textarea,
.contact-page .contact-page-section .form-column .inner-column .contact-form input {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    color: #222;
    font-size: 14px;
    line-height: 38px;
    padding: 10px 30px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all .3s ease;
}

.contact-page .contact-page-section .form-column .inner-column .contact-form textarea:focus,
.contact-page .contact-page-section .form-column .inner-column .contact-form textarea:hover,
.contact-page .contact-page-section .form-column .inner-column .contact-form textarea:active,
.contact-page .contact-page-section .form-column .inner-column .contact-form input:focus,
.contact-page .contact-page-section .form-column .inner-column .contact-form input:hover,
.contact-page .contact-page-section .form-column .inner-column .contact-form input:active {
    outline: none;
    background-color: #f5f5f5;
    border: 1px solid #d4d4d4;
}

.contact-page .contact-page-section .form-column .inner-column .contact-form textarea:focus,
.contact-page .contact-page-section .form-column .inner-column .contact-form input:focus {
    border-color: #FF3800;
}

.contact-page .contact-page-section .form-column .inner-column .contact-form textarea {
    min-height: 200px;
}

.contact-page .contact-page-section .form-column .inner-column .contact-form .sub-btn {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    text-transform: capitalize;
    padding: 16px 39px;
    border: 2px solid #FF3800;
    border-radius: 0;
    background: #FF3800;
    display: inline-block;
    position: relative;
    line-height: 24px;
    cursor: pointer;
    color: #fff;
    transition: all .3s linear;
}

.contact-page .contact-page-section .form-column .inner-column .contact-form .sub-btn:focus {
    outline: none;
}

.contact-page .contact-page-section .info-column .inner-column {
    padding: 60px 35px;
}

.contact-page .contact-page-section .info-column .inner-column .sec-title {
    position: relative;
    padding-bottom: 10px;
}

.contact-page .contact-page-section .info-column .inner-column .sec-title h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    display: block;
    font-family: "Barlow Semi Condensed", sans-serif;
    padding: 0 15px 10px 5px;
    width: max-content;
    border-bottom: 2px solid #fff;
}

.contact-page .contact-page-section .info-column .inner-column .icon-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 10px 13px 0;
    margin-left: 20px;
    border-radius: 3px;
}

.contact-page .contact-page-section .info-column .inner-column .icon-info .icon-image {
    margin-right: 25px;
    position: relative;
    margin-left: -20px;
}

.contact-page .contact-page-section .info-column .inner-column .icon-info .icon-image:before {
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    content: "";
    background-color: #fff;
    opacity: .3;
    border-radius: 50%;
    z-index: -1;
}

.contact-page .contact-page-section .info-column .inner-column .icon-info .icon-image i {
    line-height: 55px;
    width: 55px;
    text-align: center;
    background-color: #fff;
    color: #FF3800;
    border-radius: 50%;
    font-size: 20px;
}

.contact-page .contact-page-section .info-column .inner-column .icon-info .content {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 18px;
}

.contact-page .contact-page-section .info-column .inner-column .icon-info .content .title {
    margin: 0;
    font-weight: 500;
    color: #fff;
}

.contact-page .contact-page-section .info-column .inner-column .icon-info .content .description {
    color: #fff;
    font-size: 23px;
    line-height: 1;
    word-break: break-all;
}

.contact-page .contact-page-section .info-column .inner-column .social-icon-four {
    position: relative;
}

.contact-page .contact-page-section .info-column .inner-column .social-icon-four li {
    position: relative;
    margin-right: 15px;
    display: inline-block;
}

.contact-page .contact-page-section .info-column .inner-column .social-icon-four li a {
    position: relative;
    font-size: 30px;
    color: #fff;
    transition: all .3s ease;
}

.contact-page .contact-page-section .info-column .inner-column .social-icon-four li a:hover {
    color: #222;
}

.product-index-page {
    margin: 60px 0;
}

.product-index-page .controls {
    height: auto;
    margin: 0;
    padding: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.product-index-page .controls button {
    margin: 0 10px 10px 0;
    padding: 15px 45px;
    border: 2px solid #313131;
    border-radius: 0px;
    background-color: transparent;
    background-color: rgba(49, 49, 49, 0.02);
    cursor: pointer;
    outline: 0;
    font-size: 15px;
    font-weight: 400;
}

.product-index-page .controls button:hover {
    border: 2px solid #FF3800;
    color: #FF3800;
    background-color: rgba(255, 56, 0, 0.04);
}

.product-index-page .controls button.active {
    border: 2px solid #FF3800;
    background-color: rgba(255, 56, 0, 0.9);
    color: #fff;
}

.product-index-page .product-row {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.product-index-page .product-row div.mix {
    margin: 0 auto;
    display: block;
    position: relative;
    padding: 10px;
    text-decoration: none;
}

.product-index-page .product-row div.mix .product-card {
    position: relative;
    height: 100%;
    width: 250px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s linear;
}

.product-index-page .product-row div.mix .product-card img {
    background: #fff;
    height: 250px;
    object-fit: cover;
    width: 100%;
    position: relative;
    padding: 10px;
}

.product-index-page .product-row div.mix .product-card div.overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 56, 0, 0);
    transition: all .3s linear;
}

.product-index-page .product-row div.mix .product-card h2 {
    text-align: center;
    color: #FF3800;
    font-size: 20px;
    font-family: "Barlow Semi Condensed", sans-serif;
    padding: 10px 5px 5px 5px;
    position: relative;
    margin: auto;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}

.product-index-page .product-row div.mix .product-card i {
    transition: all 0.3s linear;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    background: #FF3800;
    color: #fff;
    border-radius: 100%;
    opacity: 0;
}

.product-index-page .product-row div.mix .product-card i:hover {
    color: #fff;
    box-shadow: 0 5px 10px rgba(255, 56, 0, 0.4);
}

.product-index-page .product-row div.mix .product-card i:active {
    background-color: #e63200;
    box-shadow: 0 5px 10px rgba(254, 239, 0, 0.1);
}

.product-index-page .product-row div.mix .product-card:hover {
    transition: all 0.3s linear;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.product-index-page .product-row div.mix .product-card:hover div.overlay {
    background-color: rgba(78, 29, 7, 0.1);
}

.product-index-page .product-row div.mix .product-card:hover h2 {
    z-index: 2;
}

.product-index-page .product-row div.mix .product-card:hover i {
    padding: 15px;
    opacity: 1;
    z-index: 2;
}

@media (max-width: 768px) {
    .product-index-page .controls {
        padding: 15px;
        justify-content: start;
    }

    .product-index-page .controls button {
        margin: 0 10px 10px 0;
        padding: 5px 25px;
        border: 2px solid #333;
        border-radius: 0px;
        background-color: transparent;
        cursor: pointer;
        outline: 0;
        font-size: 15px;
        font-weight: 400;
    }

    .product-index-page .product-row {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    .product-index-page .product-row div.mix .product-card {
        width: 210px;
    }

    .product-index-page .product-row div.mix .product-card img {
        height: 210px;
    }
}

.product-show-page {
    margin: 60px 0;
    margin-top: 50px;
}

.product-show-page .aa {
    background: #eaeff891;
    padding: 1.5%;
}

.product-show-page .aa .product-img-row .product-img {
    background: #fff;
    padding: 10px;
}

.product-show-page .aa .product-img-row .product-img img#main_image {
    box-shadow: none;
    display: block;
    width: 100% !important;
    object-fit: cover;
    margin: auto;
}

@media (max-width: 767px) {
    .product-show-page .aa .product-img-row .product-img img#main_image {
        width: auto !important;
        height: 100%;
        max-height: 400px;
    }
}

.product-show-page .aa .product-img-row .product-img div.xzoom-thumbs {
    padding: 0 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 0;
}

.product-show-page .aa .product-img-row .product-img div.xzoom-thumbs a img.xzoom-gallery {
    height: 100px;
    min-width: 100px;
    object-fit: contain;
    margin-bottom: 0;
    border: 0;
    background: #fff;
    padding: 10px;
}

.product-show-page .aa .product-img-row .product-img div.xzoom-thumbs a img.xzoom-gallery.xactive {
    box-shadow: 0 0 3px 0 rgba(255, 56, 0, 0.471);
    border: 1px solid #FF3800;
}

.product-show-page .aa .product-img-row .product-img div.xzoom-thumbs .owl-stage {
    display: flex;
    align-items: center;
}

.product-show-page .aa .product-desc .product-title {
    color: #454545;
    padding: 20px;
    font-size: 40px;
    font-weight: 700;
    font-family: "Barlow Semi Condensed", sans-serif;
}

.product-show-page .aa .product-desc .product-cat {
    padding: 0 20px;
    display: flex;
    align-items: baseline;
}

.product-show-page .aa .product-desc .product-cat span {
    margin-bottom: 2px;
    margin-left: 10px;
    font-size: 14px;
    padding: 5px 10px 3px 10px;
    border-radius: 50rem;
    border: 1px solid #FF3800;
    color: #FF3800;
}

.product-show-page .aa .product-desc .product-text {
    color: #454545;
    padding: 20px;
}

.product-show-page ul {
    border-top: 1px solid #dddddd;
    margin-top: 50px;
    padding-top: 20px;
    width: max-content;
}

.product-show-page ul b {
    padding: 5px;
    font-weight: 600;
    width: 170px;
    display: inline-block;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 20px;
}

.gallery-page {
    margin: 60px 0;
}

.gallery-page .gallery-square {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.gallery-page .gallery-square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.gallery-page .gallery-square .content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
    overflow: hidden;
}

.gallery-page .gallery-square .content img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    transition: all .3s linear;
    object-fit: cover;
}

.gallery-page .gallery-square .content h5 {
    position: absolute;
    margin: 0;
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 15px;
    color: #fff;
    text-align: left;
    background: rgba(255, 56, 0, 0.9);
}

.gallery-page .gallery-square .content h5::before {
    content: '';
    position: absolute;
    background-color: #FF3800;
    width: 100%;
    height: 2px;
    top: -5px;
    right: -5px;
    transition: all .3s linear;
}

.gallery-page .gallery-square .content h5::after {
    content: '';
    position: absolute;
    background-color: #FF3800;
    width: 2px;
    height: 100%;
    top: -5px;
    right: -5px;
    transition: all .3s linear;
}

.gallery-page .gallery-square .content i {
    visibility: hidden;
    position: absolute;
    color: #fff;
    background: #FF3800;
    font-size: 20px;
    padding: 15px 0 0 0;
    height: 50px !important;
    width: 50px !important;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    transition: all .3s linear;
}

.gallery-page .gallery-square .content .more {
    position: absolute;
    margin: 0;
    padding: 10px;
    top: 0;
    right: 0;
    color: #fff;
    background: rgba(255, 56, 0, 0.9);
    margin-bottom: 5px;
}

.gallery-page .gallery-square .content .more::before {
    content: '';
    position: absolute;
    background-color: #FF3800;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: -5px;
    transition: all .3s linear;
}

.gallery-page .gallery-square .content .more::after {
    content: '';
    position: absolute;
    background-color: #FF3800;
    width: 2px;
    height: 100%;
    bottom: -5px;
    left: -5px;
    transition: all .3s linear;
}

@media (max-width: 600px) {
    .gallery-page .gallery-square .content .content {
        position: absolute;
        padding: 10px;
    }

    .gallery-page .gallery-square .content .content svg {
        font-size: 40px;
    }

    .gallery-page .gallery-square .content .content h5 {
        font-size: 14px;
    }
}

.gallery-page .gallery-square .content:hover {
    border: none;
    box-shadow: 12px 10px 57px rgba(31, 54, 77, 0.287);
    z-index: 11;
}

.gallery-page .gallery-square .content:hover img {
    transform: scale(1.05);
}

.gallery-page .gallery-square .content:hover h5 {
    position: absolute;
    margin: 0;
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 15px;
    color: #fff;
}

.gallery-page .gallery-square .content:hover h5::before {
    content: '';
    position: absolute;
    background-color: #FF3800;
    width: 100%;
    height: 2px;
    top: -8px;
    right: -8px;
}

.gallery-page .gallery-square .content:hover h5::after {
    content: '';
    position: absolute;
    background-color: #FF3800;
    width: 2px;
    height: 100%;
    top: -8px;
    right: -8px;
}

.gallery-page .gallery-square .content:hover .more {
    position: absolute;
    margin: 0;
    padding: 10px;
    top: 0;
    right: 0;
    color: #fff;
    margin-bottom: 5px;
}

.gallery-page .gallery-square .content:hover .more::before {
    content: '';
    position: absolute;
    background-color: #FF3800;
    width: 100%;
    height: 2px;
    bottom: -8px;
}

.gallery-page .gallery-square .content:hover .more::after {
    content: '';
    position: absolute;
    background-color: #FF3800;
    width: 2px;
    height: 100%;
    bottom: -8px;
    left: -8px;
}

.gallery-page .gallery-square .content:hover i {
    visibility: visible;
}

div.page-head-image-wrapper.gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s linear;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: all 0.3s linear;
    padding: 60px 0 40px 0;
}

div.page-head-image-wrapper.gallery div.overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(78, 29, 7, 0.4);
    background-size: cover;
    background-position: top;
}

div.page-head-image-wrapper.gallery h1 {
    z-index: 2;
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: .9;
}

div.page-head-image-wrapper.gallery h2 {
    display: block;
    z-index: 2;
    word-break: break-all;
    position: relative;
    color: #fff;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
