import SimpleMarkerSymbol from "@arcgis/core/symbols/SimpleMarkerSymbol.js";
* {
	outline: none !important;
}
body {
	background-color: #02225d;
	font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;

}

a:hover {
	text-decoration: none;
}





/* Header */

	.header {
		background-color: #0074c1;
		
	}

		.header .logo {
			display: block;
			border-bottom: 0;
			color: inherit;
			font-weight: 900;
			letter-spacing: 0.35em;
			margin: 0 0 0 2.5em;
			text-decoration: none;
			text-transform: uppercase;
			display: inline-block;
		}

			.header .logo > * {
				display: inline-block;
				vertical-align: middle;
			}

			.header .logo .symbol {
				margin-right: 0.65em;
			}

				.header .logo .symbol img {
					display: block;
					width: 70px;
				}


.unordarlist {
	font-family: 'Roboto', sans-serif;
    list-style-type: square;
    font-size: bold;
    font-weight: bold;
    margin-left: -22px;
}


.img-fit{
	display: block;
	min-width: 100%;
}

.image-text{

	margin:  60px 0px;
}
.image-text-text{

	margin: 20px 0px;
}
.title{
	font-size: 1.5em;
	margin: 30px 0px;
	color: #fff;
}
img.img-responsive {
    margin: 15px 10px;
}
.btn-send {

	padding: 10px 30px;
    background-color: #333;
    color: #fff;
    margin-top: 30px;
}

.btn-defalt {

	background-color: #333;
	color: #fff;
	padding: 13px 40px;
	border-radius: 20px;
}
.btn-special {
	background-color: #333;
	color: #fff;
	padding: 13px 40px;
	border-radius: 20px;
}
.btn-big {
	background-color: #333;
	color: #fff;
	padding: 15px 35px;
	border-radius: 30px;
}
.btn-small {
	background-color: #333;
	color: #fff;
	padding: 7px 25px;
	border-radius: 30px;
}
.btn-fit {
	background-color: #333;
	color: #fff;
	padding: 12px 170px;
}
@media only screen and (max-width: 417px) {
    .btn-fit {
        padding: 12px 90px;
    }

    .title{
	font-size: 1em;
	margin: 0;
	}
	.header .logo{
		margin: 0;
	}
}
.btn-fit-small {
	background-color: #333;
	color: #fff;
	padding: 8px 153px;
}
@media only screen and (max-width: 417px) {
    .btn-fit-small {
        padding: 8px 79px;
    }
}
.btn:hover{
	background-color: #555;
    color: #fff;
}
.btn:focus{
	background-color: #333;
	color: #fff;
    text-decoration: none;
}

.btn-fit-mid {
	padding: 12px 170px;
}
@media only screen and (max-width: 400px) {
    .btn-fit-mid {
        padding: 12px 100px;
    }
}
.btn-fit-small-mid {
	padding: 12px 153px;
}
@media only screen and (max-width: 400px) {
    .btn-fit-small-mid {
        padding: 12px 85px;
    }
}
.btn-disabled {
	background-color: #c1c1c1;
	color: #fff;
	padding: 13px 40px;
	border-radius: 20px;
	
	
}

button[disabled], html input[disabled] {
	cursor: not-allowed;
}
.btn-disabled-white {
	
	color: #c1c1c1;
	padding: 13px 40px;
	border-radius: 20px;
	
}
.btn-action-small {
	background-color: #333;
	color: #fff;
	padding: 8px 30px;
	border-radius: 20px;
}
.btn-action-small-white {
	padding: 8px 30px;
	border-radius: 20px;
}
.btn-action-default-white {
	padding: 12px 170px;
}
@media only screen and (max-width: 400px) {
    .btn-action-default-white {
        padding: 12px 100px;
    }
}
.btn-action-small-2 {
	background-color: #333;
	color: #fff;
	padding: 9px 170px;
}
@media only screen and (max-width: 400px) {
    .btn-action-small-2 {
        padding: 12px 100px;
    }
}
.btn-action-small-white-2 {
	padding: 9px 170px;
}
@media only screen and (max-width: 400px) {
    .btn-action-small-white-2 {
        padding: 12px 100px;
    }
}
.btn-send-2 {
	padding: 18px 60px;
    background-color: #333;
    color: #fff;
    margin-top: 10px;
}


/* Menu */

	.wrapper {
		-moz-transition: opacity 0.45s ease;
		-webkit-transition: opacity 0.45s ease;
		-ms-transition: opacity 0.45s ease;
		transition: opacity 0.45s ease;
		opacity: 1;
	}

	#menu {
		-moz-transform: translateX(22em);
		-webkit-transform: translateX(22em);
		-ms-transform: translateX(22em);
		transform: translateX(22em);
		-moz-transition: -moz-transform 0.45s ease, visibility 0.45s;
		-webkit-transition: -webkit-transform 0.45s ease, visibility 0.45s;
		-ms-transition: -ms-transform 0.45s ease, visibility 0.45s;
		transition: transform 0.45s ease, visibility 0.45s;
		position: fixed;
		top: 0;
		right: 0;
		width: 22em;
		max-width: 80%;
		height: 100%;
		-webkit-overflow-scrolling: touch;
		background: #333;
		color: #ffffff;
		cursor: default;
		visibility: hidden;
		z-index: 10002;
	}

		#menu > .inner {
			-moz-transition: opacity 0.45s ease;
			-webkit-transition: opacity 0.45s ease;
			-ms-transition: opacity 0.45s ease;
			transition: opacity 0.45s ease;
			-webkit-overflow-scrolling: touch;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			padding: 2.75em;
			opacity: 0;
			overflow-y: auto;
		}

			#menu > .inner > ul {
				list-style: none;
				margin: 0 0 1em 0;
				padding: 0;
			}
			#menu > .inner > h2 {
				list-style: none;
				padding-bottom: 30px;
				margin-top: 10px;
				margin-bottom: 15px;
			}

				#menu > .inner > ul > li {
					padding: 0;
					/* border-top: solid 1px rgba(255, 255, 255, 0.15); */
				}

					#menu > .inner > ul > li a {
						display: block;
						padding: 7px 0px;
						line-height: 1.5;
						border: 0;
						color: inherit;
					}

					#menu > .inner > ul > li:first-child {
						border-top: 0;
						margin-top: -1em;
					}

		#menu > .close {
			-moz-transition: opacity 0.45s ease, -moz-transform 0.45s ease;
			-webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
			-ms-transition: opacity 0.45s ease, -ms-transform 0.45s ease;
			transition: opacity 0.45s ease, transform 0.45s ease;
			-moz-transform: scale(0.25) rotate(180deg);
			-webkit-transform: scale(0.25) rotate(180deg);
			-ms-transform: scale(0.25) rotate(180deg);
			transform: scale(0.25) rotate(180deg);
			-webkit-tap-highlight-color: transparent;
			display: block;
			position: absolute;
			top: 3em;
			right: 6em;
			width: 6em;
			text-indent: 6em;
			height: 3em;
			border: 0;
			font-size: 1em;
			opacity: 0;
			overflow: hidden;
			padding: 0;
			white-space: nowrap;
		}

			#menu > .close:before, #menu > .close:after {
				-moz-transition: opacity 0.2s ease;
				-webkit-transition: opacity 0.2s ease;
				-ms-transition: opacity 0.2s ease;
				transition: opacity 0.2s ease;
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-position: center;
				background-repeat: no-repeat;
				background-size: 2em 2em;
			}

			#menu > .close:before {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23f2849e%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
				opacity: 0;
			}

			#menu > .close:after {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23585858%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
				opacity: 1;
			}

			#menu > .close:hover:before {
				opacity: 1;
			}

			#menu > .close:hover:after {
				opacity: 0;
			}

		@media screen and (max-width: 736px) {

			#menu {
				-moz-transform: translateX(16.5em);
				-webkit-transform: translateX(16.5em);
				-ms-transform: translateX(16.5em);
				transform: translateX(16.5em);
				width: 16.5em;
			}

				#menu > .inner {
					padding: 2.75em 1.5em;
				}

				#menu > .close {
					top: 0.5em;
					left: -4.25em;
					width: 4.25em;
					text-indent: 4.25em;
				}

					#menu > .close:before, #menu > .close:after {
						background-size: 1.5em 1.5em;
					}

		}

	body.is-menu-visible #wrapper {
		-moz-pointer-events: none;
		-webkit-pointer-events: none;
		-ms-pointer-events: none;
		pointer-events: none;
		cursor: default;
		opacity: 0.25;
	}

	body.is-menu-visible #menu {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}

		body.is-menu-visible #menu > * {
			opacity: 1;
		}

		body.is-menu-visible #menu .close {
			-moz-transform: scale(1.0) rotate(0deg);
			-webkit-transform: scale(1.0) rotate(0deg);
			-ms-transform: scale(1.0) rotate(0deg);
			transform: scale(1.0) rotate(0deg);
			opacity: 1;
		}

		.nav-bars {
			position: absolute;
			right: 15px;
			width: auto;
			height: auto;
		}

		.nav-bars i {
			color: #000;
			font-size: 20px;
			margin-right: 0px;
		}




/*---------------------------hover---------------------*/

.tiles h3,h4{
	margin: 5px 20px;
	color: #fff;

}
.block{
	width: 100%;
	
}
.block h4{
	color: #fff;
	border-bottom: 1px dashed #fff;
	text-align: center;
	font-size: 2em;
}
.block img{
	width: 100%;
}
.table{

}

.table table{
	border-collapse: collapse;
	width: 100%;
}
.table table tr{
	border-collapse: collapse;
}
.table table th{
	text-align: center;
	color: #fff;
	padding: 5px 10px;
	font-size: 1.2em;
}
.table table td{
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 1em;
}
.col-md-2, .col-md-5{
	padding: 0;
	margin: 0;
}
.table table td:nth-child(2){
	border-left: 1px dashed #fff;;
}
path{
	transition: .3s;
	stroke: #fff;
}
path:hover{
	fill: #a64500;
	stroke-width: 5px;
	cursor: pointer;

}
.docume-pdf{
	display: block;
	color: #fff;
	padding-left: 20px;
}
.docume-pdf i{
	font-size: 2em;
}