html{
    scroll-behavior: smooth;
}

#page{
    overflow: hidden;
}

.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-top{
    display: none;
}

.header-lower{
    background-color: #fff;
}

.header-lower .auto-container,
.sticky-header .auto-container,
.page-title .auto-container,
.commonContainer{
    max-width: 1400px;
    margin: auto;
}

.archiveTitleBanner,
.archiveProject .container{
    max-width: 1100px;
    margin: auto;
}

.archiveProject .row > *{
    padding: 0 20px;
    margin-top: 40px;
}

.text-orange{
    color: var(--bg-theme-color2);
}

.text-bold{
    font-weight: 700;
}

.bg-image{
    background-image: url(../images/footerBdg.jpg);
}

ul.post-categories{
    display: inline-block;
    margin: 0;
}

.news-block .content-box .title a{
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
    line-height: var(--line-height-heading);
    /* color: var(--headings-color); */
    color: #fff;
    font-family: var(--title-font);
}

.news-block .content-box p{
    font-size: 16px;
    line-height: 30px;
    color: #151515;
}

.contact-section-three .content-column .call-info-box-outer{
    padding-right: 25px;
}

.form-group p{
    margin-bottom: 0;
}

.wpcf7-spinner{
    display: none !important;
}

.wpcf7-not-valid-tip{
    font-size: 14px;
}

.wpcf7-response-output{
    font-size: 14px;
    text-align: right;
}

.info-box img{
    transition: all 300ms ease;
}

.info-box:hover img{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.projectDevelop{
    padding: 60px 15px;
}

.projectDevelop h3{
    font-size: 60px;
    line-height: 80px;
    color: var(--bg-theme-color2);
    text-align: center;
}

.projectDevelop h5{
    font-size: 36px;
    line-height: 50px;
    color: #000;
    text-align: center;
    font-weight: 400;
}

.projectTab{
    padding: 70px 0;
    max-width: 500px;
    margin: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.projectTab .tab-buttons {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding-bottom: 30px;
}

.projectTab .tab-button{
    width: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 42px;
    background: #E4E4E4;
    color: #000;
    cursor: pointer;
    font-family: var(--title-font);
}

.projectTab .tab-button:hover,
.projectTab .tab-button.active{
    background-color: var(--bg-theme-color2);
    color: #fff;
}

.projectTab .tab-content {
    display: none;
    padding: 0 15px;
}

.projectTab .tab-content.active {
    display: block;
}

.formflex p{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.formflex p .wpcf7-text,
.formflex p .wpcf7-form-control-wrap{
    width: 100%;
}

.formflex p input,
.formflex p textarea{
    direction: rtl !important;
    padding: 15px 30px;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    font-family: var(--text-font);
}

.formflex p textarea{
    height: 90px;
}

.projectTab .wpcf7-submit{
    width: 100%;
    background-color: #000;
    text-align: center;
    border: 0;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 30px;
    color: #fff;
    cursor: pointer;
    font-family: var(--title-font);
}

.projectTab .wpcf7-submit:hover{
    background-color: var(--bg-theme-color2);
}

.contactPageForm .projectTab,
.homeform .projectTab{
    padding: 0;
    margin: 0;
}

.contactPageForm .projectTab .tab-buttons{
    justify-content: start;
}

.contactPageForm .projectTab .tab-content{
    padding: 0;
}

.contactPageForm .formflex p input, 
.contactPageForm .formflex p textarea{
    background-color: #E5E3DF;
    border-radius: 0;
}

.contactPageForm .projectTab .wpcf7-submit{
    background-color: #181818;
}

.contactPageForm .projectTab .wpcf7-submit:hover{
    background-color: var(--bg-theme-color2);
}

.homeform .formflex p input, 
.homeform .formflex p textarea{
    border-radius: 0;
    padding: 10px 20px;
    background-color: #E4E4E4;
}

.contact-details h2{
    color: #fff;
    font-size: 36px;
    text-align: center;
    line-height: 58px;
}

.contact-details .lineBlock{
    width: 60px;
    margin: auto auto 15px;
    height: 2px;
    background-color: var(--bg-theme-color2);
    display: block;
}

.contactButton{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 25px;
    padding-bottom: 100px;
}

.contactDetails h4{
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 58px;
    margin-bottom: 0;
    padding-bottom: 50px;
}



.sec-title .text{
    max-width: 380px;
    color: #fff;
}

.project-section-five .sec-title .text{
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.text h6{
    color: var(--bg-theme-color2);
}

div.icon{
    position: relative;
}

div.icon::after{
    content: "";
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.phoneicon::after{
    background-image: url(../images/phone.png);
}

.emailicon::after{
    background-image: url(../images/email.png);
}

.addressicon::after{
    background-image: url(../images/address.png);
}

.singleProductBlock{
    background-color: #000;
}

.product-details__content p,
.product-details__content strong{
    color: #fff;
}

figure.image-box img{
    max-width: 380px;
    margin: auto;
    display: block;
}

ul.thumb-box{
    max-width: 400px;
}

.product-discription .tabs-content .text p{
    color: #fff;
}

.services-details{
    background-image: url(../images/serviceBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.services-details__content img{
    padding-bottom: 30px;
}

.services-details__content p,
.services-details__content h3,
.services-details__content strong{
    color: #fff;
}

.services-details__content h3{
    margin-bottom: 0;
}

.services-details__content ul{
    padding-right: 20px;
    padding-bottom: 20px;
}

.services-details__content li{
    color: #fff;
    font-size: var(--body-font-size);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    list-style-type: square;
}

.services-details__content th,
.services-details__content td{
    border: 1px solid #fff;
    padding: 5px 10px;
    color: #fff;
    font-size: var(--body-font-size);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}

.services-details__content th,
.services-details__content strong{
    font-weight: 700;
}

.projectSlide{
    padding: 80px 0;
}

.projectSlide h2{
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    font-size: 50px;
}

ul.projectSliderList{
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

ul.projectSliderList li{
    max-width: 30%;
    display: block;
}

.buttonGroup{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.homeProject .auto-container{
    max-width: 100%;
}

.homeProject .sec-title{
    max-width: 1200px;
    margin: auto auto 50px;
}

.home-project-carousel{
    margin-right: 0;
}

.home-project-carousel.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.home-project-carousel.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    /* transform: scale(0.9); */
    /* height: 462px; */
    margin: 15px;
}

.home-project-carousel.owl-carousel .owl-item img{
    min-height: 355px;
    max-height: 462px;
}

.home-project-carousel .center{
    /* max-width: 1200px; */
    min-width: 1200px;
    z-index: 10;
    /* transform: scale(1.1); */
    /* padding: 25px; */
    /* margin-right: -50px; */
}

.homeProject .image-box {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0.5;
}

.homeProject .content-box {
    display: none;
}

.homeProject .center .image-box{
    max-width: 60%;
    opacity: 1;
}

.homeProject .center .content-box{
    max-width: 40%;
    width: 100%;
    background-color: #fff;
    padding: 31px 35px;
    z-index: 9999;
    display: block;
}

.homeProject .owl-nav{
    max-width: 90%;
    margin: auto;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
}

.homeProject .owl-theme .owl-nav .owl-next{
    position: absolute;
    right: 0;
    background-color: transparent;
    margin: 0;
    padding: 0;
    color: var(--bg-theme-color2);
    font-size: 30px;
}

.homeProject .owl-theme .owl-nav .owl-prev{
    position: absolute;
    left: 0;
    background-color: transparent;
    margin: 0;
    padding: 0;
    color: var(--bg-theme-color2);
    font-size: 30px;
}

.homeProject .owl-theme .owl-nav .owl-next:hover,
.homeProject .owl-theme .owl-nav .owl-prev:hover{
    color: var(--bg-theme-color2);
}

.homeProject .owl-dots{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.homeProject .owl-theme .owl-dots .owl-dot span{
    width: 40px;
    height: 2px;
    border-radius: 0;
    background-color: #000;
    margin: 0;
}

.homeProject .owl-theme .owl-dots .owl-dot.active span{
    background-color: #F60;
}

.homeProject .news-block{
    border-radius: 10px;
    /* overflow: hidden; */
}

.homeProject .center .news-block{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.18);
    /* background-color: #151515; */
    height: 460px;
}

.homeProject .inner-box {
    /* background-image: url(../images/bgN.jpg); */
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
}

.homeProject .owl-height{
    height: auto !important;
}

.homeProject .owl-height .inner-box {
    /* max-height: 355px;
    overflow: hidden;
    opacity: 0.5; */
}

.homeProject .owl-height .center .inner-box{
    max-height: unset;
    opacity: 1;
}

.homeProject button{
    font-size: 25px;
}

.projectbasic li{
    font-size: 13px;
    line-height: 20px;
    color: #222429;
    padding-bottom: 20px;
}

.projectbasic li span{
    display: block;
}

.projectbasic li span.content{
    font-weight: 700;
}

.projectBtn{
    text-align: center;
    margin-top: 40px;
}

.imageCustom .wp-caption{
    position: relative;
}

.imageCustom .wp-caption figcaption{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
}

.homeProducts.featured-products{
    padding: 0;
}

.homeProducts .tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.homeProducts .tab-content.active {
    display: block;
    opacity: 1; 
}

.homeProducts .content h4 a{
    font-weight: 700;
    padding-bottom: 20px;
    display: block;
}

.product-carousel{
    gap: 25px;
}

.homeProducts .owl-nav{
    display: none;
}

.homeform .projectDevelop{
    padding: 0;
}

.video-display .video-wrapper {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    height: 500px;
}

.experience-container #video-frame{
    width: 100%;
    height: 100%;
    display: block;
}

.video-display iframe {
    width: 100%;
    height: 315px;
    border: 2px solid #7d5cc0; /* Border color similar to your example */
    background-color: black;
}

.thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}

.overlay-thumbnail {
    max-width: 100%;
    height: 100% !important;
    border-radius: 5px;
    max-height: 100%;
    display: block;
    object-fit: cover;
    width: 100%;
}

.play-button {
    position: absolute;
    font-size: 48px;
    color: white;
    width: 48px;
    height: 48px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.experience-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 50%;
    margin: 40px auto 0;
    border-bottom: 1px solid #FFDEC9;
}

.experience-container .tab-item{
    border-left: 1px solid #FFDEC9;
    padding: 0 15px;
    margin: 15px 0;
}

.experience-container .tab-item:last-child{
    border-left: 0;
}


.experience-container .tab-title {
    display: block;
    background: none;
    border: none;
    font-size: 16px;
    line-height: 21px;
    cursor: pointer;
    padding: 6px 10px;
    color: #AC8062;
}

.experience-container .tab-item.active .tab-title {
    background: #FFE3D1;
    color: #000;
}

#video-frame-p{
    width: 100%;
    max-width: 600px;
    height: 300px;
    margin: auto;
    display: block;
}

.homeSpecial .sec-title.light h2{
    color: #1C1C1C;
}

.homeSpecial .sec-title .text{
    margin-top: 0;
}

.project-block .content-box .title a{
    color: #fff;
}

.header-style-six.style-two .header-lower .outer-box .theme-btn:hover::before{
    background-color: var(--bg-theme-color2);
}

.homeCate,
.homeProduct {
    position: relative;
}

.homeCate:after{
    content: "";
    background-image: url(../images/vests.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 140px;
    height: 700px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 70px;
}

.project-section-five:after {
    content: "";
    background-image: url(../images/textile.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 140px;
    height: 700px;
    position: absolute;
    bottom: 0;
    left: 70px;
}

.homeProduct:after{
    content: "";
    background-image: url(../images/ballistic.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 140px;
    height: 700px;
    position: absolute;
    bottom: 0;
    left: 70px;
}

.logolist .swiper-slide-image{
    opacity: 0.6;
    transition: all 0.3s ease;
}

.logolist .swiper-slide-image:hover{
    opacity: 1;
    transform: scale(0.9);
}

.service-block-three .inner-box .inner-image{
    height: 100px;
    width: 100px;
    background-color: rgba(var(--theme-color2-rgb), 0.1);
    border-radius: 50%;
    padding: 10px;
    display: block;
    opacity: 1;
    z-index: 9999;
    position: relative;
    margin: 0 auto 15px;
}

.service-block-three .inner-box:hover .inner-image{
    background-color: var(--bg-theme-color2);
}

.service-block-three .inner-box img{
    transition: filter 0.3s ease;
}

.service-block-three .inner-box:hover img{
    filter: brightness(0) invert(1);
}

.contact-section-three{
    background-image: url(../images/h-contact.jpg);
    background-color: #181818;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-section-three h2{
    font-weight: 700 !important;
    letter-spacing: 0.9px;
    color: #fff;
    font-size: 45px;
}

.contact-section-three .text{
    color: #2D2D2D;
    margin-top: 0;
    color: #fff;
}

.contact-section-three .contact-details__info{
    display: block;
}

.contact-section-three .auto-container{
    margin: 0;
}

.contact-section-three .contact-details__info li .text a,
.contact-section-three .contact-details__info li .text span{
    color: #fff;
}

.contact-section-three .contact-details__info li .icon{
    background-color: var(--bg-theme-color2);
}

.homeform .projectTab .tab-button:hover{
    background: var(--bg-theme-color2);
} 

.homeform .projectTab .tab-button.active{
    background-color: #181818;
}

.homeform .projectTab .wpcf7-submit:hover{
    background: var(--bg-theme-color2);
    color: #E5E3DF;
}

.team-section-two h2{
    color: #E5E3DF;
}

.footer-widget .logo img{
    max-height: 60px;
}

.post-type-archive-project{
    background-image: url(../images/bg-proect.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    background-attachment: unset;
    background-color: #000;
}

.archiveTitleBanner{
    padding: 130px 26px 0;
}

.archiveTitleBanner .title,
.archiveCommon .title{
    color: #E5E3DF;
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.archiveTitleBanner .project-block .content-box .title,
.archiveCommon .project-block .content-box .title{
    font-size: 36px;
}

.archiveCommon .project-block .content-box .title{
    padding-right: 15px;
}

.archiveTitleBanner img{
    max-height: 500px;
    object-fit: cover;
}

.popup{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    width: 100%;
    height: 100vh;
    display: none;
    justify-items: center;
    align-items: center;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup.active{
    display: flex;
}

.popupInner{
    max-width: 730px;
    margin: auto;
    background-color: #181818;
    background-image: url(../images/popup.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 35px;
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.formBlock{
    max-width: 490px;
    margin: auto;
    padding: 20px 0;
    width: 100%;
}

.formBlock h3{
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.80);
    font-size: 32px;
    line-height: 64px;
    margin-bottom: 0;
    padding-bottom: 50px;
}

.formBlock .wpcf7-submit{
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    width: 100%;
    border: 0;
    padding: 0;
    background-color: var(--bg-theme-color2);
    cursor: pointer;
}

.formBlock .wpcf7-submit:hover{
    background-color: #E5E3DF;
}

button.close{
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 20px;
    background-color: transparent;
    padding: 0;
    border: 0;
    color: #fff;
}

.catBtn{
    margin: 30px auto 0;
    display: block;
    max-width: 190px;
}

.commonImage::after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.commonImage:hover:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.headLine{
    position: relative;
}

.headLine:after{
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background-color: #F60;
    top: 0;
    bottom: 0;
    left: calc(100% + 30px);
    margin: auto;
}

.headLine.alter:after{
    left: unset;
    right: calc(100% + 30px);
}

@media(max-width: 1366px){
    .homeProject .content-box{
        padding: 23px 35px;
    }
}


@media(max-width: 1200px){
    .mobile-menu .menu-item-has-children > a{
        pointer-events: none;
    }

    .sub-menu.active{
        display: block !important;
    }

    .mobile-menu .menu-item-has-children{
        cursor: pointer;
    }
}

@media (max-width: 1024px) {
    .header-style-six.style-two .header-lower{
        padding: 0;
    }

    .home-project-carousel .center{
        margin-right: 0;
        min-width: 800px;
    }

    .home-project-carousel .center .image img{
        height: 475px;
        object-fit: fill;
    }
}

@media(max-width: 991px){
    .experience-tabs{
        max-width: 100%;
    }

    .projectDevelop h3 {
        font-size: 50px;
        line-height: 65px;
    }

    .projectTab,
    .projectSlide {
        padding: 35px 0 0;
    }

    .project-section-five::after,
    .homeCate::after,
    .homeProduct::after {
        display: none;
    }

    .homeform .projectTab{
        max-width: 100%;
    }

    .archiveTitleBanner {
        padding: 60px 20px 0;
    }

    .projectSlide h2{
        font-size: 35px;
        line-height: 40px;
        font-weight: 500;
    }

    .homeProject .sec-title{
        margin-bottom: 0;
    }

    .headLine::after {
        display: none;
    }

    .featured-products .row.clearfix{
        flex-direction: column-reverse;
    }

    .homeProject .content-box{
        background-color: #fff;
        z-index: 9999;
        display: block;
    }

    .homeProject .image-box{
        opacity: 1;
    }

    .homeProject .image-box,
    .homeProject .center .image-box,
    .homeProject .content-box,
    .homeProject .center .content-box {
        max-width: 50%;
    }

    .home-project-carousel.owl-carousel .owl-item{
        margin: 0;
    }

    .home-project-carousel.owl-carousel .owl-item img{
        min-height: 430px;
        max-height: unset;
    }

    .home-project-carousel .center{
        min-width: auto;
    }

    .homeProject .content-box,
    .homeProject .center .content-box {
        padding: 15px;
    }

    .home-project-carousel .center .image img,
    .homeProject .center .news-block {
        height: 430px;
    }

}

@media (max-width: 820px) {
    .product-carousel{
        flex-wrap: wrap;
    }

    .product-carousel .product-block{
        max-width: 47%;
        margin-bottom: 0;
    }

    .homeProject .sec-title h2{
        padding-bottom: 25px;
    }
}


@media(max-width: 600px){
    .homeProject .sec-title {
        margin-bottom: 0;
    }

    .homeProject .sec-title h2,
    .team-section-two .sec-title h2  {
        font-size: 35px;
        text-align: center;
    }

    .homeProject .sec-title .sub-title{
        display: block;
        width: 100%;
    }

    .homeProject .sec-title .sub-title::before{
        left: 0;
        right: 0;
        margin: auto;
        display: block;
    }

    .video-display .video-wrapper{
        height: 300px;
    }

    .projectDevelop {
        padding: 35px 0 0;
    }

    .projectDevelop h3 {
        font-size: 35px;
        line-height: 45px;
    }

    .projectDevelop h5 {
        font-size: 25px;
        line-height: 40px;
    }

    .projectTab .tab-content {
        padding: 0;
    }

    .formflex p{
        flex-wrap: wrap;
    }

    .sec-title .text{
        max-width: 100%;
    }

    .contact-section-three h2{
        font-size: 30px;
        text-align: center;
    }

    .contact-section-three .text{
        text-align: center;
    }

    .project-block .content-box .cat{
        display: none;
    }

    .archiveProject .row > * {
        padding: 0 10px;
    }

    .archiveTitleBanner .project-block .content-box .title, 
    .archiveCommon .project-block .content-box .title {
        font-size: 25px;
    }

    .archiveTitleBanner .project-block .content-box .title {
        padding-right: 15px;
    }

    .projectSlide h2{
        font-size: 30px;
    }

    .contactButton{
        flex-direction: column;
        padding-bottom: 50px;
    }

    .contactButton .btn-style-three{
        font-size: 17px;
        width: 250px;
    }

    .home-project-carousel .center{
        min-width: 300px;
    }

    .homeProject .image-box, 
    .homeProject .center .image-box, 
    .homeProject .content-box, 
    .homeProject .center .content-box {
        max-width: 100%;
    }

    .home-project-carousel .center .image img, 
    .homeProject .center .news-block {
        height: auto;
    }

    .home-project-carousel.owl-carousel .owl-item img {
        min-height: auto;
    }

    .home-project-carousel.owl-carousel .owl-item .inner-box{
        flex-wrap: wrap;
    }

    .home-project-carousel .center .image img{
        height: auto;
        min-height: auto;
    }

    .home-project-carousel .center{
        padding: 0;
        margin-right: -11px;
    }

    .homeProject .owl-nav {
        max-width: 100%;
        display: none;
    }

    .footer-widget .logo img{
        display: block;
        margin: auto;
    }

    .product-details__content p{
        text-align: center;
    }

    .product-description .pt-0 {
        padding-bottom: 50px;
    }

    .archiveTitleBanner .title,
    .archiveCommon .title{
        text-align: center;
    }

    .description-item{
        text-align: center;
    }

    .services-details__content p,
    .services-details__content h3{
        text-align: center;
    }

    .contact-details__info .text{
        text-align: right;
    }

    .home-project-carousel.owl-carousel .owl-item{
        height: auto;
    }

    .product-carousel .product-block {
        max-width: 100%;
    }

}

@media (max-width: 420px){
    .homeProducts .content h4 a{
        padding-bottom: 0;
    }

    .popupInner{
        height: auto;
        padding: 35px 15px;
    }

    .formBlock{
        padding: 0;
    }

    .formBlock h3{
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 20px;
    }
}

.tax-product_category .mixitup-gallery .filters,
.search-results .mixitup-gallery .filters{
    display: none;
}

/* Scroll Animation */
.reveal{
    transform: translateX(-150px) !important;
    opacity: 0 !important;
    transition: .5s all ease !important;
}

.reveal.setup{
    transform: translateX(0) !important;
    opacity: 1 !important;
}

