       .swiper-container {
            width: 100%;
        }

        .swiper-slide {
            background-position: center;
            background-size: cover;
            width: 300px;
            height: 150px;

        }

        .swiper-slide-prev {

            -webkit-filter: blur(5px);
            -moz-filter: blur(5px);
            -o-filter: blur(5px);
            -ms-filter: blur(5px);
            filter: blur(5px);
        }

        .swiper-slide-next {

            -webkit-filter: blur(5px);
            -moz-filter: blur(5px);
            -o-filter: blur(5px);
            -ms-filter: blur(5px);
            filter: blur(5px);
        }

        .swiper-slide-shadow-left {
            visibility: hidden;
        }

        .swiper-slide-shadow-right {
            visibility: hidden;
        }

        .swiper-button-prev {
            padding-left: 20px;
            font-weight: bolder;
            color: black;
        }

        .swiper-button-next {

            color: black;
            font-weight: bolder;
            padding-right: 20px;
        }

        .services_text {
            overflow: scroll;
            height: 150px;
        }

        /* End Style */
        .pt_img {
            border-radius: 50%;
        }

        @media (min-width:1025px) {
            .about_mob {
                display: none;
            }

            #Our_Work_Small {
                display: none;
            }

            .centered {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

            .bottom-left {
                position: absolute;
                bottom: 20%;
                left: 10%;
                text-align: left;
                width: 30%;
            }

            .top-left {
                position: absolute;
                top: 20%;
                left: 10%;
                text-align: left;
                width: 30%;
            }

            .top-right {
                position: absolute;
                top: 20%;
                right: 0px;
                text-align: left;
                width: 30%;
            }

            .bottom-right {
                position: absolute;
                bottom: 20%;
                right: 0px;
                text-align: left;
                width: 30%;
            }

            .center {
                display: block;
                margin-left: auto;
                margin-right: auto;
                width: 100%;
                height: 60%;
            }

            .center_tech {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 160px;
            }

            /* Image Circle Position */

            .bottom-left_i {
                position: absolute;
                bottom: 0%;
                left: 20%;
                text-align: left;
            }

            .top-left_i {
                position: absolute;
                top: 0%;
                left: 20%;
                text-align: left;
            }

            .top-right_i {
                position: absolute;
                top: 0%;
                right: 0px;
                text-align: left;
            }

            .bottom-right_i {
                position: absolute;
                bottom: 0%;
                right: 0px;
                text-align: left;
            }

            .clients_class {
                margin-top: 20px;
                margin-bottom: 20px;
            }

            .img-down1 {
                display: none;
            }
        }

        @media (min-width:700px) and (max-width: 1025px) {

            /* tablet, landscape iPad, lo-res laptops ands desktops */
            #Our_Work_Small {
                display: none;
            }

            .about_mob {
                display: none;
            }

            .clients_class {
                margin-top: 20px;
                margin-bottom: 20px;
            }

            .centered {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 20px;
            }

            .bottom-left {
                position: absolute;
                bottom: 0%;
                left: 0%;
                text-align: left;
                width: 40%;
            }

            .top-left {
                position: absolute;
                top: 9%;
                left: 0%;
                text-align: left;
                width: 40%;
            }

            .top-right {
                position: absolute;
                top: 9%;
                right: 0px;
                text-align: left;
                width: 37%;
            }

            .bottom-right {
                position: absolute;
                bottom: 0%;
                right: 0px;
                text-align: left;
                width: 37%;
            }

            .center {
                display: block;
                margin-left: auto;
                margin-right: auto;
                width: 100%;
                height: 75%;
            }


            /* Image Circle Position */

            .bottom-left_i {
                position: absolute;
                bottom: 0%;
                left: 0%;
                text-align: left;
                width: 40%;
            }

            .top-left_i {
                position: absolute;
                top: 9%;
                left: 0%;
                text-align: left;
                width: 40%;
            }

            .top-right_i {
                position: absolute;
                top: 9%;
                right: 0px;
                text-align: left;
                width: 37%;
            }

            .bottom-right_i {
                position: absolute;
                bottom: 0%;
                right: 0px;
                text-align: left;
                width: 37%;
            }

            .img-down1 {
                display: none;
            }
        }

        @media (max-width: 700px) {
            .centered {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 15px;
            }

            .img-down {
                display: none;
            }

            /* tablet, landscape iPad, lo-res laptops ands desktops */
            .about_big {
                display: none;

            }

            .about_mob {
                background-color: #F58634;
            }

            .heading1 {
                background-color: #FFFFFF;
                text-align: center !important;
                margin-top: 0px !important;
                margin-bottom: 10px !important;
                border-bottom: 1px solid #F58634;
                padding-bottom: 20px;

            }



            .team-thumb {
                border-bottom: 2px solid #ffffff;
                border-bottom-right-radius: 2em;
                border-bottom-left-radius: 2em;
            }

            .about_big .heading h3 {
                text-align: center;
            }

            .about {
                padding-top: 0px;
                padding-bottom: 0px;
            }

            #Our_Work_Large {
                display: none;
            }
        }

        .heading {
            border-bottom: 2px solid #F58634;
            border-radius: 1em;
        }

        .margin_class {
            margin-bottom: 20px;
        }

        .center_tech {}

        .service-box {
            text-align: center;
            padding: 20px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .swiper-container {
            padding-bottom: 100px;
        }

        ::-webkit-scrollbar {
            width: 6px;
        }

        /* Track */
        ::-webkit-scrollbar-track {
            background: #ffffff;
        }

        /* Handle */
        ::-webkit-scrollbar-thumb {
            background: #F58634;
            border-radius: 2em;
        }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #F58634;

        }

        .img {
            max-width: 100%;
            height: auto;
        }

        .top-img {}

      

        .row_gap .heading1 {
            background-color: #FFFFFF;
            text-align: center !important;
            margin-top: 0px !important;
            margin-bottom: 10px !important;
            border: 1px solid #e9e9e9;
            padding-bottom: 20px;
            padding-top: 20px;

        }

        section {
            padding-top: 0px !important;
            padding-bottom: 10px !important;
        }
        .our_product h4{
            background-color: #F58634;
            padding: 12px;
            font-weight: bolder;
            border-top-right-radius: 1em;
            border-top-left-radius: 1em;
        }
        .our_product{
            border:1px solid #F58634;
            padding: 0px;
            border-radius: 2em;
            background-color: #ddd;
        }
        .our_product1{
            background-color: #ddd;
            padding:12px;
            border-radius: 2em;
        }
        .media {
            background-color: #ddd;
        }
        .our_product_second{
            border:1px solid #F58634;
            padding: 12px;
            border-radius: 2em;
            overflow: scroll;
        }
        .our_product >.product_row> a{
            padding: 12px;
            
        }
        .our_product >.product_row_last> a{
            padding: 12px;
            
        }
        .product_row
        {
            border-bottom:1px solid #F58634; 
            padding: 12px;
            border-radius: 2em;
        }
        .product_row_last
        {
            padding: 12px;
        }
        .our_product a:before {
    content: ' \003E';
}
    .our_product > .product_row > .selecter, .selecter::before{
    color: #F58634 !important;
            font-weight: bolder;

    }
    .products_{
        padding:12px;
    }
    .our_product1  img {
    height: auto;
    width: 140px;
}
.list_item {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff;
        position: relative;
    display: block;
    background-color: #fff;
}
.list_item_last{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
        position: relative;
    display: block;
    background-color: #fff;
}
.product_row a:hover{
    color: #F58634 !important;
            font-weight: bold;
}