/* global colours*/

:root {
    --primary-color: #187093;
    --secondary-color: #c39d31;
}

/* Single Post CSS */

.single-post-thumbnail img{
	float: left;
	width: 250px;
	height: auto;
	margin-right: 20px;
}

html[lang="ar"] .single-post-thumbnail {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}


.single-post-content h3 {
	color: #187193 !important;
	font-weight: 400;
	margin-bottom: 20px;
	border-bottom: solid 1px #e2e2e2;
}


.single-post-content li {
	list-style: none;
}

/* End of Single Post CSS */
.footer_Icons .elementor-social-icon {
    background-image: linear-gradient(to right, #899CD4, #12C4EB);
}

.footer_text ul {
    list-style: none !important;
}
.footer_text ul li a{
	line-height: 3;
	color: #6E8ABC !important;
}
.footer_text a::before {
    content: "\f141" !important;
	color: #6E8ABC !important;
    font-family: "Font Awesome 5 Free";
	font-weight: 900; 
    display: inline-block; 
    margin-right: 5px; 
}

html[lang="ar"] .footer_text a::before {
	margin-left: 5px; 
}

.footer_text ul li a:hover{
	margin-left: 8px;
	transform: translateX(8px) ;
    transition-duration: .3s ;
    transition-property: margin-left;
    transition: width 1sease -in-out, left 1.5sease -in-out;
	color: rgb(18, 196, 235) !important;
}

html[lang="ar"] .footer_text ul li a:hover{
	margin-right: 8px;
	transform: translateX(8px) ;
    transition-duration: .3s ;
    transition-property: margin-right;
    transition: width 1sease -in-out, left 1.5sease -in-out;
	color: rgb(18, 196, 235) !important;
}

.new-section p:hover{
    color: #919191;
    cursor: pointer;
}

/* Start of Homepage CSS */


.bdt-ep-static-carousel-content{
	position: absolute;
	top: 30%;
	bottom: 0px;
	vertical-align: center;
	left: 15%;
	width: 100%;
	text-align: left;
}

html[lang="ar"] .bdt-ep-static-carousel-content{
	position: absolute;
	top: 30%;
	bottom: 0px;
	vertical-align: center;
	left: 15%;
	width: 100%;
	text-align: right;
}

.bdt-ep-static-carousel-image:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(right, #31FBD2, #00A1C3, #000000);
        opacity: 0.7;/* Adjust colors */

}

.bdt-ep-static-carousel-content h3 {
	font-size: 2.5rem !important;

}

.bdt-ep-static-carousel-image img[class*=attachment-] {
	height:500px;
	width: 100%;
	object-fit: cover;
}


.swiper-pagination-bullet {
    width: 30px !important; /* Change Navigation dots to Rectangles */
    height: 5px !important;
    border-radius: 0 !important; 
    background-color: #FFF !important;
    transition: background-color 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
    background-color: #FFF !important; 
}



.framed-icon .elementor-icon{
    background-image: linear-gradient(to right, #899CD4, #12C4EB);
}

.framed-icon-container{
    height: 210px !important;
    
}

.framed-icon-container:hover {
    background-color: #344555;
    
}
.framed-icon-container:hover h2{
    color: #12C4EB !important;
}

.framed-icon-container:hover p{
    color: #fff;
}
 
.framed-icon-container:hover .framed-icon .elementor-icon {
    background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
    transition: ease-in-out0.4s background-color;
    
}

.homepage-tabs .e-n-tabs-heading {
    padding: 50px 0;
    max-height: 200px !important;
    background-color: #344555;
}
    
/* End of Homepage CSS */

/* End of Layout CSS */


/*News css*/

.news-layout{
	
}

.news-container{
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
	box-shadow: 0 2px 31px #E9E9E9;
    border: solid 1px #EEEEEE;
    border-top: 10px solid #00DCAB;
    padding-left: 50px;
	padding-right:50px;
	margin-bottom:50px;
}

.default-section-title{
	margin-top: 50px;
    padding: 0px 0px 50px;
	display: flex;
    flex-direction: column;
}
.news-date{
	padding: 5px 20px;
    background-color: #00DCAB;
    color: #FFFFFF;
}
.card-date{
	position:absolute;
	padding: 0;
    left: 50px;
}
.card-body{
	flex: 1 1 auto;
	padding-top: 30px;
	padding: 30px 0;
}

.card-title {
    margin-bottom: 0.75rem;
	border-bottom: solid 1px #EEEEEE;
    padding: 0 0 30px 0;
	font-size: 21px;
}
.card-text{
	color: #919191;
    font-size: 14px;
    text-align: justify;
	border-left: 3px solid #12C4EB;
    padding: 30px;
}
.normal-text{
	padding: 20px 0;
	color:#000000;
	
}

.news-image{
	background-color: #000000;
    border-radius: 0;
    width: 100%;
    margin: 0 auto;
    height: 400px;
    clear: both;
    z-index: 1;
}
.logo-line-right{
	height: 2px;
    background: #CCCCCC;
    display: inline-block;
    width: 40%;
    position: absolute;
    top: 10px;
    right: 0;
}
.logo-line-left{
	height: 2px;
    background: #CCCCCC;
    display: inline-block;
    width: 40%;
    position: absolute;
    top: 10px;
    left: 0;
}
.small-logo-img{
	display: block;
    width: 50%;
    right: 0;
    left: 0;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.p-single-seperator{
	text-align: center;
    position: relative;
    width: 40%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}
/* publications styles */
.document-item{
	margin: 5px 0;
    padding: 1.25rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    display: flex;
    justify-content: space-between;
}
.document-item:hover{
	transition: ease-in-out0.4s background-color;
    background-color: #12C4EB;
	color:white;
}
.publications-list{
	color: #12C4EB;
    padding: 5px 0;
    margin: 0;
}
/* common inquiries css */ 
.common-inquiries-accordion-item{
	padding:10px 40px !important;
	}
.common-inquiries-accordion-item p{
    padding: 1.25rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.common-inquiries-accordion-item p:hover{
    transition: ease-in-out0 .4s background-color;
    background-color: #12C4EB;
    color: white;
}

/* Photo albums */

.photos-container{
	border-top: solid 10px #00DCAB;
}

.gallery {
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
}

.wp-caption-text.gallery-caption{
	display:none;
}
.album-details{
	display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
	padding:25px 0 50px 0;
	font-size:2.5rem;
}

.album-name h5{
	font-size:2.5rem;
}
.album-date{
	padding: 10px 20px;
    background-color: #12C4EB;
    color: #FFFFFF;
	display:flex;
}
.video-title{
	margin: 10px 0 0 0;
    color: #00DCAB;
	padding: 20px;
	font-size:1.5rem;
}

.video-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9; /* Ensures proper video proportions */
	
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
	padding:20px;
}




/* accordion css*/
.services-accordion .e-n-tabs-heading{
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
}

.services-accordion .bdt-ep-accordion-item{
	background-color: #F7F7F7;
    padding: 10px 5px;
    margin: 0;
    align-items: center;
}
.services-accordion .e-n-accordion-item{
	font-size: 14px;
	box-shadow: 0px 0px 15px 3px rgba(238, 238, 238, 1) !important;
	margin-top: 10px;
    font-size: 14px;
}
.text-card{
	display:flex;
	background-color:#F7F7F7;
}
.card-body{
	margin-top: 15px;
    border-top: 1px solid #E6E6E6;
    padding-bottom: 0;
}
.card-body p{
	margin: 0px 0px 10px 0px;
    line-height: 1.6;
}
.card-body ul li::marker{
    content:"";
}
.service-description .bdt-ep-accordion-title{
	border-left: 5px solid #12c4eb;
}

html[lang="ar"] .service-description .bdt-ep-accordion-title{
	border-right: 5px solid #12c4eb;;
	border-left: 0;
}
.service-description .card-body ul li:before{
	content: '';
    height: 10px;
    width: 10px;
    background-color: #01DAAF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: -25px;
    top: 20px;
}

html[lang="ar"] .service-description .card-body ul li:before{
    right: -25px !important;
    top: 25 !important;
}


.service-description .card-body ul li{
	margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
	border-left: 2px solid #DCDCDC;
}

html[lang="ar"] .service-description .card-body ul li{
	border-right: 2px solid #DCDCDC;
	border-left: 0;
	padding-left: 0px;
	padding-right:20px;
}

.service-requirements .card-body ul li{
	margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

html[lang="ar"] .service-requirements .card-body ul li{
	padding-left: 0;
	padding-right: 20px;
}

.card-body ul{
	list-style: none;
    margin: 0;
    padding: 0;
}

.service-requirements .card-body ul li:before{
	content: '';
    height: 4px !important;
    width: 40px !important;
    background-color: #01DAAF !important;
    border-radius: 0% !important;
    display: inline-block;
    position: absolute;
    left: -40px !important;
    top: 9px !important;
}
html[lang="ar"] .service-requirements .card-body ul li:before{
    right: -25px !important;
    top: 13px;
}


.service-requirements .bdt-ep-accordion-title{
	border-left: 5px solid #12c4eb;
    margin-bottom: 0;
}

html[lang="ar"] .service-requirements .bdt-ep-accordion-title{
	border-left: 0;
	border-right: 5px solid #12c4eb;
}

.text-card h6{
	position:relative;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: baseline;
    width: 100%;
	border-left: 5px solid #12c4eb;
}
html[lang="ar"] .text-card h6{
	border-left: 0 solid #12c4eb;
	border-right: 5px solid #12c4eb;
}
.text-card{
	padding:5px;
}


.service-requirements .card-body  ul li > ul li:before{
	content: '\f00c' !important;
    color: #01DAAF !important;
    font-family: FontAwesome !important;
    height: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

html[lang = "ar"] .service-requirements .card-body  ul li > ul li:before{
	right: 0 !important;  
    top: 0 !important;
}

.requirement-important{
	color: #007D97 !important;
    font-weight: normal !important;
}

.servicelist-fee{
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.servicelist-fee li{
	display: flex;
	justify-content :space-between;
}
/* region endd*/

/*location centers*/

.elementor-element.main-timeline.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #12C4EB;
    position: absolute;
    top: 0;
	left: 50%;
}

.department-name{
	display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    padding: 12px 33px;
    background: #12C4EB;
    border-radius: 2px;
}

.main-timeline .title{
	font-size: 24px;
    font-weight: 500;
    color: #00DCAB;
    margin-top: 30px;
}

.main-timeline .description{
	font-size: 14px;
    color: #344555;
    line-height: 2;
    padding: 0 30px;
    list-style-type: none;
}

.main-timeline .timeline-left{
	float: left;
    text-align: left;
	width: 45%;
    padding: 20px;
    border-radius: 0px;
    text-align: right;
    -webkit-box-shadow: 10px 3px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 10px 3px 20px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 10px 3px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3sease 0s;
}


.timeline{
	position: relative;
    border-radius: 2px;
    margin: 10px 0;
}
.main-timeline .left{
	float: left;
    text-align: left;
}
.main-timeline .right{
	float: right;
    text-align: right;
}
.timeline-content{
	width: 45%;
    padding: 20px;
    border-radius: 0px;
    text-align: right;
    -webkit-box-shadow: 10px 3px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 10px 3px 20px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 10px 3px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3sease 0s;
}
.timeline:after,.timeline:before{
	content: "";
    display: block;
    width: 100%;
    clear: both;
}

.timeline-icon {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 2px solid #12C4EB;
    /* position: absolute; */
    top: 0;
    left: 2px;
    right: 0;
    margin: 0 auto;
	/* overflow: hidden;*/
}

.main-timeline .description li {
    cursor: pointer;
    padding: 5px 10px;
    border-top: solid 1px #F7F7F7;
    color: #344555;
}

.main-timeline .description li:hover {
    transition: ease-in-out0.4s background-color;
    background-color: #344555;
    color: #FFFFFF;
}
/*end location centers*/

/* supliers css*/
.suppliers-container .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: #F7F7F7;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
}

.suppliers-container .table thead {
    background-color: #344555;
    color: #FFFFFF;
    text-align: left;
}

.suppliers-container .table th,
.suppliers-container .table td {
    vertical-align: middle;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 14px;
	text-align: left;
}

.suppliers-container .table th {
    font-weight: bold;
	color:#fff;
}

.suppliers-container .table .red-border {
    border-left: solid 5px #e74c3c;
    padding-left: 10px;
    display: inline-block;
}

.suppliers-container .table .expired-status {
    display: block;
    font-weight: bold;
    color: #e74c3c;
}

.suppliers-container .table .expired-offer {
    display: block;
    font-size: 12px;
    color: #888;
}

.suppliers-container .table tbody tr:hover {
    background-color: #f1f1f1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .suppliers-container .table th,
    .suppliers-container .table td {
        padding: 10px;
        font-size: 12px;
    }

    .suppliers-container .table .red-border {
        border-left-width: 3px;
        padding-left: 5px;
    }
}

/*end supliers css*/


