html body{
	background-color:#ffffff;
}

.uk-container {
    
    padding: 0px;
}

@media (min-width: 940px){
	.uk-container {
		max-width: 1400px;
		padding: 0 0px;
	}
}

.uk-grid {
    margin-left: 0px;
}

#main-menu{
	margin-top:40px;
}

.uk-container-border{
	/*
	border-left:solid 1px #C9BC9C;
	border-right:solid 1px #C9BC9C;
	*/
}

/* Menu Part */
#main-menu{
	float:right !important;
}

.uk-top{
	position:absolute;
	display:block;
	z-index:99;
	width:1032px;
	margin-left:0px;
	/*
	background-color:rgba(255, 255, 255, 0.8);
	border-bottom:solid 4px #c9bc9c;
	*/
	height:116px;
	padding-left:183px;
	padding-right:183px;
}

.uk-top .uk-width-menu-1-5{
	float:left;
	width:calc(20% - 15px);
	padding:23px 0px 15px 15px;
}

.uk-top .uk-width-menu-4-5{
	float:left;
	width:calc(80% - 16px);
	padding-left:16px;
}

#main-menu  li a{
	color:#0f57a8;
	text-transform:uppercase;
	font-size: 15px;
	font-weight:bold;
	padding:10px 24px;
	
}

#main-menu  li a:hover{
	text-decoration:none;
	border-radius:10px;
	color:#ffffff;
	background-color:#0f57a8;
	
}

.uk-navbar-toggle{
	float:right;
	margin-top:15px;
}

.uk-top-cp{
	position:static;
	height:174px;
}

.uk-top-cp .uk-width-menu-1-5{
	float:left;
	width:calc(20% - 15px);
	padding:91px 0px 15px 15px;
}

.uk-top-cp .uk-width-menu-4-5{
	float:left;
	width:calc(80% - 16px);
	padding-left:16px;
}

.uk-top-cp #main-menu{
	margin-top:120px;
}

#main-menu .menu_ul_in{
	margin-top:3px !important;
	margin-left:10px !important;
}

#main-menu .menu_ul_in li a{
	padding:8px 15px;
}

.uk-nav-offcanvas ul a{
	color:#ffffff;
	padding:5px 3px;
}

.uk-grid-footer{
	margin:30px auto 20px;
	max-width: 1032px;
}

.uk-grid-footer .uk-width-1-3{
	font-size:14px;
	line-height:20px;
	color:#6c7383;
}

.uk-grid-footer .uk-width-2-3{
	margin-top:10px;
}

.uk-foot-link-img{
	float:right;
	margin-top:40px;
}

.page_header{
	color:#264065;	
	font-size:30px;
	line-height:30px;
	text-decoration:underline;
	text-align:center;
}

.page_content{
	padding:20px;
	text-align:left;
}


.uk-grid-interview .uk-width-1-2 img{
	max-width:300px;
	width:100%;
	border:solid 2px #eeeeee;
}

@media(max-width:1415px){
	.uk-top{
		width:74%;
		padding-left:13%;
		padding-right:13%;
		margin:0px !important;
		
	}
}

@media(max-width:1385px){
	.uk-top{
		width:80%;
		padding-left:10%;
		padding-right:10%;
	}
}

@media(max-width:1300px){
	.uk-top{
		width:85%;
		padding-left:7.5%;
		padding-right:7.5%;
	}
}

@media(max-width:1300px){
	.uk-top{
		width:94%;
		padding-left:5%;
		padding-right:1%;
	}
}

@media(max-width:1150px){
	.uk-top{
		width:96.5%;
		padding-left:2.5%;
		padding-right:1%;
	}

	#main-menu  li a{
		padding:0 7.5px;
	}
}



@media(max-width:1024px){
	.uk-grid-footer .uk-width-1-3, .uk-grid-footer .uk-width-2-3{
		width:100%;
	}

	.uk-grid-footer .uk-width-2-3 .uk-foot-link-menu{
		text-align:left !important;
	}

	.uk-foot-link-img{
		float:none;
		text-align:left !important;
	}
	
}

@media(max-width:960px){
	.uk-top{
		width:98%;
		padding-left:1%;
		padding-right:1%;
	}

	#main-menu  li a{
		padding:0 5px;
	}
}

@media(max-width:900px){
	.uk-top{
		width:99.8%;
		padding-left:0.1%;
		padding-right:0.1%;
	}

	#main-menu  li a{
		font-size: 14px;
		padding:0 5px;
	}
}

@media(max-width:850px){
	#main-menu  li a{
		font-size: 13px;
		padding:0 4px;
	}
}

@media(max-width:767px){
	#main-menu  li a{
		font-size: 14px;
		padding:0 2px;
	}

	.main-nav{
		display:none;
	}
	/*
	.uk-top{
		height:70px;
		border-bottom:solid 2px #c9bc9c;
	}
	*/

	.uk-top .uk-width-menu-1-5 img{
		max-height:60px;
	}

	.uk-top .uk-width-menu-1-5{
		width:calc(40% - 15px);
		/*
		padding:5px 0px 5px 15px;
		*/
	}

	.uk-top .uk-width-menu-4-5{
		width:calc(60% - 16px);
		padding-top:20px;
		padding-left:16px;
	}

	.uk-grid-width-medium-1-4 .fancybox{
		width:50%;
	}

	.uk-foot-link-menu{
		display:none;
	}
	/*
	.uk-grid-footer .uk-width-1-3, .uk-grid-footer .uk-width-2-3{
		width:50%;
	}

	.uk-grid-footer .uk-width-2-3{
		margin-top:0px;
	}
	*/
	.uk-foot-link-img{
		margin-top:0px;
	}

	.uk-grid-interview .uk-width-1-2{
		width:100%;
	}
}

@media(max-width:500px){
	.uk-top{
		height:60px;
	}

	.uk-top .uk-width-menu-1-5 img{
		max-height:50px;
	}

	.uk-navbar-toggle{
		margin-top:8px;
	}
	/*
	.uk-grid-footer .uk-width-1-3{
		width:66.6%;
	}
	
	.uk-grid-footer .uk-width-2-3{
		width:33.3%;
	}
	*/
}
/*
@media(max-width:1400px){
	.uk-top{
		width:99%;
		padding-left:0px;
		padding-right:0px;
		margin:0px !important;
		border:0px !important;
	}
}
*/
/* End Menu Part */

/* Slider Part */
.uk-slidenav-position {
    position: relative;
	margin-top:0px;
}

.uk-dotnav-contrast>*>*{
	border:solid 1px #1057A5;
	background: transparent !important;
	width:10px !important;
	height:10px !important;
}

.uk-dotnav-contrast>.uk-active>* {
    background-color: #1057A5 !important;
}

@media(max-width:767px){
	.uk-slidenav-position {
		
	}
}
/* End Slider Part */

/* Event & Committee Part */
.uk-home-event{
	background-color:#252762;
}

.uk-event .uk-event-left{
	float:left;
	width:28.5%;
	text-align:right;
	padding:13% 0px;
}

.uk-event .uk-event-left .uk-dot{
	margin-top:-10px;
}

.uk-event .uk-event-left span{
	text-transform:uppercase;
	color:#d0d1d9;
	font-size:30px;
	line-height: 40px;
	top:-2px;
}

.uk-event .uk-event-right{
	float:left;
	width:71.5%;
	text-align:right;
	padding:0px;
}

.uk-home-committee{
	background:url('/theme_default/dea/committee_bg.jpg') no-repeat #FBFBFD;
}

.uk-committee .uk-committee-left{
	float:left;
	width:35%;
	text-align:right;
	padding:11% 0px;
}

.uk-committee .uk-committee-left .uk-dot{
	margin-top:-10px;
}

.uk-committee .uk-committee-left span{
	text-transform:uppercase;
	color:#a4a3b2;
	font-size:30px;
	line-height: 40px;
	top:-2px;
}

.uk-committee .uk-committee-right{
	float:left;
	width:calc(65% - 138px);
	text-align:right;
	padding:70px 138px 0px 0px;
}

.uk-committee-item{
	float:left;
	width:33%;
	text-align:center;
	color:#4f4f5b;
}

@media(max-width:960px){
	.uk-committee .uk-committee-right{
		width:calc(65% - 50px);
		padding:70px 50px 0px 0px;
	}
}

@media(max-width:767px){
	.uk-event .uk-event-left{
		width:calc(100% - 60px);
		padding:40px 30px 20px;
		text-align:left;
	}

	.uk-event .uk-event-right{
		width:100%;
		padding:0px;
	}

	.uk-committee .uk-committee-left{
		width:calc(100% - 60px);
		padding:40px 30px 20px;
		text-align:left;
	}

	.uk-committee .uk-committee-right{
		width:calc(100% - 60px);
		padding:0px 30px;
	}
}

@media(max-width:600px){
	.uk-committee-item{
		width:50%;
	}
}

@media(max-width:500px){
	.uk-event .uk-event-left{
		padding:20px 30px 0px;
	}

	.uk-committee .uk-committee-left{
		padding:20px 30px 0px;
	}

	.uk-committee .uk-committee-right{
		width:calc(100% - 40px);
		padding:0px 20px;
	}

	.uk-committee-item{
		width:calc(50% - 10px);
		padding-left:5px;
		padding-right:5px;
	}
}
/* End Event & Committee Part */

/* Home Video Part */
.embed-container {
	padding:56.25% 0 0 0;
	position: relative;
}
				 
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.uk-home-video{
	background-color:#889BA6;
}

.uk-home-video-block{
	padding:50px;
}

@media(max-width:767px){
	.uk-home-video-block{
		padding:20px;
	}
}
/* End Home Video Part */

/* Home Footer LinkPart */
.uk-home-link{
	background-color:#E0DFE3;
}

.footer_link .uk-dot{
	margin-top:-6px;
}

.footer_link{
	display:block;
	background-color:#E0DFE3;
	padding:30px;
	font-size:25px;
	color:#4f494d;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
}

.footer_link:hover{
	background-color:#FFD200;
	text-decoration:none;
}

.footer_link_first{
	text-align:right;
}

.footer_link_last{
	text-align:left;
}

.footer_link_active, .footer_link_active:hover{
	background-color:#FFD200;
}

@media(max-width:1200px){

	.footer_link{
		padding:20px;
		font-size:20px;
	}

	.footer_link_first{
		text-align:center;
	}

	.footer_link_last{
		text-align:center;
	}
}

@media(max-width:960px){
	.footer_link{
		padding:20px 15px 15px;
		font-size:16px;
	}
}

@media(max-width:767px){

}
/* End Home Footer LinkPart */

.uk-footer{
	background-color:#F8FBFF;	
	/*
	border-top:solid 4px #c9bc9c;
	*/
}

.uk-footer .uk-grid{
	padding:15px 30px;
}

.uk-footer .uk-grid .uk-width-1-1{
	text-align:center;
	font-size:14px;
}


@media(max-width:767px){
	.uk-footer{
		border-top:solid 2px #c9bc9c;
	}

	.uk-footer .uk-grid{
		padding-left:0px;
	}
}


/* Main Content Part  */
.uk-width-mc-1-4{
	float:left;
	width:28.5%;
	padding:0px 0px 0px 62px;
}

.uk-width-mc-3-4{
	float:left;
	width:57.5%;
	padding:0px 0px 0px 4px;
}

.uk-width-mc-1-4 h1{
	color:#457cbc;
	text-shadow: 0.1em 0.1em 0.1em #cccccc;
	text-align:right;
	padding-right:40px;
}

.uk-width-mc-spacer{
	height:170px;
}

.uk-width-mc-1-4-footer{
	text-align:right;
	padding-right:30px;
}

.footer_link_content{
	padding:20px;
	font-size:20px;
	display:inline-block;
	background-color:#FFD200;
}


@media(max-width:1200px){
	.footer_link_content{
		padding:18px;
		font-size:15px;
	}

}

@media(max-width:960px){
	.uk-top-cp #main-menu{
		margin-top:105px;
	}

	.uk-width-mc-1-4-footer{
		padding-right:0px;
	}

	.footer_link_content{
		padding:16px;
		font-size:13px;
	}

}

@media(max-width:767px){
	.uk-width-mc-1-4{
		width:100%;
		padding:0px 20px 0px 20px;
	}
	
	
	.uk-width-mc-1-4 h1{
		text-align:left;
		padding-right:0px;
	}

	.uk-width-mc-3-4{
		width:100%;
		padding:0px 20px 0px 20px;
		margin-top:0px;
	}

	.content_left_img{
		display:none;
	}

	.uk-width-mc-spacer{
		display:none;
	}

	.uk-width-mc-1-4-footer{
		text-align:left;
	}

	.uk-width-medium-1-4, .uk-width-medium-3-4 {
		padding-left:0px;
	}

	ul{
		padding-left:20px;
	}

	.main-content{
		margin-bottom:50px;
	}

}

.uk-offcanvas-bar{
	background-color:#1157A6;
}

.uk-modal-dialog{
	width:100%;
	max-width:900px;
}

/* Event Calendar */
.uk-event-grid > *{
	padding-left:0px;
}

.uk-upcoming-events > *{
	padding-left:0px;
}

.uk-width-event-desc{
	padding-left:20px;
}
.uk-event-grid .uk-width-1-4, .uk-event-grid .uk-width-3-4{
	padding:8px 5px;
	margin-bottom:2px;
}

.uk-event-header{
	background-color:#cccccc;
	font-weight:bold;
}

.uk-event-grid .uk-width-nd{
	background-color:#F3F6FA;
}

.uk-event-grid .uk-width-ns{
	background-color:#F5FAF3;
}

@media(max-width:1400px){
	
}

@media(max-width:767px){
	.uk-width-spacer{
		padding-left:0px;
	}
}

/*
.uk-event-grid div:nth-child(1){
	background-color:blue;
}
.uk-event-grid div:nth-child(2){
	background-color:blue;
}
.uk-event-grid div:nth-child(3){
	background-color:red;
}
.uk-event-grid div:nth-child(4){
	background-color:red;
}

.uk-event-grid div:nth-child(2n+1){
	background-color:blue;
}

.uk-event-grid div:nth-child(2n+2){
	background-color:red;
}

.uk-event-grid div:nth-child(2n+2){
	background-color:red;
}
*/

.uk-button{
	padding:10px 20px;
	background-color:#FFD200;
	color:##4f494d;
	font-weight:bold;
}


.uk-button:hover{
	background-color:#C9BC9C;

}

.home-btn{
	padding:12px 30px;
	background-color:#2CAAC1;
	color:#ffffff;
	font-weight:bold;
	border-radius:10px;
	border:solid 2px #2CAAC1;
}

.home-btn:hover{
	background-color:#ffffff;
	color:#2CAAC1;
	text-decoration:none;
	border:solid 2px #2CAAC1;
}

.uk-grid-service{
	margin-left:0px;
	padding-left:0px;
}

.uk-grid-service .uk-width-1-4{
	margin-left:10px;
	margin-right:10px;
	width:calc(25% - 20px);
	padding-left:10px;
	padding-right:10px;
}

.uk-foot-link{
	margin-top:100px;
}
.uk-foot-link a{
	width:20%;
	float:left;
	text-align:right;
	color:#273f65;
	font-weight:bold;
}

.people_block, .service_block{
	padding:20px;
	margin-bottom:50px;
	text-align:left;
	background-color:#ffffff;
	border-radius:15px;
	box-shadow:0px 3px 9px 3px #E1EAEF;
}

.people_header, .service_header{
	color:#264065;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:solid 2px #cccccc;
	margin-bottom:10px;
}

.service_header{
	color:#DF8A2B;
}

.people_header i, .service_header i{
	font-weight:normal;
	
}

.people_block ul, .service_block ul  {
  list-style: none; /* Remove default bullets */
}

.people_block ul li::before , .service_block ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #DD8626; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  list-style-type: square;
}

.service_block ul li::before {
	content: "\2666"; 
}

.people_block ul ul li::before, .service_block ul ul li::before {
	content: "-"; 
}

.uk-grid-partner-logo .uk-width-1-5{
	text-align:center;
}

.uk-grid-people .uk-width-1-4{
	text-align:center;
}

@media(max-width:960px){
	.uk-grid-partner-logo .uk-width-1-5{
		width:33.33%;
	}
}


@media(max-width:640px){
	.uk-grid-people .uk-width-1-4{
		width:100%;
	}

	.uk-grid-people .uk-width-3-4{
		width:100%;
	}
	.uk-grid-people .people_header{
		text-align:center;
	}
	
}

@media(max-width:640px){
	.uk-grid-partner-logo .uk-width-1-5{
		width:50%;
	}

	.uk-grid-photo .uk-width-1-3{
		width:50%;
	}
}

.uk-grid-photo .uk-width-1-3{
	padding-left:20px;
}


/* New Version - 20250328 */
.uk-grid-home-top-slide{
	margin-top:180px;
	margin-bottom:30px;
	max-width: 1032px;
	margin-left:auto;
	margin-right:auto;
}

.home_slider_banner{
	border:solid 3px #2CAAC1;
	border-radius:10px;
}

.home_slider_header{
	color:#264065;
	font-weight:bold;
	font-size:45px;
	line-height:60px;
}

.home_slider_content{
	line-height:25px;
	font-weight:bold;
	color:#6a7480;
}

.ph-services{
	margin-top:80px;
	margin-bottom:100px;
	text-align:center;
	max-width: 1032px;
	margin-left:auto;
	margin-right:auto;
}

.ph-services_label{
	color:#7dc5d3;
	font-weight:bold;
}

.ph-services_header{
	color:#264065;
	font-weight:bolod;
	font-size:30px;
	line-height:30px;
}

.ph-services .uk-grid-service .uk-width-1-2{
	padding:20px 20px 30px;
	color:#264065; 
	font-weight:bold;
	text-align:center;
	background-color:#ffffff;
	border-radius:15px;
}

.uk-grid-awards .uk-width-3-4{
	margin-top:60px;
	font-size:20px;
	font-weight:bold;
	line-height:30px;
}

.quote_btn{
	float:right;
	text-decoration:none;
	border-radius:10px;
	color:#ffffff;
	background-color:#0f57a8;
	padding:10px 24px;
}

.people_block .uk-grid-people .uk-width-1-4{
	padding-top:15px;
}

.people_block .uk-grid-people .uk-width-1-4 img{
	border-radius:80px;
	width:150px;
	border:solid 2px #2CAAC1;
}

.people_block .uk-grid-people .uk-width-3-4 ul{
	padding-left:20px;
}

@media (max-width: 960px){
	.home_slider_header{
		font-size:32px;
		line-height:40px;
	}

	.ph-services .uk-grid-service .uk-width-1-2{
		width:90%;
		margin:10px auto;
	}
}

@media (max-width: 768px){
	.uk-grid-home-top-slide{
		margin-top:120px;
	}
	.uk-grid-home-top-slide .uk-width-1-2{
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}

	.home_slider_header{
		font-size:24px;
		line-height:30px;
	}

	.ph-services_header{
		font-size:24px;
		line-height:30px;
	}

	.uk-grid-awards .uk-width-1-4, .uk-grid-awards .uk-width-3-4{
		width:100%;
	}

	.uk-grid-awards .uk-width-1-4 img{
		max-width:180px;
	}

	.uk-grid-awards .uk-width-3-4{
		margin-top:20px;
	}
}
/* End New Version - 20250328 */