        body {
            background-color: white;
            /* margin: 0 auto; */
        }
        
        .sectionx {
            background-color: rgb(246, 250, 242);
        }
        
        .wrapper {
            width: 100%;
            padding-top: 20px;
            text-align: center;
        }
        
        .carousel {
            width: 90%;
            margin: 0px auto;
        }
        
        .slick-slide {
            margin: 10px;
        }
        
        .slick-slide img {
            width: 100%;
            border: 2px solid #fff;
        }
        
        .wrapper .slick-dots li button:before {
            font-size: 20px;
            color: white;
        }
        
        .slick-next {
            color: black;
        }
        
        .slick-prev:before {
            content: "<";
            color: #0b72da !important;
            font-size: 30px;
        }
        
        .slick-next:before {
            content: "Click to Progress";
            color: #0b72da !important;
            font-size: 30px;
            position: absolute;
        }
        
        .slick-prev:before,
        .slick-next:before {
            color: #0b72da !important;
        }
        
        #main__sliderx {
            width: 100rem;
            height: 10rem;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: repeat(1, 1fr);
            border: none;
        }
        
        .column1 {
            border: rgb(255, 255, 255);
            position: relative;
        }
        
        .imgx {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
        }
        
        .describe {
            /* background-color: #1341a3; */
            background-image: linear-gradient(rgba(66 103 178), rgba(0 164 239));
            /* background-color: rgb(66 103 178); */


        }
        
        .describe1 {
            font-size: 30px;
            font-weight: 700;
            line-height: 1;
            text-align: center;
            color: white;
        }
        
        .describe2 {
            font-size: 26px;
            font-weight: 700;
            line-height: 1;
            text-align: center;
            color: white;
        }
        
        .content {
            font-size: 20px;
            line-height: 1.5;
        }
        
        .break-word {
            word-wrap: break-word;
        }
        
        .slick-slide {
            height: inherit !important;
        }
        
      

       

        .nav-link:hover {
            background-color: #ffffff11;
            color: rgb(223, 21, 21);
            font-size: 1.3em;
            }


        .navbar .navbar-nav .nav-link .navbar-brand{
            background-color: #d1092432;
            color: rgb(8, 8, 8);
            }


            

        @media only screen and (min-width: 992px) {
                .navbar .navbar-nav .nav-item .nav-link {
                    padding: 0 0.5em;
                }
                .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
                    border-right: 2px solid #f3efef;
                }
                }

        
        @media only screen and (min-width: 600px) {
            .parallax {
                /* The image used */
                background-image: url("images/eye.jpeg");
                /* Set a specific height */
                min-height: auto;
                /* Create the parallax scrolling effect */
                background-attachment: fixed;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
            }
        }
