        /* Top header Icons Css */
        .icons{
            color: white; /* White color for icons */
            background-color: #3f3f95;
        }

        .social-icon {
            background-color: #3f3f95;
            color: white; /* White icon color */
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 36px;
            border-radius: 4px; /* Rounded corners */
            text-decoration: none;
        }

        .social-icon i {
            font-size: 16px; /* Icon size */
        }

        .ml-2, .mx-2 {
            margin-left: 0.5rem !important;
            color: black;
        }

        #icons{
            color: white;
        }

        /* Close Top header icons css */
        p {
            font-size: 18px;
            color: black;

        }

        h4 {
            color: #3f3f95 !important;
        }

        .text-primary {
            color: #3f3f95 !important;
        }



        .fa {
            font-size: 30px;
            color: #3f3f95;
        }

        /* Our Servies heading description css */
        .display-5 {
            text-align: center !important;
            font-size: 25px;
            font-weight: 200;
            color: #000000de;
            font-family: sans-serif;
        }

        /* Close Our Servies heading description css */

        /* Slidder Css */
        .carousel-item {
            height: 700px;
        }

        /* Close Slidder Css */


        /* Intro section Css */
        .text-dark {
            color: #3f3f95 !important;
        }

        .p-3 {
            background: white;
        }

        .btn-info {
            border-radius: 1px;
            padding: 12px 28px;
            border: 1px solid #3f3f95;
            color: #fff;
            background-color: #3f3f95;
            border-color: #17a2b8;
        }

        .text-custom {
            color: #0062ff !important;
        }

        #intro-title {
            font-size: 2rem;
            font-weight: bold;
            color: #5a2c91;
        }

        .title {
            margin-left: 28px;
            font-size: 25px;
            font-weight: 200;
            color: #000000de;
            font-family: sans-serif;
        }

        .p-3 {
            padding: 2rem !important;
        }

        /* Close Intro Section Css */

        .ftco-section {
            margin-bottom: 0px;
            padding-top: 40px;
        }


        /* Gallery Section CSS */
        .lightbox {
            top: 2266px;
            left: 0px;
        }

        .photo-gallery {
            color: #313437;
            background-color: #fff;
        }

        .photo-gallery p {
            color: #7d8285;
        }

        .photo-gallery h2 {
            font-weight: bold;
            margin-bottom: 39px;
            padding-top: 40px;
            color: #5a2c91;
        }

        @media (max-width:767px) {
            .photo-gallery h2 {
                margin-bottom: 25px;
                padding-top: 25px;
                font-size: 24px;
            }
        }


        .photo-gallery .photos {
            padding-bottom: 20px;
        }

        .photo-gallery .item {
            padding-bottom: 30px;
        }


        /* Close Galler Section CSS */
