body
{
max-width: 2000px;	
font-family: "Roboto", sans-serif;
font-weight: 300;
color: #939292;
margin: 0 auto;
padding: 0px;
font-size: 18px;
line-height: 24px;
}

#mobile_menu_button
{
text-align: right;
display: none;
width: 50px;
height: 0px;
float: right;
position: relative;
top: 10px;
right: 10px;
}

@media (max-width: 767px) {

#mobile_menu_button
{
top: 0px;
right: 0px;
}
	
}	

#mobile_menu_button img
{
height: 0px;
}

#mobile_menu #mobile_menu_close
{
position: absolute;
top: 20px;
right: 20px;
display: none;
padding: 0px;
text-align: center;
}

@media (max-width: 1365px) {

#mobile_menu_button
{
display: block;
height: auto;
}

#mobile_menu_button img
{
height: auto;
}

}

#mobile_menu
{
width: 100%;
height: auto;	
display: none;
position: absolute;
left: 0px;
top: 0px;
z-index: 1100;
background: #042258;
overflow: auto;
}

#mobile_menu a
{
display: block;	
font-size: 20px;
font-weight: bold; 	
padding: 10px 0px;
color: #ffffff;
text-decoration: none;
text-transform: uppercase;
}

#mobile_menu ul
{
width: 80%;	
padding: 50px 0px 50px 0px;	
margin: 0 auto;
list-style-type: none;
text-align: center;
}

#mobile_menu ul li
{
background: #042258;	
padding-top: 2px;
padding-bottom: 0px;
}

#mobile_menu ul li ul
{
padding: 0px 0px 0px 0px;	
}

#mobile_menu ul li ul li a
{
font-weight: normal;	
}

img
{
max-width: 100%;
height: auto;
}

h1
{
font-size: 54px;
font-weight: 800;
line-height: 64px;
color: #042258;
margin-top: 0px;
}

@media (max-width: 767px) {

h1
{
font-size: 44px;
line-height: 54px;
}	
	
}

h2
{
font-size: 38px;
font-weight: 800;
line-height: 48px;
color: #042258;
margin-top: 0px;
}

h3, h4, h5
{
font-size: 20px;
font-weight: 800;
line-height: 30px;
color: #042258;
margin-top: 0px;
}

.why_choose_us h3
{
color: #ffffff;	
}

a
{
color: #474747;
text-decoration: none;	
}

a.button
{
font-size: 18px;
line-height: 24px;	
color: #ffffff;	
font-weight: bold;	
padding: 10px 20px;	
background: #7d7c7c;
text-decoration: none;
border-radius: 20px;
text-align: center;
border: 2px solid #7d7c7c;
}

a.button:hover
{
color: #7d7c7c;	
background: #ffffff;	
}	

a.button_blue
{
font-size: 18px;
line-height: 24px;	
color: #ffffff;	
font-weight: bold;	
padding: 10px 20px;	
background: #042258;
text-decoration: none;
border-radius: 20px;
text-align: center;
border: 2px solid #042258;
}

a.button_blue:hover
{
color: #042258;	
background: #ffffff;	
}

@media (max-width: 767px) {

a.button, a.button_blue	
{
display: block;
margin-bottom: 10px;	
}

}	

#portfolio a.button
{
position: relative;
top: 30px;	
}

#header_image_text a.button, #header_image_text a.button_blue
{
position: relative;
top: 20px;
}

strong
{
font-weight: 600;	
}


header
{
position: sticky;
top: 0px;
z-index: 100;
max-width: 100%;
min-height: 150px;
background: #ffffff;
}

@media (max-width: 1365px) {
	
header
{
position: relative;	
}
	
}


/*header #header_inner
{
max-width: 2500px;
padding: 10px 2% 10px 2%;
margin: 0 auto;
background: #ffffff;
}

header #header_inner #logo
{
display: inline-block;
width: 50%;
}

header #header_inner #header_right
{
float: right;
width: 50%;
text-align: right;
padding-top: 0px;
}

header #header_inner #header_right p
{
font-size: 20px;	
}

header #header_inner #header_right strong
{
font-size: 30px;	
}

nav#top_nav
{
text-transform: uppercase;
background: #E2E2E2;
background: -moz-linear-gradient(top, #E2E2E2 25%, #ABABAB);
background: -webkit-linear-gradient(top, #E2E2E2 25%, #ABABAB);
background: linear-gradient(to top, #ABABAB 25%, #E2E2E2);
width: 100%;
clear: both;
text-align: center;
overflow: hidden;
box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
margin-bottom: 0px;
border-top: 1px solid #959595;
border-bottom: 1px solid #959595;
}

@media (max-width: 1023px) {

nav#top_nav
{
box-shadow: 0px 0px 0px #888888;
}	
	
}

nav#top_nav .menu
{
width: 98%;
padding-left: 1%;
padding-right: 1%;
margin: 0 auto;
}

nav#top_nav ul
{
max-width: 1920px;
margin: 0 auto;
}

@media (max-width: 1279px) {
	
nav#top_nav ul
{
display: none;
}	

	
}

nav#top_nav ul
{
margin-bottom: 0px;
list-style-type: none;	
}

nav#top_nav ul li
{
width: 9.9%;
display: inline-block;
border-left: 1px solid #959595;
}

nav#top_nav ul li:last-child
{
border-right: 1px solid #959595;
}

nav#top_nav ul  li:hover, nav#top_nav .menu ul li.active
{
background: #E2E2E2 !important;
}

nav#top_nav ul li a
{
display: block;	
font-family: 'arial';
font-size: 14px;
font-weight: bold;
padding: 10px 0px;
}

nav#top_nav ul li ul {
	max-width: 280px;
	position: absolute;
	left: -999em;
	z-index: 110;
	background: #E2E2E2;
    background: -moz-linear-gradient(top, #E2E2E2 25%, #ABABAB);
    background: -webkit-linear-gradient(top, #E2E2E2 25%, #ABABAB);
    background: linear-gradient(to top, #ABABAB 25%, #E2E2E2);
	border-left: 1px solid #c3c2c2;
	border-right: 1px solid #c3c2c2;
	border-bottom: 1px solid #c3c2c2;
	box-shadow: 0px 3px 3px #888888;
	padding: 0px !important;
}

nav#top_nav ul li ul li {
    width: 260px;
	display: block;
	text-align: center;
	border: none;
	padding: 0px 10px;
}

nav#top_nav ul li ul li:last-child
{
border-right: 0px solid #959595;
}

nav#top_nav ul li:hover ul li:hover, nav#top_nav ul li.hover ul li.hover {
  display: block;
}

nav#top_nav ul li ul li a, nav#top_nav ul li ul li a:hover {
  display: block;
  text-decoration: none !important;
}


nav#top_nav ul li:hover ul, nav#top_nav li.hover ul {
	margin-left: -1.85%; 
	left: auto;
}

@media (max-width: 1921px) {

nav#top_nav li:hover ul, nav#top_nav li.hover ul {
    margin-left: -2.5%;  
}

}

@media (max-width: 1441px) {

nav#top_nav li:hover ul, nav#top_nav li.hover ul {
    margin-left: -4.8%;  
}

}

@media (max-width: 1369px) {

nav#top_nav li:hover ul, nav#top_nav li.hover ul {
    margin-left: -5.5%;  
}

}*/

header #contact_banner
{
background: #042258; 	
}

header #contact_banner a
{
color: #ffffff;	
}

header #contact_banner img
{
height: 25px;
vertical-align: middle;	
}

header #contact_banner .col1, header #contact_banner .col2, header #contact_banner .col3
{
display: inline-block;
width: 30%;
padding: 5px 1%;
text-align: center;
}

@media (max-width: 1024px) {

header #contact_banner .desktop
{
display: none;
}

}	

header #header_inner
{
max-width: 2500px;
padding: 20px 2% 20px 2%;
margin: 0 auto;
line-height: 0px;
}

header #header_inner #logo
{
display: inline-block;
width: 12%;
}

header #header_inner #logo a
{
font-size: 28px;
line-height: 20px;
vertical-align: middle;
}

header #header_inner #logo a span
{
font-size: 60px;
font-weight: bold; 
line-height: 65px;
color: #042258;
display: block;
}

@media (max-width: 1365px) {

header #header_inner #logo
{
width: 25%;
}
	
}

@media (max-width: 767px) {
	
header #header_inner
{
padding: 10px 2% 10px 2%;
}	

header #header_inner #logo
{
width: 60%;
}
	
}

header #header_inner #header_right
{
float: right;
width: 88%;
text-align: right;
padding-top: 0px;
}

@media (max-width: 1365px) {
	
header #header_inner #header_right
{
width: 75%;
padding-top: 0px;
}	

header #header_inner #header_right a.button
{
position: relative;
top: 60px;
}
	
}

@media (max-width: 767px) {
	
header #header_inner #header_right
{
width: 40%;
padding-top: 0px;
}	

header #header_inner #header_right a.button
{
font-size: 12px;
}

}	

header #header_inner nav
{
position: relative;
top: 30px;
right: 0px;
display: inline-block;
width: 100%;
text-transform: uppercase;
}

@media (max-width: 1365px) {
	
header #header_inner nav
{
display: none;
}	
	
}	

header #header_inner nav ul
{
position: relative;	
list-style: none;
text-align: right;
margin: 0px;
padding: 0px;
z-index: 10;
}

header #header_inner nav ul li 
{
display: inline-block;
}

header #header_inner nav ul li a, header #header_inner nav ul li a:hover
{
line-height: 20px;	
color: #000000;
text-decoration: none;
padding: 15px 15px;
}

header #header_inner nav ul .menu-item-has-children:after
{
content: url('images/nav-down-arrow.webp');
position: relative;
left: 0px;
}

header #header_inner nav ul li a:hover
{
text-decoration: none;
background: #042258;
color: #ffffff;
}

header #header_inner nav ul li ul {
	position: absolute; 
	left: -999em;
	z-index: 10;
	text-align: left;
	margin-top: 15px;
}

header #header_inner nav ul li ul li {
min-width: 250px;	
display: block;
}	

header #header_inner nav ul li ul li a
{
display: block;
z-index: 10;
}

header #header_inner nav ul li ul li
{
clear: both;
background: #ffffff;
z-index: 1;
}

header #header_inner nav ul li ul li:hover
{
clear: both;
z-index: 1;
}

header #header_inner nav ul li:hover ul {
    left: auto;
	z-index: 10;
}

#header_image
{
width: 100%;
min-height: 735px;
overflow: auto;
background-position: center;
background-size: cover;
}

#header_background
{
width: 100%;
/*background: #042258;*/
background-image: linear-gradient(140deg, #042258 40%, #E2E2E2 );
overflow: auto;
}

@media (max-width: 1023px) {
	
#header_image
{
min-height: 400px;
}	
	
}	

#header_image #header_image_text
{
position: relative;	
width: 35%;
top: 150px;
margin: 0 auto;
padding: 15px 2%;
/*background: rgba(147,146,146,0.5);*/
text-align: center;	
}

#header_background #header_image_text
{
color: #ffffff;	
width: 60%;
/*margin: 0 auto;*/
padding: 50px 5% 90px 5%;
text-align: left;	
}

#header_image h1
{
font-weight: 400;
font-size: 55px;
line-height: 65px;
color: #000000;
margin-bottom: 0px;
padding-bottom: 0px;
}

#header_background h1
{
font-weight: 400;
font-size: 60px;
line-height: 70px;
color: #ffffff;
margin-bottom: 20px;
padding-bottom: 0px;
}

#header_background h2
{
color: #ffffff;	
}

#header_image p
{
color: #000000;	
}

@media (max-width: 1365px) {
	
#header_image #header_image_text
{
top: 120px;
}	

#header_background #header_image_text
{
top: 80px;
}	

#header_image #header_image_text h1, #header_background #header_image_text h1
{
font-size: 50px;
line-height: 60px;
}


}

@media (max-width: 1023px) {
	
#header_image #header_image_text
{
top: 40px;
}	

#header_image #header_image_text h1
{
font-size: 30px;
line-height: 40px;
}


}

@media (max-width: 769px) {
	
#header_image #header_image_text
{
width: 45%;	
}

}

@media (max-width: 767px) {

#header_background #header_image_text
{
width: 90%;
}

}

@media (max-width: 600px) {
	
#header_image #header_image_text h1
{
font-size: 25px;
line-height: 35px;
}
	
}	

main
{
padding: 0px 2% 0px 2%;
}

.full_width_content
{
max-width: 1500px;
margin: 0 auto;
padding: 0px 5% 50px 5%;
text-align: center;
}

.full_width_content_grey
{
max-width: 1500px;
padding: 50px 5%; 
color: #000000;	
background: #E2E2E2;
margin: 0 auto;
margin-top: 50px;
border-radius: 20px;
}

.page-template-website-design-sub-service-template .full_width_content_grey
{
margin-bottom: 50px;	
}

.full_width_content_grey .inner
{
max-width: 1500px;
margin: 0 auto;
/*padding: 50px 2%;*/
text-align: center;
}

.page-template-index main, .single-post main
{
max-width: 100%;
padding: 50px 2%;
}

.page-template-portfolio main
{
max-width: 1500px;
padding: 50px 5%;
background: #E2E2E2;
margin: 0 auto;
margin-top: 50px;
border-radius: 20px;
}

.page-template-portfolio main .inner
{
max-width: 1500px;
margin: 0 auto;
padding: 0px 2%;
text-align: center;
}

main ul, .full_width_content ul
{
list-style-position: inside;	
}

.banner
{
font-size: 30px;
line-height: 40px;	
background: #7d7c7c;
text-align: center;
color: #ffffff;
padding: 10px 2%;
margin-bottom: 50px;
}

.banner_grey
{
max-width: 1500px;	
font-size: 30px;
line-height: 40px;	
background: #7d7c7c;
text-align: center;
color: #ffffff;
padding: 10px 5% 20px 5%;
margin: 0 auto;
margin-bottom: 50px;
border-radius: 20px;
}

.banner p, .banner_grey p
{
margin: 0px;	
}

#related_services
{
width: 100%;
text-align: center;
padding-bottom: 40px;
background: #ffffff;
}

#tile_menu
{
max-width: 1500px;
text-align: center;
padding: 50px 5% 50px 5%;
background: #E2E2E2;
margin: 0 auto;
margin-bottom: 50px;
border-radius: 20px;
}

#tile_menu .inner, #related_services .inner
{
max-width: 1500px;
margin: 0 auto;
}

#tile_menu h2, #related_services h2
{
padding: 20px 0px;
margin: 0 auto;
}

#tile_menu h3, #related_services h3
{
font-size: 50px;
line-height: 60px;
margin: 10px 0% 0px 0%;
color: #ffffff;	
}

main #tile_menu h3
{
margin-bottom: 20px;
}

#tile_menu p, #related_services
{
margin: 5px 0% 20px 0%;
color: #000000;	
}

#tile_menu img, #related_services img
{
width: auto;
max-height: 100px;	
}

#tile_menu .tile, #related_services .tile
{
text-align: center;	
width: 26.5%;
min-height: 480px;
padding: 30px 2%; 
margin: 1%;
display: inline-block;
vertical-align: top;
box-sizing: border-box;	
background: #042258;
border-radius: 20px;
}

#tile_menu .tile:hover, #related_services .tile:hover
{
background: #7d7c7c;	
}

#tile_menu .tile p, #related_services .tile p
{
color: #ffffff;	
}

@media (max-width: 1367px) {
	
#tile_menu .tile, #related_services .tile
{	
width: 28.5%;	
}
	
}

@media (max-width: 1150px) {
	
#tile_menu .tile, #related_services .tile
{	
width: 45.5%;	
}

#tile_menu h3, #related_services h3
{
font-size: 45px;
line-height: 55px;
margin: 10px 0% 0px 0%;
color: #ffffff;	
}
	
}	

@media (max-width: 767px) {	

#tile_menu .tile, #related_services .tile
{	
width: 95.5%;
min-height: 300px;
}
	
}

.why_choose_us
{
max-width: 1500px;
padding: 50px 5%;	
overflow: auto;
background-size: cover;
background-color: #042258;
color: #ffffff;
margin: 0 auto;
margin-bottom: 50px;
border-radius: 20px;
}

.why_choose_us ul
{
max-width: 1500px;
margin: 0 auto;
padding-left: 150px;
font-size: 26px;
line-height: 30px;
list-style-type: none;
list-style-image: url('images/tick-yellow.png');
list-style-position: outside;
}

.why_choose_us ul li
{
width: 45%;
float: left;
margin: 20px 2.5%;
}

@media (max-width: 1023px) {
	
.why_choose_us ul
{
padding-left: 10%;
}	

.why_choose_us ul li
{
width: 90%;
float: none;
}

}	

.why_choose_us h2, #sectors .inner h2, #sectors .inner h3, #testimonial .inner h2, #testimonial .inner h3
{
padding: 0px 40px;
margin: 0 auto;
text-align: center;
}

.why_choose_us h2
{
color: #ffffff;	
}

.why_choose_us p
{
clear: both;
}

.content_image_block, .content_image_block_op, .content_block_grey_background, .content_block_light_grey_background_op
{
max-width: 1500px;
padding: 50px 5% 50px 5%;
overflow: auto;
margin: 0 auto;
margin-bottom: 50px;
border-radius: 20px;
}

.content_block_grey_background
{	
background: #E2E2E2;
color: #000000;	
}

.page-template-contact .content_block_grey_background
{
margin-top: 50px;	
}

.content_image_block .inner, .content_image_block_op .inner, .content_block_grey_background .inner
{
max-width: 1920px;
margin: 0 auto;	
}

.content_image_block .col1, .content_block_grey_background .col1
{
width: 46%;
float: left;
padding: 30px 2%;
}

.content_image_block .col2, .content_block_grey_background .col2
{
width: 48%;
float: right;
}

.content_block_grey_background .col2
{
padding: 2% 0%;
}

.content_image_block_op .col1
{
width: 46%;
float: right;
margin: 30px 2%;
}

.content_image_block_op .col2, .content_image_block .col2
{
width: 46%;
float: left;
margin: 50px 0% 0px 0%;
min-height: 500px;
background-position: center;
background-size: cover;
}

@media (max-width: 1023px) {
	
.content_image_block, .content_image_block_op
{
padding: 0px 0px 50px 0px;
overflow: auto;
}

.content_image_block
{
padding: 0px 0px 50px 0px;	
}	

.content_image_block .col1, .content_block_grey_background .col1
{
width: 92%;
padding: 2% 4%;
float: none;
}

.content_image_block_op .col2
{
width: 92%;
padding: 2% 4%;
margin: 0px 0px;
float: none;
}

.content_image_block .col2, .content_block_grey_background .col2
{
width: 92%;
padding: 2% 4%;
min-height: 456px;
float: none;
}

.content_image_block_op .col1
{
width: 92%;
padding: 2% 4%;
min-height: 456px;
float: none;
margin: 0px 0px;
}

}

#portfolio
{
clear: both;	
width: 100%;
overflow: auto;
}

#portfolio .inner
{
clear: both;	
max-width: 1500px;
margin: 0 auto;
padding: 0px 2% 50px 2%;
text-align: center;	
}

#footer_contact_banner
{
max-width: 1500px;
padding: 50px 5% 50px 5%;
color: #ffffff;
background: #042258;
overflow: auto;
border-radius: 20px;
margin: 0 auto;
}

#footer_contact_banner h4
{
font-size: 70px;
line-height: 80px;
color: #ffffff;
margin-bottom: 0px;
padding-top: 15px;
}

@media (max-width: 1365px) {

#footer_contact_banner h4
{
font-size: 60px;
line-height: 70px;	
}
	
}

@media (max-width: 1023px) {

#footer_contact_banner h4
{
font-size: 50px;
line-height: 60px;	
}
	
}

#footer_contact_banner .inner
{
max-width: 1920px;
margin: 0 auto;
}

#footer_contact_banner .col1
{
width: 46%;
float: left;
padding: 30px 2%;
}

#footer_contact_banner .col2
{
width: 46%;
padding: 30px 2%;
float: right;
}

@media (max-width: 1023px) {
	
#footer_contact_banner .col1
{
width: 90%;
float: none;
}

#footer_contact_banner .col2
{
width: 92%;
float: none;
}	
	
}	

footer
{
clear: both;	
font-size: 14px;
line-height: 24px;
color: #000000;	
max-width: 2000px;
margin: 0 auto;
overflow: auto;	
padding: 20px 0px;
background: #ffffff;
}

footer h3
{
font-size: 20px;	
font-weight: bold;
color: #042258;	
text-decoration: none;
margin: 0px;
padding: 0px;
}

footer p
{
margin: 0px;	
}

footer a
{
color: #000000;	
text-decoration: none;
}

footer strong
{
color: #042258;	
}

footer ul
{
list-style-type: none;
padding: 0px;
margin: 0px;	
}

footer #footer_inner
{
max-width: 1550px;
margin: 0 auto;
padding: 20px 2% 0px 2%;
overflow: auto;
}

footer #footer_inner .col1
{
width: 18%;	
padding: 0px 2%;
float: left;
}

footer #footer_inner .col2
{
width: 18%;
padding: 0px 2%;
float: left;
}

footer #footer_inner .col3
{
width: 18%;
padding: 0px 2%;
float: left;
}

footer #footer_inner .col4
{
width: 30%;
padding: 0px 2%;
float: left;
}

@media(max-width: 1367px){
	
footer #footer_inner .col1
{
width: 46%;
}

footer #footer_inner .col2
{
width: 46%;
}

footer #footer_inner .col3
{
width: 46%;
margin-top: 20px;
}

footer #footer_inner .col4
{
width: 46%;
margin-top: 20px;
}

}	

@media(max-width: 767px){
	
footer #footer_inner .col1
{
width: 96%;
min-height: 0px;
padding-bottom: 20px;
}

footer #footer_inner .col2
{
width: 96%;
min-height: 0px;
padding-bottom: 20px;
margin-top: 20px;
}

footer #footer_inner .col3
{
width: 96%;
min-height: 0px;
padding-bottom: 20px;
}

footer #footer_inner .col4
{
width: 96%;
min-height: 0px;
padding-bottom: 20px;
}

}

#copyright
{
font-size: 12px;
font-weight: bold;
clear: both;
color: #042258;
text-align: center;
padding: 15px 2%;
margin: 0 auto;
overflow: auto;
}	

main #left_col
{
width: 60%;
float: left; 	
padding: 0px 10% 50px 0px;
overflow: auto;
}

@media (max-width: 1023px) {

main #left_col
{
width: 100%;
float: none;
clear: both; 	
padding: 0px 0% 50px 0px;
}
	
}	

main .blog_post
{
padding-bottom: 50px;
overflow: auto;	
}

.page-template-blog h3
{
margin-top: 0px;	
}

main .blog_post_image
{
width: 50%;
float: left;
padding-right: 5%;
}

@media (max-width: 767px) {

main .blog_post_image
{
width: 100%;
float: none;
clear: both;
padding-right: 0%;
}
	
}	

main .blog_post_inner
{
width: 45%;
float: left;
text-align: left;
}

@media (max-width: 767px) {

main .blog_post_inner
{
width: 100%;
float: none;
clear: both;
}	
	
}	

main .blog_post_inner a, #projects .inner .project a.projects_btn
{
font-weight: bold;	
display: block;
width: 96%;
padding: 10px 2%;
color: #ffffff;
background: #000000;
text-align: center;
text-decoration: none;
}

#projects .inner .project a
{
margin: 0 auto;
margin-top: 20px;
}

main .blog_post_inner h3
{
margin-top: 0px;
}

main #right_col
{
width: 30%;
float: left;
text-align: left;
}

main #right_col h2
{
margin-top: 0px;
margin-bottom: 5px;
color: #ffffff;
background: #f27f21;
padding: 10px 2%;
}

main #right_col ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

main #right_col ul li
{
margin-top: 0px;
color: #ffffff;
background: #717171;
padding: 10px 2%;
margin-bottom: 5px;
}

main #right_col ul li a
{
font-size: 18px;
font-weight: bold;	
color: #ffffff;
text-decoration: none;	
}

@media (max-width: 1023px) {

main #right_col
{
width: 100%;
float: none;
clear: both; 	
}
	
}

form
{
color: #ffffff;
}

label
{
padding-bottom: 5px;
}

input
{
font-weight: bold;	
width: 96%;
background: #ffffff;
padding: 10px 2%;
border: none;
}

input[type=submit]
{
font-size: 24px;
font-weight: bold;
width: 100%;
color: #042258;	
background: #7d7c7c;
border-radius: 20px;
}

textarea
{
width: 96%;
background: #ffffff;
padding: 10px 2%;
border: none;
}

.wpcf7-spinner {
	text-align: center;
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 96%;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

.accordion {
  max-width: 500px;
  margin: 20px auto;
  border: 1px solid #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

details {
  border-bottom: 1px solid #ffffff;
}

details:last-of-type {
  border-bottom: none;
}

summary {
  color: #ffffff;
  padding: 12px 16px;
  cursor: pointer;
  font-weight: 600;
  background-color: #7d7c7c;
  list-style: none;
}

summary:hover {
  background-color: #7d7c7c;
}

details[open] summary {
  background-color: #7d7c7c;
  border-bottom: 1px solid #ffffff;
}

details p {
  color: #ffffff;
  padding: 12px 16px;
  margin: 0;
  background-color: #7d7c7c;
  font-size: 14px;
  line-height: 1.5;
}