 .text-overflow {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 200px;
            /* عرض دلخواه */
        }


        section {
            padding: 0 0;
        }

        .shadow3 {
            background-image: url("http://www.commixturesoft.com/img/shadow3.png");
            background-repeat: no-repeat;
        }

        .height450 {
            height: 450px;
        }

  .height300 {
            height: 300px;
        }

  .height1050 {
            height: 1050px;
        }


        .badge-info {
            background-color: rgba(23, 160, 184, 0.17);
            color: #17a2b8;
        }

        .section-title .badge {
            margin: 0 0 8px;
        }

        .badge {
            border-radius: 100px;
            font-size: 12px;
            font-stretch: normal;
            font-style: normal;
            font-weight: 500;
            letter-spacing: 1px;
            line-height: normal;
            padding: 4px 14px;
            text-transform: uppercase;
        }

        .h1,
        .h2,
        .h3,
        .h4,
        .h5,
        .h6,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            color: #3f345f;
        }

        h2 {
            font-size: 36px;
        }

        .social-overlap {
            position: absolute;
            width: 100%;
            transform: translateY(-50%);
        }

        .justify-content-center {
            -ms-flex-pack: center !important;
            justify-content: center !important;
        }

        .justify-content-center {
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
        }

        .social-bar {
            display: flex;
            border-radius: 10px;
            background: #fff;
            box-shadow: 0 0 60px rgba(93, 70, 232, 0.15);
            border: 1px solid#ebe9e9;
        }

        .iconpad {
            padding: 12px 0;
            width: 100%;
        }

        .mb-3,
        .my-3 {
            margin-bottom: 1rem !important;
        }

        .process-scetion .slider-nav-item {
            position: relative;
            flex-grow: 0;
            flex-shrink: 0;
            border-radius: 50%;
            text-align: center;
            background: #fff;
            cursor: pointer;
            transition: all .4s ease;
        }

        .social-icons a {
            border-radius: 50px;
            color: #3f345f;
            display: inline-block;
            line-height: 52px;
            height: 50px;
            width: 50px;
            box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
            margin: 15px 15px;
            font-size: 22px;
        }

        a {
            text-decoration: none !important;
            color: #3f345f;
            transition: all 0.3s ease 0s;
        }

        .slider-nav-item:before {
            position: absolute;
            content: "";
            height: calc(100% + 16px);
            width: calc(100% + 16px);
            top: -8px;
            left: -8px;
            border-radius: 50%;
            border: 1px solid rgba(132, 132, 164, 0.35);
            animation: 1.5s linear 0s normal none infinite focuse;
        }



        /*socil*/
        .slider-nav {
            display: flex;
        }

        .process-scetion .slider-nav-item {
            position: relative;
            flex-grow: 0;
            flex-shrink: 0;
            border-radius: 50%;
            text-align: center;
            background: #fff;
            cursor: pointer;
            transition: all .4s ease;

        }

        .slider-nav-item:before {
            position: absolute;
            content: "";
            height: calc(100% + 16px);
            width: calc(100% + 16px);
            top: -8px;
            left: -8px;
            border-radius: 50%;
            border: 1px solid rgba(132, 132, 164, 0.35);
            animation: 1.5s linear 0s normal none infinite focuse;
        }

        .process-scetion .slider-nav-item:nth-child(2) {
            color: #40beff;
        }

        .process-scetion .slider-nav-item:nth-child(3) {
            color: #311f9b;
        }

        .process-scetion .slider-nav-item:nth-child(4) {
            color: #ff9259;
        }

        .process-scetion .slider-nav-item:nth-child(5) {
            color: #38385f;
        }

        .process-scetion .slider-nav-item:after {
            position: absolute;
            top: 50%;
            left: 100%;
            height: 2px;
            content: '';
            width: 100%;
            /* background: url(http://demo.themenio.com/ico/assets/images/line.png) repeat 0 0; */
            z-index: 0;
            animation: slide 1s linear infinite;
        }

        .process-scetion .slider-nav-item:last-child:after {
            display: none;
        }

        .process-scetion .slider-nav-item .ikon {
            font-size: 50px;
            line-height: 80px;
        }



        .process-scetion .slider-nav-item.active:before {
            position: absolute;
            content: "";
            height: calc(100% + 16px);
            width: calc(100% + 16px);
            top: -8px;
            left: -8px;
            border-radius: 50%;
            border: 1px solid rgba(132, 132, 164, 0.35);
            animation: 1.5s linear 0s normal none infinite focuse;
        }




        .slider-nav-item:after {
            position: absolute;
            top: 50%;
            left: 100%;
            height: 2px;
            content: '';
            width: 100%;
            /* background: url(https://1.bp.blogspot.com/--Btu5p654jU/XYmrVd5IcYI/AAAAAAAATQ0/4bX8aZyFBgApbJUf90KrpCfO6RvAaZ6LgCLcBGAsYHQ/s1600/line.png) repeat 0 0; */
            z-index: 0;
            animation: slide 1s linear infinite;
        }

        .mt100 {
            margin-top: 100px;
        }



        @-webkit-keyframes jello-horizontal {
            0% {
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }

            30% {
                -webkit-transform: scale3d(1.25, 0.75, 1);
                transform: scale3d(1.25, 0.75, 1);
            }

            40% {
                -webkit-transform: scale3d(0.75, 1.25, 1);
                transform: scale3d(0.75, 1.25, 1);
            }

            50% {
                -webkit-transform: scale3d(1.15, 0.85, 1);
                transform: scale3d(1.15, 0.85, 1);
            }

            65% {
                -webkit-transform: scale3d(0.95, 1.05, 1);
                transform: scale3d(0.95, 1.05, 1);
            }

            75% {
                -webkit-transform: scale3d(1.05, 0.95, 1);
                transform: scale3d(1.05, 0.95, 1);
            }

            100% {
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }
        }

        @keyframes jello-horizontal {
            0% {
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }

            30% {
                -webkit-transform: scale3d(1.25, 0.75, 1);
                transform: scale3d(1.25, 0.75, 1);
            }

            40% {
                -webkit-transform: scale3d(0.75, 1.25, 1);
                transform: scale3d(0.75, 1.25, 1);
            }

            50% {
                -webkit-transform: scale3d(1.15, 0.85, 1);
                transform: scale3d(1.15, 0.85, 1);
            }

            65% {
                -webkit-transform: scale3d(0.95, 1.05, 1);
                transform: scale3d(0.95, 1.05, 1);
            }

            75% {
                -webkit-transform: scale3d(1.05, 0.95, 1);
                transform: scale3d(1.05, 0.95, 1);
            }

            100% {
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }
        }


        .jello-horizontal {
            -webkit-animation: jello-horizontal 0.9s both;
            animation: jello-horizontal 0.9s both;
        }

        .social-bar a:hover i {
            -webkit-animation: jello-horizontal 0.9s both;
            animation: jello-horizontal 0.9s both;
        }


        @media only screen and (max-width: 300px) {
            .process-scetion .slider-nav-item {
                height: 30px;
                width: 30px;
                margin: 15px 10px;
                line-height: 28px;
            }
        }

        .social-icons a {
            display: inline-block;
            margin: 0 10px;
            font-size: 24px;
            color: #333;
            transition: color 0.3s ease;
        }

        .social-icons a:hover {
            color: #007bff;
        }

        ِّ .social-icons a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #f8f9fa;
            margin: 0 10px;
            font-size: 20px;
            color: #333;
            transition: all 0.3s ease;
        }

        .social-icons a:hover {
            background-color: #007bff;
            color: #fff;
        }

        .height450 {
            min-height: 300px;
            /* Changed from fixed height */
            padding: 2rem 0;
        }

        .social-overlap {
            position: relative;
            /* Changed from absolute */
            width: 100%;
            margin: 2rem auto;
        }

        .social-icons {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1rem;
            padding: 1rem;
        }

        .social-icons a {
            border-radius: 50px;
            color: #3f345f;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 50px;
            width: 50px;
            box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
            font-size: 22px;
            transition: all 0.3s ease;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .height450 {
                min-height: 250px;
            }

            .social-icons a {
                height: 40px;
                width: 40px;
                font-size: 18px;
            }

            .section-title h2 {
                font-size: 24px;
            }
        }

        .container {
            padding-left: 15px;
            padding-right: 15px;
            width: 100%;
            margin-right: auto;
            margin-left: auto;
        }

        .social-bar {
            padding: 1rem;
            margin: 0 auto;
            max-width: 100%;
            overflow: hidden;
        }

        .iconpad {
            padding: 0.5rem;
        }
        
