@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700|Roboto&display=swap');
body {
	color: #000;
	font-size: 14px;
	background: #fff;
	line-height: 1.3;
	font-family: 'Roboto', sans-serif;
	min-width: 320px;
	margin: 0;
}
.container {
	min-width: 320px;
	max-width: 1200px;
	margin: 0 auto;
}
header {
	background: #122041;
	padding:10px 0
}
header .container {
	display: flex;
	align-items: center;
}
.logo {
	font-size: 32px;
	margin-right: auto;
	font-size: 0;
}
.logo a{
	color: #fff;
	text-decoration: none;
	background: url(../images/logo.png) 50% 46% no-repeat;
	display: block;
	padding: 30px 50px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.btn-nav {
	display: none;
}
.wrap-button {
	height: 40px;
}
.main-nav {
	display: block;
}
.main-nav ul{
	display: flex;
}
.main-nav ul li {
	list-style: none;
}
.main-nav ul li a {
	color: #fff;
	font-size: 16px;
	padding: 5px 21px;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.main-nav ul li a:last-child{
	padding-right: 0;
}
.main-pic {
	background: #122041 url(../images/bg1.png) 50% -124px no-repeat;
	background-size: 100%;
}
.main-pic .container{
	height: 813px;
	display: flex;
	align-items: center;
}
.text {
	padding-left: 30px;
	margin-left: 25px;
	width: 40%;
}
.text h1{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
	margin: 0 25px 0 0;
}
.info-social {
	padding-top: 10px;
}
.icon::before {
	content: "";
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}
.icon-inst::before {
	background: #fff url(../images/instagram.png) 50% 50% no-repeat;
}
.icon-fb::before{
	background: #fff url(../images/facebook.png) 50% 50% no-repeat;
}
.icon-gl::before{
	background: #fff url(../images/mail.png) 50% 50% no-repeat;
}
.wrap-laptop {
	text-align: center;
	width: 59%;
}
.block-service {
	text-align: center;
}
.block-service p{
	font-size: 25px;
	margin: 20px 50px;
	line-height: 37px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}
.wrap-service-img{
	text-align: center;
}
.block-technology {
	background: #f5f5f5 url(../images/bg3.png) 50% 50% repeat-x;
	text-align: center;
	padding: 40px 0;
}
.block-technology h2{
	color: #000000;
	font-size: 50px;
	font-weight: bold;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
	margin: 20px 0;
}
.sentence-text {
	text-align: center;
}
.sentence-text h2 {
	color: #000000;
	font-size: 50px;
	padding: 110px 0 0;
	font-weight: bold;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
	background: url("../icons/sky-bars-logo.svg") 50% 0 no-repeat;
	margin: 50px 0 0;
}
.items {
	display: flex;
	align-self: center;
	flex-wrap: wrap;
	margin-top: 30px;
	padding: 25px 0 40px 0;

}
.item {
	width: 33%;
	display: flex;
	margin-bottom: 25px;
	justify-content: space-around;
}

.item p {
	color: #000;
	font-size: 20px;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}

.working-block {
	background: #f5f5f5 url(../images/steps.png) 48% 69% no-repeat;
	padding: 5px 0 142px;
	margin-top: 20px;
}
.working-block h2 {
	text-align: center;
	font-size: 50px;
	padding-top: 40px;
	text-transform: capitalize;

}
.boxs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px 0 120px;
}
.box {
	width: 24%;
	padding-bottom: 60px;
}
.box::before{
	content: "";
	width: 81px;
	height: 75px;
	display: block;
	margin: 0 0 25px 35px;
}
.box-icon1::before {
	background: url(../icons/ic-email.png) 0 15px no-repeat;
}
.box-icon2::before {
	background: url(../icons/ic-feedback.png) 0 0 no-repeat;
}
.box-icon3::before {
	background: url(../icons/ic-tool.png) 0 0 no-repeat;
}
.box-icon4::before {
	background: url(../icons/ic-check.png) 0 0 no-repeat;
}
.box-content {
	display: flex;
}
.box-content span {
	font-size: 40px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.title {
	font-size: 25px;
	font-weight: bold;
	margin: 0;
	padding: 0 60px 0 10px;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}
.arrow {
	background: url(../icons/ic-arrow.png) 100% 43% no-repeat;
}
footer {
	background: #122041 url(../icons/border.png) -50% 100% repeat-x;
	padding: 35px 0 80px;
}
.footer h2 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding: 0 0 24px 0;
	text-transform: uppercase;
}
.footer-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-item {
	width: 33.3333%;
}
.footer-link {
	text-decoration: none;
}
.footer-link span{
	color: #fff;
	font-size: 20px;
	display: block;
	text-transform: capitalize;
}
.footer-link span::before {
	content: "";
	width: 44px;
	height: 44px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin: 4px 16px 5px 0;
}
.footer-ic-1::before {
	background: #fff url(../icons/ic-telegram.png) 50% 50% no-repeat;
}
.footer-ic-2::before {
	background: #fff url(../icons/ic-whatsapp.png) 50% 50% no-repeat;
}
.footer-ic-3::before {
	background: #fff url(../icons/ic-telegram.png) 50% 50% no-repeat;
}
.footer-contact p{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	margin-top: 0;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
.footer-social-last {
	text-align: right;
}
.footer-social-last a{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.footer-icon::after {
	content: "";
	width: 44px;
	height: 44px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin: 4px 0 5px 16px;
}
.footer-icon-1::after {
	background: #fff url(../images/mail.png) 50% 50% no-repeat;
}
.footer-icon-2::after {
	background: #fff url(../images/facebook.png) 50% 50% no-repeat;
}
.footer-icon-3::after {
	background: #fff url(../images/instagram.png) 50% 50% no-repeat;
}
