﻿/*mission Vision Css Start*/

.triangle-down {
    width: 0px;
    height: 0px;
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    border-top: 80px solid #555;
}

.square {
    width: 400px;
    height: 200px;
    background-color: #555;
    position: relative;
    margin-top: 100px;
}

.Down-shadow {
    width: 0px;
    height: 0px;
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    border-top: 120px solid #000;
    margin-top: -80px;
    z-index: -1;
    position: absolute;
}

.logoWrapper {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
}

    .logoWrapper img {
        height: 100%;
        position: absolute;
    }

    .logoWrapper.mission img {
        left: 0%;
    }

    .logoWrapper.vision img {
        right: 0%;
    }

.MissionVisionDetails {
    display: flex;
    justify-content: center;
}

.ContentWrapper {
    padding: 5%;
}

    .ContentWrapper p {
        padding-top: 70px;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0.5px;
        color: #fff;
        text-align: center;
    }

.MissionVisionWrapper {
    margin: 0px 10px;
}
/*mission Vision Css End*/

/*Heading details Css Start*/
.ProductWrap .Wrapper h3 {
    text-transform: uppercase;
    background-image: linear-gradient(to right top, #ffff34, #ffc812, #ff8f2f, #ff554d, #eb1267);
    background-size: 50% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    animation: gradientAnim 8s ease alternate infinite;
    text-align: center;
}

@keyframes gradientAnim {
    to {
        background-position: 100% top;
    }
}


/*Client details Logo CSS Start*/
@media (max-width: 1440px) {
    .main-wrapper {
        width: 100vw;
    }
}


.reviews.clientDetails {
    margin-top: 2rem;
    overflow: hidden;
    padding-bottom: 2%;
}

.clientDetails .reviews-title {
    text-align: center;
    margin-bottom: 7rem;
}

    .clientDetails .reviews-title p {
        font-family: 'Playfair Display', serif;
        font-size: 5rem;
        color: white;
    }

.clientDetails .reviews-card {
    display: grid;
    grid-template-columns: 1fr 210px;
}

@media (max-width: 425px) {
    .clientDetails .reviews-card {
        grid-template-columns: 1fr;
        width: fit-content;
    }
}

.clientDetails .card-img {
    width: 100px;
    position: relative;
    top: 50%;
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.clientDetails .card-text {
    background-color: #EAF2FB;
    padding: 1rem 1rem;
    height: 110px;
    overflow: hidden;
    border-radius: 0px 50px 0px 50px;
}

@media (max-width: 500px) {
    .clientDetails .card-text {
        padding: 0.5rem 0.5rem;
        width: 30vw;
        height: fit-content;
    }
}

.clientDetails .card-title p {
    font-weight: 800;
    color: #F45D01;
}

.clientDetails .card-para {
    margin-top: 1rem;
    margin-bottom: 0.8rem;
}

.clientDetails .card-author {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}


.clientDetails .reviews-row {
    display: flex;
    gap: 2rem;
}

@media (max-width: 500px) {
    .clientDetails .card-title p {
        font-weight: 700;
        font-size: 0.8rem;
        line-height:16px;
    }

    .clientDetails .card-para p {
        font-size: 0.7rem;
    }

    .clientDetails .card-author p {
        font-size: 0.7rem;
    }

    .clientDetails .reviews-row {
        flex-direction: row;
        margin: 0 auto;
        width: fit-content;
    }

    .clientDetails .card-img {
        width: 50px;
    }
    .clientDetails .card-para{
        margin-top:0rem;
        margin-bottom:0rem;
    }
    .card-title{
        margin-bottom:0rem;
    }
    .clientDetails .reviews-card {
        grid-template-columns: 1fr 120px;
    }
}

.clientDetails .row-first,
.clientDetails .row-third {
    animation: move-first 25s linear infinite;
    margin-bottom: 2rem;
}

.clientDetails .row-second {
    transform: translateX(-1000px);
    animation: move-second 25s linear infinite;
    margin-bottom: 2rem;
}


@media (max-width: 425px) {
    /*.clientDetails .row-second,
    .clientDetails .row-third {
        display: none;
    }

    .clientDetails .row-first {
        animation: none;
    }*/
}

@keyframes move-first {
    50% {
        transform: translateX(-1000px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes move-second {
    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-1000px);
    }
}

.clientDetails .title-content {
    padding: 2%;
}

.clientDetails .sub-title,
.clientDetails .hny-title {
    text-align: center;
}

.w3l-main-slider .banner-info-bg {
    max-width: 900px;
}

/*Homepage Product  Css Start*/
.ProductWrapper {
    display: flex;
    justify-content:center;
}

.ProductSection {
    width: 25%;
}

.DetailWrapper {
    width: 90%;
    position: relative;
    display: block;
    margin: 0px auto;
    background-color: #EAF2FB;
    padding: 4%;
    border-radius: 10px;
}

.ProductImage img {
    width: 100%;
    border-radius: 10px;
}

.HomeProductDetails {
    padding-bottom: 5%;
}

.ProductTitle {
    margin: 20px 0px;
    text-align: center;
}

/*Product details Css Start*/

.ProductWrap {
    text-align: center;
}

    .ProductWrap h2 {
        font-weight: 100;
        margin-bottom: 50px;
        text-transform: lowercase;
        margin-top: 40px;
    }

    .ProductWrap p {
        font-size: 16px;
        margin: 15px auto;
        text-align: justify;
    }

    .ProductWrap .doing {
        transform: rotate(-35deg);
        display: block;
        position: absolute;
        top: 0;
        left: -90px;
        margin-top: 25px;
        text-align: center;
        background-color: #15748b;
        width: 300px;
        color: #fff;
        padding: 5px 0px;
    }

    .ProductWrap .will-fadeIn {
        display: block;
        width: 100%;
        max-width: 640px;
        margin: 20px auto;
        padding: 10px;
        position: relative;
    }

        .ProductWrap .will-fadeIn:nth-child(odd) {
            height: auto;
            
        }

    .ProductWrap.ducted .will-fadeIn {
        height: auto;
    }

    

    .ProductWrap .fadeInRight {
        -webkit-animation: fadeInRight .9s ease .8s both;
        -moz-animation: fadeInRight .9s ease .8s both;
        -ms-animation: fadeInRight .9s ease .8s both;
        -o-animation: fadeInRight .9s ease .8s both;
        animation: fadeInRight .9s ease .8s both;
    }

@media (prefers-reduced-motion) {
    .fadeInRight .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}

.fadeInLeft {
    -webkit-animation: fadeInLeft .9s ease .8s both;
    -moz-animation: fadeInLeft .9s ease .8s both;
    -ms-animation: fadeInLeft .9s ease .8s both;
    -o-animation: fadeInLeft .9s ease .8s both;
    animation: fadeInLeft .9s ease .8s both;
}

@media (prefers-reduced-motion) {
    .fadeInLeft .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-ms-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-ms-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.Wrapper {
    display: flex;
}

    .Wrapper li {
        list-style: none;
        text-align: left;
        font-size: 16px;
        line-height: 25px;
        color: #808080;
        padding-left:20px;
    }

.AC-product-Image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 70%;
}

    .AC-product-Image img {
        width: 100%;
    }
/*Product Heading CSS Start*/
.ProductWrap .text-box {
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.ProductWrap .heading-primary {
    color: #333;
    text-transform: uppercase;
}

.ProductWrap .heading-primary-main {
    display: block;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 25px;
    /*  Animation decalaration   */
    animation-name: TextmoveInleft;
    animation-duration: 3s;
}

.ProductWrap .heading-primary-sub {
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 15.9px;
    animation-name: TextmoveInRight;
    animation-duration: 3s;
    color: #F45D01;
}

@keyframes TextmoveInleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes TextmoveInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    80% {
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.scrollSection {
    display: block;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.9s ease 0.50s;
}

    .scrollSection.animate {
        opacity: 1;
        transform: translateY(0);
    }

/*button Css Start*/
.ProductButton {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ButtonWrapper {
    display: block;
    --c: #f15a24;
    color: var(--c);
    font-size: 14px;
    border: 0.3em solid var(--c);
    border-radius: 0.5em;
    width: 150px;
    height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    margin: 1em auto;
}

    .ButtonWrapper span {
        position: absolute;
        width: 25%;
        height: 100%;
        background-color: var(--c);
        transform: translateY(150%);
        border-radius: 50%;
        left: calc((var(--n) - 1) * 20%);
        transition: 0.5s;
        transition-delay: calc((var(--n) - 1) * 0.1s);
        z-index: -1;
    }

    .ButtonWrapper:hover {
        color: #fff;
    }

        .ButtonWrapper:hover span {
            transform: translateY(0) scale(2);
        }

    .ButtonWrapper span:nth-child(1) {
        --n: 1;
    }

    .ButtonWrapper span:nth-child(2) {
        --n: 2;
    }

.ButtonWrapperi span:nth-child(3) {
    --n: 3;
}

.ButtonWrapper span:nth-child(4) {
    --n: 4;
}

/*Brocture CSS start*/
.ProductBrochureWrapper a {
    display: flex;
    text-transform: uppercase;
}

    .ProductBrochureWrapper a span {
        width: 25px;
        margin-right: 5px;
    }

        .ProductBrochureWrapper a span img {
            width: 100%;
        }

.w3l-bottom-grids-6 .grids-feature span.fa {
    background: #f15a24;
}

.area-box::after {
    background: rgba(241, 90, 36, 0.6) none repeat scroll 0 0;
}

.HeaderSection-Wrapper {
    position: fixed;
    width: 100%;
    top: 0%;
    z-index: 3;
}

.w3l-header-nav {
    background-color: #fff;
    padding: 5px 0;
}

.HomeProductDetails .sub-title,
.HomeProductDetails .hny-title {
    text-align: center;
}
.HomeProductDetails .title-content{
    padding: 2% 0%;
}
.HeaderSet {
    margin-top: 120px;
}
nav#breadcrumbs a {
    color: #F45D01;
}
/*Contact Page CSS Start*/
.w3l-contact-main .contact-map .cont-details {
    background: #F45D01;
    right: 0%;
    padding: 1em 1em;
    width: 30%;
    min-height: 8em;
}
.w3l-contact-main .contact-map .cont-details h5,
.w3l-contact-main .opening-info-day span {
        color: #FFF;
}
    .w3l-contact-main .contact-map .cont-details h5 {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 10px;
    }
.WhatsappWrapper {
    position: fixed;
    top: 60%;
    right: 0.9%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index:1;
    overflow:hidden;
}
.WhatsappWrapper img{
    width:100%;
}
.Wrapper li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #F45D01;
    font-size: 16px;
}
.w3l-header-nav .navbar-light a.navbar-brand{
    width: 200px;
}
.w3l-header-nav .navbar-light a.navbar-brand img{
    height:auto;
    width:100%;
}
.w3l-contact-main .contact-grids input, .w3l-contact-main .contact-grids textarea,
.w3l-contact-main .contact-grids input:focus, .w3l-contact-main .contact-grids textarea:focus {
    border: 2px solid #EAF2FB;
}
.w3l-footer-66 a.navbar-brand{
    width:140px;
}
.w3l-footer-66 a.navbar-brand img{
    width:100%;
}
.ProductWrap .will-fadeIn.centrifugal{
    padding-bottom: 7%;
}

/*gallary css start*/
.gallery-image {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .gallery-image img {
        //height: 250px;
        width: 350px;
        transform: scale(1.0);
        transition: transform 0.4s ease;
    }

.img-box {
    box-sizing: content-box;
    margin: 10px;
    height: 250px;
    width: 350px;
    overflow: hidden;
    display: inline-block;
    color: white;
    position: relative;
    background-color: white;
}

.caption {
    position: absolute;
    bottom: 5px;
    left: 20px;
    opacity: 0.0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
    height: 250px;
    width: 350px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
}

.img-box:hover img {
    transform: scale(1.1);
}

.img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.3);
}

.img-box:hover .caption {
    transform: translateY(-20px);
    opacity: 1.0;
}

.img-box:hover {
    cursor: pointer;
}

.caption > p:nth-child(2) {
    font-size: 0.8em;
}

.opacity-low {
    opacity: 0.5;
}
.ProductWrap .heading-primary-main.font-adjustment {
    font-size: 39px;
    letter-spacing: 12px;
}