<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-article {
    position: relative;
    background-image: url('./img/Background-.png');
    background-size: cover;
    background-position: center;
    color: white;
    height: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media (min-width: 1260px) {
    .header-article h1 {
        font-size: 40px;
        margin-right: 80px;
        margin-left: 80px;
    }
}
.header-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.breadcrumb-custom {
    font-size: 16px;
    font-weight: 300;
}
.breadcrumb-custom a {
    color: white;
    text-decoration: none;
}
.breadcrumb-custom .separator {
    color: white;
}
.header-title {
    margin: 20px 0;
    font-size: 2em;
    line-height: 1.4em;
}
#header-logo1 {
    margin-top: 20px;
    width: 200px !important;
    max-width: 100%;
    padding-left: 15px;
}
@media (max-width: 600px) {
    .header-article {
        height: auto;
        padding: 50px 0;
    }
    .header-title {
        font-size: 1.5em;
    }
    .breadcrumb-custom {
        font-size: 14px;
    }
    .header-logo {
        width: 150px;
    }
    .navbar a {
        float: none;
        width: 100%;
        text-align: left;
        padding: 14px;
    }
    .navbar-container {
        padding-left: 10px;
    }
    .content-block {
        flex-direction: column;
        padding: 15px !important;
        /* margin-top: 10px; */
    }
    .content-text {
        margin: 0 0 20px 0;
        text-align: center;
        margin-right: 0 !important;
        line-height: 24x !important;
        margin-left: 0 !important;
    }
    .content-image {
        margin-left: 0 !important;
        max-width: 90%;
        margin-right: 0 !important;
        flex: 0 0 0px !important;
        text-align: center;
    }
    .video-container {
        width: 100% !important;
        height: 215px !important;
    }
    .video-block strong {
        font-size: 21px !important;
    }


}

.pub-ban {
    display: none;
}

.imagediv {
    display: flex;
    justify-content: center;
    align-items: end;
}

.breadcrumb-custom a {
    text-transform: uppercase;
}

.navbar {
    background-color: #fff;
    overflow: hidden;
}
.navbar a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 20px;
    text-decoration: underline;
    font-weight: bolder;
    font-size: 18px;
}
.navbar a:hover {
    background-color: #ddd;
    color: black;
}

.navbar-container {
    max-width: 1200px;
    margin: 0 auto;
    /* padding-left: 20px; */
 
}

.content-block {
    background-color: white;
    padding: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    /* margin-top: 20px; */
}

.content-text {
    flex: 1;
    margin-right: 20px;
    line-height: 32px;
    margin-left: 50px;
}

.content-text p {
    font-size: 26px;
}

.content-text strong {
    font-weight: bold;
    color: #116fb3;
    font-size: 38px;
    line-height: 43px;
}

.content-image {
    flex: 0 0 450px;
    margin-left: 60px;
    margin-right: 60px;
}

.content-image img {
    width: 100%;
    height: auto;
}

/* Media Query for screen width between 953px and 1200px */
@media (min-width: 601px) and (max-width: 1200px) {
    .content-block {
        flex-direction: column;
        align-items: center;
    }

    .content-text {
        margin: 0 0 20px 0;
        text-align: center;
    }

    .content-image {
        margin: 0;
        width: 100%;
        max-width: 450px;
        text-align: center;
    }

    .content-image img {
        display: block;
        margin: 0 auto;
    }
}
.video-block {
    background-color: white;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.video-block strong {
    color: #116fb3;
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
}
.video-container {
    width: 525px;
    height: 320px;
    margin: 0 auto;
    position: relative;
    /* border-radius: 30px; */
    overflow: hidden;
    cursor: pointer;
}
.video-container img,
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border-radius: 30px; */
}
.video-container img {
    cursor: pointer;
}
#separatordev {
    background-color: transparent;
}
.separator-block {
    font-size: 28px;
    font-weight: bold;
    background-color: #116fb3;
    color: white;
    text-align: center;
    padding: 22px 0 22px;
    width: 100%;
    box-sizing: border-box;
}

.articles-section {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    /* margin-top: 20px; */
    text-align: left; /* Ensure text aligns to the left */
    background-color: #fff;
}

.articles-title {
    color: #116fb3;
    font-size: 24px;
    margin-left: 122px; /* Adjust spacing from the left */
}

.article1 {
    width: 80%;
    margin: 20px auto;
    background-color: #eef1f2;
    /* border: 1px solid #ccc; */
    /* border-radius: 15%; */
    border-end-end-radius: 22px;
    border-end-start-radius: 22px;
    border-start-start-radius: 29px;
    border-start-end-radius: 29px;
    overflow: hidden;
    box-sizing: border-box;
    /* padding: 20px; */
    text-align: left;
}

.article-image img {
    width: 100%;
    height: auto;
    /* border-bottom: 1px solid #ccc; */
    max-width: 100%;
}

.article-content {
    padding: 20px;
}

.article-title {

    color: #1F213D;
    font-size: 16px;
    margin-bottom: 25px;
    
}

.article-content p {
    line-height: 1.6;
    margin: 10px 0;
}

.read-article-btn {
    display: inline-block;
    background: linear-gradient(90deg, rgba(69, 181, 178, 1) 0%, rgba(17, 111, 179, 1) 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
    /* float: right; */
    margin-bottom: 18px;
}

.read-article-btn-v2 {
    display: inline-block;
    background: linear-gradient(90deg, rgba(69, 181, 178, 1) 0%, rgba(17, 111, 179, 1) 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
    float: right;
    margin-bottom: 18px;
}


@media (max-width: 600px) {
    .article1 {
        width: 100%;
    }
    .articles-title, .articles-title2, .articles-title3, .articles-title4, .articles-title5, .articles-title8 {
        text-align: center !important;
        margin-left: 0 !important;
    }
    .content-text strong {
        font-size: 24px;
        line-height: 30px;
    }
    .content-text p {
        font-size: 18px;
    }
    
}

@media (max-width: 740px) {
    .articles-title, .articles-title2, .articles-title3, .articles-title4, .articles-title5, .articles-title8 {
        width: 100% !important;
    }
}
/* articles section 2 */
.articles-section2 {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.articles-title2 {
    color: #116fb3;
    font-size: 24px;
    text-align: left;
    margin-left: 120px; /* Adjust the left margin to create space */
    margin-bottom: 20px;
}

.articles-container2 {
    width: 80%;
    margin: 0 auto; /* Center the container horizontally */
    display: flex;
    justify-content: space-between; /* Distribute items evenly across the container */
    flex-wrap: wrap; /* Wrap items to the next line if they exceed container width */
}

.article2 {
    width: 290px; /* Set a fixed width for each article */
    margin: 10px; /* Adjust margin for space between articles */
    background-color: #eef1f2;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.article-image2 img {
    width: 100%;
    height: 224px; /* Set a fixed height for the image */
    object-fit: cover; /* Ensure the image covers the container without stretching */
    border-radius: 20px 20px 0 0; /* Rounded corners for the image */
}

.article-content2 {
    padding: 20px;
}

.article-title2 {
    font-weight: bold;
    color: #116fb3;
    font-size: 18px;
    margin-bottom: 15px;
}

.article-content2 p {
    line-height: 1.6;
    margin: 10px 0;
}

.read-article-btn2 {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, rgba(69, 181, 178, 1) 0%, rgba(17, 111, 179, 1) 100%);
    color: white;
    border: none;
    padding: 10px 0;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 960px) {
    .articles-container2 {
        width: 100%; /* Full width on smaller screens */
    }
    .article2 {
        width: calc(50% - 20px); /* Two articles per row on smaller screens */
        margin: 10px; /* Adjust margin for space between articles */
    }
}

@media (max-width: 600px) {
    .article2 {
        width: 100%; /* Single column layout for smaller screens */
    }
}

.separator-block2 {
    font-size: 28px;
    font-weight: bold;
    background-color: #1f213d;
    color: white;
    text-align: center;
    padding: 22px 0 22px;
    width: 100%;
    box-sizing: border-box;

}
/* article 3 css */
.articles-section3 {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #EEF1F2;
}

.articles-title3 {
    color: #1F213D;
    font-size: 24px;
    margin: 20px auto;
    width: 700px;
    text-align: center;
}

.articles-container3 {
    width: 80%;
    margin: 0 auto; /* Center the container horizontally */
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  
}



.article3 {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%; /* Ensure all articles have the same height */
    width:calc(50% - 20px);

    box-shadow: 0px 4px 8px 3px #45B5B2;
    justify-content: space-between;
}

.article-image3 {
    flex: 0 0 40%; /* Make images take 40% of the width */
    /* height: 100%; Ensure images cover the full height of the article */
}

.article-image3 img {
    width: 100%;
    height: 100%; /* Set the image to cover the full height */
    object-fit: cover; /* Ensure the image covers the container without stretching */
}

.article-content3 {
    flex: 1; /* The rest of the space is taken by the content */
    padding: 30px; /* Added more padding */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; /* Ensure content covers the full height */
}

.article-title3 {
   
    color: #1F213D;
    font-size: 18px;
    margin-bottom: 15px;
}

.article-content3 p {
    line-height: 1.6;
    margin: 10px 0;
}

.read-article-btn3 {
    display: inline-block;
    /* width: 30%; */
    background-color:#1F213D;
    color: white;
    border: none;
    padding: 8px 16px; /* Smaller padding for smaller button */
    border-radius: 10px; /* Reduced border-radius for the button */
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
    align-self: flex-end; /* Align the button to the right */
}

.read-article-btn3.left-align {
    align-self: flex-start; /* Align the button to the left for Article 2 */
}

.article3:first-child .article-image3 img {
    border-radius: 0px 0 0 0px; /* Rounded corners for the left side image */
}

.article3:nth-child(2) .article-image3 img {
    border-radius: 0 20px 0px 0; /* Rounded corners for the right side image */
}

.article3:last-child .article-image3 img {
   /*  border-radius: 20px 0 0 0px; Rounded corners for the left side image */
}

@media (max-width: 960px) {
    .articles-container3 {
        width: 100%; /* Full width on smaller screens */
    }
    .article3 {
        /* flex-direction: column; */
        height: auto; /* Reset height for column layout */
    }
    .article-image3 {
        width: 100%; /* Ensure the image takes full width in column layout */
        height: auto; /* Reset image height for column layout */
    }
    .article-image3 img {
        height: 224px; /* Set a fixed height for images in column layout */
        border-radius: 20px 20px 0 0; /* Rounded corners for the image on mobile */
    }
    .read-article-btn3 {
        width: 60%; /* Button width for tablets */
        align-self: center; /* Center the button on tablets */
    }
    .read-article-btn3.left-align {
        align-self: center; /* Center the button for Article 2 on tablets */
    }
}

@media (max-width: 600px) {
    .article3 {
        width: 100%; /* Single column layout for smaller screens */
        flex-direction: column;
    }
    .article3 .article-image3 {
        width: 100%; /* Ensure the image takes full width in column layout */
    }
    .article3 .article-image3 img {
        height: 224px; /* Set a fixed height for images in column layout */
        border-radius: 20px 20px 0 0; /* Rounded corners for the image on mobile */
    }
    .article3:nth-child(1) .article-content3 {
        order: 1; /* Ensures the content appears after the image on mobile */
    }
    .read-article-btn3 {
        width: 100%; /* Button width for mobile */
        align-self: center; /* Center the button on mobile */
    }
    .read-article-btn3.left-align {
        align-self: center; /* Center the button for Article 2 on mobile */
    }
}
/* end css of articles */


/* added css */

.separator-block3 {
    font-size: 28px;
    font-weight: bold;
    background-color: #45b5b2;
    color: white;
    text-align: center;
    padding: 22px 0 22px;
    width: 100%;
    box-sizing: border-box;

}

/* article 4 css */
.articles-section4 {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.articles-title4 {
    color: #116fb3;
    font-size: 24px;
    text-align: center;
    margin: 20px auto;
    width: 700px;
}

.articles-container4 {
    width: 80%;
    margin: 0 auto; /* Center the container horizontally */
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.article4 {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%; /* Ensure all articles have the same height */
    box-shadow: 0 4px 4px 0px #116FB3;
}

.article-image4 {
    flex: 0 0 60%; /* Make images take 40% of the width */
    /* height: 100%; Ensure images cover the full height of the article */
}

.article-image4 img {
    width: 100%;
    height: 100%; /* Set the image to cover the full height */
    object-fit: cover; /* Ensure the image covers the container without stretching */
}

.article-content4 {
    flex: 1; /* The rest of the space is taken by the content */
    padding: 30px; /* Added more padding */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; /* Ensure content covers the full height */
}

.article-title4 {
    
    color: #116fb3;
    font-size: 18px;
    margin-bottom: 15px;
}

.article-content4 p {
    line-height: 1.6;
    margin: 10px 10px;
}

.read-article-btn4 {
    display: inline-block;
    /* width: 30%; */
    background: #1F213D;
    color: white;
    border: none;
    padding: 8px 23px; /* Smaller padding for smaller button */
    border-radius: 21px; /* Reduced border-radius for the button */
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
    align-self: flex-end; /* Align the button to the right */
    margin-left: 10px;
}

.read-article-btn4.left-align {
    align-self: flex-start; /* Align the button to the left for Article 2 */
}

.article4:first-child .article-image4 img {
    border-radius: 0px 0 0 0px; /* Rounded corners for the left side image */
}

.article4:nth-child(2) .article-image4 img {
    border-radius: 0 20px 0px 0; /* Rounded corners for the right side image */
}

.article4:last-child .article-image4 img {
    border-radius: 20px 0 0 0px; /* Rounded corners for the left side image */
}

@media (max-width: 960px) {
    .articles-container4 {
        width: 100%; /* Full width on smaller screens */
    }
    .article4 {
        /* flex-direction: column; */
        height: auto; /* Reset height for column layout */
    }
    .article-image4 {
        width: 100%; /* Ensure the image takes full width in column layout */
        height: auto; /* Reset image height for column layout */
    }
    .article-image4 img {
        height: 224px; /* Set a fixed height for images in column layout */
        border-radius: 20px 20px 0 0; /* Rounded corners for the image on mobile */
    }
    .read-article-btn4 {
        width: 60%; /* Button width for tablets */
        align-self: center; /* Center the button on tablets */
    }
    .read-article-btn4.left-align {
        align-self: center; /* Center the button for Article 2 on tablets */
    }
}

@media (max-width: 600px) {
    .article4 {
        flex-direction: column;
        width: 100%; /* Single column layout for smaller screens */
    }
    .article4 .article-image4 {
        width: 100%; /* Ensure the image takes full width in column layout */
    }
    .article4 .article-image4 img {
        height: 224px; /* Set a fixed height for images in column layout */
        border-radius: 20px 20px 0 0; /* Rounded corners for the image on mobile */
    }
    .article4:nth-child(2) .article-content4 {
        order: 1; /* Ensures the content appears after the image on mobile */
    }
    .read-article-btn4 {
        width: 100%; /* Button width for mobile */
        align-self: center; /* Center the button on mobile */
    }
    .read-article-btn4.left-align {
        align-self: center; /* Center the button for Article 2 on mobile */
    }
}
/* end css of articles 4 */

/* start article 5 css */
.articles-section5 {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    background-image: url(./img/Ellipse-134.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.articles-title5 {
    color: #1F213D;
    font-size: 24px;
    text-align: center;
  width:700px;
    margin: 20px auto;
}

.articles-container5 {
    width: 80%;
    margin: 0 auto; /* Center the container horizontally */
    display: flex;
    justify-content: space-between; /* Distribute items evenly across the container */
    flex-wrap: wrap; /* Wrap items to the next line if they exceed container width */
}

.article5 {
    width: calc(25% - 20px); /* Adjust width to take up more space */
    margin: 10px; /* Adjust margin for space between articles */
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 8px 3px #45B5B2;

}

.article-image5 img {
    width: 100%;
    height: 224px; /* Set a fixed height for the image */
    object-fit: cover; /* Ensure the image covers the container without stretching */
    border-radius: 20px 20px 0 0; /* Rounded corners for the image */
}

.article-content5 {
    padding: 20px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
}

.article-title5 {
    font-weight: bold;
    color: #116fb3;
    font-size: 18px;
    margin-bottom: 15px;
}

.article-content5 p {
    line-height: 1.6;
    margin: 10px 0;
}

.read-article-btn5 {
    display: block;
    width: 100%;
    background: #1F213D;
    color: white;
    border: none;
    padding: 10px 0;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 960px) {
    .articles-container5 {
        width: 100%; /* Full width on smaller screens */
    }
    .article5 {
        width: calc(50% - 20px); /* Two articles per row on smaller screens */
        margin: 10px; /* Adjust margin for space between articles */
    }
}

@media (max-width: 600px) {
    .article5 {
        width: 100%; /* Single column layout for smaller screens */
    }
}

/* end css of articles 5 */


.article-title7, #articles-title7 {
    color: #45b5b2 !important;
    
}
.article-title7 {
    color: #45b5b2 !important;
    
}

.articles-section8 {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.articles-title8 {
    color: #116fb3;
    font-size: 24px;
    text-align: center;
    width: 700px;
    margin: 20px auto;
}

.articles-container8 {
    width: 80%;
    margin: 0 auto; /* Center the container horizontally */
    display: flex;
    justify-content: space-between; /* Distribute items evenly across the container */
    flex-wrap: wrap; /* Wrap items to the next line if they exceed container width */
}

.article8 {
    width: calc(25% - 20px); /* Adjust width to take up more space */
    margin: 10px; /* Adjust margin for space between articles */
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 4px 8px 3px #45B5B2;
}

.article-image8 img {
    margin: 0 auto;
    display: block;
}

.article-content8 {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article-title8 {
  
    color: #1F213D;
    font-size: 14px;
    margin-bottom: 15px;
}

.article-content8 p {
    line-height: 1.6;
    margin: 10px 0;
}

.read-article-btn8 {
    display: block;
    width: 100%;
    background: "linear-gradient(90deg, rgba(69, 181, 178, 1) 0%, rgba(17, 111, 179, 1) 100%)";
    color: white;
    border: none;
    padding: 10px 0;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}

.read-article-btn8 {
    display: block;
    width: 60%;
    background: #1F213D;
    color: white;
    border: none;
    padding: 10px 0;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}


@media (max-width: 960px) {
    .articles-container8 {
        width: 100%; /* Full width diyal tablets */
    }
    .article8 {
        width: calc(50% - 20px); /* 2 articlate f row */
        margin: 10px; /* hadi lmargin diyal kola article row */
    }
}

@media (max-width: 600px) {
    .article8 {
        width: 100%; /* Single column layout 3la 9ibal screen adjustment */
    }
}

#article-title3 {
    color: #1f213d !important;
}

.article-text {
    max-height: max-content;
}



.navholder {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}

.navelist {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
}

.listhead {
    flex: 1 1 150px;
    max-width: 180px;
}

.listhead a {
    display: block;
    width: 100%;
    background-color: #64BFB8;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    font-weight: 900;
    border-radius: 12px;
    font-size: 1.6rem;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.listhead a:hover {
    background-color: #52a7a2;
    transform: translateY(-2px);
    color: #eef1f2;
}

@media (max-width: 767px) {
    .navelist {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .listhead {
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
    }
}
</pre></body></html>