/******START*******/	

*{
    margin : 0;
	padding : 0;
}

body{
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}


/*********MOBILE NAV MENU SECTION***/
    .mobile_menu_section{
    	width : 100%;
		position : fixed;
    	height:calc(100dvh - 65px);
    	background-color :#0b1c2d;
		z-index : 2 !important;
		transform : translateY(-100vh);
	    top : 65px;
	    left : 0;
        transition : transform 0.5s ease-in-out;	
        overflow-y : auto;
    }
	
	.mobile_menu_list{
		
     display:flex;
     flex-direction : column;
     height : 100%;
	}
    
    .mobile_menu_item{
		flex : 1;
    	width : 100%;
    	display : flex;
    	align-items : center;
    	padding-left : 25px;
    	position : relative;
    }
    
    .mobile_menu_image{
    	width : 40px;
    	height : auto;
    	border-radius : 2px;
    }
	.kitchen_menu_image, .bedroom_menu_image{
    	width : 40px;
    	height : auto;
    	border-radius : 2px;
		
	}
	#mobile_projects_left_menu{
	    margin-left : -50px;	
	}
    
    #mobile_team_dropdown{
    	display : none;
    	position : absolute;
    	width : 100%;
    	height : 80px;
    	background : #ffffff;
    	z-index : 1;
    	list-style-type : none;
    	border-radius : 5px;
    	top : 0;
    	left : 180px;
    	padding-left : 10px;
    	padding-top : 10px;
    	cursor : pointer;
    	border : solid 1px #000000;
    	box-shadow : 0px 3px 1px 1px #3e3e3e4C;
    }
    
    .mobile_team_dropdown_item,.mobile_liberia_dropdown_item, .mobile_nigeria_dropdown_item, .mobile_carbon_dropdown_item, .mobile_agriculture_dropdown_item, .mobile_security_dropdown_item, .mobile_press_dropdown_item, .mobile_climate_dropdown_item{
    	color : #666666;
    }
    .mobile_team_dropdown_item:hover,.mobile_liberia_dropdown_item:hover, .mobile_nigeria_dropdown_item:hover, .mobile_carbon_dropdown_item:hover, .mobile_agriculture_dropdown_item:hover, .mobile_security_dropdown_item:hover, .mobile_press_dropdown_item:hover, .mobile_press_dropdown_item:hover{
      color: #16181b;
      text-decoration: none;
      background-color: #e9ecef;
    }
    
    
    
    
    .mobile_menu_item:not(:last-child){
    	border-bottom : solid 0.5px #ffffff;
    }
    
    .mobile_menu_link{
    	color : #ffffff;
    	font-weight : 600;
    	padding-left : 20px;
    	cursor : pointer;
    	font-size : 1.2rem;
		
    }
    
    
    .mobile_menu_link:hover{
    	color : #ffffff;
    	font-weight : 600;
    	font-size : 1.2rem;
    	padding-left : 20px;
    	cursor : pointer;
		text-decoration : none;
		transition-property : font-size;
		transition-duration : 3s;
		transition-timing-function : ease-in-out;
    }


/*****END*******/









@media(MIN-WIDTH : 768PX){
	
	
/******START*******/	

*{
    margin : 0;
	padding : 0;
}

body{
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}




/*********MOBILE NAV MENU SECTION***/
    .mobile_menu_section{
    	width : 100%;
		position : fixed;
    	height:calc(100dvh - 80px);
    	background-color :#0b1c2d;
		z-index : 2 !important;
		transform : translateY(-100vh);
	    top : 80px;
	    left : 0;
        transition : transform 0.5s ease-in-out;	
        overflow-y : auto;
    }
	
	.mobile_menu_list{
		
     display:flex;
     flex-direction : column;
     height : 100%;
	}
    
    .mobile_menu_item{
		flex : 1;
    	width : 100%;
    	display : flex;
    	align-items : center;
    	padding-left : 25px;
    	position : relative;
    }
    
    .mobile_menu_image{
    	width : 60px;
    	height : auto;
    	border-radius : 2px;
    }
	.kitchen_menu_image, .bedroom_menu_image{
    	width : 60px;
    	height : auto;
    	border-radius : 2px;
		
	}
	#mobile_projects_left_menu{
	    margin-left : -50px;	
	}
    
    #mobile_team_dropdown{
    	display : none;
    	position : absolute;
    	width : 100%;
    	height : 80px;
    	background : #ffffff;
    	z-index : 1;
    	list-style-type : none;
    	border-radius : 5px;
    	top : 0;
    	left : 180px;
    	padding-left : 10px;
    	padding-top : 10px;
    	cursor : pointer;
    	border : solid 1px #000000;
    	box-shadow : 0px 3px 1px 1px #3e3e3e4C;
    }
    
    .mobile_team_dropdown_item,.mobile_liberia_dropdown_item, .mobile_nigeria_dropdown_item, .mobile_carbon_dropdown_item, .mobile_agriculture_dropdown_item, .mobile_security_dropdown_item, .mobile_press_dropdown_item, .mobile_climate_dropdown_item{
    	color : #666666;
    }
    .mobile_team_dropdown_item:hover,.mobile_liberia_dropdown_item:hover, .mobile_nigeria_dropdown_item:hover, .mobile_carbon_dropdown_item:hover, .mobile_agriculture_dropdown_item:hover, .mobile_security_dropdown_item:hover, .mobile_press_dropdown_item:hover, .mobile_press_dropdown_item:hover{
      color: #16181b;
      text-decoration: none;
      background-color: #e9ecef;
    }
    
    
    
    
    .mobile_menu_item:not(:last-child){
    	border-bottom : solid 0.5px #ffffff;
    }
    
    .mobile_menu_link{
    	color : #ffffff;
    	font-weight : 600;
    	padding-left : 20px;
    	cursor : pointer;
    	font-size : 1.25rem;
		
    }
    
    
    .mobile_menu_link:hover{
    	color : #ffffff;
    	font-weight : 600;
    	padding-left : 20px;
    	cursor : pointer;
		text-decoration : underline;
		transition-property : font-size;
		transition-duration : 3s;
		transition-timing-function : ease-in-out;
    }


/*****END*******/

}

@media(MIN-WIDTH : 1025PX){
	
	
/******START*******/	

*{
    margin : 0;
	padding : 0;
}

body{
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}




/*********MOBILE NAV MENU SECTION***/
    .mobile_menu_section{
    	width : 50%;
		position : fixed;
    	height:calc(100dvh - 80px);
    	background-color :#0b1c2d;
		z-index : 2 !important;
		transform : translateY(-100vh);
	    top : 80px;
	    left : 0;
        transition : transform 0.5s ease-in-out;	
        overflow-y : auto;
    }
	
	.mobile_menu_list{
		
     display:flex;
     flex-direction : column;
     height : 100%;
	}
    
    .mobile_menu_item{
		flex : 1;
    	width : 100%;
    	display : flex;
    	align-items : center;
    	padding-left : 25px;
    	position : relative;
    }
    
    .mobile_menu_image{
    	width : 60px;
    	height : auto;
    	border-radius : 2px;
    }
	.kitchen_menu_image, .bedroom_menu_image{
    	width : 60px;
    	height : auto;
    	border-radius : 2px;
		
	}
	#mobile_projects_left_menu{
	    margin-left : -50px;	
	}
    
    #mobile_team_dropdown{
    	display : none;
    	position : absolute;
    	width : 100%;
    	height : 80px;
    	background : #ffffff;
    	z-index : 1;
    	list-style-type : none;
    	border-radius : 5px;
    	top : 0;
    	left : 180px;
    	padding-left : 10px;
    	padding-top : 10px;
    	cursor : pointer;
    	border : solid 1px #000000;
    	box-shadow : 0px 3px 1px 1px #3e3e3e4C;
    }
    
    .mobile_team_dropdown_item,.mobile_liberia_dropdown_item, .mobile_nigeria_dropdown_item, .mobile_carbon_dropdown_item, .mobile_agriculture_dropdown_item, .mobile_security_dropdown_item, .mobile_press_dropdown_item, .mobile_climate_dropdown_item{
    	color : #666666;
    }
    .mobile_team_dropdown_item:hover,.mobile_liberia_dropdown_item:hover, .mobile_nigeria_dropdown_item:hover, .mobile_carbon_dropdown_item:hover, .mobile_agriculture_dropdown_item:hover, .mobile_security_dropdown_item:hover, .mobile_press_dropdown_item:hover, .mobile_press_dropdown_item:hover{
      color: #16181b;
      text-decoration: none;
      background-color: #e9ecef;
    }
	
    .mobile_menu_item:not(:last-child){
    	border-bottom : solid 0.5px #ffffff;
    }
    
    .mobile_menu_link{
    	color : #ffffff;
    	font-weight : 600;
    	padding-left : 20px;
    	cursor : pointer;
    	font-size : 1.25rem;
		
    }
    
    
    .mobile_menu_link:hover{
    	color : #ffffff;
    	font-weight : 600;
    	padding-left : 20px;
    	cursor : pointer;
		text-decoration : underline;
		transition-property : font-size;
		transition-duration : 3s;
		transition-timing-function : ease-in-out;
    }


/*****END*******/

}

@media(MIN-WIDTH : 1280PX){
	
	
/******START*******/	

*{
    margin : 0;
	padding : 0;
}

body{
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}




/*********MOBILE NAV MENU SECTION***/
    .mobile_menu_section{
    	width : 50%;
		position : fixed;
    	height:calc(100dvh - 80px);
    	background-color :#0b1c2d;
		z-index : 2 !important;
		transform : translateY(-100vh);
	    top : 80px;
	    left : 0;
        transition : transform 0.5s ease-in-out;	
        overflow-y : auto;
    }
	
	.mobile_menu_list{
		
     display:flex;
     flex-direction : column;
     height : 100%;
	}
    
    .mobile_menu_item{
		flex : 1;
    	width : 100%;
    	display : flex;
    	align-items : center;
    	padding-left : 25px;
    	position : relative;
    }
    
    .mobile_menu_image{
    	width : 60px;
    	height : auto;
    	border-radius : 2px;
    }
	.kitchen_menu_image, .bedroom_menu_image{
    	width : 60px;
    	height : auto;
    	border-radius : 2px;
		
	}
	#mobile_projects_left_menu{
	    margin-left : -50px;	
	}
    
    #mobile_team_dropdown{
    	display : none;
    	position : absolute;
    	width : 100%;
    	height : 80px;
    	background : #ffffff;
    	z-index : 1;
    	list-style-type : none;
    	border-radius : 5px;
    	top : 0;
    	left : 180px;
    	padding-left : 10px;
    	padding-top : 10px;
    	cursor : pointer;
    	border : solid 1px #000000;
    	box-shadow : 0px 3px 1px 1px #3e3e3e4C;
    }
    
    .mobile_team_dropdown_item,.mobile_liberia_dropdown_item, .mobile_nigeria_dropdown_item, .mobile_carbon_dropdown_item, .mobile_agriculture_dropdown_item, .mobile_security_dropdown_item, .mobile_press_dropdown_item, .mobile_climate_dropdown_item{
    	color : #666666;
    }
    .mobile_team_dropdown_item:hover,.mobile_liberia_dropdown_item:hover, .mobile_nigeria_dropdown_item:hover, .mobile_carbon_dropdown_item:hover, .mobile_agriculture_dropdown_item:hover, .mobile_security_dropdown_item:hover, .mobile_press_dropdown_item:hover, .mobile_press_dropdown_item:hover{
      color: #16181b;
      text-decoration: none;
      background-color: #e9ecef;
    }
    
    
    
    
    .mobile_menu_item:not(:last-child){
    	border-bottom : solid 0.5px #ffffff;
    }
    
    .mobile_menu_link{
    	color : #ffffff;
    	font-weight : 600;
    	padding-left : 20px;
    	cursor : pointer;
    	font-size : 1.25rem;
		
    }
    
    
    .mobile_menu_link:hover{
    	color : #ffffff;
    	font-weight : 600;
    	padding-left : 20px;
    	cursor : pointer;
		text-decoration : underline;
		transition-property : font-size;
		transition-duration : 3s;
		transition-timing-function : ease-in-out;
    }


/*****END*******/

}