@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700&display=swap";

@import "https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&display=swap";

@font-face {
    font-family: FoundersGrotesk-Regular;
    src: url(../font/Founders_Grotesk/FoundersGrotesk-Regular.otf)
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

body {
    overflow-x: hidden !important
}

h1 {
    font-size: 50px;
    padding: 0;
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 700
}

h2 {
    font-size: 40px;
    padding: 0;
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 500
}

h3 {
    font-size: 30px;
    padding: 0;
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 400
}

h4 {
    font-size: 28px;
    padding: 0;
    margin: 0;
    font-family: 'Playfair Display', serif
}

h5 {
    font-size: 24px;
    padding: 0;
    margin: 0
}

h6 {
    font-size: 20px;
    padding: 0;
    margin: 0
}

.bg-light {
    background-color: #f6f6f4
}

p {
    font-size: 18px;
    padding: 0;
    margin: 0;
    font-family: FoundersGrotesk-Regular;
    font-weight: 100
}

a {
    font-size: 18px;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-family: FoundersGrotesk-Regular;
    font-weight: 100
}

.btn {
    padding: 0;
    margin: 0;
    font-family: FoundersGrotesk-Regular
}

.container {
    max-width: 1300px;
    padding: 0;
    overflow: hidden;
}

.logo img {
    width: 100px
}

ul.navbar-nav li a {
    color: #000;
    font-size: 20px;
    margin-left: 16px
}

ul.navbar-nav li a:hover {
    color: #f5831f;
    font-weight: 400
}

ul.navbar-nav li a.active {
    color: #f5831f !important
}

.btn-off i {
    color: #000
}

.bg-lamp {
    padding: 100px 50px;
    background: url("../images/red lamp.png") no-repeat top / cover;
    margin: 0 50px 50px;
    border-radius: 20px
}

.hero-content {
    width: 50%
}

.hero-content h1 {
    margin: 0 0 30px
}

.bottom-arrow {
    margin: 70px 0 0
}

.bottom-arrow p {
    border: 2px solid #000;
    padding: 12px 15px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex
}

.bottom-arrow p span i {
    font-size: 22px;
    color: #000
}

.home-aboutus {
    padding: 50px
}

.home-about-content {
    padding: 100px 50px;
    background: linear-gradient(#0006, #0006), url(../images/sbg22.webp) no-repeat top / cover;
    border-radius: 30px
}

.home-about-content h1 {
    width: 70%;
    color: #fff
}

.home-ab-text {
    margin: 50px 0 0;
    padding: 30px;
    background: #f6f6f4;
    border-radius: 20px
}

.ab-left {
    padding: 100px 50px
}

.ab-pera {
    margin-top: 30px
}

.ab-right {
    height: 100%;
    border-radius: 30px;
    background: url(../images/just.webp) no-repeat top / contain
}

.home-blog {
    padding: 50px
}

.home-blog-parts {
    padding: 40px
}

.owl-item {
    gap: 20px;
    color: #000;
    border-radius: 20px
}

.owl-item:hover .blog-ft span {
    transform: rotate(-40deg)
}

.owl-item:hover {
    color: #000
}

.text {
    border-radius: 15px;
    box-shadow: 0 0 5px #9c9c9c;
    margin: 10px
}

.text img {
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid #eee;
    height: 200px
}

.text.rp-img img {
    height: 250px !important
}

.text h6 {
    display: flex !important;
    align-items: baseline !important
}

.text h6 i {
    font-size: 15px;
    margin-right: 10px
}

.text h6 img {
    border-bottom: none;
    height: 22px;
    width: 22px !important
}

.text label {
    margin-bottom: 4px
}

.owl-item:hover a {
    color: #fff
}

.owl-item .item {
    padding: 30px
}

.owl-item.our-clients {
    gap: 20px;
    color: #000;
    border-radius: 20px
}

.owl-item .item hr {
    margin-top: 100px
}

.owl-item .item-clients {
    padding: 0
}

.owl-item .item-clients img {
    width: 100% !important;
    border-radius: 20px;
    object-fit: cover;
    background-size: auto;
    height: 400px
}

.blog-ft {
    /* border-top: 1px solid #b8b8b8; */
    padding: 20px 0 0;
    display: flex;
    justify-content: space-between
}

.blog-ft a {
    text-decoration: none;
    color: #000
}

.blog-head-text {
    text-align: center
}

.category-lights .cate-img {
    text-align: center;
    border-bottom: 1px solid #00000017 !important
}

.footer-portion {
    overflow: hidden !important;
    padding: 20px 50px
}

#second {
    scroll-margin-top: 80px
}

#third {
    scroll-margin-top: 40px
}

#forth {
    scroll-margin-top: 40px
}

.ft-head .row {
    align-items: center;
    padding: 0 50px
}

.ft-social ul {
    list-style: none;
    padding: 0
}

.ft-social ul li {
    float: left;
    margin: 0 10px 0 0
}

.ft-social ul li a {
    font-size: 20px;
    color: #000
}

.ft-details {
    margin: 50px 0 0;
    padding: 0 16px
}

.bg-black .ft-details {
    padding: 0
}

.bg-black .ft-head .row {
    padding: 0
}

.ft-first {
    overflow: hidden;
    padding: 0 20px 0 0
}

.ft-second p {
    margin: 10px 0 0;
    line-height: 30px;
    color: #000
}

.ft-second p a {
    color: #000
}

.ft-second .btn-direction {
    border-radius: 0;
    margin: 30px 0 0;
    border-bottom: 1px solid #000
}

.ft-third {
    width: fit-content;
    margin: 0 auto
}

.ft-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #000;
    padding: 20px 0 5px
}

.ft-input>div input {
    width: 100%;
    border: 0;
    padding: 5px;
    outline: none
}

.ft-check {
    margin: 30px 0 0
}

.ft-check .form-check-label input {
    margin-top: 0
}

.ft-info h3 {
    margin: 0 0 25px
}

.ft-info ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

/* .ft-info ul li {
    border-bottom: 1px solid #000
} */

.ft-info ul li a {
    color: #000;
    text-decoration: none
}

.home-product {
    padding: 0 0 40px !important
}

::-webkit-scrollbar {
    width: 15px;
    height: 15px;
    border-left: #ededed solid 1px;
    background-color: #fcfcfc;
    border-top: #ededed solid 1px
}

::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
    background: #c7c7c7;
    width: 15px;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 10px
}

::-webkit-scrollbar-button {
    display: none
}

::-webkit-scrollbar-thumb {
    background: #dbdbdb;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 10px
}

.home-project {
    padding: 100px 50px
}

.project-parts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.first-project {
    padding: 30px;
    border-radius: 20px;
    background: linear-gradient(#0000001a, #0003), url(../images/p1.webp) no-repeat left / cover
}

.first-project a {
    color: #fff;
    text-decoration: none
}

.first-project h5 {
    margin: 0 0 180px
}

.first-project h4 {
    margin: 0 0 180px
}

.second-project {
    padding: 30px;
    border-radius: 20px;
    background: linear-gradient(#0000001a, #0003), url(../images/p2.webp) no-repeat left / cover
}

.try-section {
    padding: 50px;
    background: #eee
}

.sc-section {
    position: sticky;
    top: 100px;
    scroll-snap-align: start;
    align-items: center;
    justify-content: center;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 0 1px #d3d3d3;
    color: #000;
    background: #fff;
    box-shadow: 0 0 1px #d3d3d3
}

.sc-section h4 {
    margin: 0 0 20px
}

.sc-imag img {
    height: 500px;
    width: 100%;
    border-radius: 30px;
    float: right;
    object-fit: cover;
    background-size: cover
}

.sc-details ul {
    margin-top: 30px
}

.sc-details ul li {
    font-family: FoundersGrotesk-Regular;
    font-size: 18px
}

.sc-details p {
    width: 50%;
    position: absolute;
    margin-top: 10px;
    font-size: 18px
}

.explore {
    align-items: center;
    text-align: center;
    float: right;
    right: 250px;
    color: #fff
}

.btn-explore {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 30px 25px
}

.btn-explore:hover {
    border: 2px solid #fff
}

.explore a {
    color: #fff
}

.sc-bg {
    height: 515px;
    background: linear-gradient(#00000080, #00000080), url("../images/bg lite.webp") no-repeat center / cover;
    padding: 50px;
    border-radius: 30px;
    color: #fff;
    position: sticky;
    top: 50px
}

.sc-categories {
    background: linear-gradient(#00000080, #00000080), url(../images/categories.webp) no-repeat center / cover
}

.sc-bg p {
    bottom: 50px
}

.elementor-portion {
    padding: 50px;
    background: linear-gradient(#00000080, #00000080), url(../images/bg-image-why.webp) no-repeat center / cover;
}

.elementor-details {
    padding: 20px 50px
}

.ele-info {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ele-icon {
    text-align: center;
}

.ele-icon img {
    width: 100px;
    height: 100px;
}

.ele-icon span i {
    font-size: 50px
}

.ele-icon:hover {
    transform: scale(1.2, 1.2);
    transition: .5s ease all
}

.ele-text h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
}


.ele-text p {
    text-transform: capitalize
}

.about-section {
    padding: 10px 0;
    text-align: center
}

.section-title nav a {
    color: #000
}

.section-title nav a:hover {
    color: #2e3192;
    font-weight: 600
}

.umimo-icon-angle-right:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-style: normal;
    font-size: 12px
}

.woocommerce-breadcrumb {
    text-align: center;
    align-items: center;
    margin: 10px 0 0
}

.ab-head {
    padding: 30px 0
}

.ab-img {
    height: 100%;
    text-align: right
}

.ab-img img {
    border-radius: 20px
}

.ab-head-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.ab-head-text p {
    margin: 20px 0 126px
}

.ab-head-sub-img {
    padding: 0
}

.ab-head-sub-img img {
    border-radius: 20px
}

.ab-counter-portion {
    padding: 50px 0
}

.ab-counters {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.per::after {
    content: "%";
    margin-left: 3px
}

:root {
    --var: 20px
}

#carrousel {
    margin: 50px 0 0
}

#carrousel::-webkit-scrollbar {
    display: none
}

.flex {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    scroll-behavior: smooth;
    overflow-wrap: break-word !important
}

.flex>div {
    flex: 0 0 50vw;
    color: #000;
    font-size: 20px
}

.pages {
    display: flex;
    gap: 20px;
    margin-top: 40px
}

.pages>a {
    color: #000;
    text-decoration: none;
    border-radius: 20px;
    height: 20px;
    width: 20px;
    border: 1px solid #000;
    text-align: center
}

.pages>a:hover {
    background-color: #000;
    color: #fff;
    transition: all .75s ease-in-out
}

.caro-name {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 30px 0 0
}

.caro-img img {
    height: 50px;
    width: 50px;
    border-radius: 50%
}

.scroll-section {
    background: url("../images/image\ \(59\).jpg") no-repeat bottom / cover;
    background-attachment: fixed
}

.scroll-portion {
    height: 800px
}

.scroll-awwors {
    border: 4px solid #f5831f;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(150%);
    padding: 70px 85px
}

.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px
}

.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 4px solid #f5831f;
    border-bottom: 4px solid #f5831f;
    margin: 0 0 3px 4px;
    width: 16px;
    height: 16px
}

.unu {
    margin-top: 1px
}

.unu,
.doi,
.trei {
    -webkit-animation: mouse-scroll 1s backwards;
    -moz-animation: mouse-scroll 1s backwards;
    animation: mouse-scroll 1s backwards infinite
}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: alternate
}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    animation-delay: .2s;
    animation-direction: alternate;
    margin-top: -6px
}

.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    animation-delay: .3s;
    animation-direction: alternate;
    margin-top: -6px
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes mouse-scroll {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

#counter-stats {
    display: flex;
    justify-content: center
}

.stats {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif
}

.stats .fa {
    color: teal;
    font-size: 60px
}

.ratio-section {
    padding: 50px 0
}

.ratio-text p {
    margin: 30px 0 0
}

.skills-bar-container {
    position: relative;
    left: 50%;
    -webkit-transform: translate(0%, 50%);
    transform: translate(-50%, 0%);
    list-style: none
}

.skills-bar-container li {
    position: relative;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px
}

.skills-bar-container li .progressbar-title {
    color: #000
}

.skills-bar-container li .progressbar-title p {
    display: inline-block
}

.skills-bar-container li .progressbar-title .percent {
    float: right;
    color: #000
}

.skills-bar-container li .bar-container {
    background: #555;
    position: relative;
    width: 100%;
    height: 5px;
    margin-top: 5px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.skills-bar-container li .bar-container .progressbar {
    position: absolute;
    width: 0;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.skills-bar-container li .bar-container #progress-javascript {
    -webkit-animation-name: progress-javascript;
    animation-name: progress-javascript;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s
}

.skills-bar-container li .bar-container #progress-php {
    -webkit-animation-name: progress-php;
    animation-name: progress-php;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s
}

.skills-bar-container li .bar-container #progress-angular {
    -webkit-animation-name: progress-angular;
    animation-name: progress-angular;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.skills-bar-container li .bar-container #progress-sensors {
    -webkit-animation-name: progress-sensors;
    animation-name: progress-sensors;
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s
}

.skills-bar-container li .bar-container #progress-explosion {
    -webkit-animation-name: progress-explosion;
    animation-name: progress-explosion;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s
}

.progressbg {
    background-color: #f5831f
}

@-webkit-keyframes progress-php {
    0% {
        width: 0
    }

    100% {
        width: 70%
    }
}

@-webkit-keyframes progress-angular {
    0% {
        width: 0
    }

    100% {
        width: 80%
    }
}

@keyframes progress-javascript {
    0% {
        width: 0
    }

    100% {
        width: 85%
    }
}

@keyframes progress-php {
    0% {
        width: 0
    }

    100% {
        width: 70%
    }
}

@keyframes progress-angular {
    0% {
        width: 0
    }

    100% {
        width: 85%
    }
}

@keyframes progress-sensors {
    0% {
        width: 0
    }

    100% {
        width: 90%
    }
}

@keyframes progress-explosion {
    0% {
        width: 0
    }

    100% {
        width: 75%
    }
}

.team-section {
    padding: 50px 0
}

.team-portion {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px
}

.team-img img {
    width: auto !important;
    max-height: 320px;
    border-radius: 20px;
    border: 2px solid;
    margin-bottom: 16px
}

.team-name h3 {
    margin-bottom: 16px
}

.team-name p {
    text-transform: uppercase;
    margin: 5px 0 0
}

.team-info {
    margin: 20px 0 0
}

.team-social ul {
    list-style: none;
    padding: 0
}

.team-social ul li {
    margin: 0 20px 0 0
}

.team-social ul li a {
    color: #000
}

.team-social ul li a:hover {
    color: #555;
    transition: .5s ease all
}

.bg-black {
    color: #fff !important
}

.bg-black .ft-info ul li {
    border-bottom: 1px solid #fff
}

.bg-black .ft-info ul li a {
    color: #fff;
    display: block;
    padding: 8px 0 3px
}

.bg-black .ft-second p {
    color: #fff
}

.bg-black .ft-second p a {
    color: #fff
}

.bg-black .ft-second .btn-direction {
    color: #fff;
    border-bottom: 1px solid #fff
}

.bg-black .ft-input {
    color: #fff;
    border-bottom: 2px solid #fff
}

.bg-black .ft-input input {
    background: none;
    color: #fff
}

.bg-black .btn {
    color: #fff
}

.bg-black .ft-social ul li a {
    color: #fff
}

.product-section {
    margin: 50px 0
}

.sidebar {
    padding: 0 10px
}

.sidebar-title {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    color: #333
}

.area {
    margin-bottom: 42px
}

.area ul {
    padding: 0
}

.area ul li {
    list-style: none
}

.area ul li a {
    text-decoration: none;
    color: #898787;
    display: block
}

.sidebar-list li {
    margin-bottom: 6px;
    font-size: 18px
}

.sidebar-list li a {
    cursor: pointer
}

.sidebar-list li a span {
    float: right
}

.product-details {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr)
}

.product-info p {
    margin: 10px 10px 0;
    text-transform: uppercase
}

.product-img {
    overflow: hidden;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #000
}

.product-img img {
    border-radius: 10px
}

.product-img:hover img {
    transform: scale(1.1, 1.1);
    transition: .5s ease all
}

.project-menu {
    padding: 20px 0
}

.project-menu ul {
    list-style: none
}

.project-menu ul li {
    float: left;
    margin-right: 20px;
    text-transform: uppercase
}

.project-menu ul li a {
    color: #555
}

.project-menu ul li a:hover {
    color: #000
}

.all-project-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

.all-product-img img {
    height: 450px;
    border-radius: 20px
}

.project-images i {
    transform: rotate(-50deg);
    font-size: 20px;
    margin: 0 0 0 10px
}

.project-images :hover span i {
    transform: rotate(0deg);
    transition: .5s ease all
}

.project-images p a {
    color: #555;
    margin: 0 0 0 10px
}

.project-images p a:hover {
    color: #000;
    transition: .5s ease all
}

.project-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    padding: 0
}

.project-sub-img-portion {
    padding: 0
}

.pro-sub-img {
    display: grid;
    grid-template-columns: repeat(1, 1fr)
}

.project-inner-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.pro-sub-images {
    padding: 20px;
    height: 100%
}

.pro-sub-images img {
    height: 100%;
    width: 100%;
    border-radius: 10px
}

.pro-name {
    padding: 20px 30px;
    color: #fff;
    transform: translateY(-100px);
    display: none
}

.pro-sub-images img:hover .pro-name {
    display: block
}

.blog-contant {
    padding: 0 0 80px
}

.blog-details-list {
    border: 2px solid #fff;
    margin: 10px 0 0
}

.blog-details-list ul {
    list-style: none;
    padding: 0
}

.blog-details-list ul li {
    float: left;
    margin-right: 20px
}

.blog-details-list ul li:first-child a {
    color: #555
}

.blog-details-list ul li a {
    color: #000
}

.blog-info {
    border: 3px solid #FFF;
    margin: 10px 0 0;
    text-align: start
}

.blog-info p {
    margin: 20px 0 0
}

.blog-info .btn-read {
    margin: 20px 0 0
}

.btn-read span i {
    transform: rotate(-50deg)
}

.btn-read:hover span i {
    transform: rotate(0deg);
    transition: .5s ease all
}

.tag-name p a {
    color: #555
}

.blog-tags {
    display: flex;
    justify-content: space-between;
    padding: 50px 0
}

.blog-social ul {
    list-style: none;
    padding: 0
}

.blog-social ul li {
    float: left;
    margin-left: 20px
}

.blog-social ul li a {
    color: #000
}

.pri-next-post {
    padding: 50px 0;
    display: flex;
    justify-content: space-between
}

.previous-post {
    display: flex;
    align-items: center;
    gap: 20px
}

.previous-post img {
    height: 100px
}

.leave {
    padding: 20px 0
}

.leave p {
    margin: 20px 0 0
}

.blog-form input {
    margin: 20px 0;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 15px 0;
    color: #000
}

.blog-form textarea {
    margin: 20px 0;
    border: none;
    border: 1px solid #000;
    border-radius: 0;
    padding: 15px
}

.blog-form input::placeholder {
    color: #000
}

.blog-form textarea::placeholder {
    color: #000
}

.btn-post {
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0;
    margin: 30px 0 0;
    background: #333
}

.btn-post:hover {
    border: 1px solid #000
}

.form-check-label input {
    margin-right: 10px
}

.Careers-head {
    height: 500px;
    background: linear-gradient(#00000080, #00000080), url(../images/carrie.jpg) no-repeat top / cover
}

.Careers-head h3 {
    transform: translateY(200px);
    font-family: 'Cinzel Decorative', cursive
}

.Careers-portion {
    padding: 0
}

.Careers-contant {
    margin: 100px 0
}

.Careers-oprtions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.Careers-parts {
    margin: 20px 0 0
}

.Careers-parts h6 {
    margin: 10px 0 0
}

.Careers-parts p {
    margin: 20px 0 0
}

.Careers-parts i {
    font-size: 30px
}

.traditions-text img {
    border-radius: 50px;
    margin: 50px 0 0
}

.accordion {
    padding: 0 20px
}

.accordion-button {
    border: none;
    outline: none
}

.accordion-button:not(.collapsed) {
    background: none;
    border: none;
    outline: none
}

.accordion-body {
    border-top: 1px solid gray
}

.accordion-item {
    border: none;
    border-radius: 0
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
    outline: none
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0
}

.Careers-form {
    margin: 30px 0 0
}

.Careers-form input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #555
}

.Careers-form select {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #555
}

.btn-submit {
    padding: 10px 30px;
    color: #fff;
    border-radius: 30px
}

.btn-submit:hover {
    color: #fff
}

.submit-btn {
    margin: 30px 0;
    text-align: center
}

.file-formate {
    text-align: center
}

.file-formate input {
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    width: 50px;
    height: 50px
}

.file-formate input:hover {
    cursor: pointer
}

.file-formate img:hover {
    cursor: pointer
}

.file-formate img {
    position: relative;
    right: 5%;
    cursor: pointer;
    z-index: -1
}

.Careers-form input:focus {
    box-shadow: none;
    border-bottom: 1px solid #000;
    outline: none
}

.Careers-form select:focus {
    box-shadow: none;
    border-bottom: 1px solid #000;
    outline: none
}

.contact-portion {
    padding: 30px 0
}

.contact-portion>.container {
    background: url("../images/2\ light.jpg") no-repeat 100% / contain
}

.contact-info {
    display: flex;
    gap: 20px;
    margin-top: 40px
}

.contact-text {
    margin: 30px 0 0
}

.contact-text p {
    margin: 10px 0 0
}

.contact-text ul {
    list-style: none;
    padding: 0;
    align-items: center
}

.contact-text ul li {
    float: left;
    padding: 8px 10px 10px;
    height: 40px;
    width: 40px;
    margin: 0 3px;
    background: #ccc;
    text-align: center;
    border-radius: 8px
}

.contact-text ul li a {
    color: #fff
}

.get-in-touch {
    padding: 30px 0
}

.get-details p {
    width: 70%;
    margin: 20px auto
}

.get-input {
    padding: 10px
}

.get-input input {
    border-radius: 0;
    padding: 15px
}

.get-input input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc
}

.get-input input::placeholder {
    color: #000
}

.get-input select {
    border-radius: 0;
    padding: 15px
}

.get-input select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc
}

.get-input select::placeholder {
    color: #000
}

.get-input textarea {
    border-radius: 0;
    padding: 15px
}

.get-input textarea:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc
}

.get-input textarea::placeholder {
    color: #000
}

.btn-send {
    border: 2px #000 solid;
    float: right;
    padding: 10px 20px 5px;
    border-radius: 30px;
    margin: 30px 0 0;
    color: #000
}

.btn-send:hover {
    border: 2px solid #000;
    color: #000
}

.sidebar-list-name {
    list-style: none;
    width: fit-content;
    margin: 0 auto 50px
}

.sidebar-list-name li {
    float: left;
    margin: 0 20px;
    cursor: pointer;
    border: 2px solid #e6ceab;
    padding: 10px
}

.sidebar-list-name li a {
    margin: 0;
    padding: 0
}

.product-details-page {
    padding: 20px;
    margin: 0 0 20px
}

.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}

.pro-sections {
    padding: 0;
    box-shadow: 2px 2px 16px #c9c9c9;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    flex-direction: column
}

.pro-sections:hover {
    background: #f5831f;
    color: #fff;
    box-shadow: 2px 5px 10px #000;
    transition: .5s ease all
}

.pro-sections:hover .pro-text a {
    color: #fff
}

.pro-img img {
    height: 300px;
    width: 100%
}

.pro-text {
    margin: 20px auto 30px;
    text-align: center;
    min-height: 150px;
    padding: 0 15px
}

.pro-text a {
    color: #000;
    font-weight: 600
}

.category-lights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.cate-light {
    border: 1px solid #00000017;
    border-radius: 10px;
    overflow: hidden
}

.cate-light a {
    color: #000
}

.cate-light:hover {
    box-shadow: 0 0 5px #000;
    border: 1px solid #00000017
}

.cate-light:last-child {
    margin-bottom: 8px
}

.cate-img img {
    height: 250px !important;
    width: 300px
}

.outdoor-cateory .category-lights img {
    width: auto !important
}

.cate-text {
    min-height: 70px;
    padding: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.outdoor-cateory .category-lights .cylinder-img {
    width: 300px !important
}

.sima {
    overflow: hidden
}

.slider-wrap {
    position: relative;
    height: 150px
}

.lt-caro-item {
    overflow: hidden;
    width: 100%
}

.slider-main {
    padding: 10px;
    display: flex;
    width: 153%;
    gap: 14px
}

.littel-caro {
    display: flex;
    align-items: center
}

.caros {
    min-width: 302px !important;
    position: relative;
    height: 200px
}

.caros .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    border-radius: 10px;
    overflow: hidden
}

.slider-btn {
    border: none;
    outline: none;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    padding: 9px 18px;
    align-items: center;
    background-color: #000;
    border: 1px solid #fff;
    height: 50px;
    width: 50px;
    display: flex !important;
    align-items: center !important
}

.slider-btn i {
    font-size: 16px
}

.details-header #main,
#thumbnails img {
    box-shadow: 2px 0 4px 1px #b8b8b8;
    border-radius: 10px
}

.details-header #thumbnails {
    text-align: center
}

.details-header #thumbnails img {
    width: 80px;
    height: 80px;
    margin: 10px;
    cursor: pointer
}

.details-header #thumbnails img:hover {
    transform: scale(1.05)
}

.details-header #main {
    width: 420px;
    height: 420px;
    display: block;
    margin: 20px auto
}

.hidden {
    opacity: 0
}

.item-prise h2 {
    margin: 50px 0 20px
}

.item-prise h5 {
    display: flex;
    align-items: center
}

.item-prise h5 i {
    font-size: 14px;
    margin-right: 10px
}

.add-cart-btn {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 35px;
    align-items: baseline;
    background: #f5831f;
    font-size: 18px;
    line-height: 10px;
    padding: 18px 0;
    display: flex;
    justify-content: center;
    width: 40%
}

.add-cart-btn:hover {
    color: #fff;
    background-color: #000
}

.details-right-portion {
    padding: 13px 50px 20px
}

.description-product-section {
    overflow-x: hidden
}

.description-product-section .product-details-info .project-menu {
    margin: -20px 0 !important
}

.description-product-section .project-menu ul {
    width: fit-content;
    margin: 0 auto;
    padding: 0
}

.btn-one {
    background: #f5eeee
}

.description-product-section .project-menu ul li {
    cursor: pointer;
    padding: 15px;
    border-radius: 20px 20px 0 0
}

.description-product-section .project-menu ul li a {
    text-transform: capitalize
}

.description-product-section .project-menu ul li:hover {
    background: #f5eeee;
    color: #000;
    border-radius: 20px 20px 0 0
}

.details-text {
    background: #f5eeee;
    padding: 50px 0
}

.details-text .left-portion {
    padding: 0 15px
}

.details-text .left-portion ul {
    list-style: none
}

.details-text .left-portion ul li {
    list-style: arrow !important
}

.details-text h3 {
    margin-top: 30px
}

.details-text p {
    margin-top: 20px
}

.clear {
    clear: both
}

.recent-product {
    margin: 50px 0
}

.caroes {
    min-width: 275px !important;
    position: relative;
    height: 306px;
    border: 1px solid #b8b8b8;
    border-radius: 10px
}

.caroes .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    border-radius: 10px;
    overflow: hidden
}

.product-details-main .caroes .text {
    text-align: left;
    padding: 10px
}

.product-details-main .caroes .text img {
    border-radius: 10px
}

.prise-details {
    padding: 16px;
    border-radius: 0 0 15px 15px
}

.carousel-wrapper {
    margin: 50px;
    position: relative;
    text-align: center;
    font-family: sans-serif
}

.carousel-wrapper .owl-carousel .owl-nav {
    overflow: hidden;
    height: 0
}

.carousel-wrapper .owl-theme .owl-dots .owl-dot.active span,
.carousel-wrapper .owl-theme .owl-dots .owl-dot:hover span {
    background: #5110e9
}

.carousel-wrapper .owl-carousel .item {
    text-align: center
}

.carousel-wrapper .owl-carousel .nav-button {
    height: 50px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 110px !important;
    display: none
}

.carousel-wrapper .owl-carousel .owl-prev.disabled,
.carousel-wrapper .owl-carousel .owl-next.disabled {
    display: none
}

.carousel-wrapper .owl-carousel .next-carousel:hover {
    background-position: -24px -53px
}

.carousel-wrapper .owl-item {
    border: none !important
}

.carousel-wrapper .owl-item .item {
    padding: 0 !important
}

.carousel-wrapper .owl-item .item img {
    border-radius: 20px !important
}

.carousel-wrapper .owl-theme .owl-nav {
    display: none !important
}

.home-product .carousel-wrapper .owl-nav.disabled,
.home-product .carousel-wrapper .owl-dots {
    display: none !important
}

.owl-carousel .owl-stage {
    transition-timing-function: linear !important
}

.carousel_se_03 .owl-item {
    border: none !important
}

.carousel_se_03 .owl-item img {
    border: none !important;
    border-radius: 20px !important;
    height: 250px;
    object-fit: contain;
    background-size: cover;
    background-color: #fff !important
}

.owl-carousel .owl-dots {
    display: none !important
}

.btn.dropdown-toggle {
    font-size: 20px;
    margin-left: 16px
}

.btn.dropdown-toggle:focus {
    border: none !important
}

.btn.dropdown-toggle.show {
    font-size: 20px !important;
    border: none !important;
    margin-left: 16px !important
}

.dropdown-menu.show li:hover {
    background-color: #f5f5f5 !important
}

.dropdown-menu.show li a:hover {
    color: #000 !important;
    font-size: 20px !important
}

.project-bannar-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden
}

.project-text-outer {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    border: 1px solid #fff
}

.project-details-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.project-text-inner {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: bottom;
    padding: 21px 25px 17px
}

.project-text-holder-body {
    padding: 14px;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.project-bannar-image img {
    height: calc(100vh - 200px) !important;
    width: calc(100vw - 100px)
}

.project-bannar-image {
    border: 1px solid #fff
}

.project-bannar-image img:hover {
    cursor: pointer;
    pointer-events: auto !important
}

.project-banner {
    overflow: hidden;
    padding: 10px 0 0;
    margin-bottom: 24px
}

.project-title {
    margin-top: 10px
}

.related-projects-banner {
    overflow: hidden;
    padding: 10px
}

.sub {
    position: relative
}

.sub img {
    width: 100%;
    height: 700px
}

.related-projects-sub {
    position: relative
}

.related-projects-sub img {
    width: 100%;
    height: 400px
}

.sub:hover img {
    transform: scale(1.2);
    transition: 1.5s ease all
}

.related-projects-sub:hover img {
    transform: scale(1.2);
    transition: 1.5s ease all
}

.sub:hover .project-banner-content {
    background-color: #00000080
}

.project-content {
    bottom: 40px;
    left: 40px;
    position: absolute
}

.project-banner-content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 14px
}

.project-text-body {
    border: 2px solid #fff;
    height: 100%
}

.related-projects-sub .project-text-body {
    border: none !important;
    text-align: center;
    display: flex;
    align-items: center
}

.related-projects-sub .project-banner-content {
    position: absolute;
    top: 50%;
    height: 400px;
    width: 100%;
    padding: 14px;
    transform: translate(8%, -50%)
}

.related-projects-sub:hover .project-banner-content {
    background-color: #ffffffe6;
    height: 400px !important;
    width: 400px !important
}

.related-projects-sub .related-project-content {
    left: 40px !important;
    position: absolute
}

.img[data-enlargable] {
    height: 100px !important
}

.img-wrapper {
    width: 400px;
    height: 400px;
    overflow: hidden
}

.inner-img {
    transition: .3s
}

.inner-img:hover {
    transform: scale(1.1)
}

.img-wrapper {
    display: inline-block;
    box-sizing: border-box
}

.container-wrapper {
    width: 100%;
    margin-bottom: 20px;
    height: 410px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: flex
}

.bg-one {
    background-image: url(../images/projects/DHL_01.jpg)
}

.bg-two {
    background-image: url(../images/projects/Residential_Thane/RSDL_04.jpg)
}

.bg-three {
    background-image: url(../images/projects/offices/office_04.jpg)
}

.child span {
    display: none;
    font-size: 25px;
    color: #000 !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 190px
}

.child h5 {
    display: none;
    font-size: 14px;
    color: #000 !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -50px;
    right: 0;
    height: 50px;
    cursor: pointer;
    text-decoration: none
}

.container-wrapper:hover .child,
.container-wrapper:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.container-wrapper:hover .child:before,
.container-wrapper:focus .child:before {
    display: block
}

.container-wrapper:hover .child span,
.container-wrapper:hover .child h5,
.container-wrapper:focus .child span,
.container-wrapper:hover .child h5 {
    display: block
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffffde
}

.slider {
    position: relative;
    height: 500px;
    overflow: hidden
}

.slider ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    transform: translateX(-33.3333333333%)
}

.slider ul li {
    position: relative;
    width: 55%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 300px;
    flex-shrink: 0;
    overflow: hidden
}

.slider ul li:hover img {
    transform: scale(1.2);
    transition: 1s ease all
}

.slider-nav .prev,
.slider-nav .next {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%)
}

.slider-nav .prev {
    left: 0
}

.slider-nav .next {
    right: 0
}

.transition {
    transition: transform .5s ease
}

.left {
    transform: translateX(-100%)
}

.right {
    transform: translateX(100%)
}

.slider ul {
    gap: 20px
}

.slider-nav .prev,
.slider-nav .next {
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 35px;
    padding: 30px !important
}

.slider-nav .prev i,
.slider-nav .next i {
    font-size: 13px
}

.slider-nav .next {
    margin-right: 35px !important
}

.slider-nav .prev:hover,
.slider-nav .next:hover,
.left:hover,
.right:hover {
    cursor: pointer
}

.carousel .carousel-indicators {
    bottom: -20px
}

.carousel .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #5a6268
}

.carousel .carousel-inner {
    padding-bottom: 40px
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    width: 13%
}

.carousel-control-next {
    /* left: 25px !important */
}

.carousel .carousel-control-prev-icon {
    /* width: 17px; */
    /* height: 22px */
}

.carousel-control-next,
.carousel-control-prev {
    /* background-color: #000; */
}

.btn-secondary {
    display: flex;
    justify-content: end;
    margin-left: auto
}

.carousel .carousel-control-next-icon {
    /* width: 17px; */
    /* height: 22px */
}

.btn-close-two {
    background-color: transparent !important;
    border: none !important
}

#myModal,
#myModalTwo {
    width: 100vw;
    background-color: #000000d9;
    left: 0;
    height: 100vh;
    top: 0
}

#myModal .modal-dialog {
    border-radius: 0 !important
}

#myModal .modal-content {
    background-color: transparent !important;
    height: 78%;
    border: none !important;
    overflow-y: hidden !important;
    margin-top: 7%
}

#myModal {
    overflow-y: hidden !important
}

#myModal .btn-close {
    position: absolute;
    right: 100px;
    top: 150px;
    z-index: 999
}

.close .modal-backdrop {
    background-color: #fff
}

.fa-television {
    position: absolute;
    top: 120px;
    right: 220px
}

.pdf-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 50px 0 0
}

.pdf-details>div a {
    color: #000;
    margin-left: 5px;
    margin-top: 4px;
    display: inline-flex;
    align-items: center
}

.pdf-details>div ul li {
    /* list-style: arrow !important */
}

.full-screen {
    z-index: 9999;
    position: absolute;
    background-color: green;
    right: 140px;
    top: 10px
}

.fa-television {
    color: #fff !important
}

.carousel_se_02_carousel .item {
    height: 276px
}

.pdf-details li a {
    margin-bottom: 0 !important
}

.blogs .item {
    border: 1px solid;
    /* border-radius: 20px; */
    height: 100%;
    position: relative;
}

.blogs .item a {
    height: 100%;
    padding: 25px;
    color: #000;
    /* position: absolute; */
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.blogs .item a:hover {
    cursor: pointer
}

.blogs .item:hover {
    box-shadow: 0 0 5px #000 !important
}

#new-item {
    overflow: hidden;
    position: relative;
    height: 300px
}

.clients-details .col-lg-2 {
    border-bottom: none !important;
    padding: 10px !important;
    height: 180px
}

.clients-details .col-12 {
    border-bottom: none !important;
    padding: 0 10px !important;
    height: 440px
}

.border-bottom-col-3 {
    border-bottom: 1px solid #eee !important
}

.clients-details .col-lg-2:nth-child(2),
.clients-details .col-lg-2:nth-child(3),
.clients-details .col-lg-2:nth-child(4) {
    border-left: none !important
}

.pdf-details ul li {
    position: relative;
    color: #000;
    width: fit-content
}

.pdf-details ul li:hover {
    border-bottom: 1px solid #f5831f;
    color: #f5831f
}

.pdf-details ul li:hover a {
    color: #f5831f
}

.fa-quote-left {
    color: #f5831f;
    font-size: 24px
}

.card-testimonials {
    width: 100%;
    background-color: #f1f1f1;
    box-shadow: 0 0 5px #000;
    border-radius: 8px
}

.heading {
    font-size: 25px;
    /* margin-right: 25px */
}

.checked {
    color: orange
}

.side {
    float: left;
    width: 15%;
    margin-top: 10px
}

.middle {
    margin-top: 10px;
    float: left;
    width: 70%
}

.testimonial {
    background-color: #f6f6f4;
    margin: 50px;
    border-radius: 20px;
    padding: 0 50px 50px
}

.testimonial h1 {
    width: 600px;
    margin-bottom: 16px
}

.testimonial h2 {
    color: #000 !important;
    font-weight: 600;
    font-size: 48px
}

.dropdown-toggle::after {
    width: 0 !important;
    margin-left: 10px
}

.testimonial p {
    margin: 20px 0
}

.testimonial .btn-view-all {
    color: #000 !important;
    background-color: #deb887;
    padding: 12px 12px 8px;
    border-radius: 20px;
    margin-top: 16px !important
}

.testimonial_one .btn-view-all {
    color: #ffffff !important;
    background-color: #deb887;
    padding: 12px 12px 8px;
    border-radius: 20px;
    margin-top: 16px !important
}

.testimonial_one {
    width: 100%;
    height: 100%;
    padding: 30px 0;
}

.profileImage,
.profileImageTwo,
.profileImageThree,
.profileImageFour {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #512DA8;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.profile-img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #512DA8;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    object-fit: cover;
    margin-bottom: 24px
}

.btn-view-all {
    color: #fff
}

.btn-view-all:hover {
    cursor: pointer;
    color: #f5831f
}

.fa-star.unchecked {
    color: #b1b1b1
}

.card-testimonials p {
    padding-left: 26px
}

.address {
    letter-spacing: 1px
}

.modal-backdrop.show {
    height: 100vh
}

.modal-backdrop {
    display: none
}

.blog-contant img {
    height: 550px;
    background-size: contain;
    object-fit: cover;
    border-radius: 10px
}

.recent-product-details h3 {
    font-size: 24px
}

.owl-item>div {
    cursor: pointer;
    margin: 12px;
    transition: margin .4s ease
}

.owl-item:not(.center)>div:hover {
    opacity: 100%;
    color: #000
}

.owl-carousel.home-slider {
    position: relative;
    height: 650px;
    z-index: 0
}

.owl-carousel {
    position: relative
}

.owl-carousel .owl-item {
    opacity: 1
}

.owl-carousel .owl-item.active {
    opacity: 1
}

.owl-carousel .owl-dots {
    text-align: center
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative
}

.owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: '';
    border: 1px solid #4d4d4d;
    border-radius: 50%
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3
}

.owl-carousel .owl-dots .owl-dot.active:after {
    border-color: #fff
}

.owl-carousel.home-slider {
    position: relative;
    height: 570px !important;
    z-index: 0;
    display: flex;
    align-items: center
}

.home-carousel {
    padding-top: 0
}

.owl-carousel.home-slider .owl-stage-outer {
    height: 100vh !important;
    margin: 0 0 50px;
    background-color: #ededed !important
}

.owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 0
}

.home-carousel {
    width: 100% !important;
    height: 100vh;
    overflow-x: hidden !important
}

.owl-carousel.home-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #120f0e;
    opacity: .5
}

.owl-carousel.home-slider .slider-item .slider-text {
    height: 100vh;
    position: relative
}

.owl-carousel.home-slider .slider-item .slider-text .text {
    z-index: 0;
    color: #ffffffe6
}

.owl-carousel.home-slider label {
    font-size: 102px
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 9vw;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    line-height: 1
}

.home-slider P {
    font-size: 30px
}

.owl-carousel.home-slider .slider-item .slider-text h2 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    color: #f5e4c3;
    display: inline-block;
    position: relative;
    letter-spacing: 4px
}

.owl-carousel.home-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%
}

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0
}

@media (prefers-reduced-motion: reduce) {

    .owl-carousel.home-slider .owl-nav .owl-prev,
    .owl-carousel.home-slider .owl-nav .owl-next {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
    font-size: 30px;
    color: #ffffff80;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.owl-item>div {
    margin: 0 !important
}

.home-slider label {
    font-weight: 600 !important;
    font-family: 'Playfair Display', serif
}

.productcont {
    display: flex
}

.product {
    margin-right: 1em;
    border-radius: 5px;
    position: relative
}

.cart-container {
    border: 1px solid #E0E4CC;
    border-radius: 5px;
    margin-top: 100px;
    padding: 1em;
    display: none
}

button,
input[type="submit"] {
    /* border: 1px solid #FA6900; */
    color: #000000;
    background: #a9a9a95e;
    padding: .6em 1em;
    font-size: 1em;
    line-height: 1;
    /* border-radius: 1.2em; */
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out
}

button:hover,
button:focus,
button:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
    color: #000;
    cursor: pointer
}

table {
    margin-bottom: 1em;
    border-collapse: collapse
}

table td,
table th {
    text-align: left;
    padding: .25em 1em;
    border-bottom: 1px solid #E0E4CC
}

#carttotals {
    margin-right: 0;
    margin-left: auto
}

.cart-buttons {
    width: auto;
    margin-right: 0;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    padding: 1em 0
}

#emptycart {
    margin-right: 1em
}

table td:nth-last-child(1) {
    text-align: right;
}

.message {
    border-width: 1px 0;
    border-style: solid;
    border-color: #A7DBD8;
    color: #679996;
    padding: .5em 0;
    margin: 1em 0
}

.product p {
    position: absolute;
    top: 20px;
    left: 10px
}

.product .addtocart {
    position: absolute;
    z-index: 99;
    border-radius: 50px;
    width: 200px;
    display: flex;
    justify-content: center
}

.show-cart li {
    display: flex
}

.show-cart-new li {
    display: flex
}

.card {
    margin-bottom: 20px
}

.card-img-top {
    width: 200px;
    height: 200px;
    align-self: center
}

.total-count {
    font-size: 22px !important
}

.show-cart {
    font-weight: 500
}

.total-price {
    font-size: 20px
}

.delete-item {
    background-color: orange !important;
    border: 1px solid !important;
    height: 45px;
    width: 45px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 6px !important
}

.plus-item,
.minus-item {
    width: 40px;
    height: 40px;
    border: none !important;
    background-color: darkgrey;
    border: 2px solid #a9a9a9
}

.btn-footer-close,
.order-now {
    display: flex !important;
    align-items: center !important;
    border: 0 !important;
    background-color: #f5831f;
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px
}

.order-now:hover {
    color: #fff !important
}

.modal-footer {
    display: inline
}

#myModalTwo .modal-dialog {
    border-radius: 10px !important;
    border: none !important
}

.project-modal #myModalTwo .modal-content {
    border: none !important;
    width: 100% !important
}

#myModalTwo .modal-header {
    padding: 12px !important
}

.project-modal .modal-header {
    padding: 12px !important
}

.project-modal .modal-content {
    width: 100%;
    border-radius: 10px !important
}

.project-modal .close {
    right: 6px;
    background-color: transparent !important;
    color: #000;
    border: 0;
    top: 0;
    bottom: unset !important
}

.project-modal .close:hover {
    background-color: transparent !important
}

.close {
    border-radius: 50% !important;
    color: #000;
    font-size: 26px;
    padding-top: 12px !important
}

.whatsapp-button {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 0 25px -6px #000f;
    -moz-box-shadow: 0 0 25px -6px #000f;
    box-shadow: 0 0 25px -6px #000f;
    animation: effect 5s infinite ease-in
}

@keyframes effect {

    20%,
    100% {
        width: 50px;
        height: 50px;
        font-size: 30px
    }

    0%,
    10% {
        width: 55px;
        height: 55px;
        font-size: 35px
    }

    5% {
        width: 50px;
        height: 50px;
        font-size: 30px
    }
}

.home-product {
    padding: 16px 0 !important
}

.home-product .owl-carousel .text {
    /*height: 300px !important*/
}

.home-product .owl-carousel a {
    color: #000
}

.project-title p {
    text-align: justify !important
}

.new-caro {
    padding: 50px 0
}

.blogcaro {
    overflow: hidden
}

.blogcaro .testimonial-slider div {
    text-align: center
}

.slick-slide {
    float: left;
    padding: 0
}

.blogcaro .testimonial-slider {
    position: relative
}

.glider .card-image img {
    height: 400px;
    width: 100%;
    border-radius: 20px;
    padding: 5px
}

.service-caro span {
    background: #fff;
    padding: 5px;
    font-size: 30px;
    color: #000
}

.glider-dots {
    display: none
}

.service-caro .glider-contain span {
    position: absolute;
    top: 40%
}

.owl-carousel {
    margin: 0 auto
}

.owl-carousel .item {
    font-size: 30px;
    text-align: left;
    padding: 40px 20px;
    line-height: 2;
    font-weight: 700;
    justify-content: space-between
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translatey(-80%);
    background-color: #000 !important;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.owl-nav button span {
    font-size: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 3px
}

.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
    bottom: -8px
}

.owl-carousel .owl-nav button.owl-next {
    right: -15px
}

.owl-carousel .owl-nav {
    margin: 0
}

.btn-wrap {
    width: 100%
}

.about-us-carousel p {
    line-height: 25px;
    width: 300px
}

.about-us-carousel .team-deatails {
    margin-left: 20px
}

.about-us-carousel .owl-item:hover a {
    color: unset
}

.team-social ul {
    margin-top: unset;
    margin-bottom: unset
}

.blog-info h6 {
    font-size: 18px !important
}

.card-blog {
    border: 1px solid #333
}

.card-blog img {
    height: auto !important;
    border-bottom: 1px solid #333;
    width: 100%;
    border-radius: 0
}

.card-blog-body {
    padding: 16px;
    height: 250px
}

.blog-info h6 {
    position: relative;
    white-space: nowrap
}

.blog-info h6::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    background-color: #000;
    left: -16px;
    top: 8px;
    border-radius: 50%
}

.ft-check label {
    font-family: FoundersGrotesk-Regular
}

.area h6 {
    font-family: FoundersGrotesk-Regular;
    font-weight: 600
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 15px;
    white-space: nowrap
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a {
    margin: 0
}

.menu-bar .navbar-toggler:focus {
    box-shadow: none;
    outline: none
}

.card-text {
    margin: 10px 0
}

.card-text i {
    margin-right: 10px;
    font-size: 20px
}

.mobile-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px
}

.mobile-bar {
    border: 1px solid #4d4d4d;
    padding: 10px;
    display: flex;
    align-items: center;
    box-shadow: none
}

.mobile-bar i {
    margin: 0;
    padding: 0
}

.mobile-drop-down {
    padding: 15px
}

.mobile-drop-down li a {
    margin-left: 0
}

.mobile-nav {
    display: none
}

.contact-text ul li:hover {
    background-color: #F38630;
    transition: .5s
}

.element-size {
    height: 100%;
    width: 100%;
    border: 1px solid #eee;
    height: 100%;
    width: 100%;
    border: 1px solid #eee
}

.element {
    animation: pulse 26s infinite
}

.element-two {
    animation: pulse-two 26s infinite
}

.element-three {
    animation: pulse-three 26s infinite
}

.element-four {
    animation: pulse-four 26s infinite
}

.element-five {
    animation: pulse-five 26s infinite
}

.element-six {
    animation: pulse-six 26s infinite
}

.element-seven {
    animation: pulse-seven 26s infinite
}

.element-eight {
    animation: pulse-eight 26s infinite
}

.element-nine {
    animation: pulse-nine 26s infinite
}

.element-tenth {
    animation: pulse-tenth 26s infinite
}

.element-eleven {
    animation: pulse-eleven 26s infinite
}

.element-twelve {
    animation: pulse-twelve 26s infinite
}

.element-thirteen {
    animation: pulse-thirteen 15s infinite;
    border-radius: 20px;
    border: none
}

@keyframes pulse {
    0% {
        background: url(../images/clients/000.webp) no-repeat center / contain
    }

    12% {
        background: url(../images/clients/1.webp) no-repeat center / contain
    }

    25% {
        background: url(../images/clients/2.webp) no-repeat center / contain
    }

    50% {
        background: url(../images/clients/11.webp) no-repeat center / contain
    }

    70% {
        background: url(../images/clients/12.webp) no-repeat center / contain
    }

    85% {
        /* background: url(../images/clients/13.webp) no-repeat center / contain */
    }

    100% {
        background: url(../images/clients/14.webp) no-repeat center / contain
    }
}

@keyframes pulse-two {
    0% {
        background: url(../images/clients/15.webp) no-repeat center / contain
    }

    14% {
        background: url(../images/clients/17.webp) no-repeat center / contain
    }

    28% {
        background: url(../images/clients/18.webp) no-repeat center / contain
    }

    42% {
        background: url(../images/clients/20.webp) no-repeat center / contain
    }

    56% {
        background: url(../images/clients/21.webp) no-repeat center / contain
    }

    70% {
        background: url(../images/clients/22.webp) no-repeat center / contain
    }

    100% {
        background: url(../images/clients/23.webp) no-repeat center / contain
    }
}

@keyframes pulse-three {
    0% {
        background: url(../images/clients/24.webp) no-repeat center / contain
    }

    12% {
        background: url(../images/clients/25.webp) no-repeat center / contain
    }

    25% {
        background: url(../images/clients/26.webp) no-repeat center / contain
    }

    50% {
        background: url(../images/clients/27.webp) no-repeat center / contain
    }

    70% {
        background: url(../images/clients/28.webp) no-repeat center / contain
    }

    85% {
        background: url(../images/clients/29.webp) no-repeat center / contain
    }

    100% {
        background: url(../images/clients/30.webp) no-repeat center / contain
    }
}

@keyframes pulse-four {
    0% {
        background: url(../images/clients/31.webp) no-repeat center / contain
    }

    12% {
        background: url(../images/clients/32.webp) no-repeat center / contain
    }

    25% {
        background: url(../images/clients/33.webp) no-repeat center / contain
    }

    50% {
        background: url(../images/clients/34.webp) no-repeat center / contain
    }

    70% {
        background: url(../images/clients/35.webp) no-repeat center / contain
    }

    85% {
        background: url(../images/clients/36.webp) no-repeat center / contain
    }

    100% {
        background: url(../images/clients/37.webp) no-repeat center / contain
    }
}

@keyframes pulse-five {
    0% {
        background: url(../images/clients/38.webp) no-repeat center / contain
    }

    12% {
        background: url(../images/clients/39.webp) no-repeat center / contain
    }

    25% {
        background: url(../images/clients/4.webp) no-repeat center / contain
    }

    50% {
        background: url(../images/clients/40.webp) no-repeat center / contain
    }

    70% {
        background: url(../images/clients/41.webp) no-repeat center / contain
    }

    85% {
        background: url(../images/clients/42.webp) no-repeat center / contain
    }

    100% {
        background: url(../images/clients/43.webp) no-repeat center / contain
    }
}

@keyframes pulse-six {
    0% {
        background: url(../images/clients/44.webp) no-repeat center / contain
    }

    12% {
        background: url(../images/clients/45.webp) no-repeat center / contain
    }

    25% {
        background: url(../images/clients/46.webp) no-repeat center / contain
    }

    50% {
        background: url(../images/clients/47.webp) no-repeat center / contain
    }

    70% {
        background: url(../images/clients/48.webp) no-repeat center / contain
    }

    85% {
        background: url(../images/clients/49.webp) no-repeat center / contain
    }

    100% {
        background: url(../images/clients/6.webp) no-repeat center / contain
    }
}

@keyframes pulse-seven {
    0% {
        background: url(../images/clients/7.webp) no-repeat center / contain
    }

    12% {
        background: url(../images/clients/8.webp) no-repeat center / contain
    }

    25% {
        background: url(../images/clients/50.webp) no-repeat center / contain
    }

    50% {
        background: url(../images/clients/51.webp) no-repeat center / contain
    }

    70% {
        background: url(../images/clients/52.webp) no-repeat center / contain
    }

    85% {
        background: url(../images/clients/53.webp) no-repeat center / contain
    }

    100% {
        background: url(../images/clients/54.webp) no-repeat center / contain
    }
}

@keyframes pulse-eight {
    0% {
        background: url(../images/clients/55.webp) no-repeat center / contain
    }

    12% {
        background: url(../images/clients/56.webp) no-repeat center / contain
    }

    25% {
        background: url(../images/clients/57.webp) no-repeat center / contain
    }

    50% {
        background: url(../images/clients/58.webp) no-repeat center / contain
    }

    70% {
        background: url(../images/clients/59.webp) no-repeat center / contain
    }

    85% {
        background: url(../images/clients/60.webp) no-repeat center / contain
    }

    100% {
        background: url(../images/clients/61.webp) no-repeat center / contain
    }
}

@keyframes pulse-nine {
    0% {
        background: url(../images/clients/62.webp) no-repeat center / contain
    }

    12% {
        background: url(../images/clients/63.webp) no-repeat center / contain
    }

    25% {
        background: url(../images/clients/64.webp) no-repeat center / contain
    }

    50% {
        background: url(../images/clients/65.webp) no-repeat center / contain
    }

    70% {
        background: url(../images/clients/66.webp) no-repeat center / contain
    }

    85% {
        background: url(../images/clients/68.webp) no-repeat center / contain
    }

    100% {
        background: url(../images/clients/69.webp) no-repeat center / contain
    }
}

@keyframes pulse-tenth {
    0% {
        background: url(../images/clients/70.webp) no-repeat center / contain
    }

    12% {
        background: url(../images/clients/71.webp) no-repeat center / contain
    }

    25% {
        background: url(../images/clients/72.webp) no-repeat center / contain
    }

    50% {
        background: url(../images/clients/73.webp) no-repeat center / contain
    }

    70% {
        background: url(../images/clients/74.webp) no-repeat center / contain
    }

    85% {
        background: url(../images/clients/75.webp) no-repeat center / contain
    }

    100% {
        background: url(../images/clients/76.webp) no-repeat center / contain
    }
}

@keyframes pulse-eleven {
    0% {
        background: url(../images/clients/77.webp) no-repeat center / contain
    }

    12% {
        background: url(../images/clients/78.webp) no-repeat center / contain
    }

    25% {
        background: url(../images/clients/79.webp) no-repeat center / contain
    }

    50% {
        background: url(../images/clients/80.webp) no-repeat center / contain
    }

    70% {
        background: url(../images/clients/81.webp) no-repeat center / contain
    }

    85% {
        background: url(../images/clients/82.webp) no-repeat center / contain
    }

    100% {
        background: url(../images/clients/83.webp) no-repeat center / contain
    }
}

@keyframes pulse-twelve {
    0% {
        background: url(../images/clients/83.webp) no-repeat center / contain
    }

    12% {
        background: url(../images/clients/84.webp) no-repeat center / contain
    }

    25% {
        background: url(../images/clients/85.webp) no-repeat center / contain
    }

    50% {
        background: url(../images/clients/000.webp) no-repeat center / contain
    }

    70% {
        background: url(../images/clients/14.webp) no-repeat center / contain
    }

    85% {
        /* background: url(../images/clients/13.webp) no-repeat center / contain */
    }

    100% {
        background: url(../images/clients/20.webp) no-repeat center / contain
    }
}

@keyframes pulse-thirteen {
    0% {
        background: url(../images/clients/30.webp) no-repeat center / cover
    }

    25% {
        background: url(../images/clients/4.webp) no-repeat center / cover
    }

    50% {
        background: url(../images/clients/58.webp) no-repeat center / cover
    }

    75% {
        background: url(../images/clients/65.webp) no-repeat center / cover
    }

    100% {
        background: url(../images/clients/73.webp) no-repeat center / cover
    }
}

.no-line h6::before {
    background-color: transparent
}

.hide {
    display: none
}

;

.rp-img img {
    height: 250px !important
}

.blog-inner-recent-product h6::before {
    background: none
}

.whatsapp {
    height: 60px;
    width: 60px;
    background: #25d366;
    border: none;
    position: fixed;
    right: 27px;
    bottom: 120px;
    text-transform: uppercase;
    margin: 0;
    padding: 7px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    z-index: 999;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.whatsapp:hover {
    color: #fff
}

.whatsapp span {
    font-size: 41px;
}

margin:auto .blog-head-img img {
    height: 500px
}

.topnav {
    width: 100%
}

.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #f8f9fa;
    transition: top .3s
}

.glider-next,
.glider-prev {
    margin-left: 30px;
    margin-right: 30px;
}




/* new section design start css */

.solution-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 10px;
}

.grid-item {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.grid-item .label {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 1px solid white;
    font-weight: bold;
}

.category_section .heading {
    color: #30302e;
    font-size: 41px;
    /* font-family: DINPro-Regular; */
    background: url(../images/left-heading-icon.png) top left no-repeat, url(../images/right-heading.png) bottom right no-repeat;
    padding-left: 21px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 3px;
    margin-bottom: 19px;
    display: flex;
    justify-content: center;
}


.category_section .heading span {
    display: block;
    font-weight: bold;
}

.category_section .grid-item .mask {
    background-color: #f385306e;
    opacity: 0;
    transition: all 0.5s linear 0s;
}

.category_section .grid-item .mask,
.category_section .grid-item .content {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.category_section .mask-inner {
    bottom: 0;
    height: auto;
    margin: auto;
    width: 94%;
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.category_section .grid-item .mask::after {
    bottom: 0;
    content: "";
    height: 94%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 94%;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.category_section .grid-item:hover .mask {
    opacity: 1;
}

.category_section .grid-item h2 {
    color: #fff;
    margin: 20px 10px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear 0s;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
}

.category_section .grid-item:hover h2,
.category_section .grid-item:hover .mask-inner p,
.category_section .grid-item:hover a.info {
    opacity: 1;
    transform: scale(1);
}

.category_section .grid-item a.info {
    background: #fff;
    color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 19px 60px -35px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    color: #000;
    margin-top: 23px;
    padding: 10px 7px;
    text-decoration: none;
    margin-left: 10px;
    border-radius: 0;
    border: 1px solid;
    max-width: 110px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 13px;
}

.category_section .grid-item a.info {
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear 0s;
}

.category_section .grid-item p {
    color: #fff;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear 0s;
    font-size: 18px;
    line-height: 20px;
    padding: 0 10px;
    position: unset;
}

/* Specific backgrounds */
.office {
    background-image: url('../images/focus_areas/Residential.webp');
    grid-column: span 1;
    grid-row: span 2;
    background-position: center;
    height: 100%;
}

.outdoor {
    background-image: url('../images/focus_areas/Commercial-Spaces.webp');
    grid-column: span 2;
}

.industry {
    background-image: url('../images/focus_areas/Outdoor-Lighting.webp');
}

.retail {
    background-image: url('../images/focus_areas/Sensors.webp');
    grid-row: span 2;
    background-position: center;
    height: 100%;
}

.hospitality {
    background-image: url('../images/focus_areas/Explosion-Proof.webp');
    grid-column: span 2;
}

.grid-item:hover .mask {
    opacity: 1;
    transform: scale(1);
}

ul.points {
    color: #fff;
}

.heading_wrapper {
    max-width: 370px;
    margin: 0 auto;
}

section.category_section {
    padding: 50px 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff7d;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.Faq_section .row.get-form-details {
    --bs-gutter-x: 0.5rem;
}





.ag-container-shops {
    padding: 20px 0;

    overflow: hidden;
}

.ag-card-bg {
    height: 100%;
    width: 200%;
    background-position: 50%;
    background-size: cover;

    position: absolute;
    top: 0;
    left: -50%;

    -webkit-transition: height .6s;
    -moz-transition: height .6s;
    -o-transition: height .6s;
    transition: height .6s;
}

.ag-shop-card_box-wrap {
    padding: 15px;
}

.ag-shop-card_box {
    background-color: #FFF;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);
    -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);
    /* -webkit-border-radius: 8px; */
    /* -moz-border-radius: 8px; */
    /* border-radius: 8px; */
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.ag-shop-card_body {
    display: block;
    height: 250px;
    width: 100%;
    background-position: 50%;
    background-size: cover;

    overflow: hidden;

    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;

    position: relative;
}

.ag-shop-card-body_link {
    height: 100px;
    width: 100px;
    margin: 0 auto;

    overflow: hidden;

    z-index: 9;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35);
    -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35);

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-transition: top .4s;
    -moz-transition: top .4s;
    -o-transition: top .4s;
    transition: top .4s;
}

.ag-shop-card-body_img {
    max-width: 100%;
}

.ag-shop-card_footer {
    padding: 15px 30px;
    border: 0;
    background-color: #FFF;

    position: relative;
}

.ag-shop-card-footer_title {
    display: block;
    line-height: 1.3;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 7px;
    color: #3B3D98;
}

.ag-shop-card-footer_products {
    display: block;
    line-height: 1.3;

    font-size: 12px;
}

.ag-shop-card-footer_link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background-color: #ff7b1a;

    position: absolute;
    right: 30px;
    top: -18px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ag-shop-card-footer_arrow {
    max-width: 16px;
}

.static-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* justify-content: center; */
}






.wrapper_div {
    display: flex;
    flex-wrap: wrap;
}

.right_form .get-in-touch {
    padding: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);
}

.left_accordion {
    width: 60%;
    max-width: 100%;
}

.right_form {
    width: 40%;
    max-width: 100%;
}









.testimonials-wrap .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.testimonials-wrap .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.testimonials-wrap .owl-nav button span {
    bottom: 6px;
}

.testimonials-wrap {
    padding: 40px 0;
}

.heading-section {
    text-align: center;
}

.sub-heading {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* .heading-section h2 {
    font-size: 28px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 15px;
} */

.testimonial-box {
    display: block;
    position: relative;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .03);
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%;
}

.carousel-testimonial .item {
    padding: 30px 10px;
}

.quote {
    position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}

.name {
    margin-bottom: 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
}

.position {
    color: #adadad;
    font-size: 14px;
}

.carousel-testimonial .owl-nav {
    text-align: center;
}

.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}

.carousel-testimonial .owl-nav button {
    outline: none;
    padding: 0;
}

.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
    display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}

.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
}

.text_content {
    text-align: center;
}

.text_content p {
    font-size: 18px;
    line-height: 24px;
}

.Faq_section .get-details p {
    width: 100%;
    margin: 20px auto
}

.testimonials-wrap .fa::before {
    font-size: 20px;
}

.ps-2 {
    line-height: normal;
    margin-bottom: 10px;
}

p.name {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
    text-transform: uppercase;
}

.ele-info {
    background: transparent;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    min-height: 180px;
}

.ele-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
}


.tab {
    overflow: hidden;
    text-align: center;
}

.tab button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    font-size: 16px;
}

.tab button:hover {
    background-color: #bbb;
}

.tab button.active {
    background-color: #2F3192;
    color: #ffffff;
}

.tabcontent {
    display: none;
    padding: 55px 0 45px;
    border-top: none;
}

.blog_img_cover {
    margin-bottom: 20px;
}

h3.blog_title {
    font-size: 22px;
    line-height: 28px;
    text-align: left;
}

.row.blogs .col-12.col-lg-3.col-md-6.col-sm-12 {
    margin-bottom: 24px;
}

.wrapper_msg {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 27px;
    bottom: 46px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #fff;
    border: 1px solid #000;
}


.wrapper_msg a {
    color: #fff;
}











.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background: #fff;
    padding: 10px;
    max-width: 700px;
    height: 590px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #555;
}

.popup-overlay form {
    margin-top: 20px;
}

.popup-overlay .form-group {
    margin-bottom: 15px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}

.popup-overlay button[type="submit"] {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    max-width: 200px;
    width: 100%;
    margin-top: 20px;
}

.popup-overlay button[type="submit"]:hover {
    background: #0056b3;
}

.popup-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wrapper_text {
    display: flex;
    flex-wrap: wrap;
}

.popup-form {
    width: 50%;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.popup-image {
    width: 50%;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}



/* Responsive */
@media (max-width: 768px) {
    .popup-flex {
        flex-direction: column-reverse !important;
    }
}












.chat_popup_box {
    display: none;
    /* Hidden by default */
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: #fff;
    padding: 25px;
    max-width: 320px;
    width: 90%;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.chat_popup_content {
    position: relative;
}

.close_popup {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.chat_popup_box h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    color: #222;
}

.chat_popup_box .form-group {
    margin-bottom: 15px;
}

.chat_popup_box .form-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #555;
}

.chat_popup_box .form-group input {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.chat_submit_btn {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

.chat_submit_btn:hover {
    background-color: #0056b3;
}

.msg svg {
    width: 25px;
    height: 25px;
    color: #fff;
}

.elementor-details h2 {
    color: #fff;
}

section.logo_Section {
    padding: 50px 0;
}

.quate_text {
    width: 100%;
}


.logo_Section {
    padding: 40px 0;
    background: #f8f9fa;
}

.heading-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
}

.slider_wp {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider_wrapper {
    overflow: hidden;
}

.slider_track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.image_item {
    min-width: 200px;
    margin: 10px;
    flex: 0 0 auto;
}

.image_item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

/* Arrows */
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #00000080;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1;
    border-radius: 50%;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

section.image_with_text {
    background-color: #f4f4f4;
    padding: 50px 0;
}

.image_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* Responsive */
@media (max-width: 768px) {
    .image_item {
        min-width: 150px;
    }
}

@media (max-width: 480px) {
    .image_item {
        min-width: 120px;
    }
}


.quate_text {
    font-weight: 600;
    font-size: 15px;
}

.walt_type {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.walt_type a {
    display: flex;
    height: auto;
    font-size: 20px;
    line-height: normal;
    padding: 10px 20px 3px;
    background: #dcdcdc;
    color: #000;
    border-radius: 20px;
}

.home-product .cate-light {
    margin: 10px;
    min-height: 342px;
}


.pdp-specification {
    color: #212121;
    font-size: 30px;
    font-weight: 600;
    margin-top: 25px;

    margin-bottom: 35px;
}

.pdp-spec-heading {
    font-size: 18px;
    color: #212121;
    /* font-weight: 600; */
}

.font-14 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px !important;
}

.pdp-moreinfo {
    font-weight: 500;
    font-size: 22px !important;
    margin-bottom: 15px;
}

.font-weight-bold {
    font-weight: 700 !important;
}

h3.font-14 {
    margin-bottom: 24px;
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important;
}

.pdp-free-shipping-txt {
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important;
}

.pdp-discount {
    font-size: 18px;
    height: 24px;
    color: #CC0C39;
}

.pdp-instock {
    color: #2F972F;
    font-size: 14px;
    height: 19px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px;
    font-weight: 600;
}

.pdp-price {
    font-size: 28px;
    height: 32px;
    color: #212121;
    margin-bottom: 30px;
}

.pdp-offers-label {
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

h1.pdp-product-label {
    /* font-size: 50px; */
    margin-bottom: 24px;
    font-weight: 400;
}

.details-header {
    padding-left: 3px;
    margin-bottom: 50px;
}

.pdp-perqty {
    color: #777777;
    font-size: 16px;
    height: 21px;
}

.pdp-original-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #666666;
    margin-top: 3px;
    vertical-align: middle;
}

.pdp-allinclusive {
    font-size: 12px;
    color: #777777;
    margin-top: 4px;
    vertical-align: middle;
}

.pdp-price-gst {
    font-size: 12px;
    color: #666666;
}

.font-weight-normal {
    font-weight: 500 !important;
}

.indicators-wrapper {
    display: flex;
    justify-content: space-between;
    text-align: center;
    border-top: 1px solid #eeeeee;
}

.indicators-wrapper div {
    transition: transform .5s ease;
}

.indicators-wrapper div:hover {
    transform: scale(1.1);
}

.indicators-wrapper p {
    color: #006cb5;
}

.pdp-middle-section {
    margin-left: 40px;
}

.product_link_btn {
    display: inline-block;
    background: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}


.product_buy_btn {
    margin: 30px 0 0;
}

.product_link_btn:hover {
    background: transparent;
    color: #fff;
}



.rating-bg {
    background: white;
    position: relative;
    font-size: 10px;
    line-height: 10px;
    border-radius: 4px;
    padding: 2px 5px;
    color: #f27d17;
    border: 1px solid #f27d17;
    min-width: 35px;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    height: 15px;
    font-weight: 700;
    cursor: pointer;
}

.star-value {
    display: inline;
}

.star-value img {
    margin-top: -1px;
}

.pdp-label-color {
    color: #212121;
    font-weight: 500;
    line-height: 17px !important;
}

table.rounded-corners {
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    overflow: hidden;
    width: 100%;
}

table.rounded-corners>thead>tr:not(:last-child)>th,
table.rounded-corners>thead>tr:not(:last-child)>td,
table.rounded-corners>tbody>tr:not(:last-child)>th,
table.rounded-corners>tbody>tr:not(:last-child)>td,
table.rounded-corners>tfoot>tr:not(:last-child)>th,
table.rounded-corners>tfoot>tr:not(:last-child)>td,
table.rounded-corners>tr:not(:last-child)>td,
table.rounded-corners>tr:not(:last-child)>th,
table.rounded-corners>thead:not(:last-child),
table.rounded-corners>tbody:not(:last-child),
table.rounded-corners>tfoot:not(:last-child) {
    border-bottom: 1px solid #dee2e6;
}

table.rounded-corners th:not(:last-child),
table.rounded-corners td:not(:last-child) {
    border-right: 1px solid var(--tab-border-color);
}

table.rounded-corners thead tr th {
    border-bottom: 1px solid var(--tab-border-color);
    border-bottom-width: none;
    border-top: none;
    border-left: none;
    border-right: none;
    white-space: nowrap;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.pdp-buymore-table th,
.pdp-buymore-table td {
    height: 36px;
    padding: 0px 8px;
    line-height: 36px;
}

.pdp-buymore-table th {
    font-size: 12px;
    font-weight: 500;
    border-bottom-width: 1px !important;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.table-bordered.table td,
.table-bordered.table th {
    /* padding: .75rem; */
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

.form-check {
    position: relative;
    display: block;
    /* padding-left: 1.25rem; */
}

.pdp-buymore-table td {
    font-size: 15px;
}

.qty-input {
    width: 140px;
    border: 1px solid #dfdfdf;
    border-radius: 0.25rem;
    background-color: #e9ecef;
}

div.pdp-right-section div {
    line-height: 1;
}

.qty-input .form-control {
    font-size: 14px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

table.rounded-corners th:not(:last-child),
table.rounded-corners td:not(:last-child) {
    border-right: 1px solid #dee2e6;
}

.pdp-save {
    color: #2F972F;
}

.pdpstp-outofstock-section table td:nth-last-child(1) {
    text-align: left;
}

.buymore-piece {
    font-size: 12px;
    color: #666666;
    font-weight: normal !important;
}

.font-10-pdp {
    font-size: 10px;
    color: #666666;
}

label.font-14.pdp-qty-text {
    margin-bottom: 8px;
}

.input-group>.input-group-append>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.qty-input .input-group-text {
    padding: 0;
}

.input-group-text,
.input-group-text a {
    font-size: 0.75rem;
    color: var(--tile-title-color);
    background-color: transparent;
    border: inherit;
    line-height: 38px;
    padding: 0 .75rem 0 0;
}

.pdp-shipment {
    color: #212121;
    font-weight: 500;
    line-height: 25px !important;
}

.font-12 {
    font-size: 14px;
}

.pdp-total-price {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px !important;
    color: black;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.pdp-addtocart,
.pdp-addtocart:hover {
    color: white;
    background: #FF9100;
    border-radius: 4px;
    font-size: 14px;
    width: 167px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdp-buynow,
.pdp-buynow:hover {
    color: white;
    background: #2F972F;
    border-radius: 4px;
    font-size: 14px;
    width: 167px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdp-rfq-label {
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    display: block;
    margin-bottom: 10px;
}

.similar_prod_tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0px;
    list-style: none;
}

.similar_product_item {
    width: 25%;
    border-right: 1px solid #dcdcdc;
}

.image_pdp_cover img {
    width: 100%;
    max-width: 100%;
}

.mainContent h3 span {
    font-size: 20px;
    margin: 0px;
    display: inline-block;
}

.mainContent h3 span::after {
    content: " ";
    display: block;
    background: #303293;
    width: 6.125rem;
    height: 4px;
    margin-top: 6px;
}

.product_name {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    word-break: break-word;
    padding-left: 8px;
    padding-right: 8px;
    white-space: normal;
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}

.product_price {
    font-size: 16px;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
}

.similar_pair-text {
    font-size: 12px;
    font-weight: 400;
    margin-left: 3px;
}

.similar_curr_product {
    height: 41px;
    font-size: 16px;
    line-height: 17px;
    font-weight: bold;
    border-bottom: 2px solid #303293;
    background-color: #CFFAFF;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 15px;
}

.image_pdp_cover {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
}

.similar_qty-blk {
    background-color: #F5FEFF;
    padding: 10px;
    margin-top: 12px;
}

.table-row label {
    font-size: 16px;
    color: #666666;
    margin-bottom: 0px;
    line-height: 15px;
    font-weight: normal;
}

.table-row {
    padding: 10px;
}

.similar_qty-blk p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-top: 4px;
    color: #212121;
}

.table-row p {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 0px;
    color: #212121;
    word-break: break-all;
}

#myModalTwo .modal-dialog button.ms-3.d-flex.align-items-center {
    display: flex !important;
    align-items: center !important;
    border: 0 !important;
    background-color: #f5831f;
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
}

.similar_product_item {
    cursor: pointer;
}

.font_family {
    font-family: system-ui;
}

.font_family,
h1,
h2,
h4,
h5,
h6,
a#LED_PC_BATTENS,
a#RECESSED_PANEL_LIGHTS,
a#SURFACE_PANEL_LIGHTS,
a#LED_ALUMINIUM_BATTENS,
a.btn.pdp-buynow.btn-mobile-block.mb-2 {
    font-family: system-ui;
}

h3.col.font-14.font-weight-normal {
    font-family: system-ui;
    font-weight: normal !important;
}

/* h1.pdp-product-label {
    font-weight: normal !important;
} */

.content_title,
.content_details {
    margin-bottom: 10px;
}

.recessed-panel-light table td {
    border: 1px solid #CCC !important;
}

.recessed-panel-light table .grey-row {
    background-color: #e7eaed;
}

.recessed-panel-light .pdp-specification {
    text-decoration: 2px #f5831f underline;
    text-underline-offset: 11px;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 50px;
}

.recessed-panel-light table {
    border: 0;
}

.recessed-panel-light table th {
    padding: 20px 0;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: 1px #303293 underline;
    text-underline-offset: 10px;
    padding-bottom: 30px;
    padding-top: 50px;
}

table.left_table {
    max-width: 97%;
    margin-right: auto;
}

table.right_table {
    max-width: 97%;
    margin-left: auto;
}

.similar_products {
    margin-bottom: 0;
    margin-top: 20px;
    border: 0;
}

.similar_products tr.grey-row {
    background-color: #e7eaed;
}

.row.p-5.align-items-center {
    flex-direction: row-reverse;
}