    /* Variables */
    
     :root {
        --mainColor: #ff6600;
        --opacityMainColor: #ff660055;
        --secondColor: #262e3a;
        --opacitySecondColor: #262e3a55;
    }
    /** Start Header **/
    /* Start Global Rules */
    
    * {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    body {
        overflow-x: hidden;
    }
    /* End Global Rules */
    /****** Start Overriding Bootstrap ******/
    
    .btn:focus {
        box-shadow: none;
    }
    
    .navbar-toggler:focus {
        box-shadow: none;
    }
    /****** End Overriding Bootstrap ******/
    /* Start Navbar */
    
    header .navbar {
        background-color: #FFF;
    }
    /* End Navbar */
    /* Start Landing */
    
    header .landing {
        padding-top: 50px;
    }
    
    header .landing .content .main-heading {
        font-size: xxx-large;
    }
    
    header .landing .content .main-paragraph {
        width: 67%;
    }
    
    header .landing .main-heading {
        font-size: xxx-large;
    }
    
    header .landing .main-paragraph {
        width: 67%;
    }
    
    header .landing .content .second-btn {
        background-color: transparent;
        border: 1px solid #ff6600;
        color: #ff6600;
        border-radius: 50%;
        /* box-shadow: 0px 10px 10px var(--opacitySecondColor); */
    }
    
    header .landing .image {
        border-radius: 10px;
        height: 100%;
        overflow: hidden;
    }
    
    header .landing .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    header .landing .content {
        /* padding-top: 3rem; */
        margin-top: 3rem;
    }
    
    header .about {
        padding-bottom: 100px;
    }
    
    .about-header {
        background-color: #f9f9f9;
    }
    
    .about-header .navbar {
        background-color: #f9f9f9;
    }
    /* End Landing */
    /** End  Header **/
    /* Start Our organizations */
    
    .organizations {
        width: 100%;
        margin-top: 32px;
        padding: 30px 0;
        height: auto;
        position: relative;
        background-color: #f9f9f9;
    }
    
    .organizations h2 {
        text-transform: uppercase;
        font-size: 22px !important;
        color: rgb(120, 119, 119);
        font-weight: bold;
    }
    
    .organizations .main-paragraph {
        width: 50%;
    }
    
    .organizations .custom-container .text-left {
        margin: 0 0 40px 0;
    }
    
    .organizations .custom-container .logo {
        width: 150px;
        height: 150px;
    }
    
    .organizations .custom-container .logo img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        filter: grayscale(100%);
    }
    
    .organizations .custom-container .logo img:hover {
        filter: grayscale(0%);
    }
    /* End Our Customers */
    /* customer edits */
    /*     
    .about-us .main-paragraph {
        margin-left: 3rem;
    } */
    
    .btns a {
        align-items: center;
        text-decoration: none;
        font-weight: 500;
        font-size: 0.88rem;
        color: rgb(2, 2, 2);
        margin-left: 12px;
    }
    
    .btns a .fa_play {
        padding: 10px;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 14px !important;
        margin: 0 8px;
        background: var(--mainColor);
        box-shadow: #fa6806a6;
        animation: pulse-purple 2s infinite;
    }
    
    @keyframes pulse-purple {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 #ff9100af;
        }
        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px #ff910000;
        }
        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 #ff910000;
        }
    }
    
    .about-us h2 {
        text-transform: uppercase;
        font-size: 22px !important;
        font-weight: bold;
    }
    /* end */
    /* Start Our Services */
    
    .our-services {
        background-color: #f9f9f9;
        padding: 50px 0;
    }
    
    .our-services h2 {
        text-transform: uppercase;
        font-size: 22px !important;
        color: rgb(120, 119, 119);
        font-weight: bold;
    }
    
    .our-services .service {
        background-color: #FFF;
        height: auto;
        padding: 25px 25px;
        border-radius: 7px;
        overflow: hidden;
        min-height: 100%;
    }
    
    .our-services .service .header {
        display: flex;
    }
    
    .our-services .service .header .icon {
        color: var(--mainColor);
    }
    
    .our-services .service .header h3 {
        display: inline-block;
        color: var(--secondColor);
        font-size: large;
        margin-left: 15px;
        padding-top: 10px;
    }
    
    .service .header .icon {
        background-color: var(--secondColor);
        padding: 6px;
        border-radius: 5px;
    }
    
    .service .header img {
        width: 30px;
    }
    /* Media Query */
    
    @media(max-width: 767px) {
        .our-services .main-paragraph {
            width: 100% !important;
        }
    }
    /* End Our Services */
    /* Start Why Choose Us */
    
    .choose-us .feature {
        background-color: #FFF;
        border-radius: 15px;
    }
    
    .choose-us .feature .icon {
        color: var(--secondColor);
    }
    /* Media Query */
    
    @media(max-width: 767px) {
        .choose-us .feature {
            padding-left: 5px;
        }
        .choose-us .feature .main-heading {
            font-size: large !important;
            margin-left: 30px;
        }
        .choose-us .feature .main-paragraph {
            width: 100% !important;
            font-size: medium;
        }
    }
    /* End Why Choose Us */
    /* Start Our Programs */
    
    .our-programs {
        padding-top: 50px;
    }
    
    .our-programs h2 {
        text-transform: uppercase;
        font-size: 22px !important;
        color: rgb(120, 119, 119);
        font-weight: bold;
    }
    
    .our-programs .main-paragraph {
        width: 50%;
    }
    
    .our-programs .slider-item .images {
        width: 100%;
        height: 100%;
    }
    
    .our-programs .slider-item .details {
        margin-left: 50px;
    }
    
    .our-programs .slider-item .images img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .our-programs .slider-item .images .external-quote {
        color: #FFF;
        background-color: var(--mainColor);
        border-radius: 50px;
        padding: 13px 15px;
        position: absolute;
        top: 50%;
        right: 48%;
        transform: translatey(-50%);
    }
    
    .our-programs .slider-item .details .quote {
        color: var(--mainColor);
    }
    
    .our-programs .slider-item .details .read-more {
        border-radius: 7px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .our-programs .slider .inner-slider {
        height: 500px;
        width: 100%;
        position: relative;
    }
    
    .our-programs .slider .inner-slider .slider-item {
        position: absolute;
        top: 40%;
        left: 30%;
        transform: scale(0.5);
        opacity: 0;
        transition: all 1s ease;
    }
    
    .our-programs .slider .inner-slider .slider-item.active {
        animation: slidermove 1.5s 1 ease;
        transform: scale(1);
        top: 0%;
        left: 0%;
        opacity: 1;
    }
    
    .our-programs .slider .inner-slider .slider-item .images {
        position: relative;
    }
    
    .our-programs .slider .inner-slider .slider-item .images img {
        width: 90%;
        max-height: 100%;
    }
    
    .our-programs .owl-carousel {
        width: 100% !important;
    }
    
    .our-programs .owl-carousel .owl-nav {
        display: flex;
        align-items: flex-end;
        position: relative;
        margin-top: 30px;
    }
    
    .our-programs .owl-carousel .owl-nav button.owl-next,
    .our-programs .owl-carousel .owl-nav button.owl-prev {
        background-color: #ff6600;
        padding: 15px !important;
        border-radius: 8px;
        color: #fff;
        width: 50px;
    }
    
    .our-programs .owl-nav .btn:hover {
        background-color: var(--mainColor);
        color: #FFF;
    }
    /* old css */
    
    .our-programs .slider .owl-prev,
    .our-programs .slider .owl-next {
        border-radius: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .our-programs .slider button:hover {
        background-color: var(--mainColor);
        color: #FFF;
    }
    
    .our-programs .slider .slider-item .images .external-quote {
        color: #FFF;
        background-color: var(--mainColor);
        border-radius: 50px;
        padding: 13px 15px;
        position: absolute;
        top: 50%;
        right: 6%;
        transform: translatey(-50%);
    }
    
    .our-programs .slider .slider-item .details .quote {
        color: var(--mainColor);
    }
    
    .our-programs .slider .slider-item .details .read-more {
        border-radius: 7px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* Media Query */
    
    @media (max-width: 991px) {
        .our-programs .slider .inner-slider {
            height: 400px;
            margin-bottom: 5px !important;
            overflow: hidden;
        }
        .our-programs .main-heading {
            margin-bottom: 5px !important;
        }
        .our-programs .slider .inner-slider .slider-item .images {
            height: 300px;
            width: 100%;
        }
        .our-programs .slider .slider-item .details {
            margin-top: 0;
        }
    }
    /* End Our Programs */
    /* our features start */
    
    .our-features {
        padding-top: 50px;
        background-color: #ffffff;
        padding-bottom: 20px;
    }
    
    .our-features img {
        width: 60px;
        filter: grayscale(100%);
    }
    
    .our-features img:hover {
        filter: grayscale(0%);
    }
    
    .our-feature .feature .content p:hover {
        background-color: #FFF;
    }
    
    .our-features .content .main-heading {
        text-transform: uppercase;
        font-size: 22px !important;
        color: rgb(120, 119, 119);
        font-weight: bold;
    }
    
    .our-features .content .main {
        font-size: 18px !important;
    }
    
    .our-features .content .main-paragraph {
        font-size: 14px !important;
    }
    
    .feature h2 {
        text-transform: uppercase;
        font-size: 22px !important;
        font-weight: bold;
    }
    
    .feature {
        background-color: #f9f9f9;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .feature .feature-text h2 {
        margin-top: 100px
    }
    /* our features end */
    /* Start Request Service */
    /* .service-request .details {
        padding-top: 20px;
    } */
    
    .service-request form {
        width: 70%;
    }
    
    .service-request form input {
        width: 100%;
    }
    
    .service-request form .field {
        font-size: large;
        padding: 5px;
        margin-bottom: 20px;
        border: none;
        border-radius: 5px;
        display: block;
    }
    
    .service-request form .field::placeholder {
        color: #1b1c30;
    }
    /* Media Query */
    
    @media(max-width: 767px) {
        .service-request .details {
            padding-top: 20px;
        }
        .service-request form {
            width: 100%;
        }
    }
    /* End Requist Service */
    /* Start Footer */
    
    footer {
        background-color: #1b1c30;
        padding-top: 100px;
    }
    
    footer .footer-heading {
        color: #ddd;
        font-size: x-large;
        margin-bottom: 25px;
    }
    
    footer .links-list li {
        margin-bottom: 5px;
    }
    
    footer .links-list li a {
        text-decoration: none;
        color: #ddd;
        margin-bottom: 15px;
    }
    
    footer .copyright {
        margin-top: 100px;
        padding-top: 25px;
        padding-bottom: 10px;
        border-top: 1px solid #444;
    }
    
    footer .copyright p {
        font-size: small;
    }
    /* End Footer */
    /***** My Framework *****/
    
    .logo {
        width: 150px;
    }
    
    .header-link,
    .start-free {
        color: var(--secondColor);
        font-size: 14px;
        font-weight: 550;
    }
    
    .header-link:hover,
    .header-link:focus,
    .header-link.active {
        color: var(--mainColor);
    }
    
    .main-btn,
    .main-btn:hover,
    .main-btn:focus {
        background-color: var(--mainColor);
        color: #FFF;
        padding: .5em 1em;
        border-radius: 7px;
        margin-right: .4rem;
        /* box-shadow: 0px 10px 10px var(--opacityMainColor); */
    }
    
    .request-btn {
        background-color: #ff6600;
        color: white;
        padding: 10px;
        border-radius: 7px;
        font-size: 14px;
    }
    
    .request-btn:hover {
        color: #fff;
    }
    
    .request-field {
        padding: 10px;
        border-radius: 7px;
        font-size: 14px;
        outline: none !important;
        background-color: #f9f9f9;
        border-color: #f9f9f9 !important;
        box-shadow: none !important;
    }
    
    .main-btn:hover {
        color: #FFF;
        box-shadow: 0px 10px 10px var(--opacityMainColor);
    }
    
    .main-heading {
        font-size: xx-large;
        font-weight: bold;
    }
    
    .second-heading {
        color: var(--mainColor);
        font-size: large;
        font-weight: 550;
        text-transform: uppercase;
    }
    
    .main-paragraph {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
    }
    
    .second-div {
        background-color: #fff;
        border-radius: 15px;
    }
    
    .b-radius {
        border-radius: 10px;
    }
    /* Animition */
    
    @keyframes slidermove {
        0% {
            top: 40%;
            left: 30%;
            ;
            transform: scale(.5);
            opacity: 0;
        }
        50% {
            top: 40%;
            left: -30%;
            ;
            transform: scale(.5);
            opacity: 0;
        }
        100% {
            top: 0%;
            left: 0%;
            ;
            transform: scale(1);
            opacity: 1;
        }
    }
    /* Chrome, Safari, Edge, Opera */
    
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    /* Firefox */
    
    input[type=number] {
        -moz-appearance: textfield;
    }
    
    .success-stories {
        background-color: #f9f9f9;
        padding: 50px 0;
    }
    
    .success-stories h2 {
        text-transform: uppercase;
        font-size: 22px !important;
        color: rgb(120, 119, 119);
        font-weight: bold;
    }
    
    .story {
        padding: 5px;
    }
    
    .story .img-story {
        margin-bottom: 20px;
    }
    
    .story .img-story img {
        width: 100%;
        height: 250px;
        border-radius: 7px;
        object-fit: cover;
    }
    
    .story .story-content h4 {
        font-size: 18px;
        font-weight: 700;
        color: rgb(87, 87, 87);
    }
    
    .story .story-content p {
        font-size: 14px;
        font-weight: 500;
        color: rgb(120, 119, 119);
    }
    
    .story .story-link p a {
        text-decoration: none;
        color: rgb(73, 73, 73);
    }
    
    .story .story-link p a:hover {
        color: #ff6600;
    }
    /* numbers sections starts */
    
    .numbers {
        background-color: #f9f9f9;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    
    .numbers h3 {
        font-weight: 700;
        color: #262e3a;
    }
    
    .numbers p {
        color: #262e3a;
    }
    
    .numbers .item:not(:last-child) {
        border-right: 1px solid #aaa;
    }
    /* numbers sections end */
    /* testimonial sections starts */
    
    .testimonials {
        background-color: #fff;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    
    .testimonials h2 {
        text-transform: uppercase;
        font-size: 22px !important;
        font-weight: bold;
    }
    
    .testimonial-content {
        margin-top: 50px;
    }
    /* Start Our Testimonials */
    
    .testimonials .testimonials-carousel {
        width: 100%;
        white-space: nowrap;
        margin: auto;
        scroll-behavior: smooth;
        overflow: hidden;
    }
    
    .testimonials .testimonial {
        width: 30%;
        background-color: #FFF;
        margin-left: 3%;
        border-radius: 10px;
        opacity: 0.5;
        white-space: normal;
        display: inline-block;
        transition: all .5s ease;
        text-align: left;
    }
    
    .testimonials .testimonial.active {
        opacity: 1;
        box-shadow: 0px 0px 15px #ddd;
        transform: translatey(-20px);
    }
    
    .testimonials .testimonial .icon {
        font-size: x-large;
    }
    
    .testimonials .testimonial .testimonial-photo {
        width: 35px;
        height: 35px;
        border-radius: 50px;
    }
    
    .testimonials .testimonial .testimonial-name {
        font-size: small;
        margin-bottom: 0;
    }
    
    .testimonials .testimonial span {
        font-size: x-small;
    }
    /* Media Query */
    
    @media (max-width: 991px) {
        .testimonials .testimonials-carousel {
            width: 90%;
            margin: auto;
        }
        .testimonials .testimonial {
            width: 90%;
        }
    }
    /* testimonial sections end */
    /* Start our team */
    
    .our-team {
        overflow: hidden;
    }
    
    .our-team .team-title h2 {
        text-transform: uppercase;
        font-size: 22px !important;
        font-weight: bold;
    }
    
    .our-team .team-title p {
        color: #262e3a;
    }
    
    .our-team .member {
        padding: 35px;
        background-color: #FFF;
        overflow: hidden;
        margin-right: 10px;
        overflow: hidden;
    }
    
    .our-team .member .member-img-hundler {
        padding-top: 20px;
        width: 250px;
        height: 250px;
        align-items: center;
        border-radius: 9px;
    }
    
    .our-team .member img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 9px;
    }
    
    .our-team .member-content {
        text-align: left;
        margin-top: 15px;
    }
    
    .our-team .member .member-name {
        font-size: medium;
        font-weight: bold;
    }
    
    .our-team .member .member-position {
        font-size: small;
    }
    
    .our-team .team-content {
        margin-top: 50px;
    }
    
    .our-team .social-media ul {
        float: left;
        padding-left: 0 !important;
        margin-bottom: 0;
    }
    
    .our-team .social-media ul li a {
        text-decoration: none;
        color: #1c1c1c;
    }
    
    .our-team .social-media ul li {
        display: inline;
        margin-right: 8px;
    }
    
    .our-team .social-media ul li a:hover {
        color: #ff6600;
    }
    
    .pagination {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    /* faqs Started */
    
    .faqs {
        overflow: hidden;
        padding: 50px;
    }
    
    .faqs .faqs-title h2 {
        text-transform: uppercase;
        font-size: 22px !important;
        font-weight: bold;
    }
    
    .faqs .faqs-title p {
        color: #262e3a;
        margin-bottom: 50px;
    }
    
    .faq-question .question {
        width: 100%;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 40px 40px rgb(100 100 100 / 8%);
        margin-top: 15px;
        margin-bottom: 0 !important;
        border-radius: 8px;
    }
    
    .faq-question .question .btn span {
        font-size: .9rem;
        font-weight: 600;
        line-height: 1.2;
    }
    
    .faq-question .question .btn {
        width: 100%;
    }
    
    .faq-question .question .card {
        border: none !important;
        font-size: 0.88rem;
        color: rgb(94, 94, 94);
        line-height: 24px;
    }
    
    .faq-question .question .btn .question-icon {
        float: right
    }
    
    .landing ul {
        padding-left: 0 !important;
    }
    /* success stories page start */
    
    .stories-header {
        background-color: #f9f9f9;
    }
    
    .stories-header .about {
        padding-bottom: 50px;
    }
    
    .stories-header .navbar {
        background-color: #f9f9f9;
    }
    
    .filter {
        padding-top: 30px;
        padding-bottom: 50px;
        margin-bottom: 30px;
    }
    
    .form-filter {
        background-color: #fff;
        padding: 10px;
        box-shadow: 0 40px 40px rgba(90, 90, 90, 0.08);
        border-radius: 9px;
        border: 1px solid rgba(189, 189, 189, 0.08);
    }
    
    .form-filter .input-group-text {
        background-color: #fff !important;
        border: none;
    }
    
    .form-filter input {
        border: none;
    }
    
    .form-filter input:focus {
        border: none;
        box-shadow: none;
    }
    
    .stories-items {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    
    .stories-items .card {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 10px;
        box-shadow: 0 40px 40px rgba(90, 90, 90, 0.08);
        border: none;
    }
    
    .stories-items .card img {
        height: 200px;
        object-fit: cover;
    }
    
    .stories-items .card .card-body {
        padding: 30px;
    }
    
    .stories-items .card .card-body h5 {
        font-weight: 700;
        font-size: 16px;
    }
    
    .stories-items .card .card-body p {
        font-weight: 500;
        font-size: 13px;
        color: #262e3a;
    }
    
    .stories-items .card .card-body a {
        font-weight: 600;
        font-size: 13px;
        color: #393939;
        text-decoration: none;
        margin-bottom: 10px;
    }
    
    .stories-items .card .card-body a:hover {
        color: #ff6600;
    }
    
    .stories-items .card:hover {
        box-shadow: 0 40px 40px rgba(90, 90, 90, 0.08);
        border: none;
    }
    
    .programs-items {
        padding-top: 30px;
        padding-bottom: 50px;
        overflow-y: hidden;
    }
    
    .programs-items a {
        text-decoration: none;
    }
    
    .programs-items a .card .card-title {
        color: #1b1c30;
    }
    
    .programs-items .card {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 9px;
        box-shadow: 0 40px 40px rgba(90, 90, 90, 0.08);
        border: none;
    }
    
    .programs-items .card img {
        height: 220px;
        object-fit: cover;
    }
    
    .programs-items .card .card-body {
        padding: 30px;
    }
    
    .programs-items .card .card-body h5 {
        font-weight: 700;
        font-size: 16px;
    }
    
    .programs-items .card .card-body p {
        font-weight: 500;
        font-size: 13px;
        color: #262e3a;
    }
    
    .programs-items .card .card-body a {
        font-weight: 600;
        font-size: 13px;
        color: #393939;
        text-decoration: none;
    }
    
    .programs-items .card .card-body a:hover {
        color: #ff6600;
    }
    /* .programs-items .card:hover {
        background-color: #ff66009d;
        border: none;
        color: #fff;
    } */
    
    .links {
        list-style-type: none;
        text-align: center;
    }
    
    .links li {
        display: inline-block;
    }
    
    .links li a {
        text-decoration: none;
        color: #ff6600;
    }
    
    .blog-details-header {
        background-color: #fff;
    }
    
    .blog-details-header .about {
        padding-bottom: 50px;
        padding-top: 0;
    }
    
    .blog-details-header .navbar {
        background-color: #fff;
    }
    
    .tags {
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
    }
    
    .tags li {
        display: inline-block;
    }
    
    .tag {
        background: #eee;
        border-radius: 3px 0 0 3px;
        color: #999;
        display: inline-block;
        height: 26px;
        line-height: 26px;
        padding: 0 20px 0 23px;
        position: relative;
        margin: 0 10px 10px 0;
        text-decoration: none;
        -webkit-transition: color 0.2s;
    }
    
    .tag::before {
        background: #fff;
        border-radius: 10px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
        content: '';
        height: 6px;
        left: 10px;
        position: absolute;
        width: 6px;
        top: 10px;
    }
    
    .tag::after {
        background: #fff;
        border-bottom: 13px solid transparent;
        border-left: 10px solid #eee;
        border-top: 13px solid transparent;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .tag:hover {
        background-color: crimson;
        color: white;
    }
    
    .tag:hover::after {
        border-left-color: crimson;
    }
    
    .blog-content {
        margin-bottom: 50px;
    }
    
    .blog-content .blog-img {
        width: 100%;
        height: 100%;
    }
    
    .blog-content .blog-img img {
        width: 100%;
        height: 100%;
        border-radius: 6px;
    }
    
    .blog-content .blog-content-details {
        margin-right: auto;
        margin-left: auto;
    }
    
    .blog-content .blog-details {
        text-align: justify;
        text-justify: inter-word;
    }
    
    .blog-content .blog-details img {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .blog-social-media ul li {
        display: inline;
    }
    
    .blog-content .blog-social-media ul {
        padding-left: 0;
        margin-top: 30px;
    }
    
    .blog-content .blog-social-media ul li {
        display: inline;
        margin-right: 15px;
    }
    
    .blog-content .blog-social-media ul li a {
        color: #1c1c1c;
        font-size: 20px;
    }
    
    .program-details-header-text {
        height: 60%;
    }
    
    .program-img-hundler {
        width: 100%;
        height: 450px;
    }
    
    .program-img-hundler img {
        width: 100%;
        height: 100%;
        border-radius: 9px;
    }
    
    .program-fixed-number {
        background-color: #fff;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    
    .program-fixed-number .program-number-details {
        text-align: center;
        box-shadow: 0 40px 40px rgba(90, 90, 90, 0.08);
        border: none;
        padding: 10px;
        border-radius: 9px;
    }
    
    .program-fixed-number .program-number-details .programs-number-icon {
        font-size: 40px;
        margin-bottom: 20px;
    }
    
    .program-fixed-number .program-number-details h1 {
        font-size: 18px;
        font-weight: 600;
        color: #262e3a;
    }
    
    .program-details-header {
        height: 70%;
        margin-bottom: 40px;
    }
    
    .images .img-handler {
        width: 100%;
        height: 100%;
    }
    
    .images .img-handler img {
        width: 100%;
        height: 100%;
        border-radius: 6px;
        margin-bottom: 15px;
    }