* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h2 {
	border-bottom: solid 4px #CBA303;
	width: 50%;
	text-align: center;
	padding-bottom: 16px;
	margin: 0 auto 45px auto;
	font: bold 1.5em 'Arial';
}
nav {
	padding: 0 !important;
}
ul {
	list-style: none;
}
a {
	text-decoration: none !important;
	display: block;
}
header ul {
	margin-right: 40%;
	margin-top: 12px;
}
header ul a {
	font: normal 1.125em 'Arial';
	cursor: pointer;
}
header nav a {
	padding-top: 4px;
}
header li {
	margin-right: 20%;
}
.blue {
	background: #435B7F;
}
.carousel-inner img {
	height: 400px;
}
.carousel-indicators {
	height: 50px;
}
.slider_mask {
	background: rgba(11,40,75,.8);
	top: 0;
	width: 100%;
	height: 100%;
}
.heading {
	font: bold 1.875em 'Arial';
	color: #fff;
	text-align: center;
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 50px;
	z-index: 1000;
}
.heading div {
	margin-bottom: 26px;
}
hr {
	background: #CBA303;
	height: 3px;
	margin-bottom: 38px;
}
#trustUs {
	text-align: center;
	background: #E9E9E9;
	font: italic 1.5em 'Arial';
	color: #aa1004;
	padding: 15px 0;
}
#about_us {
	padding: 32px 0;
	color: #000;
}
.menu ul div,
.menu ul p {
	border: 1px solid #1E3C5F;
	border-radius: 10px;
	padding: 12px;
	box-shadow: 0 0 0 2px #e2e2e2 inset;
	font: normal 1em 'Arial';
	color: #000;
	background-color: #fff;
	line-height: 1.5;
}
.menu ul div:hover {
	background-color: gray;
	color: #fff;
	cursor: pointer;
}
.menu ul li {
	margin-bottom: 18px;
}
.menu {
	max-width: 440px;
	margin: auto;
}
.more {
	display: none;
	margin-top: 10px;
}
aside {
	font: normal 1em 'Arial';
	line-height: 1.5;
	text-align: justify;
	word-spacing: 3px;
}
#services {
	padding: 40px 0;
}
#services .menu div {
	border: 1px solid #CBA303;
}
#services .menu div:hover {
	background-color: #CBA303;
}
#services img {
	width: 100%;
}
#services h2,#writeUs h2 {
	color: #fff;
}
#legislation h2 {
	margin-top: 28px;
	margin-bottom: 30px;
}
#legislation aside {
	max-width: 740px;
	display: flex;
	flex-direction: column;
	margin: auto;
	text-align: left;
	color: #4c5b7d;
	font-family: 'Arial';
	font-size: 1.1em;
}
#legislation aside div {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 26px;
	justify-content: space-between;
}
#legislation aside p {
	margin-right: 50px;
}
#writeUs {
	padding-top: 34px;
	padding-bottom: 30px;
}
#writeUs form {
	max-width: 750px;
	margin: auto;
}
#writeUs form input,
#writeUs form textarea,
#writeUs form button {
	outline: none;
	border: 1px solid #fff;
	font-size: 1.1em;
	font-family: 'Arial';
}
#writeUs form input,
#writeUs form textarea {
	width: 100%;
	background: none;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 5px 10px;
	color: #c0a227;
}

#writeUs textarea::-webkit-input-placeholder {color: #c0a227;}
#writeUs textarea:-moz-placeholder {color: #c0a227;}
#writeUs textarea::-moz-placeholder {color: #c0a227;}
#writeUs textarea:-ms-input-placeholder {color: #c0a227;}

::-webkit-input-placeholder {color: #c0a227;}
::-moz-placeholder {color: #c0a227;}
:-ms-input-placeholder {color: #c0a227;}
:-moz-placeholder {color: #c0a227;}

#writeUs form textarea {
	margin-bottom: 15px;
	resize: none;
}
#writeUs form button {
	width: 100%;
	border-radius: 10px;
	background: #CBA303;
	color: #fff;
	padding: 10px 0;
}
#writeUs form button:hover {
	background: #B29D18;
}
#contacts {
	padding-top: 26px;
}
#contacts th,
#contacts td {
	padding-right: 10px;
	padding-bottom: 5px;
	font-family: 'Arial';
	font-size: 1em;
}
#contacts th a {
	display: inline;
}
#contacts ul {
	margin-top: 120px;
	margin-left: 44px;
}
#contacts li {
	width: 48px;
	height: 48px;
	background: #E9E9E9;
	text-align: center;
	float: left;
	margin-right: 18px;
	padding-top: 2px;
	border: 1px solid #435B7F;
	border-radius: 10px;
}
#contacts li .fab {
	font-size: 42px;
}
#contacts iframe {
	width: 100%;
}
.fa-facebook {color: #2554A3;}
.fa-whatsapp-square {color: #00C84C}
.fa-google-plus {color: #FE4935;}
.fa-twitter-square {color: #00AADF;}
.bold {
	font-weight: bold;
}
.padding {
	padding: 0 22px;
}
.indent {
	text-indent: 100px;
}
footer {
	padding: 30px 0;
	color: #e9e9e9;
	text-align: center;
	font: bold 1em 'Arial';
}
@media only screen and (max-width: 1200px) {
	header li {
		margin-right: 15%;
	}
}
@media only screen and (max-width: 992px) {
	header li {
		margin-right: 4%;
	}
	header li:last-child {
		margin-bottom: 15px;
	}
	.heading {
		top: 20px;
		max-width: 70%;
	}
	.carousel-inner img {
		height: 340px;
	}
	.carousel-indicators {
		padding-top: 10px;
		height: 30px;
	}
	#services aside {
		margin-bottom: 20px;
	}
	#contacts ul {
		margin-top: 50px;
	}
	#contacts iframe {
		height: 250px;
	}
}
@media only screen and (max-width: 800px) {
	.carousel-inner img {
		height: 370px;
	}
	.carousel-indicators {
		padding-top: 5px;
		height: 25px;
	}
}
@media only screen and (max-width: 576px) {
	.heading {
		max-width: 330px;
	}
	.heading  {
		font: bold 1em 'Arial';
	}
	#trustUs {
		font: italic 1.1em 'Arial';
	}
	.carousel-inner img {
		height: 340px;
	}
	.carousel-indicators {
		padding-bottom: 10px;
		height: 20px;
	}
}