/*@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    src: url('fonts/poppins-v6-latin-regular.eot');
    src: url('fonts/poppins-v6-latin-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/poppins-v6-latin-regular.woff2') format('woff2'),
         url('fonts/poppins-v6-latin-regular.woff') format('woff'),
         url('fonts/poppins-v6-latin-regular.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
    src: url('fonts/poppins-v6-latin-300.eot');
    src: url('fonts/poppins-v6-latin-300.eot?#iefix') format('embedded-opentype'),
         url('fonts/poppins-v6-latin-300.woff2') format('woff2'),
         url('fonts/poppins-v6-latin-300.woff') format('woff'),
         url('fonts/poppins-v6-latin-300.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    src: url('fonts/poppins-v6-latin-500.eot');
    src: url('fonts/poppins-v6-latin-500.eot?#iefix') format('embedded-opentype'),
         url('fonts/poppins-v6-latin-500.woff2') format('woff2'),
         url('fonts/poppins-v6-latin-500.woff') format('woff'),
         url('fonts/poppins-v6-latin-500.ttf') format("truetype");
    font-display: swap;
}*/

* {
	color: inherit;
}

body {
	font-family: 'Poppins';
	margin: 0;
	color: #000;
	overflow-x: hidden;
	font-size: 18px;
}

a:focus {
	outline: none;
}

a {
	color: #4aa1f9;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

p {
	margin: 0 0 22px;
	font-size: 18px;
	line-height: 1.6;
}

ul {
	list-style: none;
	margin: 0 0 0 2px;
	padding: 0
}

li {
	position: relative;
}

	li:before {
		content: '';
		width: 10px;
		height: 10px;
		display: inline-block;
		background: #fb1f96;
		rotate: 45deg;
		margin-right: 10px;
	}

ol {
	margin: 0 0 1.41575em 3em;
	padding: 0
}

* {
	box-sizing: border-box;
}

img {
	height: auto;
	max-width: 100%;
	display: block;
}

table {
	margin: 0 0 1.41575em;
	border-spacing: 0;
	width: 100%;
	border-collapse: separate;
}

	table td, table th {
		padding: 1em 1.41575em;
		text-align: left;
		vertical-align: top;
	}

.input-text, input[type=email], input[type=password], input[type=search], input[type=text], input[type=url], select, textarea, .like-input {
	padding: 10px 15px;
	line-height: 63px;
	height: 65px;
	outline: 0;
	box-sizing: border-box;
	font-weight: 400;
	background: #ffffff;
	color: #383838;
	border: 1px solid #aec6d4;
	border-radius: 1px;
	box-shadow: none;
	width: 100%;
	-webkit-appearance: none;
	font-size: 16px;
	border-radius: 4px;
}

textarea {
	height: auto;
	line-height: 24px;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
	color: #fff;
	background: #fa417a;
	text-transform: uppercase;
	padding: 10px 0px;
	font-size: 20px;
	border: none;
	font-weight: 700;
	width: 100%;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	line-height: 38px;
	border-radius: 4px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

::-webkit-input-placeholder {
	color: #aaaaaa;
	font-weight: 400;
}

::-moz-placeholder {
	color: #aaaaaa;
	font-weight: 400;
}

:-ms-input-placeholder {
	color: #aaaaaa;
	font-weight: 400;
}

:-moz-placeholder {
	color: #aaaaaa;
	font-weight: 400;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover {
	background-color: #e92e68;
}

.btn, input.btn {
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px;
	min-width: 130px;
	text-align: center;
	cursor: pointer;
	line-height: 27px;
	border-radius: 4px;
	font-family: 'Poppins';
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-blue {
	border: 2px solid #f7b61b;
	color: #f7b61b;
	background: rgb(2 8 25 / 12%);
}

	.btn-blue:hover {
		background: rgb(2 8 25 / 62%);
	}

p {
	color: #000;
	clear: both;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
	color: #000;
	clear: both;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 24px;
}

.container {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 10px;
	clear: both;
}

.black {
	background: #02031a;
}

.white {
	background: #f7fbfe;
}

.hidden {
	display: none;
}

.hidden-svg {
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}

svg {
	height: auto;
	display: inline-block;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.flex {
	display: flex;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.header {
	display: flex;
	max-width: 1240px;
	margin: 0 auto;
	justify-content: space-between;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.site-header.sticky {
	background: #02031a;
}

.site-branding {
	display: flex;
	gap: 15px;
	color: #fff;
	font-size: 30px;
	align-items: center;
	font-weight: 700;
}

#menu {
}

	#menu a {
		font-size: 20px;
		font-weight: 500;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		line-height: 55px;
	}


@keyframes slide-transparency {
	0% {
		opacity: 1;
		-webkit-transform: translate(-50%, calc(-50% - 5px));
		-moz-transform: translate(-50%, calc(-50% - 5px));
		transform: translate(-50%, calc(-50% - 5px))
	}

	30% {
		opacity: 0.3;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	70% {
		opacity: 0.3;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(-50%, calc(-50% - 5px));
		-moz-transform: translate(-50%, calc(-50% - 5px));
		transform: translate(-50%, calc(-50% - 5px))
	}
}

@keyframes slide-transparency-1 {
	0% {
		opacity: 0.3;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	20% {
		opacity: 0.3;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	50% {
		opacity: 1;
		-webkit-transform: -webkit-transform: translate(-50%, calc(-50% - 5px));
		-moz-transform: translate(-50%, calc(-50% - 5px));
		transform: translate(-50%, calc(-50% - 5px))
	}

	80% {
		opacity: 0.3;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	100% {
		opacity: 0.3;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

@keyframes slide-transparency-mob {
	0% {
		opacity: 1;
		-webkit-transform: translate(-44%, calc(-42% - 5px));
		-moz-transform: translate(-44%, calc(-42% - 5px));
		transform: translate(-44%, calc(-42% - 5px))
	}

	30% {
		opacity: 0.3;
		-webkit-transform: translate(-44%, -42%);
		-moz-transform: translate(-44%, -42%);
		transform: translate(-44%, -42%)
	}

	70% {
		opacity: 0.3;
		-webkit-transform: translate(-44%, -42%);
		-moz-transform: translate(-44%, -42%);
		transform: translate(-44%, -42%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(-44%, calc(42% - 5px));
		-moz-transform: translate(-44%, calc(-42% - 5px));
		transform: translate(-44%, calc(-42% - 5px))
	}
}

@keyframes slide-transparency-1-mob {
	0% {
		opacity: 0.3;
		-webkit-transform: translate(-55%, -23%);
		-moz-transform: translate(-55%, -23%);
		transform: translate(-55%, -23%)
	}

	20% {
		opacity: 0.3;
		-webkit-transform: translate(-55%, -23%);
		-moz-transform: translate(-55%, -23%);
		transform: translate(-55%, -23%)
	}

	23% {
		opacity: 1;
		-webkit-transform: -webkit-transform: translate(-55%, calc(-23% + 2px));
		-moz-transform: translate(-55%, calc(-23% + 2px));
		transform: translate(-55%, calc(-23% + 2px))
	}

	80% {
		opacity: 0.3;
		-webkit-transform: translate(-55%, -23%);
		-moz-transform: translate(-55%, -23%);
		transform: translate(-55%, -23%)
	}

	100% {
		opacity: 0.3;
		-webkit-transform: translate(-55%, -23%);
		-moz-transform: translate(-55%, -23%);
		transform: translate(-55%, -23%)
	}
}

@keyframes slide-transparency-s {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.animate-opacity {
	animation-iteration-count: infinite;
	animation-duration: 10s;
	animation-name: slide-transparency;
}

.animate-opacity-1 {
	animation-iteration-count: infinite;
	animation-duration: 10s;
	animation-name: slide-transparency-1;
}

.animate-opacity-s {
	animation-iteration-count: infinite;
	animation-duration: 7s;
	animation-name: slide-transparency-s;
}

.bg {
	overflow: hidden;
	background: #080c21;
	width: 100%;
	position: relative;
	height: 100vh;
}

	.bg img {
		position: absolute;
		width: auto;
		max-width: unset;
		height: 100vh;
		top: 50%;
		left: 50%;
		min-width: 100%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		position: absolute;
	}

	.bg .abs-text {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		color: #fff;
		flex-wrap: wrap;
	}

.abs-text h1 {
	color: inherit;
	margin: 0 0 40px;
	font-size: 60px;
	line-height: 1;
	max-width: 480px;
}

.abs-text p {
	color: inherit;
	margin: 0 0 35px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 24px;
}

.abs-text .btn-blue {
	max-width: 215px;
	font-weight: 700;
	font-size: 24px;
	line-height: 38px;
}

.abs-text .container {
	padding: 0 15px;
}

@keyframes slide-right {
	0% {
		-webkit-transform: translate(calc(-50% + 30px), calc(-50% + 5px));
		-moz-transform: translate(calc(-50% + 30px), calc(-50% + 5px));
		transform: translate(calc(-50% + 30px), calc(-50% + 5px))
	}

	50% {
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	100% {
		-webkit-transform: translate(calc(-50% + 30px), calc(-50% + 5px));
		-moz-transform: translate(calc(-50% + 30px), calc(-50% + 5px));
		transform: translate(calc(-50% + 30px), calc(-50% + 5px));
	}
}

@keyframes slide-right-mob {
	0% {
		-webkit-transform: translate(calc(-35% + 30px), calc(-60% + 5px));
		-moz-transform: translate(calc(-35% + 30px), calc(-60% + 5px));
		transform: translate(calc(-35% + 30px), calc(-60% + 5px))
	}

	50% {
		-webkit-transform: translate(-35%, -60%);
		-moz-transform: translate(-35%, -60%);
		transform: translate(-35%, -60%)
	}

	100% {
		-webkit-transform: translate(calc(-35% + 30px), calc(-60% + 5px));
		-moz-transform: translate(calc(-35% + 30px), calc(-60% + 5px));
		transform: translate(calc(-35% + 30px), calc(-60% + 5px))
	}
}

.animate-right {
	animation-iteration-count: infinite;
	animation-duration: 20s;
}

.flex-box {
	display: flex;
	gap: 25px;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

	.flex-box > div {
		border-radius: 6px;
		padding: 20px;
		box-sizing: border-box;
		width: calc(33.3333% - 17px);
		background: radial-gradient(circle at 100% 100%, #02031a 0, #02031a 7px, transparent 7px) 0% 0%/8px 8px no-repeat, radial-gradient(circle at 0 100%, #02031a 0, #02031a 7px, transparent 7px) 100% 0%/8px 8px no-repeat, radial-gradient(circle at 100% 0, #02031a 0, #02031a 7px, transparent 7px) 0% 100%/8px 8px no-repeat, radial-gradient(circle at 0 0, #02031a 0, #02031a 7px, transparent 7px) 100% 100%/8px 8px no-repeat, linear-gradient(#02031a, #02031a) 50% 50%/calc(100% - 2px) calc(100% - 16px) no-repeat, linear-gradient(#02031a, #02031a) 50% 50%/calc(100% - 16px) calc(100% - 2px) no-repeat, linear-gradient(339deg, #6f5321 20%, #6d0f4f 100%);
		box-shadow: 0px 0px 49px -8px rgb(0 0 1 / 56%) inset, 25px 0px 20px -20px rgb(0 0 0 / 45%), 0px 25px 20px -20px rgb(0 0 0 / 45%), 0px 0px 71px 0px rgb(184 148 253 / 12%);
	}

		.flex-box > div.full {
			width: 100%;
			padding: 1px;
		}

			.flex-box > div.full > div {
				width: 100%;
				padding: 20px;
				border-radius: 8px;
				display: flex;
				flex-direction: column;
				justify-content: center;
			}

			.flex-box > div.full#home-design > div {
				background: url(images/home-creative-design.jpg) no-repeat;
				background-size: cover;
				background-position: center;
			}

		.flex-box > div.full-2 {
			width: 100%;
			padding: 25px 0;
			background: transparent;
			box-shadow: unset;
		}

#home-solutions .flex-box > div.full-2 p {
	color: #fff;
	text-align: center;
	margin: 0;
}

#home-solutions .flex-box > div.full p {
	color: #fff;
	text-align: center;
	margin: 0;
}

.flex-box h3 {
	color: #fff;
}

.black h2 {
	color: #fff;
}

#home-solutions h2 {
	text-align: center;
	margin: 20px 0 0;
}

#home-solutions h3 {
	margin: 5px 0;
	font-size: 23px;
}

#home-solutions .full h2 {
	text-align: center;
	margin: 5px 0;
	font-size: 36px;
}

#home-solutions .full-2 h2 {
	text-align: center;
	margin: 5px 0;
	font-size: 36px;
}

#home-solutions p {
	margin: 0;
	color: #aad6f5;
	text-align: left;
	font-size: 16px;
	font-weight: 300;
}

#home-about {
	overflow: hidden;
}

	#home-about .container {
		padding: 4% 15px;
	}

	#home-about h2 {
		text-align: center;
	}

#home-projects .flex {
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width: 105%;
}

	#home-projects .flex .home-about-img {
		flex: 1;
	}

	#home-projects .flex .home-about-text {
		flex: .6;
		display: flex;
		flex-direction: column;
	}

	#home-projects .flex.left-img .home-about-text {
		align-items: center;
	}

	#home-projects .flex.right-img {
		flex-direction: row-reverse;
	}

	#home-projects .flex.left-img {
		transform: translate(-5%, 0px);
	}

	#home-projects .flex.right-img {
	}

#home-projects h3 {
	font-size: 36px;
	margin: 0 0 15px;
	line-height: 1.1;
}

#home-projects a {
	font-size: 18px;
	margin: 0 0 15px;
	display: block;
}

#home-projects li {
	font-size: 18px;
	line-height: 20px;
	padding: 10px 0;
}

#home-solutions p.h2p {
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin: 0 0 50px;
	font-size: 18px;
}

#footer {
	position: relative;
	width: 100%;
	background: #080c21;
	padding: 55px 0 0;
}

#footer-bg {
	overflow: hidden;
	background: #080c21;
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

	#footer-bg img {
		position: absolute;
		width: auto;
		max-width: unset;
		height: 100%;
		top: 50%;
		left: 50%;
		min-width: 100%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

#footer .container {
	position: relative;
	padding: 0 15px;
}

#logo-footer {
	display: flex;
	gap: 15px;
	color: #fff;
	font-size: 30px;
	align-items: center;
	font-weight: 700;
	margin-bottom: 6.5%;
}

#footer .flex {
	flex-wrap: wrap;
	column-gap: 90px;
	row-gap: 20px;
}

#footer .flex-column {
	max-width: 325px;
}

.foot-break {
	display: none;
}

#footer p {
	color: #fff;
	font-size: 16px;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 45px;
}

#footer a {
	color: #fff;
	font-size: 20px;
	margin-bottom: 35px;
}

	#footer a strong {
		font-size: 30px;
		font-family: 'Roboto Slab', serif;
	}

.copyright {
	font-size: 16px;
	margin: 20px 0 15px;
	;
	color: #fff;
}

.footer-soc {
	display: flex;
	gap: 20px;
}

	.footer-soc a:hover {
		opacity: 0.7;
	}

#home-contact {
	flex-wrap: wrap;
	gap: 40px;
	margin-bottom: 50px;
	margin-top: 20px;
}

	#home-contact > div {
		width: 100%;
	}

#contact-form form {
	padding: 25px 15px 30px;
	background: #fff;
	box-shadow: 0 0 30px rgb(0 0 0 / 20%);
	border-radius: 4px;
}

#home-contact h3 {
	margin: 0 0 20px;
}

#home-contact label {
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

.from-row {
	margin-bottom: 30px;
}

#how-can-we-help h4 {
	font-size: 20px;
	font-family: 'Poppins';
	margin-bottom: 12px;
}

#how-can-we-help .flex-column {
	gap: 20px;
}

	#how-can-we-help .flex-column a {
		display: flex;
		gap: 10px;
		align-items: center;
		color: #000;
	}

.how-li {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

	.how-li p {
		margin: 0;
		max-width: 450px;
		width: calc(100% - 50px);
		text-align: left;
	}

	.how-li > span {
		width: 50px;
		height: 30px;
		position: relative;
		cursor: pointer;
	}

		.how-li > span:before, .how-li > span:after {
			content: '';
			width: 13px;
			height: 2px;
			position: absolute;
			top: 50%;
			background: #fa417a;
		}

		.how-li > span:before {
			margin-top: -5px;
			right: 14px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		.how-li > span:after {
			margin-top: 3px;
			right: 14px;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}

.how-form {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 999999999;
	max-height: 0;
	overflow: hidden;
}

	.how-form.active {
		max-height: 100%;
	}

	.how-form form {
		background: #fff;
		padding: 30px;
		max-width: 90%;
		width: 700px;
		position: absolute;
		top: 50%;
		left: 50%;
		border-radius: 4px;
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

		.how-form form img {
			position: absolute;
			right: -9%;
			bottom: -10px;
			max-width: 30%;
		}

#home-contact .how-form form h3 {
	text-align: center;
}

.how-form .from-row {
	margin-bottom: 15px;
}

.contac-form-message {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 999999999;
	max-height: 0;
	overflow: hidden;
	text-align: center;
}

	.contac-form-message.active {
		max-height: 100%;
	}

.contac-form-message-in {
	background: #fff;
	padding: 30px;
	max-width: 90%;
	width: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 4px;
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.contac-form-message p {
	text-align: center;
}

	.contac-form-message p:last-child {
		margin: 0;
	}

@media screen and (min-width: 480px) {
	.bg-footer-mob {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.container {
		padding: 0 10px;
	}

	#contact-form form {
		padding: 30px;
	}

	#home-contact > div {
		width: calc(50% - 10px);
	}

	#home-contact {
		gap: 20px;
	}

	.how-form form {
		padding: 50px 130px 70px;
	}

	.contac-form-message-in {
		padding: 90px 130px;
	}
}

@media screen and (min-width: 981px) {
	#menu-ic {
		display: none;
	}

	.header {
		padding: 45px 20px;
	}

	#menu-in {
		display: flex;
		gap: 40px;
	}

	.sticky .header {
		padding: 10px 20px;
	}

	#contact-form form {
		padding: 55px 10%;
	}

	#how-can-we-help {
		padding: 55px 0;
	}

	#home-contact h3 {
		font-size: 28px;
	}

	#home-contact {
		margin-top: 60px;
	}

		#home-contact > div {
			width: 46%;
		}

	#home-contact {
		gap: 8%;
	}

	#home-solutions .full-2 h2 {
		font-size: 36px;
	}

	#home-solutions .full h2 {
		font-size: 36px;
	}
}


@media screen and (max-width: 1100px) {
	#home-projects .flex .home-about-text {
		flex: .9;
	}
}

@media screen and (max-width: 980px) {
	.header {
		padding: 10px 15px;
	}

	.sticky .header {
		padding: 10px 15px;
	}

	.site-branding {
		font-size: 20px;
		gap: 8px;
	}

		.site-branding img {
			max-width: 40px;
		}

	#menu-ic {
		width: 45px;
		height: 40px;
		float: right;
		position: relative;
		cursor: pointer;
		margin-left: 0px;
		z-index: 999;
		border-radius: 4px;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}

		#menu-ic span {
			display: inline-block;
			position: absolute;
			left: 0px;
			top: 17px;
			width: 45px;
			height: 3px;
			background-color: #fff;
			border-radius: 3px;
		}

			#menu-ic span::before, #menu-ic span:after {
				content: '';
				width: 100%;
				height: 100%;
				position: absolute;
				background-color: #fff;
				right: 0;
				border-radius: 3px;
				-webkit-transition: all .3s ease-in-out;
				-moz-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
			}

			#menu-ic span::before {
				top: -13px;
				width: 34px;
			}

			#menu-ic span::after {
				top: 13px;
				width: 26px;
			}

	.header.active #menu-ic span {
		background: 0 0;
	}

		.header.active #menu-ic span::before {
			top: 0;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		.header.active #menu-ic span::after {
			top: 0;
			width: 34px;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}

	#menu {
		position: fixed;
		top: 60px;
		left: -400px;
		max-width: 330px;
		width: 100%;
		height: calc(100% - 60px);
		background: rgb(0 0 0 / 30%);
		z-index: 999;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}

	.pod #menu {
		overflow: hidden;
	}

	.header.active #menu {
		left: 0;
		max-width: 100%;
		overflow-y: auto;
	}

	#menu-in {
		float: left;
		width: 420px;
		max-width: 100%;
		height: 100%;
		background: #02031a;
		box-shadow: 0 0 30px rgb(0 0 0 / 20%);
		padding-top: 10px;
		background-position: top;
	}

		#menu-in > a {
			float: left;
			width: 100%;
			height: 50px;
			line-height: 50px;
			color: #fff;
			padding: 0 20px;
			font-weight: 400;
		}

		#menu-in span svg {
			vertical-align: middle;
			fill: #02031a;
		}

		#menu-in > div {
			float: left;
			width: 100%;
			background: #02031a;
		}

	.abs-text h1 {
		font-size: 50px;
		max-width: 450px;
		margin-bottom: 20px;
	}

	.flex-box > div {
		width: calc(50% - 13px);
	}

	#home-solutions h3 {
		font-size: 20px;
	}

	#home-projects .flex .home-about-text {
		flex: 1;
	}

	#footer .flex {
		column-gap: 40px;
		row-gap: 10px;
	}

	#footer a strong {
		font-size: 24px;
	}

	#footer a {
		font-size: 18px;
		margin-bottom: 20px;
	}

	#footer p {
		margin-bottom: 30px;
	}

	.copyright {
		margin: 50px 0 10px;
	}

	#home-solutions .full-2 h2 {
		font-size: 28px;
	}

	#home-solutions .full h2 {
		font-size: 28px;
	}
}

@media screen and (max-width: 767px) and (min-width: 481px) {
	#footer-bg img {
		-webkit-transform: translate(-65%,-50%);
		-moz-transform: translate(-65%,-50%);
		-o-transform: translate(-65%,-50%);
		-ms-transform: translate(-65%,-50%);
		transform: translate(-65%,-50%);
	}
}

@media screen and (max-width: 767px) {
	#footer {
		padding-top: 30px;
	}

	#logo-footer {
		margin-bottom: 15px;
	}

	.foot-break {
		width: 100%;
		height: 1px;
		display: flex;
	}

	#home-projects .flex, #home-projects .flex.right-img {
		flex-direction: column;
		width: 100%;
	}

		#home-projects .flex.left-img {
			transform: translate(0, 0px);
		}

			#home-projects .flex.left-img .home-about-text {
				max-width: 470px;
			}

		#home-projects .flex .home-about-text {
			margin-bottom: 30px;
		}
}

@media screen and (max-width: 600px) {
	.flex-box > div {
		width: 100%;
	}

		.flex-box > div.full {
			width: 100%;
		}
}

@media screen and (max-width: 480px) {
	#footer .flex {
		flex-direction: column;
	}

	.foot-break {
		display: none;
	}

	#home-about h2 span {
		display: block;
	}

	.bg-footer-mob {
		display: block;
	}

	.bg-footer-desktop {
		display: none;
	}
}

@media screen and (max-width: 380px) {
	.abs-text h1 {
		font-size: 40px;
	}
}

@media screen and (orientation:landscape) {
	.bg-mob {
		display: none;
	}

	.animate-right {
		animation-name: slide-right;
	}
}

@media screen and (orientation:portrait) {
	.bg-desktop {
		display: none;
	}

	.bg .abs-text {
		margin-bottom: 50%;
	}

	.abs-text h1 {
		max-width: 280px;
	}

	.bg .bg-mob img:nth-child(1) {
		-webkit-transform: translate(-35%, -60%);
		-moz-transform: translate(-35%, -60%);
		-o-transform: translate(-35%, -60%);
		-ms-transform: translate(-35%, -60%);
		transform: translate(-35%, -60%);
	}

	.animate-right {
		animation-name: slide-right;
		animation-duration: 20s;
	}
}

@media (min-aspect-ratio: 3/5) and (orientation:portrait) {
	.bg img {
		min-width: 100vw;
		height: auto;
		-webkit-transform: translate(-50%,-56%);
		-moz-transform: translate(-50%,-56%);
		-o-transform: translate(-50%,-56%);
		-ms-transform: translate(-50%,-56%);
		transform: translate(-50%,-56%);
	}
}
