﻿:root {
    --transition-service-card: 0.3s ease-in-out;
    --textColorBlack: #000000;
    --primaryYellowColor: #FBB531;
    --themeTwoPrimaryColor: #f2ae2b;
    --backgroundOne: linear-gradient(101.22deg, #F1FDFF 30.8%, #FFFEF7 100%);
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* common css  */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*.text-align-justify {
    text-align: justify;
}

.filter-invert {
    filter: invert(1);
}

.mb-100{
    margin-bottom:100px;
}

.prevent-select {
    -webkit-user-select: none;*/ /* Safari */
/*-ms-user-select: none;*/ /* IE 10 and IE 11 */
/*user-select: none;*/ /* Standard syntax */
/*}

.p-10 {
    padding: 10px;
}*/
.pt--0{
    padding-top:0!important;
}
.pb--0{
    padding-bottom:0!important;
}
.pb--6{
    padding-bottom:3rem!important;
}
.watermarkImage-One {
    width: 400px;
    height: 282px;
    position: absolute;
    background-image: url('../img/icon/Vector4.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.watermarkImage-One-Repeat {
    width: 592px;
    height: 282px;
    position: absolute;
    background-image: url('../img/icon/Vector4.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.watermarkImage-One-heroProduct {
    width: 400px;
    height: 282px;
    position: absolute;
    background-image: url('../img/icon/Vector4.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.list-style-discOne {
    list-style: disc;
    margin-left: 2rem;
}

.divError {
    font-size: 13px;
    line-height: 1.5;
    color: red;
    height: 15px;
    margin-bottom: 1.5rem;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.p-30 {
    padding: 30px !important;
}

/*======================= end of common css===========================================*/

.primary__btn:hover {
    background: var(--primaryYellowColor);
}


.newsletter__popup--footer {
    display: flex;
}

.newsletter__popup--dontshow__again--text {
    margin-left: 1rem;
}

.services__card::after {
    filter: invert(1);
}

.hero-product {
    position: relative;
    z-index: 2;
    max-width: fit-content;
    animation: shapeani3 5s linear infinite;
}

.hero-product-title {
    font-size: 42px;
}

.hero-lottie {
    /* width: 200px;*/
    /* height: 200px;*/
    width: 150px;
    height: 150px;
    position: absolute;
    /*top: 0;*/
    transform: translate(-70%, -70%);
    right: 0;
}

.featured__product--card {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.featured__product--card__icon {
    padding: 0 10px;
}

.featured__product--card__icon--img {
    /*width: 70%;*/
}

.featured__product--card.left-sided {
    /*text-align:left;*/
    padding-left: 0;
    margin-right: auto;
}

    .featured__product--card.left-sided .featured__product--card__icon {
        /* margin: 0 auto 2.3rem 10rem;*/
    }

.featured__product--card.right-sided {
    /*text-align: right;*/
    padding-right: 0;
    margin-left: auto;
}

    .featured__product--card.right-sided .featured__product--card__icon {
        /*margin: 0 10rem 2rem auto;*/
    }

    .featured__product--card.left-sided .featured__product--card__content, .featured__product--card.right-sided .featured__product--card__content {
        display: flex;
    }

.featured__product--card.left-sided .featured__product--card__content {
    justify-content: start;
}

.featured__product--card.right-sided .featured__product--card__content {
    justify-content: end;
}

.featured__product--card.left-sided .featured__product--card__desc, .featured__product--card.right-sided .featured__product--card__desc {
    /*width: 70%;*/
}

@keyframes shapeani3 {
    0% {
        transform: translateY(15px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(15px);
    }
}

.image__with--text__thumbnail::after {
    position: absolute;
    content: " ";
    width: 200px;
    height: 200px;
    background: rgba(59, 38, 219, 0.1);
    top: 55%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    animation: b-shadow 2s linear infinite;
}

@keyframes b-shadow {
    0% {
        box-shadow: 0px 0px 0px 20px rgba(44, 147, 178, 0.1), 0px 0px 0px 40px rgba(44, 147, 178, 0.1), 0px 0px 0px 60px rgba(44, 147, 178, 0.1), 0px 0px 0px 80px rgba(44, 147, 178, 0.1), 0px 0px 0px 100px rgba(44, 147, 178, 0.1);
    }

    50% {
        box-shadow: 0px 0px 0px 50px rgba(44, 147, 178, 0.1), 0px 0px 0px 75px rgba(44, 147, 178, 0.1), 0px 0px 0px 100px rgba(44, 147, 178, 0.1), 0px 0px 0px 125px rgba(44, 147, 178, 0.1), 0px 0px 0px 150px rgba(44, 147, 178, 0.1);
    }

    100% {
        box-shadow: 0px 0px 0px 20px rgba(44, 147, 178, 0.1), 0px 0px 0px 40px rgba(44, 147, 178, 0.1), 0px 0px 0px 60px rgba(44, 147, 178, 0.1), 0px 0px 0px 80px rgba(44, 147, 178, 0.1), 0px 0px 0px 100px rgba(44, 147, 178, 0.1);
    }
}

.div-hero-feature {
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

    .div-hero-feature:hover {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
        border-radius: 10px;
        box-shadow: 0px 0px 5px 3px var(--secondary-color);
    }



/*.main__logo--img{
    width:80%;
}
*/

.bg-light {
    background-image: url('../assets/img/background/4_2.png');
}

.header__menu--link {
    font-size: 1.5rem;
}

    .header__menu--link::before {
        background: var(--primaryYellowColor);
    }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*03 - Featured Products Section */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.sectionThree {
    position: relative;
    /* background: linear-gradient(180deg, #F1FDFF 30.8%, #FFFEF7 100%);*/
}

    .sectionThree .watermarkImage-One {
        bottom: 0;
    }

    .sectionThree .project__card--content__title {
        text-align: left;
    }

        .sectionThree .project__card--content__title:hover, .sectionThree .project__card--content__left:hover {
            color: var(--primaryYellowColor);
        }

    .sectionThree .project__card--content__left {
        text-align: left;
    }

    .sectionThree .project__card--content__subtitle {
        color: var(--black-color);
    }

        .sectionThree .project__card--content__subtitle:hover {
            color: var(--primaryYellowColor);
        }

    .sectionThree .tab_content {
        /* margin-top: 10rem;*/
        margin-top: 5rem;
    }

    .sectionThree .project__card {
        /* border: 1px solid #B7D7EF;*/
        border-radius: 20px;
        padding: 20px;
        min-height: 250px;
        /*background: transparent;*/
        /*background: linear-gradient(90deg, #F4F4F3 1.85%, #F4F4F3 49.48%, rgba(244, 244, 243, 0) 72.99%);*/
        background: linear-gradient(91.37deg, #FFF7E5 1.27%, #FFFFFF 97.09%);
    }

        .sectionThree .project__card .project__card--link {
            display: flex;
            /*flex-direction: column;*/ flex-direction: row;
            align-items: center;
            justify-content: space-between;
        }

            .sectionThree .project__card .project__card--link:hover {
                color: var(--primaryYellowColor);
            }

                .sectionThree .project__card .project__card--link:hover .project__card--btn__svg {
                    color: var(--primaryYellowColor);
                }

                .sectionThree .project__card .project__card--link:hover .project__card--content__subtitle {
                    color: var(--primaryYellowColor);
                }

    .sectionThree .project__card--thumbnail {
        /*height: 150px;*/
        height: 200px;
        width: 150px;
        overflow: visible;
        /*background: linear-gradient(180deg, #ADDAF9 0%, rgba(175, 222, 253, 0) 100%);*/
        /*background: linear-gradient(180deg, #D9EFFF 0%, rgba(175, 222, 253, 0) 100%);*/
        /*background: linear-gradient(180deg, #B7D7EF 0%, rgba(175, 222, 253, 0) 100%);*/
        /* border-radius: 50%;*/
        /*border: 1px solid #E4F4FF;*/
    }

        .sectionThree .project__card--thumbnail::before {
            background: transparent;
        }

        .sectionThree .project__card--thumbnail .project__card--thumbnail__img {
            position: absolute;
            /*max-width: 95px;*/
            max-width: 100%;
            max-height: 200px;
            /*height: 200px;*/
            object-fit: contain;
            bottom: 0;
            /*right: 25px;*/
            z-index: 1;
        }

    .sectionThree .project__card--content {
        max-width: 50%;
        background: transparent;
        box-shadow: none;
        text-align: center;
        padding: 0;
    }

.home-sectionFour {
}

    .home-sectionFour .swiper-slide {
    }

    /*.home-sectionFour .swiper-slide-active:hover {
        width: 320px;
    }*/

    .home-sectionFour .blog__card {
        height: 425px;
        border: 1px solid;
        border-radius: 20px 140px 20px 20px;
        background: #FCFCFC;
    }

        .home-sectionFour .blog__card .blog__card--thumbnail {
            width: 100px;
            height: 100px;
            margin-left: 2.8rem;
            margin-top: 50px;
        }

            .home-sectionFour .blog__card .blog__card--thumbnail::before {
                background: transparent;
            }

        .home-sectionFour .blog__card .blog__card--content {
            display: flex;
            flex-direction: column;
            min-height: 270px;
            text-align: left;
            margin-top: 2.2rem;
            position: relative;
            z-index: 0;
        }

            .home-sectionFour .blog__card .blog__card--content .blog__card--title {
                margin-bottom: 1rem;
            }

            .home-sectionFour .blog__card .blog__card--content .serivce-company-icon {
                bottom: 20px;
                right: 0;
                z-index: -1;
            }

        .home-sectionFour .blog__card .serivce-info {
            /*font-family: "Inter", sans-serif;*/
            font-style: normal;
            font-size: 16px;
            font-weight: 400;
            line-height: 25.6px;
            /*text-align: left;*/
            color: #8F8F8F;
        }

        .home-sectionFour .blog__card .knowMore {
            /*margin-top: 2.2rem;*/
        }

            .home-sectionFour .blog__card .knowMore .arrow-right {
                margin-left: 8px;
            }

.serivce-company-icon {
    position: absolute;
    width: 288px;
    height: 138px;
    background-image: url('../img/icon/Vector_3.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.home-sectionFour-service {
}

    .home-sectionFour-service .blog__section--inner {
        display: flex;
        width: 100%;
        justify-content: center;
    }

        .home-sectionFour-service .blog__section--inner .blog__card {
            flex: 1 1 20px;
            margin: 10px;
            /* width:270px;*/
            min-width: 320px;
            max-width: 320px;
            /*height: 395px;*/
            height: 370px;
            min-height: 370px;
            /*height:365px;*/
            position: relative;
            z-index: 0;
            overflow: hidden;
            border-radius: 20px 140px 20px 20px;
            background: #FCFCFC;
            transition: var(--transition-service-card);
        }

            .home-sectionFour-service .blog__section--inner .blog__card:hover {
                flex: 2 1 20px;
                background: #FFF7E5;
            }

    .home-sectionFour-service .blog__card .blog__card--thumbnail {
        width: 80px;
        height: 80px;
        margin-left: 2.8rem;
        margin-top: 20px;
    }

        .home-sectionFour-service .blog__card .blog__card--thumbnail::before {
            background: transparent;
        }

    .home-sectionFour-service .blog__card .blog__card--content {
        display: flex;
        flex-direction: column;
        min-height: 240px;
        justify-content: space-between;
        text-align: left;
        margin-top: 2.2rem;
        padding-bottom: 0;
    }

        .home-sectionFour-service .blog__card .blog__card--content .blog__card--title {
            /* font-family: "Inter", sans-serif;*/
            /*font-size: 24px;*/
            font-size: 20px;
            font-weight: 600;
            /*line-height: 36.17px;*/
            /* text-align: left;*/
            color: var(--black-color);
            margin-bottom: 0;
        }

        .home-sectionFour-service .blog__card .blog__card--content .serivce-company-icon {
            bottom: 0;
            right: 0;
            z-index: -1;
        }

    .home-sectionFour-service .blog__card .serivce-info {
        /* font-family: "Inter", sans-serif;*/
        font-style: normal;
        font-size: 16px;
        font-weight: 400;
        line-height: 25.6px;
        /*text-align: left;*/
        color: #8F8F8F;
        /* transition: all .5s;
        -wenkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;*/
    }

    /*.home-sectionFour-service .blog__section--inner .blog__card:hover .serivce-info {
        bottom: 10px;
    }*/

    .home-sectionFour-service .blog__card .knowMore {
        margin-top: 0;
        color: var(--primaryYellowColor);
        /*transition: all 0.7s ease-out;
        -wenkit-transition: all 0.7s ease-out;
        -moz-transition: all 0.7s ease-out;
        -o-transition: all 0.7s ease-out;
        -ms-transition: all 0.7s ease-out;*/
        /*background: yellow;*/
        /*height: 300px;
        position: absolute;
        bottom: 115px;
        height:auto;
        opacity: 1;
        -webkit-transition: all 0.7s ease-out;
        -moz-transition: all 0.7s ease-out;
        -ms-transition: all 0.7s ease-out;
        -o-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;*/
    }

        .home-sectionFour-service .blog__card .knowMore .arrow-right {
            margin-left: 8px;
        }


/*-------------------------------------------------------------------------------------------------------------------------------*/
/*08 - Testimonial Section */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.testimonial-section {
    /*background: #000;*/
    background: linear-gradient(260deg, #D4F3F9 0%, #FCFBE3 100%);
    position: relative;
}

.testimonial-left-sidebar {
    /* margin: 102px 0px 97px;*/
    padding: 118px 0px 97px;
}

.testimonial-slider {
}

    .testimonial-slider .carousel-control.left {
        background: none;
    }

    .testimonial-slider .carousel-control {
        width: 20px;
        top: 50px;
    }

.testimonial-left-sidebar .testimonial-head {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding: 0px 60px;
    /*padding:0;*/
}

    .testimonial-left-sidebar .testimonial-head .testi-img {
        width: 123px;
        float: left;
    }

        .testimonial-left-sidebar .testimonial-head .testi-img .img-circle {
            border-radius: 50%;
        }

    .testimonial-left-sidebar .testimonial-head .testi-text {
        float: left;
        margin: 30px 0px 0px 30px;
    }

        .testimonial-left-sidebar .testimonial-head .testi-text h5 {
            font-size: 20px;
            color: #000;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .testimonial-left-sidebar .testimonial-head .testi-text .testi-designation {
            font-size: 20px;
            color: #000;
            font-weight: 300;
        }

.testimonial-left-sidebar .swiper__nav--btn {
    top: 65px;
    visibility: visible;
    opacity: 1;
    background: none;
}

    .testimonial-left-sidebar .swiper__nav--btn ~ .swiper__nav--btn::after {
        filter: invert(1);
    }

    .testimonial-left-sidebar .swiper__nav--btn.swiper-button-next {
        filter: invert(1);
    }

.testimonial-left-sidebar p {
    font-size: 17px;
    color: #aeaeae;
}

.testimonial-rght-head {
    width: 34%;
    float: right;
    /*background: var(--primaryYellowColor);*/
    background: linear-gradient(460deg, #D4F3F9 0%, #FCFBE3 100%);
    /*padding: 133px 0px 123px;*/
    /*padding: 150px 0px 123px;*/ padding: 150px 0px 138px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
}

    .testimonial-rght-head:before {
        position: absolute;
        left: -159px;
        top: 0px;
        width: 159px;
        /* height: 457px;*/ height: 472px;
        content: "";
        border-bottom: 457px solid var(--primaryYellowColor);
        border-color: #D4F3F9;
        border-left: 157px solid transparent;
    }

    .testimonial-rght-head h2 {
        font-size: 50px;
        color: #000;
        background: url(../assets/img/slider/testi-quotes.png) no-repeat center top;
        padding: 146px 0px 0px;
        float: left;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        margin-bottom: 0px;
    }

.testimoinalPara {
    min-height: 242px;
}
/*======testimonial section end=======*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*09 - Industries Section */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.home-sectionNine {
}

    .home-sectionNine .blog__section--inner {
    }

        .home-sectionNine .blog__section--inner .team-card {
            width: 227px;
            height: 226px;
            display: flex;
            flex-direction: column;
            /* justify-content: center;*/
            justify-content: end;
            background-image: url('../img/background/Rectangle_8.png');
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            /*-webkit-box-shadow: 0 0 36px rgba(0, 0, 0, 0.16);*/
            /* box-shadow: 0 0 36px rgba(0, 0, 0, 0.16);*/
        }

            /*.home-sectionNine .blog__section--inner .team-card:hover > .home-sectionNine .blog__section--inner .team-card .team__card--thumbnail__img {
                transform: scale(1.2);
            }*/

            .home-sectionNine .blog__section--inner .team-card .team__card--thumbnail {
                position: absolute;
                bottom: 90px;
                left: 8.5rem;
                opacity: 1;
                -webkit-transition: all 0.7s ease-out;
                -moz-transition: all 0.7s ease-out;
                -ms-transition: all 0.7s ease-out;
                -o-transition: all 0.7s ease-out;
                transition: all 0.7s ease-out;
            }

            .home-sectionNine .blog__section--inner .team-card .team__card--thumbnail__img {
                width: 90px;
                height: 90px;
                transition: var(--transition-service-card);
            }

            .home-sectionNine .blog__section--inner .team-card .team__card--content {
                padding: 1rem 3rem;
                margin-bottom: 4.5rem;
            }

                .home-sectionNine .blog__section--inner .team-card .team__card--content.heavyIndustry {
                    margin-bottom: 2.5rem;
                }

                .home-sectionNine .blog__section--inner .team-card .team__card--content .team__card--content__title {
                    /* font-family: "Inter", sans-serif;*/
                    /*font-size: 24px;*/
                    font-size: 18px;
                    font-weight: 600;
                    /*line-height: 36.17px;*/
                    /*text-align: left;*/
                    padding-left: 3rem;
                    color: var(--black-color);
                }


.site-text-primary {
    color: var(--primaryYellowColor);
}

/*======================================
. Animate line
======================================*/
.animate_line {
    position: relative;
    z-index: 0;
    padding: 15px 15px;
}

    .animate_line:after,
    .animate_line:before {
        content: "";
        height: 4px;
        width: 0px;
        position: absolute;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        z-index: -1;
    }

    .animate_line:after {
        left: 5px;
        bottom: 5px;
    }

    .animate_line:before {
        right: 5px;
        top: 5px;
    }

    .animate_line:hover:after,
    .animate_line:hover:before {
        width: 50%;
        height: 50%;
        background: var(--primaryYellowColor);
    }

@media only screen and ( max-width:768px) {
    .animate_line:after {
        bottom: 5px;
    }

    .animate_line:before {
        top: 5px;
    }
}

/* 1.32 button text link */

.site-button-link {
    display: inline-block;
    position: relative;
    font-weight: 700;
}

    .site-button-link:before {
        position: absolute;
        content: "\f178";
        font-family: 'FontAwesome';
        left: 50%;
        top: 0px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        opacity: 0;
    }

    .site-button-link:hover:before {
        left: 110%;
        opacity: 1;
    }

.service-box-content-new {
    margin-bottom: 30px;
    /*border-bottom: 1px solid #ddd;*/
    padding-bottom: 30px;
}

    .service-box-content-new p {
        min-height: 78px;
        margin-bottom: 0px;
        color: inherit;
    }

/*.card1:hover .site-text-primary,
.card1:hover .s-title-one,
.card1:hover .service-box-content-new p {
    color: #fff;
}*/

/*======================================
. cardbg
======================================*/
.cardbg {
    position: relative;
    z-index: 1;
    border: 1px solid #ddd;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.cardbg-pic {
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.cardbg:hover {
    background-color: #000 !important;
    border: 1px solid transparent;
    color: #fff;
}

    .cardbg:hover .s-title-one,
    .cardbg:hover .site-button-link {
        color: #fff;
    }


    .cardbg:hover .cardbg-pic {
        opacity: 0.2;
    }

/*======================================*/

.wt-icon-box-wraper-new {
    position: relative;
    margin-bottom: 40px;
}

.wt-icon-number-new {
    position: absolute;
    right: 0px;
    top: 0px;
}

    .wt-icon-number-new span {
        font-size: 120px;
        line-height: 100px;
        color: rgba(0,0,0,0.1);
        font-weight: 500;
        opacity: 0.5;
        display: block;
        font-family: 'Teko', sans-serif;
    }

/*-------------------------------------
	4. For only icons
-------------------------------------*/

.icon-xld,
.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
    display: inline-block;
    text-align: center;
}

    .icon-xld i,
    .icon-xl i,
    .icon-lg i,
    .icon-md i,
    .icon-sm i,
    .icon-xs i {
        vertical-align: middle;
    }

.icon-xld {
    width: 120px;
}

    .icon-xld i {
        font-size: 100px;
    }

    .icon-xld.inline-icon {
        width: auto;
        text-align: left !important;
    }

.icon-xl {
    width: 100px;
}

    .icon-xl i {
        font-size: 80px;
    }

    .icon-xl.inline-icon {
        width: auto;
        text-align: left !important;
    }

.icon-lg {
    width: 80px;
}

    .icon-lg i {
        font-size: 60px;
    }

    .icon-lg.inline-icon {
        width: auto;
        text-align: left !important;
    }

.icon-md {
    width: 60px;
}

    .icon-md i {
        font-size: 45px;
    }

    .icon-md.inline-icon {
        width: auto;
        text-align: left !important;
    }

.icon-sm {
    width: 40px;
}

    .icon-sm i {
        font-size: 30px;
    }

    .icon-sm.inline-icon {
        width: auto;
        text-align: left !important;
    }

.icon-xs {
    width: 30px;
}

    .icon-xs i {
        font-size: 20px;
    }

    .icon-xs.inline-icon {
        width: auto;
        text-align: left !important;
    }

    .icon-xld img,
    .icon-xl img,
    .icon-lg img,
    .icon-md img,
    .icon-sm img,
    .icon-xs img {
        vertical-align: middle;
        max-width: 100%;
        width: auto;
    }

.icon-xld img {
    height: 90px;
}

.icon-xl img {
    height: 80px;
}

.icon-lg img {
    height: 70px;
}

.icon-md img {
    height: 50px;
}

.icon-sm img {
    height: 30px;
}

.icon-xs img {
    height: 20px;
}

/*-----------------------------------------*/

.service-box-title-new {
    margin-left: 0px;
    margin-bottom: 20px;
    font-size: 30px;
}

    .service-box-title-new .s-title-one {
        font-size: 18px;
    }

.m-b30 {
    margin-bottom: 30px;
}

.service-box-1-new {
    position: relative;
    padding: 30px;
    height: 386px;
}


.bg-one {
    /*background: linear-gradient(180deg, #F1FDFF 0%, #FFFCEA 100%);*/
    background: linear-gradient(180deg, #D4F3F9 0%, #FCFBE3 100%);
}

.infrastructure--inner {
}

    .infrastructure--inner ul {
        text-align: left;
    }

        .infrastructure--inner ul li {
            font-size: 16px;
            line-height: 1.5;
        }

    .infrastructure--inner p {
        font-size: 16px;
        line-height: 1.5;
        text-align: justify;
    }

    .infrastructure--inner .single__counterup {
        height: 440px;
    }

.infra-info {
    height: 148px;
    /*border: 1px solid;*/
    overflow: hidden;
}

.infra-image {
    height: 100px;
}

.our-product {
}



    .our-product .product__card--thumbnail__img {
        width: 100%;
        height: 250px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }

.our-other-product {
}

    .our-other-product .product__inner .product__card--thumbnail__img {
        width: 100%;
        height: 319px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }

.product__card--content {
    background: #FFFFFF;
}

.product-list-grid {
}

    .product-list-grid .product__card--thumbnail__img {
        width: 100%;
        object-fit: contain;
        min-height: 370px;
        /*height: 250px;*/
        aspect-ratio: 1/1;
    }

    .product-list-grid p {
        text-align: justify;
    }

.emarket-card {
}

    .emarket-card .product__card--thumbnail__img {
        width: 100%;
        /*height: 319px;*/
        height: 32rem;
        object-fit: contain;
    }

.product__card--col:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
}

.product-details {
}

    .product-details .product__media--nav__items--img {
        height: 115px;
        object-fit: contain;
    }

    .product-details .product__media--preview__items--img {
        /*width: 100%;*/
        max-width: 100%;
        height: 500px;
        object-fit: contain;
    }

.span.info__list--item-head {
    width: auto;
}

.detail-tab-One {
}

    .detail-tab-One ul li {
        font-size: 16px;
        line-height: 1.5;
    }

.clientImage {
    width: 100%;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    /*object-fit:contain;*/
}

.client-image-row {
}

    .client-image-row img {
        max-height: 100px;
        object-fit: contain;
    }

.featured__product--thumbnail__img {
    height: 500px;
}



/* ------- For lazy load video of youtube ------- */
.course-box-img {
    height: 250px;
}

    .course-box-img.autoplay {
        height: 250px;
    }

.youtube {
    background-color: #000;
    height: inherit;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

    .youtube img {
        width: 100%;
        /*top: -16.82%;*/
        top: -7%;
        left: 0;
        opacity: 0.7;
    }

    .youtube .play-button {
        width: 90px;
        height: 60px;
        background-color: #333;
        box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
        z-index: 1;
        opacity: 0.8;
        border-radius: 6px;
    }

        .youtube .play-button:before {
            content: "";
            border-style: solid;
            border-width: 15px 0 15px 26.0px;
            border-color: transparent transparent transparent #fff;
        }

    .youtube img,
    .youtube .play-button {
        cursor: pointer;
    }

        .youtube img,
        .youtube iframe,
        .youtube .play-button,
        .youtube .play-button:before {
            position: absolute;
        }

            .youtube .play-button,
            .youtube .play-button:before {
                top: 50%;
                left: 50%;
                transform: translate3d( -50%, -50%, 0 );
            }

    .youtube iframe {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

.contact__info {
    min-height: 581px;
}

/*page */

.pagination-pageNo {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    /* line-height: 17px; */
    line-height: 1.6;
    color: #000000;
}


.header__contact--info__list {
}

    .header__contact--info__list .fa-envelope {
        margin-right: 4px;
    }

.breadcrumb__bg_custom {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
/*------ end of For lazy load video of youtube ------*/

.account__login--input {
    margin-bottom: 0;
}

.logout-icon-style {
    margin-right: 0.5rem;
    margin-top: 7px;
}

.header-sub-menu-login {
    width: 160px;
}

.contact_bg {
    background-image: url('../img/background/contact-us.png');
}

.cart_bg {
    background-image: url('../img/background/cart.png');
}

.our-service_bg {
    /*background-image: url('../img/background/ourservices.png');*/
    background-image: url('../img/background/our-services.png');
}

.about_bg {
    background-image: url('../assets/img/banner/new-aboutus-banner.jpg');
}

.emarket_bg {
    background-image: url('../img/background/Accessories.jpg');
}

.ourclients_bg {
    background-image: url('../img/background/out-clients.jpg');
}

.login_bg {
    background-image: url('../img/background/partner-login.png');
}

.product__details--tab__section .product__tab--content ul li {
    list-style: disc;
    margin-left: 2rem;
}

.hero-feature-hr {
    background-image: url('../img/icon/hr_vector7.png');
    width: 942px;
    height: 2px;
    position: absolute;
    top: 18rem;
    left: 3rem;
}

.hero-product-sectionTwo {
    /*background: linear-gradient(101.22deg, #F1FDFF 30.8%, #FFFEF7 100%);*/
    background: var(--backgroundOne);
    padding: 30px 0;
    position: relative;
}

    .hero-product-sectionTwo .card {
        padding: 25px 10px;
        border-radius: 30px;
    }

    .hero-product-sectionTwo h2 {
        /*margin-bottom:2rem;*/
    }

    .hero-product-sectionTwo .watermarkImage-One-heroProduct {
        bottom: 0;
    }

    .hero-product-sectionTwo .featured-col {
        border-right: 1.5px solid #F3F3F3;
        /*padding-left: 35px;
        padding-right: 35px;*/
        padding: 0 35px;
    }

    .hero-product-sectionTwo .featured-container {
        /*margin-top: 2rem;*/
        margin-bottom: 2.5rem;
    }

    .hero-product-sectionTwo .icon-container {
        text-align: left;
    }

    .hero-product-sectionTwo h2 {
        color: #0788AA;
    }

    .hero-product-sectionTwo h4 {
        font-family: 'Inter';
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        color: #00556A;
        /* line-height: 24.2px;*/
        /*text-align: left;*/
    }

    .hero-product-sectionTwo p {
        font-family: 'Inter';
        font-size: 15px;
        font-weight: 400;
        text-align: justify;
        color: #8F8F8F;
        /* line-height: 24px;*/
    }

.youtube-autoplay-iframe {
    width: 100%;
    height: 250px;
}

.product-detail-hrOne {
    margin: 2rem 0;
}

.productFeature-border {
    border-left: 2px solid;
}

.section__heading--maintitle--productDetail {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    line-height: 1.5;
}

/*.mordern-box {
    padding: 25px 25px;
    background-color: #f8f8f8;
    margin-top: 94px;
    margin-bottom: 40px
}

    .mordern-box .product__card--thumbnail {
        display: flex;
        justify-content: end;
        position: relative;
        overflow: visible;
        z-index: 1;
    }

    .mordern-box .product__card--thumbnail__img {
        margin-left: 30px;
        margin-top: -120px;
    }*/

/*------------- new product design -----------*/
.mordern-box-margin {
    margin-bottom: -40px
}

.mordern-box {
    position: relative;
    padding: 25px 25px;
    background-color: #f8f8f8;
    margin-top: 94px;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .mordern-box:hover {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .mordern-box .absolute-img {
        display: flex;
        justify-content: end;
        position: relative;
        z-index: 1;
    }

        .mordern-box .absolute-img img {
            height: 370px;
            margin-left: 30px;
            margin-top: -120px;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease
        }


    .mordern-box .mordern-content {
        position: relative;
        margin-top: 14px
    }

        .mordern-box .mordern-content h6 {
            font-size: 16px;
            margin-bottom: 2px;
            font-weight: 600;
            color: #222
        }

        .mordern-box .mordern-content p {
            line-height: 20px;
            letter-spacing: 0.05em;
            text-align: left;
            color: var(--secondary-color);
        }

        .mordern-box .mordern-content .mordern-bottom {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .mordern-box .mordern-content .mordern-bottom .right {
                margin-left: auto
            }

                .mordern-box .mordern-content .mordern-bottom .right .add-extent {
                    position: relative
                }

                    .mordern-box .mordern-content .mordern-bottom .right .add-extent .animated-btn {
                        cursor: pointer;
                        width: 30px;
                        height: 30px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        border-radius: 100%;
                        background-color: #e8e8e8;
                        -webkit-transition: all 0.5s ease;
                        transition: all 0.5s ease;
                        color: #222
                    }

                    .mordern-box .mordern-content .mordern-bottom .right .add-extent .options {
                        position: absolute;
                        right: -6px;
                        bottom: 50%;
                        background-color: #fff;
                        padding: 10px 5px;
                        border-radius: 20px;
                        -webkit-box-shadow: 0px 5px 7px 1px rgba(0,0,0,0.09);
                        box-shadow: 0px 5px 7px 1px rgba(0,0,0,0.09);
                        height: 0;
                        opacity: 0;
                        visibility: hidden
                    }

                        .mordern-box .mordern-content .mordern-bottom .right .add-extent .options li {
                            width: 30px;
                            height: 30px;
                            border-radius: 100%;
                            padding: 8px;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            cursor: pointer
                        }

                            .mordern-box .mordern-content .mordern-bottom .right .add-extent .options li button {
                                border: none;
                                background-color: transparent
                            }

                            .mordern-box .mordern-content .mordern-bottom .right .add-extent .options li i {
                                color: #6f6f6f;
                                font-size: 18px
                            }

                            .mordern-box .mordern-content .mordern-bottom .right .add-extent .options li + li {
                                margin-top: 6px
                            }

                    .mordern-box .mordern-content .mordern-bottom .right .add-extent.show i {
                        -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                        -webkit-transition: all 0.5s ease;
                        transition: all 0.5s ease
                    }

                    .mordern-box .mordern-content .mordern-bottom .right .add-extent.show .options {
                        opacity: 1;
                        visibility: visible;
                        height: auto;
                        bottom: 38px;
                        -webkit-transition: all 0.5s ease;
                        transition: all 0.5s ease
                    }

.single-coueses .price {
    line-height: 32px;
    color: #fff;
    padding: 3px 22px;
    position: absolute;
    left: -8px;
    top: 20px;
    background: #FBB531;
    font-size: 16px;
    z-index: 1;
}

    .single-coueses .price:after, .single-coueses .price:before {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0px;
        opacity: 1;
        border-top: 8px solid #FBB531;
        border-left: 8px solid transparent !important;
        transform: translateY(100%);
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -o-transform: translateY(100%);
    }

.watermarkImage-One {
    width: 400px;
    height: 282px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('http://electronicaems.techiefleet.com/img/icon/Vector4.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    z-index: 0;
}

/*-------------end new product design -----------*/


.category-card {
}

.subcategory-card {
}

.category-card, .subcategory-card {
    margin-bottom: 25px;
}

    .category-card .card-header, .subcategory-card .card-header {
        padding: 12px 25px;
        display: block;
        background: linear-gradient(91.37deg, #FFF7E5 1.27%, #FFFFFF 97.09%);
        border: none;
    }

        .category-card .card-header h4.header, .subcategory-card .card-header h4.header, .product-query-form h4 {
            font-size: 16px;
            line-height: 1.5;
            text-transform: uppercase;
            color: var(--secondary-color);
            transition: color 0.4s;
        }

    .category-card h4.title, .subcategory-card h4.title {
        font-size: 16px;
        line-height: 1.5;
    }

    .category-card .card-body, .subcategory-card .card-body {
        padding: 9px 25px 8px;
    }

.card-header-gradient {
    background: linear-gradient(91.37deg, #FFF7E5 1.27%, #FFFFFF 97.09%);
    border: none;
}

.product-query-form {
    -ms-border-radius: 6px;
    border-radius: 6px;
}

    .product-query-form .card-header {
        padding: 12px 25px;
        background: linear-gradient(91.37deg, #FFF7E5 1.27%, #FFFFFF 97.09%);
    }

    .product-query-form .card-body {
        padding: 25px;
    }


    .product-query-form p {
    }

.feature-imagebox {
    background-color: #fff;
    color: #6e7889;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 25px 25px;
    position: relative;
}

    .feature-imagebox h3 {
        font-size: 20px;
        line-height: 1.5;
        text-transform: uppercase;
        margin-bottom: 20px;
        color: var(--secondary-color);
    }

.product-data-container {
    padding: 20px 0;
}

.accessory img {
    height: 120px !important;
}

.product-desc {
    height: 52px;
}

    .product-desc p {
        margin-bottom: 0 !important;
    }

.product-available-varient {
}

    .product-available-varient table {
        /*border:none!important;*/
    }

    .product-available-varient .table-bordered > :not(caption) > * {
        border-width: 0
    }

        .product-available-varient .table-bordered > :not(caption) > * > * {
            border-width: 0
        }

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
}
/* landscape orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
}
/* portrait orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {

    .hero-description {
        width: 100% !important;
        text-align: justify;
    }
}

.ml-2 {
    margin-left: 20px !important
}


.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}


.dark__btn {
    font-size: var(--body-font-size);
    font-family: var(--font-lato);
    font-weight: var(--body-font-weight);
    display: inline-block;
    line-height: var(--body-line-height);
    letter-spacing: 0.2px;
    border-radius: 0.3rem;
    background: #5a6268;
    color: var(--white-color);
    border: 0;
}

.modal-title {
    font-size: var(--body-font-size) !important;
}

.h-330{
    height:330px!important;
}