/* ===============================
   CSS Boilerplate - Base Styles
   =============================== */

:root {
    --black: #000000;
    --white: #ffffff;
    --grey: #707070;
}

/* 1. Box Sizing Reset */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* 2. Remove default margin and padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
    margin: 0;
    padding: 0;
}

/* 3. Set core body defaults */
body {
    background-color: var(--black);
    font-family: "Parkinsans", Verdana, Geneva, Tahoma, sans-serif;
    color: var(--grey);
}

/* 4. List style reset */
ul,
ol {
    list-style: none;
}

/* 5. Anchor default styles */
a {
    color: inherit;
    text-decoration: none;
}

/* 6. Image and media defaults */
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

/* 7. Form elements inherit font */
input,
button,
textarea,
select {
    font: inherit;
}

/* 8. Remove button borders & default styles */
button {
    border: none;
    background: none;
    cursor: pointer;
}

/*BG*/
.bg-black {
    background-color: var(--black);
}
.bg-grey {
    background-color: var(--grey);
}

/*COLOR*/
.color-black {
    color: var(--black);
}

.cstm-btn {
    padding: 10px 40px;
    border-radius: 100px;
    display: inline-block;
}

.cstm-btn-white-border {
    border: 1px solid var(--white);
    transition: all 0.3s ease 0s;
    color: var(--white);
}

.cstm-btn-white-border:hover {
    background-color: var(--white);
    color: var(--black);
}

.page-template-products-template .header-c {
    position: absolute;
}

.header-c {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 50px;
    z-index: 5;
}

.is-scrolling .header-c::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, black 0%, transparent 100%);
    z-index: -1;
    width: 100%;
    height: 100%;
}

.header-c img {
    min-width: 200px;
}

.header-menu {
    text-align: right;
}

.header-menu li {
    display: inline-block;
    margin-left: 80px;
}

.header-menu li:first-child {
    margin-left: 0;
}

.header-menu li a {
    color: var(--white);
    position: relative;
    display: inline-block;
}

.header-menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: var(--white);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease, transform-origin 0s;
}

.header-menu li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.header-menu li a:not(:hover)::after {
    transform: scaleX(0);
    transform-origin: right;
}

.header-menu li.current-menu-item a::after {
    transform: scaleX(1);
    transform-origin: left;
}

.menu-icon {
    width: 30px;
    height: 24px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-icon span {
    display: block;
    height: 4px;
    background-color: var(--white);
    border-radius: 2px;
}

#slideMenu .btn-close-white {
    opacity: 1;
}

#slideMenu .offcanvas-header, #slideFilters .offcanvas-header {
    margin-top: 50px;
}

#slideMenu .header-menu {
    text-align: center;
}

#slideMenu .header-menu li {
    display: block;
    margin-left: 0;
    margin-bottom: 50px;
}

/*Home*/

.full-height-banner-c {
    height: 100vh;
}

.full-height-banner {
    height: 100%;
}

.full-height-banner .swiper-slide::before {
    content: "";
    background: linear-gradient(to bottom, black 0%, transparent 87%);
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    z-index: 4;
}

.full-height-banner .swiper-slide::after {
    content: "";
    background: linear-gradient(to top, black 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
}

.fh-content-c {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 5;
}

.full-height-banner h1 {
    color: var(--white);
    font-size: 90px;
    text-align: center;
    font-weight: lighter;
}

.full-height-banner p {
    color: var(--white);
    font-size: 20px;
    margin-top: 40px;
}

.full-height-banner h1 span {
    font-weight: 500;
}

.full-height-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Image will cover the slide without distortion */
    display: block;
}

.full-height-banner .swiper-pagination {
    bottom: 40px;
}

.pag-slider-c .swiper-slide {
    height: 400px;
    width: auto;
    display: flex;
    align-items: center;
}

.pag-thumb-content,
.pag-thumb-content-img-c {
    height: 100%;
    display: flex;
    align-items: center;
}

.pag-thumb-content-img-c img {
    height: 100%;
    width: auto;
    object-fit: contain;
    display: block;
}

.projects-slider .swiper-pagination {}

.full-height-banner .swiper-pagination-bullet.swiper-pagination-bullet-active,
.products-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pag-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.projects-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.inner-projects-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--white);
}

.full-height-banner .swiper-pagination-bullet,
.products-slider .swiper-pagination-bullet,
.pag-slider .swiper-pagination-bullet,
.projects-slider .swiper-pagination-bullet,
.inner-projects-slider .swiper-pagination-bullet {
    background-color: var(--grey);
    border: 2px solid var(--white);
}

.intro-section {
    padding: 100px 0;
}

.intro-section img {
    width: 200px;
}

.intro-content {
    padding: 60px 0;
}

.intro-section h2 {
    font-size: 40px;
    color: var(--white);
}

.intro-section p {
    font-size: 30px;
    color: var(--grey);
}

.intro-section strong {
    color: var(--white);
    font-weight: normal;
}

.bg-icon-gradient {
    background: radial-gradient(ellipse at 30% 40%, #2b2b2b, #000000 80%);
    background-image: url('../images/gradient-background.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.bg-icon-gradient::before {
    content: "";
    background: url('../images/logo-background.svg') no-repeat center 200px;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
}

.bg-icon-gradient::after {
    content: "";
    background: linear-gradient(to top, black 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 15%;
    width: 100%;
    z-index: 0;
}

.hd-with-line {
    font-size: 30px;
    color: var(--white);
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.hd-with-line span {
    white-space: nowrap;
    margin-right: 50px;
}

.hd-with-line::after {
    content: "";
    background-color: var(--grey);
    height: 1px;
    width: 100%;
}

.brands-section {
    position: relative;
    padding: 100px 0;
}

.brands-slider img,
.brands_data img {
    max-width: 250px;
}

.gradient-box {
    background: url('../images/brand-bg.jpg') no-repeat top left;
    background-size: cover;
    height: 300px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-products-slider,
.products-slider {
    width: 100%;
    padding: 0;
}

.pag-slider,
.projects-slider,
.inner-projects-slider {
    width: 100%;
    padding: 50px 0;
}

.projects-slider .project-content {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.s-products-thumb-content {
    border: 1px solid var(--white);
    padding: 5px;
    border-radius: 15px;
    background-color: var(--black);
    height: 500px;
}

.s-products-thumb-content-img-c {
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--black);
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.products-thumb-content {
    border: 1px solid var(--white);
    padding: 4px;
    border-radius: 15px;
    background-color: var(--black);
}

.products-thumb-content-img-c {
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--black);
}

.projects-slider .project-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.5;
}

.s-products-slider .swiper-slide img {
    max-width: 450px;
    max-height: 450px;
}

.products-slider .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 100px;
}

/*.pag-slider .swiper-slide img,*/
.projects-slider .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 700px;
}

.projects-slider .slide-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    z-index: 2;
}

.projects-slider .slide-content button {
    padding: 8px 16px;
    background: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 25px;
    margin-top: 10px;
    cursor: pointer;
}

.products-slider .swiper-slide.is-active {
    filter: unset;
}

.products-slider .swiper-slide {
    filter: brightness(0.4);
}

.pag-slider .swiper-slide:not(.swiper-slide-active),
.projects-slider .swiper-slide:not(.swiper-slide-active) {
    filter: brightness(0.4);
    transform: scaleY(0.8);
}

.projects-slider .swiper-slide:not(.swiper-slide-active) .slide-caption {
    display: none;
}

.projects-slider .slide-caption {
    position: absolute;
    bottom: 70px;
    left: 100px;
}

.projects-slider .slide-caption h3 {
    color: var(--white);
    font-size: 30px;
    margin-bottom: 10px;
}

.projects-slider .slide-caption .short-info {
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
    color: var(--white);
}

.products-slider .swiper-button-c,
.pag-slider .swiper-button-c,
.projects-slider .swiper-button-c,
.inner-projects-slider .swiper-button-c {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
}

.products-slider .swiper-button-prev {
    left: -15px;
}

.pag-slider .swiper-button-prev,
.projects-slider .swiper-button-prev,
.inner-projects-slider .swiper-button-prev {
    left: 40px;
}

.products-slider .swiper-button-prev::after,
.pag-slider .swiper-button-prev::after,
.projects-slider .swiper-button-prev::after,
.inner-projects-slider .swiper-button-prev::after {
    content: "";
    background: url('../images/prev-icon.svg') no-repeat center center;
    height: 30px;
    width: 30px;
    background-size: contain;
}

.products-slider .swiper-button-next {
    right: -15px;
}

.pag-slider .swiper-button-next,
.projects-slider .swiper-button-next,
.inner-projects-slider .swiper-button-next {
    right: 40px;
}

.products-slider .swiper-button-next::after,
.pag-slider .swiper-button-next::after,
.projects-slider .swiper-button-next::after,
.inner-projects-slider .swiper-button-next::after {
    content: "";
    background: url('../images/next-icon.svg') no-repeat center center;
    height: 30px;
    width: 30px;
    background-size: contain;
}

/*About*/
.page-template-about-template {
    overflow-x: hidden;
}

.about-top {
    padding-top: 300px;
    padding-bottom: 200px;
}

.about-top h1 {
    font-size: 50px;
    color: var(--white);
    margin-bottom: 40px;
}

.about-top strong {
    color: var(--white);
    font-weight: normal;
}

.about-bg {
    max-width: 150%;
    margin-top: -10%;
}

.about-inner-content {
    padding-top: 100px;
    padding-bottom: 10px;
    position: relative;
}

.about-inner-content h2 {
    font-size: 30px;
    font-weight: lighter;
    margin-bottom: 30px;
    display: inline-block;
    color: var(--white);
}

.about-inner-content p {
    font-size: 30px;
    margin-top: 60px;
}

.about-inner-content strong {
    color: var(--white);
    font-weight: normal;
}

.team_section {
    padding-top: 120px;
}

.about-bg-left {
    margin-left: -264px;
}

.design-philosophy-section {
    padding: 100px 0 100px 0;
}

.design-philosophy-section-c {
    position: relative;
    min-height: 600px;
}

.design-philosophy-bg-swiper {
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.design-philosophy-bg-swiper::before {
    content: "";
    background-color: var(--black);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0.7;
}

.design-philosophy-bg-swiper .swiper-slide {
    background-size: cover;
    background-position: center;
    height: 100%;
}

.dps-left {
    display: flex;
    flex-direction: column;
    padding: 100px 0;
    margin-left: 50px;
    position: relative;
    z-index: 5;
}

.dps-left a {
    font-size: 45px;
    color: var(--white);
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
}

.dps-left a:hover::after,
.dps-left a.lbl_active::after {
    content: "";
    background: var(--white);
    height: 1px;
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
}

.dps-right {
    font-size: 18px;
    color: var(--white);
    padding: 100px 0;
    margin-right: 50px;
}

.brands_data {
    padding: 100px 0;
}

.gradient-box-2 {
    background: url('../images/brand-bg.jpg') no-repeat top left;
    background-size: cover;
    height: 300px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.gradient-box-2 {
    position: relative;
    overflow: hidden;
}

.gradient-box-2 .img_c,
.gradient-box-2 .hover_text {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}

.gradient-box-2 .img_c {
    opacity: 1;
    z-index: 1;
    transition: opacity 0.15s ease;
    /* Faster fade out */
}

.gradient-box-2 .hover_text {
    opacity: 0;
    z-index: 2;
    transition: opacity 0.25s ease 0.15s;
    /* Starts after logo fades out */
}

.gradient-box-2 a .hover_text {
    color: var(--grey);
}

/* On hover */
.gradient-box-2:hover .img_c {
    opacity: 0;
}

.gradient-box-2:hover .hover_text {
    opacity: 1;
}

.projects-data {
    padding-bottom: 100px;
    color: var(--white);
}

.projects-data-single {
    margin-top: 60px;
    border-top: 1px solid var(--grey);
    padding-top: 60px;
}

.projects-data-single h1 {
    font-size: 30px;
}

.projects-data-single h3 {
    font-size: 25px;
}

.projects-label-c {
    padding-top: 10px;
}

.projects-label-c span {
    display: block;
    margin-top: 30px;
    font-size: 18px;
}

.break-vertical {
    width: 1px;
    background-color: var(--grey);
    height: 100%;
}

.break-horizontal {
    width: 100%;
    background-color: var(--grey);
    height: 1px;
    margin: 30px 0;
}

.projects-data-single .p-content {
    padding: 40px 0;
}

.projects-data-single img {
    border-radius: 12px;
}

.projects-data-single .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 500px;
}

/*Contact*/
.contact-section {
    padding-top: 200px;
    padding-bottom: 150px;
}

.contact-section h1 {
    color: var(--white);
    font-size: 80px;
    font-weight: lighter;
}

.contact-section h1 span {
    font-weight: 500;
}

.contact-section h2 {
    color: var(--white);
    font-size: 30px;
    margin-bottom: 50px;
}

.contact-section .div-info {
    color: var(--white);
    font-size: 20px;
}

.contact-section .div-info span {
    margin-bottom: 15px;
}

.contact-section .div-info a:hover {
    text-decoration: underline;
    color: var(--white);
}

.map-c {
    margin-top: 40px;
}

.map-c img {
    border-radius: 12px;
}

.contact-form-c {
    background: url('../images/brand-bg.jpg') no-repeat top center;
    background-size: cover;
    border-radius: 12px;
    padding: 50px;
}

.contact-form-c .form-label {
    color: var(--white);
    font-size: 13px;
    font-weight: lighter;
}

.mb-15 {
    margin-bottom: 15px;
}

.form-control {
    background-color: var(--grey);
    color: var(--white);
    border-radius: 100px;
    border: none;
}

textarea.form-control {
    border-radius: 12px;
}

.form-control:focus {
    background-color: var(--white);
    border: none;
    box-shadow: none;
    color: var(--black);
}

.contact-form-c .btn-c {
    margin-top: 50px;
}

/*Other*/
.other-section {
    padding-top: 150px;
    padding-bottom: 150px;
}

.other-section h1 {
    color: var(--white);
    font-size: 50px;
    font-weight: lighter;
}

/*Products*/
.products-catg-bg {
    background: url('../images/products-catg-bg.jpg') no-repeat top center;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -2;
    top: 0;
    left: 0;
}

.products-bg {
    background: url('../images/products-bg.jpg') no-repeat top center;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -2;
    top: 0;
    left: 0;
}

.products-bg::after,
.products-catg-bg::after,
.prods-catg-hd-c::after {
    content: "";
    background: linear-gradient(to top, black 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.products-catg-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, black 0%, transparent 100%);
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.products-section {
    padding-top: 200px;
    padding-bottom: 150px;
    position: relative;
    overflow: hidden;
}

.products-catg-section {
    padding-top: 200px;
    padding-bottom: 150px;
    position: relative;
}

.product-right-c {
    padding: 0 20px;
}

.prd-brand-img-c {
    max-width: 150px;
    max-height: 150px;
    border: 1px solid var(--white);
    border-radius: 12px;
    padding: 10px;
}

.product-right-c h1 {
    font-size: 39px;
    font-weight: 600;
    color: var(--white);
}

.product-right-c h2 {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
}

.interested-prods-c h1 {
    font-size: 40px;
    color: var(--white);
}

.img-prd-c {
    margin: 25px 0;
    text-align: center;
}

.img-prd-thumb-content {
    border: 1px solid var(--white);
    padding: 4px;
    border-radius: 15px;
    background-color: var(--black);
}

.img-prd-thumb-content-img-c {
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--black);
}

.img-prd-thumb-content-img-c img {
    width: 100%;
    object-fit: cover;
    height: 180px;
}

.img-prd-c a {
    color: var(--white);
}

.inner-contact-form-c {
    padding: 50px 0;
}

/*.page-template-products-template.is-scrolling .header-c::before {
    content: none;
}*/

.prods-catg-hd-c {
    position: relative;
}

.prods-catg-hd-c h1 {
    color: var(--white);
    font-size: 90px;
    text-align: center;
    font-weight: lighter;
    padding-bottom: 100px;
}

.prods-catg-content-c {
    background-color: var(--black);
    padding-bottom: 150px;
}

.src-form-field {
    border: 1px solid var(--white);
    color: var(--white);
    padding: 3px 6px;
    border-radius: 100px;
}

.src-form-field .form-control {
    margin-right: 10px;
    background-color: var(--black);
    color: var(--grey);
}

.src-form-btn {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: inline-block;
    padding: 0;
    background-color: var(--white);
    color: var(--black);
}

.filters-btn-c .dropdown-toggle::after {
    content: none;
}

.filters-btn-c .dropdown-menu.show {
    white-space: nowrap;
    border-radius: 15px;
}

.filters-btn-c .form-check-input:checked,
.filters-btn-c .form-check-input:checked {
    background-color: var(--black);
}

.filters-btn-c .form-check-input {
    box-shadow: none;
    border-color: var(--black);
}

.selected-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.selected-filters .filter-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.selected-filters .filter-group strong {
    margin-right: 4px;
    color: var(--white);
    font-weight: normal;
}

.selected-filters .filter-tag {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--white);
    border-radius: 100px;
    padding: 3px 8px;
    font-size: 14px;
    color: var(--white);
}

.selected-filters .remove-filter {
    background-color: var(--white);
    color: var(--black);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
}

.cstm_loader_mc {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 2000;
    background: #eee6;
    top: 0;
    left: 0;
    color: var(--white);
}

.cstm_loader_bg {
    background-color: var(--black);
    padding: 20px 40px;
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(10, 10, 10, 0.05);
    -moz-box-shadow: 0 4px 6px 0 rgba(10, 10, 10, 0.05);
    box-shadow: 0 4px 6px 0 rgba(10, 10, 10, 0.05);
    text-align: center;
}

.spinner {
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.gt-page-nav-wrap ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.gt-page-nav-wrap ul li {
    display: inline-block;
}

.gt-page-nav-wrap ul li .gt-page-numbers.active {
    background-color: var(--gt-theme);
    color: var(--gt-white);
}

.gt-page-nav-wrap ul li .gt-page-numbers.current,
.gt-page-nav-wrap ul li a:hover {
    background-color: var(--white);
    color: var(--black);
}

.gt-page-nav-wrap ul li .gt-page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background: transparent;
    background-color: transparent;
    border: 1px solid var(--white);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    color: var(--white);
    text-align: center;
}

.gt-page-nav-wrap ul li .gt-page-numbers.next,
.gt-page-nav-wrap ul li .gt-page-numbers.prev {
    border-color: transparent;
}

.footer-c {
    border-top: 1px solid var(--white);
    padding: 80px 0;
    font-size: 18px;
    color: var(--white);
}

.footer-c a {
    color: var(--white);
}

.footer-c img {
    max-width: 190px;
}

.footer-menu a {
    margin-bottom: 40px;
    display: block;
}

.footer-c a:hover {
    text-decoration: underline;
    color: var(--white);
}

.div-info span {
    display: block;
}

.div-info .website {
    margin-top: 30px;
}

.footer-menu-2 li {
    display: inline-block;
    margin-left: 10px;
}

.g-recaptcha {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
}

.field-err .alert {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 5px;
}

.field-rsp .alert {
    font-size: 13px;
}

@media (max-width: 939px) {
    .full-height-banner h1 {
        font-size: 60px;
    }

    .projects-slider .slide-caption {
        position: relative;
        bottom: 0;
        left: 0;
        padding: 10px 0;
        text-align: center;
    }

    .about-top {
        padding: 100px 0;
    }

    .about-top h1 {
        font-size: 30px;
    }

    .dps-left {
        margin-left: 0;
        padding: 10px 0;
    }

    .dps-right {
        margin-right: 0;
        padding: 10px 0;
    }

    .brands_data {
        padding: 50px 0;
    }

    .intro-section {
        padding: 50px 0;
    }
}