@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
    font-family: 'Inter', sans-serif !important;
    font-style:normal;
    font-size: 14px;
    font-weight: normal !important;
    font-stretch:75% 99%;
}
.title-1 {
    font-weight: 600 !important;
}
.title-2 {
    font-weight: 700 !important;
    /* font-family: 'Metropolis-Bold'; */
}
.nav-top > li > a {
    color: #00297a !important;
    font-weight: 700;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 15px;
}
.nav-top > li > a:hover {
    color: #00297a !important;
}
.btn {
    font-size: 12px !important;
    padding: 0.775rem 4rem !important;
    font-weight: normal !important;
    text-transform: uppercase;
    border-radius: 0 !important;
}
.images {
    position: relative;
}
.to-images {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.to-images-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.to-images-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.gr-hero {
    background: linear-gradient(180deg, #000000 0%, #00000021 100%);
}
.gr-primary {
    background:#00297a;
    background-image:linear-gradient(131deg, #0785ab 0%, #00297a 100%);
}
.gr-card {
    background-image:linear-gradient(180deg, #00297a38 0%, #00297a 100%);
}
.gray-1 {
    filter: grayscale(100%);
}
.header-top {
    -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.space-m {
    padding-top: 40px;
    padding-bottom: 40px;
}
.space-xl {
    padding-top: 80px;
    padding-bottom: 80px;
}
.op-0 {
    opacity: 0;
}
.op-1 {
    opacity: 0.5;
}
a:hover {
    text-decoration:none !important;
}

.navbar .megamenu{ padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{
      position:static!important;
    }
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */
.z-in-1 {
    z-index: 1;
}
.z-in-99 {
    z-index:99;
}
.swiper-progress-bar {
	width: 600px;
	height: 4px;
	position: relative;
	margin: 20px auto;
	background: #eeeeee;
	.progress {
		height: inherit;
		left: 0;
		top: 0;
		position: absolute;
		background: #007aff;
		z-index: 1;
	}
	.progress-sections {
		left: 0;
		top: 0;
		position: absolute;
		height: inherit;
		width: inherit;
		z-index: 2;
		display: flex;
		flex-direction: row;
		span {
			flex: 1;
			height: inherit;
			border-right: 2px solid #eee;
			&:last-child {
				border-right-width: 0;
			}
		}
	}
}
.nav-bottom > li > a {
    color: #fff;
    padding-left: 0;
    font-weight: 700;
    font-size: 15px;
}
.nav-list > li > a {
    font-size: 14px;
    color: #00297a !important;
    padding-left: 0 !important;
    font-weight: normal;
}
.nav-social > li > a {
    color: #fff;
}
.pill-about > li > a {
    padding:1rem 5rem !important;
}
.pill-about > li > .active {
    font-weight: 700 !important;
}
.rounded-left-2 {
    border-radius: 1em 0 0 1em;
}
.rounded-right-2 {
    border-radius: 0 1em 1em 0;
}
.nav-bread > li > a {
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1em;
}
.bg-primary-2 {
    background:#094279;
}
.bg-dark-2 {
    background:#312D2A !important;
    color: #fff !important;
}
.line-height-tech {
    line-height: 3;
}
.lead {
    font-weight: 100;
    font-style:normal;
    font-stretch:75% 99%;
}
.badge {
    border-radius: 50em !important;
}
footer {
    background: #00297a;
    /* background: #eaeaea; */
    line-height: 2.3;
    color: #fff;
}
.hr {
    height:1px;
    width:120px;
}
.nav-mobile > li > a{
    font-size: 13px;
    padding-left: 0px !important;
}
.nav-mobile > li {
    padding-left: 0px !important;
}