@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

        *,
        :focus,
        a:focus,
        button:focus,
        form:focus,
        input:focus,
        select:focus,
        textarea:focus {
            outline: 0 !important
        }

        body {
            font-family: Poppins, sans-serif;
            color: #000;
            line-height: 1.5 !important;
        }

        .banner-sec {
            padding: 30px 5px;
        }




        .banner-sec p {
            font-weight: 600;
        }

        .banner-sec h1 {
            font-size: 3.5rem;
        }

        .banner-sec a {
            font-size: 20px;
        }

        .navbar-nav .nav-link {
            color: #000 !important;
        }

        .banner-sec p {
            font-size: 42px;
            line-height: 1.3;
        }

        .navbar-nav .active>.nav-link {
            color: #D80621 !important;
        }

        .btn {
            padding: 10px 30px;
        }

        .btn-danger {
            background-color: #E7205F !important;
            ;
        }

        .btn-light {
            background-color: #D80621;
            color: #fff;
            border-radius: 30px;
        }
        .btn-light:hover {
            color: #ffffff;
            background-color: #080909;
            border-color: #0b0b0b;
        }

        .navbar-light .navbar-toggler {
            border: 0;
        }

        .nav-contact {
            background: #D80621;
            border-radius: 5px;
            color: #fff !important;
        }

        .navbar-nav .nav-contact {
            color: #fff !important;
        }

        .text-danger {
            color: #E7205F !important;
            ;
        }

        .feature-img {
            padding: 10px;
            border-radius: 5px;
            box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 43%);
        }

        .feature-head {
            font-size: 20px;
            font-weight: 600;
            color: #1A0D5F;
        }





        .caption {
            margin-top: 15px;
            line-height: 1.3;
            height: 60px;
            font-size: 14px;
        }

        .btn-custom {
            color: #CD1E60;
            border: 1px solid #CD1E60;
            font-weight: 600;
        }

        .btn-custom:hover {
            background-color: #CD1E60;
            color: #fff;
        }

        .body-sec h4 {
            font-weight: 600;
        }

        .body-sec-2-img {
            position: relative;
            top: 115px;
            left: 145px;
        }



        .footer {
            background-color: #D80621;
            padding: 10px;
            color: #fff;
        }

        .team-caption {
            padding: 10px;
            text-align: center;
            color: #000000;
        }

        .footer img {
            width: 20px;
            margin-right: 10px;
        }

        .footer .map-text {
            justify-content: flex-start;
            display: flex;
        }

        .footer .info {
            position: relative;
            top: 15px;
            padding: 10px 0;
        }

        .footer button {
            float: right;
            display: flex;
            margin-top: -35px;
            border: 0;
            margin-right: 10px;
            padding: .250rem .75rem;
            border-radius: 5px;
        }

        .follow-txt {
            color: #fff;
            position: absolute;
            top: 92px;
        }

        .follow-txt img {
            width: 15px;
        }

        .instagram-icon,
        .linked-in-icon, .x-icon,.pinterest-icon,.y-icon {
            width: 20px !important;
        }

        .footer-info a {
            color: #fff;
            text-decoration: none;
            margin-right: 5px;
            margin-left: 5px;
        }

        .footer-info p {
            font-size: 14px;
        }

        hr {
            border-top: 1px solid #fff !important;
        }

        .service-arrow {
            background-color: #250F60;
            position: absolute;
            display: flex;
            top: 0;
            right: 16px;
            border-top-right-radius: 5px;
        }

        .service-box {
            border-radius: 5px;
            padding: 30px 20px;
            background: #fff;
            box-shadow: #D80621 0px 5px 15px;
        }

        .service-box p {
            font-weight: 600;
            margin-bottom: 0;
            margin-top: 10px;
        }

        .tech-txt-1 {
            background-color: #250F60;
            padding: 60px 20px;
            margin-top: 1rem;
            margin-bottom: 1rem;
            border-radius: 5px;
            text-align: right;
        }

        .tech-txt-2 {
            background-color: #E8E0FB;
            padding: 60px 20px;
            margin-top: 1rem;
            margin-bottom: 1rem;
            border-radius: 5px;
        }

        /* .shadow-4-strong {
            box-shadow: -1px -1px 0px -3px #000000, 1px 1px 9px 0px #250F60 !important;
            width: 120px;
            height: 115px;
            padding: 27px;
        } */

        .shadow-4-strong {
            background-color: #D80621;
            width: 95px;
            height: 90px;
            padding: 15px;
            border-radius: 5px;
        }

        .shadow-team-strong {
            box-shadow: -1px -1px 0px -3px #000000, 1px 1px 9px 0px #D80621 !important;
            width: 200px;
            height: 200px;
            padding-top: 15px;
            object-fit: cover;
        }

        .text-light,
        .body-sec label {
            color: #250F60 !important;
        }

        .body-sec .form-control {
            border-radius: 30px;
            padding: 20px 15px;
        }

        .body-sec label {
            font-weight: 600;
        }

        .body-sec i {
            position: absolute;
            right: 30px;
            top: 45px;
            color: #12121282;
        }

        .btn-dark {
            background-color: #000;
        }

        .banner-1 {
            position: relative;
            left: 0;
            top: 68px;
        }

        .about-box {
            border: 1px solid #D80621;
            padding: 10px;
        }

        .feature-sec {
            background-image: url(../images/circle.svg);
            background-repeat: no-repeat;
            background-position: center;
            padding: 10rem 5px;
        }

        .service-box-top-left {
            position: relative;
            left: -110px;
            top: -33px;
        }

        .service-box-top-right {
            position: relative;
            left: 110px;
            top: -33px;
        }

        .service-box-bottom-left {
            position: relative;
            left: -110px;
            top: 33px;
        }

        .service-box-bottom-right {
            position: relative;
            left: 110px;
            top: 35px;
        }

        .benifit {
            position: absolute;
            margin-top: 200px;
            text-align: center;
            font-size: 20px;
            font-weight: 600;
        }

        .how-points {
            box-shadow: #D80621 0px 0px 3px;
            padding: 10px;
            border-radius: 5px;
        }

        .text-default {
            color: #D80621;
        }
        .how-do-sec .box-border{
            border: 2px solid #D80621;
            border-radius: 5px;
            padding: 30px;
        }
        .how-do-sec .box-border p{
            margin-top: 1rem;
        }
        .how-do-sec .box-border img{
            width: 80px;
        }
        .electronics-sec img{
            border-radius: 5px;
        }
        .hr-custom{
            border-top: 1px solid #A8A8A8 !important
        }
        .middle-left{
            position: absolute;
            top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
        }
        .electronics-sec .h4{
            font-size: 20px;
        }
        .electronics-sec p{
            font-size: 14px;
        }



        @media (min-width: 840px) {
            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 1rem;
                padding-left: 1rem;
            }

        }

        @media (max-width: 767px) {
            .banner-sec h1 {
                font-size: 2.8rem;
            }

            .banner-sec p {
                font-size: 16px;
            }

            .banner-sec a {
                font-size: 16px;
            }

            .team-sec {
                margin-top: 1rem;
            }

            .team-caption {
                font-size: 14px;
            }

            .nav-contact {
                background: none;
                border-radius: 0;
            }

            .service-box p {
                font-size: 14px;
            }

            .feature-sec {
                padding-top: 10px;
                padding-bottom: 30px;
            }

            .middle-left{
                font-size: 18px;
            }

        }