/* CSS reset */



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
html,body {
    margin:0;
    padding:0;
}

body{
	font-family: 'Inter', sans-serif;
	background: #dedede;
}
body.no-scroll{
	overflow: hidden;
}

.wrapper{}
.container {
	max-width: 1440px;
}

.header{
	display: flex;
	padding: 24px 30px 18px;
}
.spacer {
	flex-grow: 1;
}
.navbar {
	box-shadow: 0 0 5px #ccc;
	padding: 0;
}
.logo,
.navbar-brand {
	color: #323232;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700;
	cursor: pointer;
}
.navbar-collapse {
	flex-grow: 0;
	align-self: flex-end;
}
.nav {
	display: flex;
	list-style: none;
	text-transform: uppercase;
	align-items: center;
}
.nav li {
	margin: 0 20px;
	padding-bottom: 12px;
	border-bottom: 2px solid transparent;
}
.nav li.active {
	border-bottom-color: #323232;
}
.nav a {
	color: #626262;
	text-decoration: none;
	outline: none;
}

.body{
	margin: 68px auto 0;
	max-width: 1440px;
}

.image {
	width: 100%;
	outline: none;
}

.footer {
	background: #606060;
	min-height: 90px;
	display: flex;
	align-items: center;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;

}
.project-modal .footer {
    position: relative;
    left: 8px;
}
.footer-contact {
	background: #ffffff;
}

.project-modal .footer .container {
    background-color: #323233;
    max-width: 100%;
    padding: 58px 0 !important;
    	padding: 58px var(--bs-gutter-x,.75rem) !important
    position: relative;
    left: 0;
}

.contact {
	padding: 40px 0;
}

.contact .title {
	font-size: 1.3rem;
	color: #323232;
	padding: 0 40px;
	text-transform: uppercase;
}

.grps {
	padding: 20px 40px;
	justify-content: space-between;
	max-width: 1200px;
}
.grp {
	display: flex;
	align-items: flex-start;
	margin: 5px 0;
}
.grp > div {
	padding-left: 16px;
}
.grp > div > div:first-child {
	color: #666;
}
.grp > div > div:last-child,
.grp a,
.grp a:visited,
.grp a:hover {
	color: #323232;
	font-weight: 500;
	text-decoration: none;
}

.secureStyle{
     margin: 5%;
    line-height: 3;
}
.secureStyle h2{font-weight:700; padding-bottom:30px;}

.secureStyle a, .secureStyle a:visited, .secureStyle a:hover{
    color:#5F73B9;
}

.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before {
    content: "\f015";
    font-size: 21px;
    position: relative;
    top: -2px;
}

.progress-line.remove {
	display: none;
}
.progress-line,
.progress-line:before {
	position: fixed;
  height: 2px;
  width: 100%;
  margin: 0;
  z-index: 1031;
  left:0;
}
.progress-line {
  background-color: #323232;
  display: -webkit-flex;
  display: flex;
}
.progress-line:before {
  background-color: #F26821;
  content: '';
  -webkit-animation: running-progress 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: running-progress 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@-webkit-keyframes running-progress {
  0% { margin-left: 0px; margin-right: 100%; }
  50% { margin-left: 25%; margin-right: 0%; }
  100% { margin-left: 100%; margin-right: 0; }
}
@keyframes running-progress {
  0% { margin-left: 0px; margin-right: 100%; }
  50% { margin-left: 25%; margin-right: 0%; }
  100% { margin-left: 100%; margin-right: 0; }
}

@media (min-width: 1400px) {
	.navbar-brand {
		margin-left: 90px;
	}
	.navbar-collapse {
		margin-right: 70px;	
	}
}

@media (max-width: 1400px) {
	.body .container {
		padding-left: 0;
	    padding-right: 0;
	}
	/*.container {
		padding-right: 0;
		padding-left: 0;
	}*/
	.navbar-brand {
		margin-left: 20px;
	}
}

@media (max-width: 480px) {
	.contact .title,
	.grps {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.normal-case {
	text-transform: none;
}

.navbar-toggler {
	border: none;
	outline: none;
	box-shadow: none;
}
.navbar-toggler:focus {
	box-shadow: none;	
}

.footer--link {
	color: #999;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.footer--link:hover,
.footer--link:active,
.footer--link:visited {
	color: #999;
}
.footer--link img {
	filter: invert();
	margin-right: 4px;
}

