/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
:root {
    --primary-color: #0096b0;
	--third-color: #9D97B0;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'Linotype FrutigerLTPro Roman';
    src: url('/Style%20Library/fonts/fonts-en/Linotype-FrutigerLTPro-Roman.otf');
    font-style: normal;
}

@font-face {
    font-family: 'Linotype FrutigerLTPro Light';
    src: url('/Style%20Library/fonts/fonts-en/Linotype-FrutigerLTPro-Light.otf');
    font-style: normal;
}

@font-face {
    font-family: 'Linotype FrutigerLTPro Bold';
    src: url('/Style%20Library/fonts/fonts-en/Linotype-FrutigerLTPro-Bold.otf');
    font-style: normal;
}

@font-face {
	font-family: "RAK Light";
	src: url("/Style%20Library/fonts/fonts-ar/RAK-Light.otf");
	font-style: normal;
}

@font-face {
	font-family: "RAK Regular";
	src: url("/Style%20Library/fonts/fonts-ar/RAK-Regular.otf");
	font-style: normal;
}

@font-face {
	font-family: "RAK Medium";
	src: url("/Style%20Library/fonts/fonts-ar/RAK-Medium.otf");
	font-style: normal;
}

@font-face {
	font-family: "RAK Bold";
	src: url("/Style%20Library/fonts/fonts-ar/RAK-Bold.otf");
	font-style: normal;
}

/*--------------------------------------------------------------
# Start General
--------------------------------------------------------------*/

*:not(i)  {
    border-radius: 0;
	font-family: 'Linotype FrutigerLTPro Roman' !important;
}

html,
body {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
	font-size: 16px;
    line-height: 1.6;
    font-family: 'Linotype FrutigerLTPro Roman' !important;
}

h2, h3, .ms-h2, .ms-h3, .ms-headerFont{
	font-family: 'Linotype FrutigerLTPro Roman' !important;
}

#INDmenu.INDmenu-loaded *, .INDhasDragTooltip #INDWrap #INDmenu-btn:after, [data-indhasdragtooltip] #INDWrap #INDmenu-btn:after {
    font-family: 'Linotype FrutigerLTPro Roman' !important;
}


html[lang="ar-SA"] body,
html[lang="ar-SA"] *:not(i) ,
h2, h3, .ms-h2, .ms-h3, .ms-headerFont{
	font-family: "RAK Medium", serif !important;
}


html[lang="ar-SA"] #INDmenu.INDmenu-loaded *, .INDhasDragTooltip #INDWrap #INDmenu-btn:after, [data-indhasdragtooltip] #INDWrap #INDmenu-btn:after {
    font-family: "RAK Medium", serif !important;
}

.section-title {
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 30px;
}

section {
    padding: 40px 0px;
}

/* Mobile responsive adjustments for sections */
@media (max-width: 767px) {
    section {
        padding: 20px 0px;
    }
}

#s4-bodyContainer {
	padding:0;
}

.background-blue-light {
   background: linear-gradient(90deg, rgba(106,182,141,1) 0%, rgba(0,151,175,1) 35%, rgba(6,107,129,1) 100%);
}

.background-blue-light .section-title{
	color: #fff !important;
}
/*--------------------------------------------------------------
# End General
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Header
--------------------------------------------------------------*/
.header .topbar ul.loginbar>li+li {
    border-left: 1px solid rgba(0, 0, 0, .05);
    padding-left: 15px;
    margin-left: 15px;
}


.header .logo img{
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 80px;
	margin: auto;
}

.header .nav.navbar-nav li{
	padding: 0 16px;
	margin: auto;
}

.header .navbar .nav-link{
	color: var(--third-color);
}
.header .navbar .nav-link:hover{
	color: var(--primary-color);
	text-decoration: none;
}

.header .navbar .dropdown-menu a{
	color: var(--third-color);
}

.fixedContainer {
    position: fixed !important;
    background-color: white;
    z-index: 99999;
    top: 0%;
	left: 0;
	right: 0;
    width:100%;
	-webkit-box-shadow: 0px 10px 30px -8px rgba(122,117,122,1);
	-moz-box-shadow: 0px 10px 30px -8px rgba(122,117,122,1);
	box-shadow: 0px 10px 30px -8px rgba(122,117,122,1);
    /*padding-right:10%;*/
    /*left:10%;
     padding-right:7.7%;
      padding-left:8.9%;*/
}

.header .navbar .dropdown-menu a:hover{
	color: var(--primary-color);
	text-decoration: none;
}

.header .navbar .dropdown-menu a:active{
	color: white;
	text-decoration: none;
}


.header .dropdown>a:after, .header .dropdown-submenu>a:after{
	content:""!important;
}

.header .nav>li:last-child {
	position: relative;
}

.header .navbar-collapse{
	justify-content: center;
}

.header .navbar-nav .search-open {
	display:none;
	width: 100%;
	max-width: 330px;
	z-index: 9999;
}

.header .nav .search-open .input-group {
    width: 100%;
}

.header .nav .search-open .input-group input[type="text"] {
    background: #fff;
    border-radius: 0 3px 3px 0;
    border: none;
    padding: 0 15px;
    width: calc(100% - 50px);
    height: 34px;
}

.header .nav .search-open .input-group button {
    padding: 0;
    background: #ba823e;
    border-radius: 3px 0 0 3px;
    line-height: 34px;
    width: 50px;
    min-width: 0;
}

.header .nav .search-open form {
    margin: 0;
}

.header .nav ul.dropdown-menu{
	border: unset;
}
.header .nav ul.dropdown-menu li{
	padding: 0px;
}

.header .nav ul.dropdown-menu li a{
	padding: 16px;
}

.header .nav ul.dropdown-menu li a:active{
	background-color: #0098ad;
}

.header .langBtn{
	text-decoration: none;
	font-family: "RAK Medium", serif !important;
}

html[lang="ar-SA"] .header .langBtn{
	font-family: 'Linotype FrutigerLTPro Roman', serif !important;
}

@media (max-width: 991px) {
    .header .nav .search-open {
        display: block;
        position: static;
        margin: 0;
        width: 100%;
    }

    .header .nav>li>.search {
        display: none;
        color: #999;
        width: 35px;
        height: 34px;
        text-align: left;
        background: #eee;
        line-height: 12px;
        text-align: center;
        margin: 5px 10px 0;
        border-bottom: none;
    }

    .header .nav>li>.search:hover {
        background: #cc2127;
        color: #fff !important;
    }

    .header .nav .search-open {
        top: 5px;
        padding: 0;
        left: 48px;
        border-top: none;
        box-shadow: none;
        background: none;
        margin-right: 10px;
    }
	
	.header .nav .search-open .input-group input[type="text"] {
		background: #046a81;
		color: #fff;
		border-radius: 0 3px 3px 0;
		border: none;
		padding: 0 15px;
		width: calc(100% - 50px);
		height: 34px;
	}
	
	/* Additional mobile navigation fixes */
	.fixedContainer {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .header .nav>li>.search {
        color: #fff;
        cursor: pointer;
        min-width: 35px;
        font-size: 19px;
        text-align: center;
        background: rgba(0, 0, 0, .2);
        padding: 0 15px;
        display: inline-block;
        line-height: 40px;
    }

    .header .nav .search-open {
        right: 0;
        top: 40px;
        display: none;
        padding: 20px;
        position: absolute;
        background: #046a81;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        border-radius: 0 0 4px 4px;
    }
}

.navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    background: white;
}

/*--------------------------------------------------------------
# End Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Home Page
--------------------------------------------------------------*/

.home-page{
	background: white;
}

/*--------------------------------------------------------------
# End Home Page
--------------------------------------------------------------*/


.background-news-img {
    
}

html[lang="ar-SA"] div.dt-container div.dt-layout-row{
	flex-direction: row-reverse;
}

.indicators-container{
	background-color:#e5f4f6;
	padding: 60px 0px;
}	

.banner-card {
    padding: 30px 0px;
    transition: background-color 0.3s ease-in-out;
    border: 1px solid #e3e3e3;
}

.banner-card:hover {
    /* background-color: rgba(189, 220, 226, 0.5); */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* border-color: #12869f; */
}

.banner-card-icon {
    width: 8rem;
    height: 8rem;
    margin-bottom: 15px;
}

.banner-card-title {
    color: #12869f;
    margin-bottom: 25px;
    font-weight: bold;
}

.banner-card-text {
    color: #6c757d;
    font-size: 0.8rem;
    line-height: 2.5;
}

/* Card Styling */
.updates-card {
    position: relative;
    margin-bottom: 20px;
    height: 380px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
}

.updates-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.updates-card-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.updates-card-text {
	text-align: start;
	color: #fff !important;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.visualisation-card {
    margin-bottom: 20px;
    padding: 20px 15px;
    transition: background-color 0.3s ease-in-out;
    text-align: left;
    border: 1px solid #e3e3e3;
}

.visualisation-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.visualisation-card img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    margin-bottom: 15px;
}

.visualisation-card-text {
    font-size: 0.9rem;
    color: #6c757d;
}

.read-more-btn {
    font-size: 0.85rem;
    color: #fff;
    background-color: #8f8d91;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none !important;
    display: inline-block;
    align-self: flex-start;
}

.read-more-btn:hover {
    background-color: #79767b;
}

.swiper {
    padding-bottom: 50px;
}

.swiper-pagination {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: white;
    border: 1px solid #79767b;
    opacity: 0.7;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    background-color: #79767b;
    border: 1px solid #79767b;
    width: 12px;
    opacity: 1;
    height: 12px;
}

.nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: space-evenly;
    background-color: transparent;
    padding: 0;
}

.nav-tabs .nav-link {
    color: gray;
    border: none;
    border-bottom: 2px solid transparent;
    margin: 0 15px;
    font-size: 0.85rem;
    text-align: center;
}

.nav-tabs .nav-link.active {
    color: #0e586e;
    border-bottom: 2px solid #0e586e;
    font-weight: bold;
}

.tab-content {
    padding: 20px;
    border: 1px solid #ddd;
    border: none;
    background: #fff;
}

.releases-tab-pane .row {
    display: flex;
    justify-content: space-between;
}

.releases-tab-pane .col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    display: flex;
    flex-direction: column;
}

.releases-tab-pane .col-8 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}

/* Full Height for the first card */
.releases-tab-pane .card.full-height {
    flex: 1;
}

.releases-tab-pane .card {
    margin-bottom: 20px;
    padding: 20px 15px;
    transition: background-color 0.3s ease-in-out;
    text-align: left;
    border: 1px solid #e3e3e3;
}

.releases-tab-pane .card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.releases-tab-pane .card img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    margin-bottom: 15px;
}

.releases-tab-pane .card-text {
    font-size: 0.9rem;
    color: #6c757d;
}

@media (max-width: 767px) {
    .releases-tab-pane .row {
        flex-direction: column;
    }

    .releases-tab-pane .col-4,
    .releases-tab-pane .col-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.explore-all-container {
    margin-top: 40px;
}

.explore-all-btn {
    background-color: #12869f;
    color: white !important;
    padding: 18px 40px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}

.explore-all-btn:hover {
    background-color: #0e607b;
	text-decoration: none;
}

.news-card {
    position: relative;
    margin-bottom: 20px;
    height: 320px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
}

.news-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,150,176, 0.35);
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.news-card-text {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
}

.polls-card {
    margin-bottom: 20px;
    padding: 20px 15px;
    transition: background-color 0.3s ease-in-out;
    text-align: center;
    border: 1px solid #e3e3e3;
}

.polls-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.polls-card img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    margin-bottom: 15px;
}

.polls-card-text {
    font-size: 0.9rem;
    color: #6c757d;
}

.statistics-card {
    height: 100%;
    overflow: hidden;
}

.statistics-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.statistics-card img {
    height: 150px;
	max-height: 150px;
    object-fit: cover;
}

.ul-list {
    text-align: start;
    font-size: 14px;
}

.ul-list li {
    padding: 5px 0;
    position: relative;
    /* opacity: 0; */
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.ul-list li.loaded {
    opacity: 1;
    transform: translateY(0);
}

.ul-list li a:hover{
	text-decoration: none;
}

.ul-list li::after {
    content: "\f105";
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
}

html[lang="ar-SA"] .ul-list li::after{
	content: "\f104";
	left:0;
	right:auto;
}

.chart-border {
    border: 2px solid #e3e3e3;
    padding: 10px;
    border-radius: 8px;
    background-color: #f9f9f9;
    display: inline-block;
    align-content: center;
}

.statistics-list .list-group-item i {
    font-size: 1.5rem;
    color: #0497af;
    padding-right: 10px;
}

.statistics-list .list-group-item {
    display: flex;
    align-items: center;
    justify-content: left;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom: 10px;
    padding: 10px;
}

.statistics-container {
    display: flex;
    gap: 20px;
    align-items: stretch;
    margin-top: 100px;
}

.statistics-list {
    flex: 1;
    /* Occupy half the space */
}

.statistics-list .list-group-item {
    display: flex;
    align-items: center;
    justify-content: left;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    color: #0497af;
}

.statistics-list .list-group-item:hover {
    background-color: #eaf2f8;
}

.statistics-list .list-group-item.active {
    background-color: rgba(189, 220, 226, 0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-color: #0497af;
    color: #0497af;
}

.statistics-list i {
    font-size: 1.5rem;
    color: #0497af;
}

.chart-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    background-color: white;
}

#chartCanvas {
    width: 100%;
    height: 100%;
}

/* First Section (White Background with Logos) */
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 10px 100px;
    width: 100%;
    position: relative;
    /* To allow positioning of navigation over it */
    z-index: 1;
    /* Ensure the first section is below the navigation */
    height: 100px;
    /* Set the height of the first header section */
}

.header-top .logo-left img,
.header-top .logo-right img {
    height: 40px;
    /* Adjust logo size as needed */
}

/* Second Section (Navigation Over First Section) */
.header-nav {
    position: absolute;
    top: 0;
    /* Position it at the top of the page */
    left: 0;
    width: 100%;
    z-index: 2;
    /* Ensure the navigation is above the first section */
    background-color: transparent;
    padding-top: 120px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 0 20px;
    position: relative;
}

nav a:hover,
nav a.current {
    text-decoration: none;
}

nav a.current::after,
nav a:hover::after {
    content: "";
    position: absolute;
    bottom: -5px;
    /* Space between the text and the line */
    left: 10%;
    /* Center the line relative to the text */
    width: 80%;
    /* Line width as 80% of the text */
    height: 2px;
    /* Line thickness */
    background-color: white;
}

.footer {
    /*background-color: #0397af;*/
	background-color: #f6f6f6;
    /* Background color */
    color: white;
    text-align: center;
}



.footer .column {
    flex: 1;
    margin: 10px;
    text-align: left;
    font-size: small;
}

.footer .column h3 {
    margin-bottom: 15px;
}

.footer .column ul {
    list-style: none;
    padding: 0;
}

.footer .column ul li {
    margin-bottom: 10px;
}

.footer .column ul li a {
    color: white;
    text-decoration: none;
    font-size: small;
}

.footer .column ul li a:hover {
    text-decoration: underline;
}

.footer .social-icons a {
    margin: 0 5px;
    //color: white;
    text-decoration: none;
    font-size: 20px;
}

.footer .bottom {
    margin-top: 20px;
    font-size: 14px;
}

.footer-list li{
	list-style-type: none;
}

.social-icons {
    margin-top: 10px;
    text-align: center;
}

.social-icons a {
    margin: 0 10px;
    //color: white;
    font-size: 24px;
    text-decoration: none;
}

.social-icons a:hover {
    color: #ffd700;
    /* Optional: Change to gold on hover */
}

.footerDev {
    /*background-color: #036b81;*/
	background-color: #0397af;
    height: 30px;
    text-align: center;
    align-content: center;
    color: white;
    font-size: medium;
}

.footerRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #036b81;
    /* Same background color as footerDev */
    padding: 0 20px;
    /* Add padding for spacing */
    color: white;
    height: 30px;
    /* Maintain consistent height */
    font-size: x-small;
    text-align: center;
}

/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/
:root {
    --primary-color: #0096b0;
    --secondary-color: #056b82;
}

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');





.alternatetextleft div {
    font-size: 10pt !important;
    color: #002060 !important;
}

.gallery-cat-box {
    display: inline-block;
    width: 100%;
    background-color: #f3f3f3;
    border-bottom: 2px solid #449da0;
    border-top: 1px solid #dc292c;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 8px;
    cursor: pointer;
    height: 260px;
}

#accordion_mv .active::before {
    float: right !important;

}

#accordion_mv::before {
    float: right !important;

}

#accordion_mv .collapsed::before {
    float: right !important;
}

body.header-fixed-space {
    padding-top: 94px;
}

body.header-fixed-space-v2 {
    padding-top: 135px;
}

@media (max-width: 991px) {

    body.header-fixed-space,
    body.header-fixed-space-v2 {
        padding-top: 0;
    }

    .wrapperContainer {
        padding-top: 20px;
        background-color: antiquewhite;
        /*background-image:url(/Style%20Library/images/bg.jpg);*/
        padding-left: 20px;
        padding-right: 20px;
    }

}

p,
li,
li a,
label {
    color: #527d99;
}

a {
    color: #527d99;
    text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
    outline: 0 !important;
}

a:focus {
    text-decoration: none;
}



/*Boxed Layout
------------------------------------*/
.blog-photos li {
    display: -webkit-inline-box;
}

.boxed-layout {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
    margin-left: auto !important;
    margin-right: auto !important;
    background: url(../img/patterns/15.png) repeat;
}

.albumImage {
    width: 58px;
    height: 58px;
    padding: 0px;
    margin-right: 2px;
    margin-bottom: 8px;
}


/*Hiding arrows for select field in IE*/
select::-ms-expand {
    display: none;
}

#s4-workspace {
    /* background-size: 100%;
    background: #f4f4f5 url(/Style%20Library/Images/css-bg.jpg) top center no-repeat !important; */
}

#DeltaPlaceHolderMain {
    /*background: #f4f4f5 url(../../Images/css-bg.jpg) top center no-repeat;*/
    /*background-size:  100%;*/
    background: white;
}

/* #DeltaPlaceHolderMain>.container { */
    /* background: #fff; */
    /* padding-top: 15px; */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, .1); */
/* } */

.header .topbar {
    z-index: 12;
    position: relative;
    height: 28px;
    background: #f2f2f2;
}

.header .topbar ul.loginbar {
    text-align: left;
}

.header .topbar ul.loginbar>li {
    display: inline-block;
    list-style: none;
    position: relative;
    line-height: 28px;
    font-size: 11px;
}

.header .topbar ul.loginbar>li>a {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 400;
}



.header .topbar .loginbar .dropdown-menu {
    border-radius: 0;
    border: solid 1px #e9e9e9;
}

.header .topbar .loginbar .dropdown-menu>li>a {
    background: #FFF;
    color: #000;
}

.header .topbar .loginbar .dropdown-menu>li>a:hover {
    background: #c4c4c4;
    color: #FFF;
}



.ms-rtestate-field h2 {
    line-height: 1.4;
    color: var(--primary-color) !important;
    margin-bottom: 30px;
}

.needed-papers {
    border: solid 1px #eaeaea;
    padding: 10px;
    background: #fafafa;
}

.needed-papers ul li {
    color: #527d99;
    list-style-type: square;
}


.needed-papers-form {
    border: solid 0px #eaeaea;
    background: #fff;
    padding: 0;
    margin: 5px 0;

}

.needed-papers-form>h3 {
    font-weight: 700;
    color: #527d99;
    font-size: 14px;

}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    border-radius: 0;
    margin: 5px 0 0 0;
}

.list-group-item.active span {
    color: #fff;
}

.form-horizontal .control-label {
    text-align: left;
}

.qualifications .input-group {
    display: inline;
}

.qualifications .btn {
    display: block;
}

.upload-files .btn {
    display: contents;
}

.personal-data-form input,
.personal-data-form .btn,
.personal-data-form .form-control {
    border-radius: 0;
}

.personal-data-form select {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0px;
    -webkit-appearance: none;
}

.file-upload-width {
    width: 100% !important;
}

.personal-data-form .btn-primary {
    background-color: #337ab7 !important;
    color: #FFF;
    border: 0;
    padding: 10px 50px;
    font-size: 16px;
}

.upload-file span {
    width: 100%;
}


.open-button {
    position: absolute !important;
    top: 0px;
    right: 30px;
    width: 25px;
    height: 25px;
    background: #fff;
    pointer-events: none;
}

.open-button button {
    border: none;
    background: transparent;
}

.custom-div label,
.custom-div span {
    float: left;
    position: relative;
}

.custom-div .radio-inline {
    padding-top: 0;
}

.custom-div .form-control {
    margin-top: -4px;
}

	



.radiostyle {
    height: auto;
}

.radiostyle label {
    margin-left: 3px !important;
    margin-right: 10px !important;
    margin-top: 8px;
}


@media only screen and (min-width: 1024px) and (max-width: 2560px) {
    .btnContainer {
        width: 25%;
        float: left;

    }

    .noteContainer {
        width: 74%;
        float: left;
    }

    .selectedvar {
        padding-left: 23%;
    }

}

@media (max-width:959px) {
    .btnContainer {
        width: 25%;

    }

    .noteContainer {
        width: 74%;
        float: left;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .btnContainer {
        width: 25%;
        float: left;

    }

    .noteContainer {
        width: 74%;
        float: left;
    }

    .selectedvar {
        padding-left: 23%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .btnContainer {
        width: 100%;
        float: left;

    }

    .noteContainer {
        width: 100%;
        float: left;
    }

    .orspan {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }

    .selectedvar {
        position: inherit !important;
    }


}



#Search-Pagination a,
#Search-Pagination input,
#Search-Pagination .selectedPage {
    padding: 10px;
    font-size: 1.25rem;
}

#Search-Pagination a,
#Search-Pagination input {
    background-color: #527d99;
    color: #fff;
}

#Search-Pagination .selectedPage {
    background-color: #234c67;
    color: #fff;
}

#Search-Pagination input[disabled] {
    background-color: #527d99;
    color: #fff;
    opacity: 0.5;
}

.srchbtn {
    padding-top: 15px !important;
}

.srchbtn input[type=submit] {
    background-color: #527d99;
    color: #fff;
    font-size: 1.25rem;
    padding: 10px;
    width: 80%;
}

#OnStatistics td:first-child {
    text-align: left;
}

.data-table p {
    text-align: justify;
}

/************** Start Mohamad Al Omar Style **************/
/* #DeltaPlaceHolderMain>.container { */
    /* /* padding-top: 0; */ */
    /* /* box-shadow: none; */ */
    /* background: #fff; */
    /* padding-top: 15px; */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, .1); */
/* } */

.indicator-item .thumbnail-style:hover {
    box-shadow: 0 0 8px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.indicator-item .indicatorimg img {
    max-height: 90px;
    min-height: 90px;
}

.indicatorimg .caption {
    min-height: 140px !important;
}

.indicatorimg .caption h1 {
    font-size: 2rem;
    margin-top: 0 !important;
}

.panel-default>.panel-heading {
    background-color: var(--primary-color) !important;
}

.panel-group {
    margin-top: 20px;
}


.indicator-item:hover .overflow-hidden {
    position: relative;
}

.indicator-item>.banner-card-body>.hover-image {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: contain;
    background-position: center;
    visibility: hidden;
}

.indicator-item:nth-child(2)>banner-card-body>.hover-image {
    background-image: url('/Style%20Library/Images/Tourism.png');
}

.indicator-item:nth-child(2):hover>banner-card-body>img {
    visibility: hidden;
}

.indicator-item:nth-child(2):hover>banner-card-body>.hover-image {
    visibility: visible;
}

.col-smcustom:nth-child(3)>a>.indicatorimg>.thumbnail-img>.overflow-hidden>.hover-image {
    background-image: url('/Style%20Library/Images/Exports.png');
}

.col-smcustom:nth-child(3):hover>a>.indicatorimg>.thumbnail-img>.overflow-hidden>img {
    visibility: hidden;
}

.col-smcustom:nth-child(3):hover>a>.indicatorimg>.thumbnail-img>.overflow-hidden>.hover-image {
    visibility: visible;
}

.col-smcustom:nth-child(4)>a>.indicatorimg>.thumbnail-img>.overflow-hidden>.hover-image {
    background-image: url('/Style%20Library/Images/CPI.png');
}

.col-smcustom:nth-child(4):hover>a>.indicatorimg>.thumbnail-img>.overflow-hidden>img {
    visibility: hidden;
}

.col-smcustom:nth-child(4):hover>a>.indicatorimg>.thumbnail-img>.overflow-hidden>.hover-image {
    visibility: visible;
}

.indicator-item:nth-child(5)>a>.indicatorimg>.thumbnail-img>.overflow-hidden>.hover-image {
    background-image: url('/Style%20Library/Images/Imports.png');
}

.col-smcustom:nth-child(5):hover>a>.indicatorimg>.thumbnail-img>.overflow-hidden>img {
    visibility: hidden;
}

.col-smcustom:nth-child(5):hover>a>.indicatorimg>.thumbnail-img>.overflow-hidden>.hover-image {
    visibility: visible;
}

.col-smcustom:nth-child(6)>a>.indicatorimg>.thumbnail-img>.overflow-hidden>.hover-image {
    background-image: url('/Style%20Library/Images/Births.png');
}

.col-smcustom:nth-child(6):hover>a>.indicatorimg>.thumbnail-img>.overflow-hidden>img {
    visibility: hidden;
}

.col-smcustom:nth-child(6):hover>a>.indicatorimg>.thumbnail-img>.overflow-hidden>.hover-image {
    visibility: visible;
}

.headline h2 {
    color: var(--primary-color) !important;
}

.ms-rtestate-field h4 a {
    color: var(--secondary-color) !important;
}

.ms-rtestate-field h4 a:hover {
    color: var(--primary-color) !important;
}

.sidebar,
.breadcrumb {
    display: none;
}

.ms-rtestate-field h1 {
    color: var(--primary-color) !important;
}

.wrapper {
    padding: 0 !important;
}

#latestrelease-3 {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(161, 159, 163, 0.8);
    color: white !important;
}

#latestrelease-3 a {
    height: 100%;

}

#latestrelease-3 p {
    color: white !important;
}

.caption {
    margin-top: 10px;
}

.caption h3 {
    font-size: 16px;
}

.dataTable {
    width: 100% !important;
}

table.ms-rteTable-0 {
    width: 100%;
}

table.ms-rteTable-0 tbody {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

table.ms-rteTable-0 tbody tr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

table.ms-rteTable-0 tbody tr td,
table.ms-rteTable-0 tbody tr th {
    flex: 1;
    max-width: 100%;
    text-align: center;
}

.footer-v1 .footer-top {
    padding-top: 40px;
    background-color: #F6F6F6;
    color: #D6F2F6;
}

.footer-v1 .footer-top .container .row {
    display: block;
}

.footer-v1 .footer-bottom {
    background-color: #0097AF;
    color: white;
    width: 100%;
}

.pa-0 {
    padding: 0;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.px-3 {
    padding-left: 15px;
    padding-right: 15px;
}

.py-2 {
    padding-top: 10px;
    padding-bottom: 10px;
}



@media screen and (max-width:768px) {
    table.ms-rteTable-0 tbody tr {
        flex-direction: column;
        gap: 10px;
    }
}


.fixed-btns {
    position: fixed;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
    left: 0;
    max-width: 50px;
}

.fixed-btns .line {
    height: 2px;
    width: 85%;
    margin: 10px auto;
    background-color: #C3A28B;
}

.fixed-btns img {
    width: 100%;
    padding: 10px;
}

/* #myCarousel .carousel-indicators { */
    /* bottom: -40px; */
    /* margin: auto; */
    /* left: 0; */
    /* width: 100% */
/* } */


/************** End Style **************/

/*--------------------------------------------------------------
# Mobile Responsive Fixes for Layout Issues
--------------------------------------------------------------*/

/* Fix container and row issues on mobile */
@media (max-width: 767px) {
    .container,
    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* Fix Bootstrap columns padding on mobile */
    [class*="col-"] {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    /* Header specific mobile fixes */
    .header .nav {
        padding: 0 10px;
    }
    
    .header .navbar-nav .search-open {
        width: 100% !important;
        max-width: none !important;
    }
    
    /* Section padding adjustments */
    .home-page section {
        padding: 20px 0;
    }
    
    /* Fixed positioned elements adjustments */
    .fixedContainer {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 575px) {
    .container,
    .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    [class*="col-"] {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    /* Very small screen adjustments */
    .home-page section {
        padding: 15px 0;
    }
}

/* Fix any horizontal overflow issues */
@media (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
    
    .container,
    .container-fluid {
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
# End Mobile Responsive Fixes
--------------------------------------------------------------*/

/***** Style added by Aysha Hameed (14-09-2023) *****/
.header .fixedContainer .navbar-nav>li:hover>a {
    color: var(--primary-color) !important;
}

.navbar-nav>li>.cssdropdown-menu {
    position: absolute !important;
}

/************** End Style **************/