@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
a {
	text-decoration: none;
	color: #fff;
}
body{
	margin: 0;
	padding: 0;
  }
html {
	font-family: Overpass, sans-serif;
	font-weight: Regular;
	scroll-behavior: smooth;
	background-color:#fff;
	overflow-x: hidden;
}
::selection {
	color: #fff;
	background: #1C4A7C;
}
h1{
	font-family: Chivo, sans-serif;
	line-height: 90px;
	min-height: 500px;
	font-size: 70px;
	font-weight: 900;
	padding-top: 268px;
	padding-left: 126px;
	margin-top: 0px;
	margin-bottom: 0;
	color: #fff;
	background-image: url(images/cockpit.png);
	background-attachment: fixed;
 	background-position: center;
 	background-repeat: no-repeat;
 	background-size: cover;
}
.landing{
	padding-bottom: 0;
}
.tag{
	font-weight: 300;
	font-size: 35px;
	line-height: 40px;
}
.navbar{
	background-color: #1C4A7C;
	min-height: 70px;
	transition:0.2s cubic-bezier(0.37, 0, 0.63, 1);
}
.getintouch{
	background-color:#fff;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 56px;
	padding-left: 56px;
	border-radius: 1000px;
	color: #1C4A7C;
	font-style: italic;
	font-weight: 800;
}
.getintouch:hover{
	padding-right: 60px;
	padding-left: 60px;
	background-color: #82ffd5;
	color: #fff;
}
.navbar ul {
	margin-top: 0;
	padding-top: 9.6px;
	display: flex;
	list-style-type: none;
	font-size: 20px;
	align-content: center;
}
ul li a {
	display: block;
}
.logo {
	min-width: fit-content;
	margin-right: auto;
}
li {
	color: #fff;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	vertical-align: baseline;
}
li a {
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 1000px;
	transition: all 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}
li a:hover{
	background-color: #fff;
	color:#1C4A7C;
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 12px;
	padding-bottom: 12px;
	transition: all 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}
.ourclients{
	font-family: Chivo, sans-serif;
	font-size: 61px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding-top: 97px;
	padding-bottom: 150px;
	color: #1C4A7C;
}
.clientlogos{
	grid-template-columns: auto auto;
	display: grid;
	margin: auto;
	padding-bottom: 260px;
}
.clientlogos-item{
	padding-left: 80px;
	padding-right: 80px;
	size: 10%;
}
.clientlogos-item img{
	max-height: 180px;
}
.aboutus{
	font-style: italic;
	font-weight: 900;
	font-family: Chivo, sans-serif;
	font-size: 145px;
	text-align: center;
	color: #686868;
}
.grid-container {
	display: grid;
	grid-template-columns: auto auto;
	background-color: #fff;
	padding: 0;
	margin: 0;
	width: 50vw;
}
.grid-item-title{
	padding-top: 163px;
	padding-left: 80px;
	margin: 0;
	min-height: 759px;
	color: #1C4A7C;
	font-family: Chivo, sans-serif;
	font-size: 84px;
	font-style: italic;
	font-weight: 900;
}
.grid-item {
	background-size: cover;
	background-color: #1C4A7C;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
	background-attachment: fixed;
	margin: 0;
	max-width: 50vw;
	min-height: 759px;
	width: 50vw;
	color: #1C4A7C;
	font-family: Chivo, sans-serif;
	font-size: 84px;
	font-style: italic;
	font-weight: 900;
}
.grid-item-info {
	max-width: 50vw;
	color: #6E6E6E;
	font-family: Overpass, sans-serif;
	font-size: 35px;
	font-weight: 400;
	font-style:normal;
	line-height: 92px;
}
.contacts{
	background-color: #000;
	color: #fff;
	font-family: Chico, sans-serif;
	font-size: 26px;
	font-weight: bold;
	padding-top: 63px;
	padding-left: 85px;
	padding-bottom: 88px;
	display: grid;
	grid-template-columns: auto auto;
}
.contacts a{
	color: #6d6d6d;
}
.contacts li{
	color: #6d6d6d;
}
.contactsinfo{
	font-family: Overpass, sans-serif;
	font-weight: 300;
	padding-top: 29px;
	color:#414141;
}