/*
	_____ _            ____           _
 |_   _| |__   ___  |  _ \ ___  ___| |__
	 | | | '_ \ / _ \ | |_) / _ \/ __| '_ \
	 | | | | | |  __/ |  __/ (_) \__ \ | | |
	 |_| |_| |_|\___| |_|   \___/|___/_| |_|
http://theposh.agency/
* Author: The Posh Agency
* Website: https://theposh.agency/
* Copyright: (C)2020
*--------------------------------------------------------*
* TABLE OF CONTENTS:
*--------------------------------------------------------*
* 01 - variables
* 02 - reset
* 03 - colors
* 04 - backgrounds
* 05 - buttons
* 06 - headings
* 07 - fonts
* 08 - spacings
* 09 - transitions
* 10 - text editor content
* 11 - responsive

* 12 - menus
* 13 - footers
* 14 - forms
* 15 - thumbs
* 16 - cards
* 17 - logos
* 18 - images
* 19 - scrolldown
* 20 - links
* 21 - quotes
* 22 - text editor content
*   22.01 - headings
*   22.02 - text
*   22.03 - hr
*   22.04 - strong
*   22.05 - italic
*   22.06 - underline
*   22.07 - strikethrough
*   22.08 - subscript
*   22.09 - subscript
*   22.10 - ordered list
*   22.11 - unordered list
*   22.12 - big
*   22.13 - small
*   22.14 - images
*   22.15 - date
*   22.16 - lead
*   22.16 - antrfile
*   22.17 - slider
*   22.18 - video
*   22.19 - quotes
*   22.20 - links
*   22.21 - banner
* 23 - third party
* 24 - animations
*   24.01 - bootstrap
*   24.02 - swiper
*   24.03 - gallery
* 25 - responsive
*--------------------------------------------------------*
*/
@import url("bootstrap.custom.css");
@import url("base.css");
.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.white {
	color: #fff !important;
}

.lightGray {
	color: #f6f9fb !important;
}

.gray {
	color: #edf2f5 !important;
}

.blueGray {
	color: #c2cdd8 !important;
}

.darkGray {
	color: #66717c !important;
}

.darkerGray {
	color: #47505a !important;
}

.green {
	color: #1bc3a7 !important;
}

.darkGreen {
	color: #13ac92 !important;
}

.red {
	color: #ff5c6c !important;
}

.purple {
	color: #747fed !important;
}

.blue {
	color: #21afe4 !important;
}

.yellow {
	color: #f4a743 !important;
}

.white-bg {
	background-color: #fff !important;
}

.btn.white-bg {
	background-color: #fff !important;
	color: #47505a;
}

.lightGray-bg {
	background-color: #f6f9fb !important;
}

.gray-bg {
	background-color: #edf2f5 !important;
}

.blueGray-bg {
	background-color: #c2cdd8 !important;
}

.darkGray-bg {
	background-color: #66717c !important;
}

.darkerGray-bg {
	background-color: #47505a !important;
}

.green-bg {
	background-color: #1bc3a7 !important;
}

.darkGreen-bg {
	background-color: #13ac92 !important;
}

.red-bg {
	background-color: #ff5c6c !important;
}

.purple-bg {
	background-color: #747fed !important;
}

.blue-bg {
	background-color: #21afe4 !important;
}

.yellow-bg {
	background-color: #f4a743 !important;
}

button.white-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.3);
					box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.3);
}

button.lightGray-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.3);
					box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.3);
}

button.gray-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(237, 242, 245, 0.3);
					box-shadow: 0 3px 15px 0 rgba(237, 242, 245, 0.3);
}

button.blueGray-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(194, 205, 216, 0.3);
					box-shadow: 0 3px 15px 0 rgba(194, 205, 216, 0.3);
}

button.darkGray-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(102, 113, 124, 0.3);
					box-shadow: 0 3px 15px 0 rgba(102, 113, 124, 0.3);
}

button.darkerGray-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(71, 80, 90, 0.3);
					box-shadow: 0 3px 15px 0 rgba(71, 80, 90, 0.3);
}

button.green-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(27, 195, 167, 0.3);
					box-shadow: 0 3px 15px 0 rgba(27, 195, 167, 0.3);
}

button.darkGreen-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(19, 172, 146, 0.3);
					box-shadow: 0 3px 15px 0 rgba(19, 172, 146, 0.3);
}

button.red-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(255, 92, 108, 0.3);
					box-shadow: 0 3px 15px 0 rgba(255, 92, 108, 0.3);
}

button.purple-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(116, 127, 237, 0.3);
					box-shadow: 0 3px 15px 0 rgba(116, 127, 237, 0.3);
}

button.blue-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(33, 175, 228, 0.3);
					box-shadow: 0 3px 15px 0 rgba(33, 175, 228, 0.3);
}

button.yellow-bg {
	-webkit-box-shadow: 0 3px 15px 0 rgba(244, 167, 67, 0.3);
					box-shadow: 0 3px 15px 0 rgba(244, 167, 67, 0.3);
}

.btn-badge.white-bg:hover, .btn.white-bg:hover, button.white-bg:hover {
	background-color: #f6f9fb !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.6);
					box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.6);
}

.btn-badge.lightGray-bg:hover, .btn.lightGray-bg:hover, button.lightGray-bg:hover {
	background-color: #edf2f5 !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.6);
					box-shadow: 0 3px 15px 0 rgba(246, 249, 251, 0.6);
}

.btn-badge.gray-bg:hover, .btn.gray-bg:hover, button.gray-bg:hover {
	background-color: #c2cdd8 !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(237, 242, 245, 0.6);
					box-shadow: 0 3px 15px 0 rgba(237, 242, 245, 0.6);
}

.btn-badge.blueGray-bg:hover, .btn.blueGray-bg:hover, button.blueGray-bg:hover {
	background-color: #66717c !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(194, 205, 216, 0.6);
					box-shadow: 0 3px 15px 0 rgba(194, 205, 216, 0.6);
}

.btn-badge.darkGray-bg:hover, .btn.darkGray-bg:hover, button.darkGray-bg:hover {
	background-color: #47505a !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(102, 113, 124, 0.6);
					box-shadow: 0 3px 15px 0 rgba(102, 113, 124, 0.6);
}

.btn-badge.darkerGray-bg:hover, .btn.darkerGray-bg:hover, button.darkerGray-bg:hover {
	background-color: #111111 !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(71, 80, 90, 0.6);
					box-shadow: 0 3px 15px 0 rgba(71, 80, 90, 0.6);
}

.btn-badge.green-bg:hover, .btn.green-bg:hover, button.green-bg:hover {
	background-color: #13ac92 !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(27, 195, 167, 0.6);
					box-shadow: 0 3px 15px 0 rgba(27, 195, 167, 0.6);
}

.btn-badge.darkGreen-bg:hover, .btn.darkGreen-bg:hover, button.darkGreen-bg:hover {
	background-color: #13ac92 !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(19, 172, 146, 0.6);
					box-shadow: 0 3px 15px 0 rgba(19, 172, 146, 0.6);
}

.btn-badge.red-bg:hover, .btn.red-bg:hover, button.red-bg:hover {
	background-color: #da3c4c !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(255, 92, 108, 0.6);
					box-shadow: 0 3px 15px 0 rgba(255, 92, 108, 0.6);
}

.btn-badge.purple-bg:hover, .btn.purple-bg:hover, button.purple-bg:hover {
	background-color: #4F5ACA !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(116, 127, 237, 0.6);
					box-shadow: 0 3px 15px 0 rgba(116, 127, 237, 0.6);
}

.btn-badge.blue-bg:hover, .btn.blue-bg:hover, button.blue-bg:hover {
	background-color: #21AFE4 !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(33, 175, 228, 0.6);
					box-shadow: 0 3px 15px 0 rgba(33, 175, 228, 0.6);
}

.btn-badge.yellow-bg:hover, .btn.yellow-bg:hover, button.yellow-bg:hover {
	background-color: #D2841E !important;
	-webkit-box-shadow: 0 3px 15px 0 rgba(244, 167, 67, 0.6);
					box-shadow: 0 3px 15px 0 rgba(244, 167, 67, 0.6);
}

.link.white:hover {
	color: #f6f9fb !important;
}

.link.lightGray:hover {
	color: #edf2f5 !important;
}

.link.gray:hover {
	color: #c2cdd8 !important;
}

.link.blueGray:hover {
	color: #66717c !important;
}

.link.darkGray:hover {
	color: #47505a !important;
}

.link.darkerGray:hover {
	color: #111111 !important;
}

.link.green:hover {
	color: #13ac92 !important;
}

.link.darkGreen:hover {
	color: #13ac92 !important;
}

.link.red:hover {
	color: #b32432 !important;
}

.link.purple:hover {
	color: #333c9e !important;
}

.link.blue:hover {
	color: #1683AC !important;
}

.link.yellow:hover {
	color: #9e6316 !important;
}

.link {
	text-decoration: none;
	cursor: pointer;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
}

.toggled {
	opacity: 0.5;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	color: #c2cdd8;
}

.toggled:hover {
	opacity: 0.8;
}

.mt-auto {
	margin-top: auto;
}

.mt-0 {
	margin-top: 0;
}

.mt-1 {
	margin-top: 10px;
}

.mt-2 {
	margin-top: 20px;
}

.mt-3 {
	margin-top: 30px;
}

.mt-4 {
	margin-top: 40px;
}

.mt-5 {
	margin-top: 50px;
}

.mb-auto {
	margin-bottom: auto;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-1 {
	margin-bottom: 10px;
}

.mb-2 {
	margin-bottom: 20px;
}

.mb-3 {
	margin-bottom: 30px;
}

.mb-4 {
	margin-bottom: 40px;
}

.mb-5 {
	margin-bottom: 50px;
}

.ml-auto {
	margin-left: auto;
}

.ml-0 {
	margin-left: 0;
}

.ml-05 {
	margin-left: 5px;
}

.ml-1 {
	margin-left: 10px;
}

.ml-2 {
	margin-left: 20px;
}

.ml-3 {
	margin-left: 30px;
}

.ml-4 {
	margin-left: 40px;
}

.ml-5 {
	margin-left: 50px;
}

.mr-auto {
	margin-right: auto;
}

.mr-0 {
	margin-right: 0;
}

.mr-05 {
	margin-right: 5px;
}

.mr-1 {
	margin-right: 10px;
}

.mr-2 {
	margin-right: 20px;
}

.mr-3 {
	margin-right: 30px;
}

.mr-4 {
	margin-right: 40px;
}

.mr-5 {
	margin-right: 50px;
}

.m-auto {
	margin: auto;
}

.m-0 {
	margin: 0;
}

.m-1 {
	margin: 10px;
}

.m-2 {
	margin: 20px;
}

.m-3 {
	margin: 30px;
}

.m-4 {
	margin: 40px;
}

.m-5 {
	margin: 50px;
}

.pt-0 {
	padding-top: 0;
}

.pt-1 {
	padding-top: 10px;
}

.pt-2 {
	padding-top: 20px;
}

.pt-3 {
	padding-top: 30px;
}

.pt-4 {
	padding-top: 40px;
}

.pt-5 {
	padding-top: 50px;
}

.pb-0 {
	padding-bottom: 0;
}

.pb-1 {
	padding-bottom: 10px;
}

.pb-2 {
	padding-bottom: 20px;
}

.pb-3 {
	padding-bottom: 30px;
}

.pb-4 {
	padding-bottom: 40px;
}

.pb-5 {
	padding-bottom: 50px;
}

.pl-0 {
	padding-left: 0;
}

.pl-1 {
	padding-left: 10px;
}

.pl-2 {
	padding-left: 20px !important;
}

.pl-3 {
	padding-left: 30px;
}

.pl-4 {
	padding-left: 40px;
}

.pl-5 {
	padding-left: 50px;
}

.pr-0 {
	padding-right: 0;
}

.pr-1 {
	padding-right: 10px;
}

.pr-2 {
	padding-right: 20px;
}

.pr-3 {
	padding-right: 30px;
}

.pr-4 {
	padding-right: 40px;
}

.pr-5 {
	padding-right: 50px;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: 10px;
}

.p-2 {
	padding: 20px;
}

.p-3 {
	padding: 30px;
}

.p-4 {
	padding: 40px;
}

.p-5 {
	padding: 50px;
}

.f-0 {
	font-size: 8px;
}

.f-1 {
	font-size: 10.66667px;
}

.f-2 {
	font-size: 16px;
}

.f-3 {
	font-size: 24px;
}

.f-4 {
	font-size: 32px;
}

.f-5 {
	font-size: 40px;
}

.no-border {
	border: none !important;
}

h1, .h1 {
	font-weight: normal;
	font-size: 24px;
}

h2, .h2 {
	font-weight: normal;
	font-size: 18px;
}

h3, .h3 {
	font-weight: normal;
	font-size: 14px;
}

h4, .h4 {
	font-weight: normal;
	font-size: 12px;
}

h5, .h5 {
	font-weight: normal;
	font-size: 10px;
}

h1.secondary, .h1.secondary {
	color: #66717c;
}

h2.secondary, .h2.secondary {
	color: #66717c;
}

h3.secondary, .h3.secondary {
	color: #66717c;
}

h4.secondary, .h4.secondary {
	color: #66717c;
}

h5.secondary, .h5.secondary {
	color: #66717c;
}

a, button {
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

.bold {
	font-weight: 700;
}

.row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.row-vertical {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.transition1 {
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

.transition2 {
	-webkit-transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
	transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
}

.flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.h100 {
	height: 100%;
}

.d-block {
	display: block;
}

.w100 {
	width: 100%;
}

.jcr {
	-webkit-box-pack: end !important;
			-ms-flex-pack: end !important;
					justify-content: flex-end !important;
}

.jcsb {
	-webkit-box-pack: justify !important;
			-ms-flex-pack: justify !important;
					justify-content: space-between !important;
}

.aic {
	-webkit-box-align: center !important;
			-ms-flex-align: center !important;
					align-items: center !important;
}

.jcc {
	-webkit-box-pack: center !important;
			-ms-flex-pack: center !important;
					justify-content: center !important;
}

.full {
	padding: 0 15px;
	width: 100%;
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
					flex: 0 0 100%;
	max-width: 100%;
}

.half {
	padding: 0 15px;
	width: 50%;
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
					flex: 0 0 50%;
	max-width: 50%;
}

.third {
	padding: 0 15px;
	width: 33.3333%;
	-ms-flex: 0 0 33.3333%;
	-webkit-box-flex: 0;
					flex: 0 0 33.3333%;
	max-width: 33.3333%;
}

.quarter {
	padding: 0 15px;
	width: 25%;
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
					flex: 0 0 25%;
	max-width: 25%;
}

.fifth {
	padding: 0 15px;
	width: 25%;
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
					flex: 0 0 25%;
	max-width: 25%;
}

@media (max-width: 767px) {
	.full, .half, .third, .quart, .fifth {
		position: relative;
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}

}

body {
	font-size: 14px;
	font-weight: 400;
	color: #66717c;
	overflow-x: hidden;
}

.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 20px;
	background: #1bc3a7;
	color: #fff;
	font-size: 16px;
	border-radius: 6px;
	border: none;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	margin: 0 5px;
	line-height: 1;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
}

.btn:hover, .btn:active {
	background: #13ac92;
}

.btn.btn-border {
	border: 1px solid #edf2f5;
}

.btn.btn-md {
	padding: 10px 15px;
	font-size: 12px;
	border-radius: 4px;
}

.btn.btn-sm {
	padding: 5px 10px;
	font-size: 8px;
	border-radius: 2px;
}

.btn.btn-gray {
	background: #66717c;
}

.btn.btn-gray:hover {
	background: #47505a;
}

.search-form .search-btn {
	background-color: white;
	background-image: url("../images/search-icon.png");
	background-position: 11px 12px;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	border-radius: 50%;
	float: left;
	height: 40px;
	margin-left: -15px;
	width: 40px;
}

.search-form .search-field {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: white;
	border-color: currentcolor currentcolor #ccc;
	-o-border-image: none;
		 border-image: none;
	border-radius: 0;
	border-style: none none solid;
	border-width: 0 0 1px;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	float: left;
	font-size: 16px;
	padding: 8px 15px;
	-webkit-transition: width 0.4s ease-in-out 0s;
	transition: width 0.4s ease-in-out 0s;
	width: 100px;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

/* variables */
:root {
	--main-color: #000078;
	--second-color: #00acd7;
	--main-font: 'Roboto', sans-serif;
	--second-font: 'Roboto', sans-serif;
	--main-transition:  all .25s ease-in-out 0s;
	--second-transition: all 0.5s cubic-bezier(.13,.56,.38,.89) 0s;
}

/* reset */
::-moz-selection {
	color: #fff;
	background: var(--main-color);
}

::selection {
	color: #fff;
	background: var(--main-color);
}

:focus {
	outline: none;
}

button:focus {
	outline: none;
}

* {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
	/* -webkit-box-sizing: border-box; */
	/* -moz-box-sizing: border-box; */
	/* box-sizing: border-box; */
	/* position:relative; */
}

body .loaderr {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 100;
	background: var(--second-color);
	z-index: 1001;
	-webkit-transition: all 0.5s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
	transition: all 0.5s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
}

body.loaded .loaderr {
	width: 0 !important;
}

body.loaded .loaderr .preloader-img {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	z-index: 100;
	opacity: 0 !important;
	pointer-events: none;
	visibility: hidden;
	background: var(--second-color);
	z-index: 1001;
}

body.loaded .loaderr .navbar-brand.first-logo {
	-webkit-transform: translateX(-100px);
					transform: translateX(-100px);
}

body.loaded .navbar-brand.first-logo {
	-webkit-transform: translateX(0px);
					transform: translateX(0px);
}

body.loaded menu .menu-btn-container .menu-icon {
	-webkit-transform: translate(-50%, -50%) !important;
					transform: translate(-50%, -50%) !important;
}

.navbar-brand.first-logo {
	-webkit-transform: translateX(-100px);
					transform: translateX(-100px);
	-webkit-transition: all 0.5s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0.4s;
	transition: all 0.5s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0.4s;
}

.preloader-img {
	opacity: 0.2;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	-webkit-animation: pulse 2s linear infinite 0s;
					animation: pulse 2s linear infinite 0s;
}

@-webkit-keyframes pulse {
	0% {
		opacity: 0.2;
	}
	10% {
		opacity: 0.2;
	}
	33% {
		opacity: 1;
	}
	66% {
		opacity: 1;
	}
	90% {
		opacity: 0.2;
	}
	100% {
		opacity: 0.2;
	}
}

@keyframes pulse {
	0% {
		opacity: 0.2;
	}
	10% {
		opacity: 0.2;
	}
	33% {
		opacity: 1;
	}
	66% {
		opacity: 1;
	}
	90% {
		opacity: 0.2;
	}
	100% {
		opacity: 0.2;
	}
}

html {
	font-size: 62.5%;
}

body {
	/* background-color: var(--main-color); */
	color: var(--second-color);
	font-size: 18px;
	font-family: var(--main-font);
	margin: 0;
	padding: 0;
    padding-left: 75px;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--second-font);
}

input:focus,
textarea:focus {
	background-color: #f5f5f5;
}

a {
	color: var(--second-color);
}

a:link,
a:visited {
	text-decoration: none;
}

h1 + p {
	margin-top: 0;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}


/* colors */
.main-color {
	color: var(--main-color);
}

.second-color {
	color: var(--second-color);
}

.white-color {
	color: #fff;
}

.black-color {
	color: #000;
}

.gray-color {
	color: #ccc;
}

/* backgrounds */
.main-bg {
	background-color: var(--main-color);
}

.white-bg {
	background-color: #fff;
}

.black-bg {
	background-color: #000;
}

.gray-color {
	background-color: #ccc;
}

/* buttons */
.btn {
	border-radius: 0;
	padding: 10px 30px;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.btn small {
	padding: 5px 20px;
}

.btn.biggg {
	padding: 30px 40px;
}

.border-btn {
	border: 1px solid var(--main-color);
	color: 1px solid var(--main-color);
}

.full-color-btn {
	background: var(--main-color);
	color: #fff;
}

/* headings */
h2 {
	font-size: 70px;
}

/* fonts */
.fs-12 {
	font-size: 12px;
}

.fs-24 {
	font-size: 24px;
}

.fs-40 {
	font-size: 40px;
}

.fs-70 {
	font-size: 70px;
}

/* spacings */
.p-0 {
	padding: 0;
}

.m-0 {
	margin: 0 !important;
}

.mt-10 {
	margin-bottom: 10px;
}

.mt-45 {
	margin-top: 45px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mt-100 {
	margin-top: 100px;
}

.mb--60 {
	margin-bottom: -60px;
}

.mb-120 {
	margin-bottom: 120px !important;
}

.mb-290 {
	margin-bottom: 290px !important;
}

.m-auto {
	margin: auto !important;
}

.pt-10 {
	padding-bottom: 10px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pl-80 {
	padding-left: 80px;
}

.pl-60 {
	padding-left: 60px;
}

.case_study_item h2 {
	font-size: 40px;
	margin-bottom: 60px;
}

.case_study_item p {
	line-height: 1.5;
}

.case_study_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	height: 65vh;
}

.big-list li {
	line-height: 2.5;
	font-size: 20px;
	padding-left: 25px;
	position: relative;
}

.big-list li::before {
	content: "";
	position: absolute;
	top: 21px;
	left: 0;
	width: 8px;
	height: 8px;
	background: var(--main-color);
	border-radius: 50%;
}

/* transitions */
.main-transition {
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.second-transition {
	-webkit-transition: var(--second-transition);
	transition: var(--second-transition);
}

/* text editor content */
.text-editor-content img {
	max-width: 100%;
}

menu {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1000;
	width: 75px;
	-webkit-transition: var(--second-transition);
	transition: var(--second-transition);
}

menu.open {
	width: 100%;
}

menu.open .navbar {
	left: 0;
}

menu.open .menu-btn-container {
	-webkit-transition: var(--second-transition);
	transition: var(--second-transition);
	background: var(--main-color);
}

menu.open .menu-btn-container .menu-icon {
	opacity: 0;
	pointer-events: none;
}

menu .menu-btn-container {
	width: 75px;
	background: var(--second-color);
	position: relative;
	height: 100%;
	padding-top: 20px;
	z-index: 100;
}

menu .menu-btn-container .navbar-brand {
	display: block;
	text-align: center;
}

menu .menu-btn-container .menu-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 1;
	-webkit-transform: translate(-100px, -50%) !important;
					transform: translate(-100px, -50%) !important;
	-webkit-transition: all 0.5s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0.2s;
	transition: all 0.5s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0.2s;
}

menu .navbar {
	position: absolute;
	top: 0;
	left: -1000px;
	z-index: 11;
	width: 50%;
	height: 100%;
	background: var(--main-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: var(--second-transition);
	transition: var(--second-transition);
}

menu .navbar .navbar-container {
	width: 100%;
	position: relative;
}

menu .navbar .navbar-container .menu-social-icons {
	position: absolute;
	bottom: 30px;
	right: 0;
	z-index: 10;
}

menu .navbar .navbar-container .menu-social-icons a {
	margin-right: 30px;
	-webkit-transition: all .25s ease-in-out 0s;
	transition: all .25s ease-in-out 0s;
}

menu .navbar .navbar-container .menu-social-icons a:hover {
	opacity: .5;
}

menu .navbar .navbar-container .navbar-collapse {
	margin-top: 10vh;
	margin-left: 10vw;
	font-style: italic;
}

menu .navbar .navbar-container .navbar-collapse .navbar-nav {
	display: inline-block;
}

menu .navbar .navbar-container .navbar-collapse .nav-item {
	margin-bottom: 15px;
	-webkit-transform: translateX(-50px);
					transform: translateX(-50px);
	opacity: 0;
}

menu .navbar .navbar-container .navbar-collapse .nav-item.active .nav-link {
	color: #fff;
}

menu .navbar .navbar-container .navbar-collapse .nav-item:hover .nav-link {
	color: #72e2fe;
}

menu .navbar .navbar-container .navbar-collapse .nav-item .nav-link {
	color: #00acd7;
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	-webkit-transition: all .25s ease-in-out 0s;
	transition: all .25s ease-in-out 0s;
	width: 100%;
	background: var(--main-color);
	z-index: 100;
	position: relative;
	padding-right: 20px;
}

menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown {
	position: relative;
}

menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown:hover .dropdown-menu {
	display: block;
	pointer-events: auto;
}

menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown:hover .dropdown-menu::before {
	opacity: 1;
}

menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown:hover .dropdown-item {
	opacity: 1 !important;
	pointer-events: auto !important;
	visibility: visible !important;
	-webkit-transition: all .25s ease-in-out 0s;
	transition: all .25s ease-in-out 0s;
}

menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown:hover .dropdown-item:nth-child(1) {
	-webkit-transition: all 0.25s ease-in-out 0.2s;
	transition: all 0.25s ease-in-out 0.2s;
}

menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown:hover .dropdown-item:nth-child(2) {
	-webkit-transition: all 0.25s ease-in-out 0.3s;
	transition: all 0.25s ease-in-out 0.3s;
}

menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown:hover .dropdown-item:nth-child(3) {
	-webkit-transition: all 0.25s ease-in-out 0.4s;
	transition: all 0.25s ease-in-out 0.4s;
}

menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown:hover .dropdown-item:nth-child(4) {
	-webkit-transition: all 0.25s ease-in-out 0.5s;
	transition: all 0.25s ease-in-out 0.5s;
}

menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown:hover .dropdown-item:nth-child(5) {
	-webkit-transition: all 0.25s ease-in-out 0.6s;
	transition: all 0.25s ease-in-out 0.6s;
}

menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown:hover .dropdown-item:nth-child(6) {
	-webkit-transition: all 0.25s ease-in-out 0.7s;
	transition: all 0.25s ease-in-out 0.7s;
}

menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown:hover .dropdown-item:nth-child(7) {
	-webkit-transition: all 0.25s ease-in-out 0.8s;
	transition: all 0.25s ease-in-out 0.8s;
}

menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown .dropdown-menu {
	display: block;
	pointer-events: none;
	position: absolute;
	left: 100%;
	top: 10px;
	z-index: 10;
	width: 100%;
	-webkit-transition: all 1s ease-in-out 1s;
	transition: all 1s ease-in-out 1s;
	padding-left: 20px;
	max-width: 210px;
}

menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown .dropdown-menu::before {
	position: absolute;
	top: 10px;
	z-index: 10;
	background: #fff;
	width: 100%;
	max-width: 200px;
	height: 1px;
	content: "";
	right: 100%;
	opacity: 0;
}

menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown .dropdown-menu .dropdown-item {
	color: #fff;
	display: block;
	margin-bottom: 15px;
	-webkit-transition: all .25s ease-in-out 0s;
	transition: all .25s ease-in-out 0s;
	font-size: 20px;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
	color: #72e2fe;
	-webkit-transition: all .25s ease-in-out 0s !important;
	transition: all .25s ease-in-out 0s !important;
}

menu .navbar .close-menu-icon {
	width: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	background: #009fc7;
	-webkit-transition: all .25s ease-in-out 0s;
	transition: all .25s ease-in-out 0s;
}
menu .navbar .close-menu-icon.mobile {
	display: none;
}

menu .navbar .close-menu-icon:hover {
	opacity: .6;
}

menu .navbar .menu-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	padding: 20px 45px 20px 20px;
}

menu .navbar .menu-header .language-container {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: skew(-7deg);
					transform: skew(-7deg);
}

menu .navbar .menu-header .language-container a {
	color: #72e2fe;
	border: 1px solid #00252e;
	padding: 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	width: 60px;
	text-align: center;
	line-height: 1;
}

menu .navbar .menu-header .language-container a:hover {
	background: rgba(0, 37, 46, 0.59);
}

menu .navbar .menu-header .language-container a.active {
	background: #00252e;
}

menu .navbar-bg {
	position: fixed;
	top: 0;
	left: 0%;
	width: 100%;
	height: 100%;
	background: var(--second-color);
	z-index: 9;
	opacity: 0;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
	pointer-events: none;
}

menu.open .navbar-bg {
	width: 100%;
	opacity: 0.4;
	pointer-events: auto;
}

menu.open .nav-item {
	-webkit-transform: translateX(0px) !important;
					transform: translateX(0px) !important;
	opacity: 1 !important;
}

menu.open .nav-item:nth-child(1) {
	-webkit-transition: all 0.55s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0.45s;
	transition: all 0.55s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0.45s;
}

menu.open .nav-item:nth-child(2) {
	-webkit-transition: all 0.55s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0.55s;
	transition: all 0.55s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0.55s;
}

menu.open .nav-item:nth-child(3) {
	-webkit-transition: all 0.55s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0.65s;
	transition: all 0.55s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0.65s;
}

menu.open .nav-item:nth-child(4) {
	-webkit-transition: all 0.55s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0.75s;
	transition: all 0.55s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0.75s;
}

menu.open .nav-item:nth-child(5) {
	-webkit-transition: all 0.55s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0.85s;
	transition: all 0.55s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0.85s;
}

menu.open .nav-item:nth-child(6) {
	-webkit-transition: all 0.55s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0.95s;
	transition: all 0.55s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0.95s;
}

menu.open .nav-item:nth-child(7) {
	-webkit-transition: all 0.55s cubic-bezier(0.13, 0.56, 0.38, 0.89) 1.05s;
	transition: all 0.55s cubic-bezier(0.13, 0.56, 0.38, 0.89) 1.05s;
}

menu.open .nav-item:nth-child(8) {
	-webkit-transition: all 0.55s cubic-bezier(0.13, 0.56, 0.38, 0.89) 1.15s;
	transition: all 0.55s cubic-bezier(0.13, 0.56, 0.38, 0.89) 1.15s;
}

footer {
	color: #fff;
	font-style: italic;
	font-size: 14px;
	padding: 100px 0 30px 0;
}

footer .footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

footer .footer-menu .footer-menu-item {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

footer .footer-menu .footer-menu-item .footer-menu-item-link {
	-webkit-transition: var(--second-transition);
	transition: var(--second-transition);
	text-transform: uppercase;
	font-weight: 900;
	margin-left: 4vw;
}

footer .footer-menu .footer-menu-item .footer-menu-item-link a:hover {
	opacity: .6;
}

footer .footer-menu .footer-menu-item .footer-menu-item-dropdown-menu a {
	color: #fff;
	margin-top: 20px;
	display: block;
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
}

#fullpage {
	margin: auto;
	max-width: 1500px;
}

.fp-enabled body, html.fp-enabled {
	padding-left: 75px;
}

.iScrollVerticalScrollbar.iScrollLoneScrollbar {
	display: none;
}

#fp-nav.fp-left {
	left: 120px;
	z-index: 8;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
	height: 4px;
	width: 74px;
	border-radius: 0;
	background: #fff;
	margin: -2px 0 0 -2px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	border-radius: 0;
	height: 4px;
	width: 35px;
	background: var(--second-color);
}

#fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
	height: 4px;
	width: 74px;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
	height: 4px;
	width: 74px;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 11px;
	top: 1px;
}

#fp-nav ul li, .fp-slidesNav ul li {
	-webkit-transform: skew(-7deg);
					transform: skew(-7deg);
	margin: 5px 7px;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
	margin: -2px 0 0 -2px;
}

.fp-section .big-img {
	-webkit-transform: translateX(30vw);
					transform: translateX(30vw);
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out 0.2s;
	transition: all 0.6s ease-in-out 0.2s;
}

.fp-section.active .big-img {
	opacity: 1;
	-webkit-transform: translateX(0);
					transform: translateX(0);
}

/* aside menu */
.side-menu-wrapper.open {
	margin-left: 0;
}

.side-menu-wrapper {
	margin-left: -100%;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.container {
	max-width: 100%;
	width: 1300px;
}

/* video */
video {
	max-width: 100%;
}

.btn.load-more-btn {
	display: block;
	width: 100%;
	text-align: center;
	padding: 13px;
	background: var(--main-color);
	color: var(--second-color);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 900;
	margin: 0 2px;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.btn.load-more-btn:hover {
	background: var(--second-color);
	color: var(--main-color);
}

.mw-760 {
	width: 760px;
}

.bg-none {
	background: none !important;
}

.align-items-center {
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

.main-color {
	color: var(--main-color) !important;
}

.main-border-color {
	border: 1px solid var(--main-color) !important;
}

.main-border-color.btn:hover {
	background: var(--second-color) !important;
	border: 1px solid var(--second-color) !important;
}

.our-insights-section .latest-updates-item img {
	height: 220px;
	-o-object-fit: cover;
		 object-fit: cover;
}

.our-insights-section .lead p {
	font-size: 18px;
	line-height: 1.6;
	color: var(--main-color);
}

.latest-updates-section, .our-insights-section, .next-article-section {
	padding: 180px 0;
}

.latest-updates-section h3, .our-insights-section h3, .next-article-section h3 {
	font-size: 60px;
	padding-left: 100px;
	margin-bottom: 30px;
	font-style: italic;
	font-weight: 900;
	text-transform: uppercase;
}

.latest-updates-section .latest-updates-item-wrap, .our-insights-section .latest-updates-item-wrap, .next-article-section .latest-updates-item-wrap {
	padding-right: 2px;
	padding-left: 2px;
}

.latest-updates-section .latest-updates-item-wrap img, .our-insights-section .latest-updates-item-wrap img, .next-article-section .latest-updates-item-wrap img {
	display: block;
}

.latest-updates-section .latest-updates-item-wrap .latest-updates-item, .our-insights-section .latest-updates-item-wrap .latest-updates-item, .next-article-section .latest-updates-item-wrap .latest-updates-item {
	display: flex;
margin-bottom: 4px;
height: 100%;
flex-direction: column;
}

.latest-updates-section .latest-updates-item-txt, .our-insights-section .latest-updates-item-txt, .next-article-section .latest-updates-item-txt {
	background: rgba(0, 0, 120, 0.05);
	padding: 10px 25px 70px 25px;
	height: 100%;
}

.latest-updates-section .latest-updates-item-txt h3, .our-insights-section .latest-updates-item-txt h3, .next-article-section .latest-updates-item-txt h3 {
		font-size: 21px;
		padding-left: 0;
		margin-bottom: 30px;
		height: 83px;
}

.latest-updates-section .latest-updates-item-txt p, .our-insights-section .latest-updates-item-txt p, .next-article-section .latest-updates-item-txt p {
	font-size: 14px;
	line-height: 1.3;
	color: var(--main-color);
}

.latest-updates-section .latest-updates-item-txt h4, .our-insights-section .latest-updates-item-txt h4, .next-article-section .latest-updates-item-txt h4 {
	font-size: 14px;
	color: var(--main-color);
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 30px;
}

.latest-updates-item-wrap:hover .read-more-hover span {
	-webkit-transform: translateY(0px);
					transform: translateY(0px);
	opacity: 1;
	-webkit-transition: all 0.25s ease-in-out 0.2s;
	transition: all 0.25s ease-in-out 0.2s;
}

.latest-updates-item-wrap:hover .read-more-hover {
	opacity: 0.95;
}

.read-more-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	background: rgba(0, 0, 120, 0.95);
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
	opacity: 0;
	-webkit-transform-origin: center;
					transform-origin: center;
	pointer-events: none;
}

.read-more-hover span {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	-webkit-transform: translateY(20px);
					transform: translateY(20px);
	opacity: 0;
}

.main-bg.btn {
	background: var(--main-color) !important;
	-webkit-transition: var(--mian-transition);
	transition: var(--mian-transition);
}

.main-bg.btn:hover {
	background: var(--second-color) !important;
}

.autonomic-smooth-dynamic-section {
	padding: 125px 0;
}

.autonomic-smooth-dynamic-section h2 {
	font-weight: 900;
	font-size: 35px;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 90px;
}

.autonomic-smooth-dynamic-section p {
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	padding-left: 80px;
	padding-right: 80px;
}

.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 170px;
	position: relative;
}

.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item::before {
	position: absolute;
	top: 7px;
	left: -50px;
	z-index: 10;
	content: "";
	width: 15px;
	height: 15px;
	background: rgba(255, 255, 255, 0);
	border-radius: 50%;
	border: 2px solid #fff;
}

.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item::after {
	position: absolute;
	top: 28px;
	left: -41px;
	z-index: 10;
	content: "";
	width: 2px;
	height: calc(100% - 22px);
	border-left: 2px dotted #fff;
}

.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item:last-child::after {
	content: none;
}

.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item .txt-content h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.4;
	font-style: italic;
}

.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item .txt-content h4 {
	line-height: 1.4;
	font-weight: 900;
	font-size: 16px;
	margin-bottom: 20px;
	font-style: italic;
}

.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item .txt-content p {
	font-size: 14px;
	padding-left: 0;
	padding-right: 0;
}

.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item .img-content {
	min-width: 180px;
	text-align: right;
}

.contact-page {
	padding: 20vh 0;
}

.contact-page .contact-form h1 {
	margin-bottom: 30px;
	font-size: 60px;
	font-weight: 900;
}

.contact-page .contact-form h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 100px;
	line-height: 1.6;
	padding-left: 80px;
}

.contact-page .contact-form h6 {
	font-size: 14px;
	font-weight: 900;
	margin-left: -10px;
	font-style: italic;
	margin-bottom: 10px;
	color: var(--main-color);
}

.contact-page .contact-form .footer-contact-items {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	margin-bottom: 30px;
}

.contact-page .contact-form .footer-contact-items span {
	color: var(--main-color);
	font-weight: 500;
	padding-left: 10px;
}

.contact-page .contact-form .footer-contact-items img {
	height: 30px;
}

.contact-page .contact-form .footer-contact-items a {
	text-decoration: underline;
	color: var(--main-color);
	padding-left: 10px;
	font-weight: 500;
}

.contact-page .contact-form input, .contact-page .contact-form textarea, .contact-page .contact-form select {
	font-size: 18px;
	padding: 10px 20px;
	background: rgba(0, 0, 120, 0.05);
	margin-bottom: 40px;
	width: 100%;
	font-family: var(--main-font);
	color: var(--second-color);
	-webkit-transform: skew(-7deg);
					transform: skew(-7deg);
}

.contact-page .contact-form .btn-holder.skew-button .btn {
	margin-right: 0;
}

.contact-page .contact-form ::-webkit-input-placeholder {
	color: var(--second-color);
}

.contact-page .contact-form :-ms-input-placeholder {
	color: var(--second-color);
}

.contact-page .contact-form ::-ms-input-placeholder {
	color: var(--second-color);
}

.contact-page .contact-form ::placeholder {
	color: var(--second-color);
}

.messages-page {
	padding: 20vh 0;
	text-align: center;
}

.messages-page h1 {
	font-size: 100px;
	margin-bottom: 50px;
}

.messages-page h3 {
	margin-bottom: 20px;
	color: var(--main-color);
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
}

.messages-page p {
	font-size: 22px;
	line-height: 1.4;
	font-style: italic;
	margin-bottom: 50px;
}

/*  POPUP  */
#log-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: var(--main-color);
	opacity: 0.9;
	display: none;
}

.popup-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.popup-wrap.show-popup {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.popup.show-popup {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: translate(-50%, -50%) scale(1);
					transform: translate(-50%, -50%) scale(1);
}

.popup-wrap-content {
	position: relative;
	height: 100vh;
	overflow-y: auto;
}
.index-header {
	max-width: 50vw;
}
.popup {
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	left: calc(50% - 21px);
	-webkit-transform: translate(-50%, -50%) scale(0.85);
					transform: translate(-50%, -50%) scale(0.85);
	z-index: 40010;
	max-width: 100%;
	width: 80%;
	background: #fff none no-repeat center center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	max-height: 85vh;
}

.popup-header {
	position: relative;
}

.popup-body {
	padding: 15vh 4vw;
}

.popup-body h3 {
	font-size: 40px;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 100px;
}

.popup-body p {
	padding-left: 75px;
	color: var(--main-color);
	line-height: 1.4;
	font-size: 16px;
}

.popup-footer {
	padding: 10px;
}

.close-popup {
	position: absolute;
	top: 40px;
	right: 40px;
	cursor: pointer;
	z-index: 10;
}

.close-popup:hover {
	opacity: 0.7;
}

/*  /POPUP  */
/* scrollbar */
::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px #d4d4d4; */
	/* box-shadow: inset 0 0 6px #d4d4d4; */
	background-color: #d8e7ea;
}

::-webkit-scrollbar {
	width: 6px;
	background-color: var(--main-color);
}

::-webkit-scrollbar-thumb {
	background-color: var(--main-color);
}

* {
	scrollbar-color: var(--main-color) var(--second-color);
	scrollbar-width: thin;
}

h1 {
	font-style: italic;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 45px;
	font-size: 70px;
}

.vh-100 {
	height: 100vh;
}

.h-100 {
	height: 100%;
}

.h-60 {
	height: 60vh;
}

.h-50 {
	height: 50vh;
}

.h-40 {
	height: 40vh;
}

.case-header {
	max-width: 70%;
}

.div-overlay:not(.no-hover)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 120, 0.45);
	-webkit-transition: all 0.5s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
	transition: all 0.5s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
}

.div-overlay:hover::before {
	background: rgba(0, 172, 215, 0.51);
}

.div-overlay {
	position: relative;
}

.header-overlay::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 120, 0.65);
}

.header-overlay > * {
	position: relative;
	z-index: 111;
}

.header-overlay {
	position: relative;
}

.one-click-deployment-header-section .index-header p.w-670, .annotation-tool-header-section .index-header p.w-670, .dataflux-observability-header-section .index-header p.w-670 {
	max-width: 670px;
}

.one-click-deployment-header-section .index-header .lead, .annotation-tool-header-section .index-header .lead, .dataflux-observability-header-section .index-header .lead {
	color: var(--main-color);
	max-width: 600px;
	padding-left: 7vw;
}

.one-click-deployment-header-section .index-header .lead h4, .annotation-tool-header-section .index-header .lead h4, .dataflux-observability-header-section .index-header .lead h4 {
	font-size: 24px;
	font-style: italic;
	line-height: 1.4;
	font-weight: 900;
}

.one-click-deployment-header-section .index-header .lead p, .annotation-tool-header-section .index-header .lead p, .dataflux-observability-header-section .index-header .lead p {
	line-height: 1.6;
	font-size: 16px;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 500;
}

.ai-model-section, .collective-knowledge-section {
	padding: 80px 0;
	padding-left: 7vw;
}

.ai-model-section h2, .collective-knowledge-section h2 {
	font-size: 100px;
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.1;
	max-width: 1200px;
	margin-bottom: 70px;
}

.ai-model-section h3, .collective-knowledge-section h3 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 20px;
	font-style: italic;
}

.ai-model-section p, .collective-knowledge-section p {
	font-size: 16px;
	max-width: 500px;
	color: #fff;
	line-height: 1.4;
}

.collective-knowledge-section h2 {
	color: var(--main-color);
	max-width: 900px;
	margin-bottom: 50px;
}

.collective-knowledge-section .collective-knowledge-container {
	padding-left: 40px;
}

.collective-knowledge-section .collective-knowledge-container .collective-knowledge-item {
	padding: 0;
	position: relative;
}

.collective-knowledge-section .collective-knowledge-container .collective-knowledge-item p {
	color: var(--main-color);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	font-size: 16px;
	padding-left: 50px;
	font-weight: 900;
}

.collective-knowledge-section .collective-knowledge-container .collective-knowledge-item .first-layer {
	background: rgba(0, 0, 120, 0.05);
	height: 80px;
	width: 100%;
	-webkit-transform: skew(30deg);
					transform: skew(30deg);
}

.collective-knowledge-section .collective-knowledge-container .collective-knowledge-item .second-layer {
	background: rgba(0, 0, 120, 0.05);
	height: 80px;
	width: 100%;
	-webkit-transform: skew(-30deg);
					transform: skew(-30deg);
}

.collective-knowledge-section .collective-knowledge-container .collective-knowledge-item::before {
	position: absolute;
	top: 0;
	left: -22px;
	z-index: 10;
	width: 52px;
	height: 163px;
	content: '';
	background: url(../images/colective-knowledge-item-divider.png) center center/cover;
}

.collective-knowledge-section .collective-knowledge-container .collective-knowledge-item:last-child::after {
	position: absolute;
	top: 0;
	right: -22px;
	z-index: 10;
	width: 52px;
	height: 163px;
	content: '';
	background: url(../images/colective-knowledge-item-divider.png) center center/cover;
}

.how-we-do-it-icon-item .how-we-do-it-dropdown li {
	opacity: 1;
}

.how-we-do-it-icon-item .how-we-do-it-dropdown p {
	opacity: 1;
	-webkit-transform: translateX(-30px);
					transform: translateX(-30px);
}

.one-click-deployment-section, .ai-dragon-section, .how-we-do-it-section, .dataflux-collector-section {
	padding: 160px 0;
}

.one-click-deployment-section h3, .ai-dragon-section h3, .how-we-do-it-section h3 {
	padding-left: 7vw;
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 60px;
	font-style: italic;
	text-transform: uppercase;
}

.one-click-deployment-section p, .ai-dragon-section p, .how-we-do-it-section p {
	padding-left: 7vw;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 180px;
	color: var(--main-color);
	max-width: 650px;
	font-weight: 500;
}

.one-click-deployment-section .ai-dragon-icon-item, .ai-dragon-section .ai-dragon-icon-item, .how-we-do-it-section .ai-dragon-icon-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	opacity: 0;
	-webkit-transform: translateX(-30px);
					transform: translateX(-30px);
}

.one-click-deployment-section .ai-dragon-icon-item.animatee, .ai-dragon-section .ai-dragon-icon-item.animatee, .how-we-do-it-section .ai-dragon-icon-item.animatee {
	-webkit-animation: slide-in 0.6s cubic-bezier(0.2, 0, 0.1, 1) forwards;
					animation: slide-in 0.6s cubic-bezier(0.2, 0, 0.1, 1) forwards;
	-webkit-animation-delay: calc(100ms * var(--word-index));
					animation-delay: calc(100ms * var(--word-index));
	will-change: transform;
	-webkit-transform-origin: top left;
					transform-origin: top left;
	opacity: 0;
	-webkit-transform: translateX(-30px);
					transform: translateX(-30px);
}

.one-click-deployment-section .ai-dragon-icon-item p, .ai-dragon-section .ai-dragon-icon-item p, .how-we-do-it-section .ai-dragon-icon-item p {
	padding-left: 0;
	color: var(--second-color);
	font-weight: 900;
	line-height: 1.2;
	font-size: 24px;
	font-style: italic;
	text-align: left;
	margin-bottom: 10px;
}

.one-click-deployment-section .ai-dragon-icon-item .img-holder, .ai-dragon-section .ai-dragon-icon-item .img-holder, .how-we-do-it-section .ai-dragon-icon-item .img-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	border-radius: 50%;
	padding: 10px;
	border: 1px solid var(--main-color);
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
}

.one-click-deployment-section .ai-dragon-icon-item .img-holder::before, .ai-dragon-section .ai-dragon-icon-item .img-holder::before, .how-we-do-it-section .ai-dragon-icon-item .img-holder::before {
	position: absolute;
	top: 50%;
	left: 100%;
	content: "";
	height: 1px;
	width: calc(100% + 5px);
	border-bottom: 2px dotted var(--main-color);
	z-index: 10;
}

.one-click-deployment-section .ai-dragon-icon-item .img-holder::after, .ai-dragon-section .ai-dragon-icon-item .img-holder::after, .how-we-do-it-section .ai-dragon-icon-item .img-holder::after {
	position: absolute;
	top: 50%;
	right: 100%;
	content: "";
	height: 1px;
	width: calc(100% + 5px);
	border-bottom: 2px dotted var(--main-color);
	z-index: 10;
}

.one-click-deployment-section .ai-dragon-icon-item:first-child .img-holder::after, .ai-dragon-section .ai-dragon-icon-item:first-child .img-holder::after, .how-we-do-it-section .ai-dragon-icon-item:first-child .img-holder::after {
	content: none;
}

.one-click-deployment-section .ai-dragon-icon-item:last-child .img-holder::before, .ai-dragon-section .ai-dragon-icon-item:last-child .img-holder::before, .how-we-do-it-section .ai-dragon-icon-item:last-child .img-holder::before {
	content: none;
}

.mico-services-icon-container .mico-services-icon-item.col-md-3, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 {
	-ms-flex: 0 0 20%;
	-webkit-box-flex: 0;
					flex: 0 0 20%;
	max-width: 20%;
	margin-bottom: 55px;
}

.mico-services-icon-container .mico-services-icon-item.col-md-3 p, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3 p, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3 p, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 p {
	padding-left: 0;
	color: var(--second-color);
	font-weight: 900;
	line-height: 1.2;
	font-size: 24px;
	font-style: italic;
	text-align: left;
}

.mico-services-icon-container .mico-services-icon-item.col-md-3 img, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3 img, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3 img, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 img {
	margin-bottom: 30px;
}

.mico-services-icon-container .mico-services-icon-item.col-md-3 .how-we-do-it-dropdown, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3 .how-we-do-it-dropdown, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3 .how-we-do-it-dropdown, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 .how-we-do-it-dropdown {
	color: var(--main-color);
	line-height: 2.5;
	font-size: 14px;
}

.mico-services-icon-container .mico-services-icon-item.col-md-3 .how-we-do-it-dropdown p, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3 .how-we-do-it-dropdown p, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3 .how-we-do-it-dropdown p, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 .how-we-do-it-dropdown p {
	color: var(--main-color);
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	font-style: unset;
	margin-bottom: 10px;
}

.mico-services-icon-container .mico-services-icon-item.col-md-3 .how-we-do-it-dropdown ul li, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3 .how-we-do-it-dropdown ul li, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3 .how-we-do-it-dropdown ul li, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 .how-we-do-it-dropdown ul li {
	position: relative;
}

.mico-services-icon-container .mico-services-icon-item.col-md-3 .how-we-do-it-dropdown ul li::before, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3 .how-we-do-it-dropdown ul li::before, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3 .how-we-do-it-dropdown ul li::before, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 .how-we-do-it-dropdown ul li::before {
	position: absolute;
	margin-left: -15px;
	background: var(--main-color);
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-top: 7px;
}

.how-we-do-it-icon-item.col-md-3 p {
	margin-bottom: 20px;
}

.font-italic {
	font-style: italic;
}

.text-uppercase {
	text-transform: uppercase;
	font-weight: 900;
}

.index-header-section, .one-click-deployment-header-section, .annotation-tool-header-section, .dataflux-observability-header-section {
	position: relative;
	height: 100vh;
}

.index-header-section .index-header-img, .one-click-deployment-header-section .index-header-img, .annotation-tool-header-section .index-header-img, .dataflux-observability-header-section .index-header-img {
	position: absolute;
	top: 100px;
	right: 50px;
	z-index: 10;
	mix-blend-mode: hard-light;
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
		 object-fit: contain;
	opacity: 0;
	-webkit-transition: all 0.55s ease-in-out 0s;
	transition: all 0.55s ease-in-out 0s;
}

.index-header-section .index-header-img.showw, .one-click-deployment-header-section .index-header-img.showw, .annotation-tool-header-section .index-header-img.showw, .dataflux-observability-header-section .index-header-img.showw {
	opacity: 1;
}

.index-header-section .index-header-img.no-trans, .one-click-deployment-header-section .index-header-img.no-trans, .annotation-tool-header-section .index-header-img.no-trans, .dataflux-observability-header-section .index-header-img.no-trans {
	-webkit-transition: none;
	transition: none;
}

.index-header-section .index-header, .one-click-deployment-header-section .index-header, .annotation-tool-header-section .index-header, .dataflux-observability-header-section .index-header {
	position: absolute;
	top: 20vh;
	left: 0;
	z-index: 11;
}

.index-header-section .index-header p, .one-click-deployment-header-section .index-header p, .annotation-tool-header-section .index-header p, .dataflux-observability-header-section .index-header p {
	font-size: 30px;
	max-width: 450px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.4;
}

.about-us-slide-content {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	padding: 0;
}

.fp-enabled body.about-us-page, html.fp-enabled {
	padding-left: 0;
}

body.about-us-page .about-slide-container {
	padding: 10vh 2vw;
	margin-right: 0;
	margin-left: 0;
}

body.about-us-page .about-slide-container p {
	font-size: 16px;
	color: var(--main-color);
	line-height: 1.2;
}

body.about-us-page .main-bg.about-slide-container p {
	color: #fff;
}

body.about-us-page .about-slide-container p {
	padding-left: 100px;
	line-height: 1.4;
	margin-bottom: 30px;
}

body.about-us-page .about-slide-container p :last-of-type {
	margin-bottom: 0;
}

body.about-us-page .about-slide-container h3 {
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 100px;
	font-style: italic;
	text-transform: uppercase;
}

body.about-us-page .about-slide-container img {
	mix-blend-mode: hard-light;
}

.about-us-section {
	height: 100vh;
	position: relative;
}

.about-us-section .about-us-header-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
	width: 100%;
}

.about-us-section .header-txt {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	left: 150px;
}

.about-us-section .header-txt h1 span {
	color: #fff;
}

.about-us-section .header-txt p {
	font-size: 18px;
	color: #fff;
	max-width: 700px;
	line-height: 1.4;
}

.great-innovations-section {
	padding: 100px 0;
}

.great-innovations-section h2 {
	font-size: 100px;
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.1;
	max-width: 950px;
	margin-bottom: 60px;
}

.great-innovations-section p {
	font-size: 16px;
	color: #fff;
	max-width: 500px;
	line-height: 1.4;
	margin-bottom: 50px;
}

.great-innovations-section .great-innovations-item {
	position: relative;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	margin-bottom: 50px;
}

.great-innovations-section .great-innovations-item > * {
	position: relative;
	z-index: 1;
}

.great-innovations-section .great-innovations-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle at 50% 41%, #00acd7b8 0%, #000078 48%);
	opacity: 0;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

.great-innovations-section .great-innovations-item:hover::before {
	opacity: 1;
}

.great-innovations-section .great-innovations-item .great-innovations-item-img {
	margin-bottom: 80px;
	mix-blend-mode: hard-light;
	height: 360px;
	width: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}

.great-innovations-section .great-innovations-item h3 {
	font-size: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: 900;
	font-style: italic;
	height: 80px;
}

.great-innovations-section .great-innovations-item:hover .btn-holder.skew-button .btn {
	background: var(--second-color);
}

#fullpage .txt-content h2 {
	font-style: italic;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 45px;
	font-size: 40px;
}

#fullpage .txt-content p {
	padding-left: 70px;
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 50px;
}

#fullpage .txt-content p:last-child {
	max-width: 320px;
}

#fullpage .txt-content li {
	padding-left: 70px;
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

#fullpage .txt-content h5 {
	padding-left: 70px;
	font-size: 22px;
	font-weight: 900;
	color: #fff;
	font-style: italic;
	line-height: 1.6;
}

#fullpage .technology-section .txt-content p {
	font-size: 18px;
}

#fullpage .technology-section .txt-content p:last-child {
	max-width: none;
}

.opacity-bg {
	background: rgba(0, 0, 120, 0.05);
}

.scroll-down-icon-btn {
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
	z-index: 11;
	width: 28px;
}

.texture-bg {
	background: url(../images/index-header-bg-01.png) center center/cover;
}

.repeat-bg.texture-bg {
	background: url(../images/index-header-bg-01.png) repeat-y center center;
}

.w-100 {
	width: 100%;
}

.mw-100 {
	max-width: 100% !important;
}

.img-divider {
	width: 100%;
	display: block;
}

.industries-slider.swiper-container {
	width: 100%;
	height: 100vh;
	padding-top: 6vh;
}

.industries-slider.swiper-container .swiper-wrapper {
	padding-bottom: 200px;
}

.industries-slider.swiper-container .swiper-slide {
	height: 67vh;
	width: 650px !important;
	font-style: italic;
	-webkit-transition: var(--main-transition);
	transition: var(--main-transition);
}

.industries-slider.swiper-container .swiper-slide:first-child {
	width: 50% !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	padding-left: 250px;
	padding-right: 30px;
}

.industries-slider.swiper-container .swiper-slide:first-child p {
	padding-left: 80px;
	color: var(--main-color);
	line-height: 1.6;
	font-size: 18px;
}

.industries-slider.swiper-container .swiper-slide h1 {
	font-size: 70px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.industries-slider.swiper-container .swiper-slide h3 {
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	padding-left: 30px;
	margin-bottom: 20px;
}

.industries-slider.swiper-container .swiper-slide .img-slider {
	max-width: 100%;
	height: auto;
	height: 450px;
	-o-object-fit: cover;
		 object-fit: cover;
	-o-object-position: right top;
		 object-position: right top;
	width: 100%;
	margin-bottom: 70px;
	mix-blend-mode: hard-light;
}

.industries-slider.swiper-container .swiper-slide .industries-desc {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}

.industries-slider .swiper-pagination-bullet {
	width: 75px;
	height: 8px;
	border-radius: 0;
}

.industries-slider .swiper-pagination {
	-webkit-transform: translate3d(0, 0, 0) skew(-7deg);
					transform: translate3d(0, 0, 0) skew(-7deg);
	bottom: 20px;
}

.industries-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--second-color);
}

.industries-slider .swiper-pagination-bullet {
	background: var(--main-color);
	opacity: 1;
}

.industries-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.industries-slider .drag-to-explore-container {
	position: absolute;
	bottom: 50px;
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
}

.industries-slider .drag-to-explore-container img {
	margin-bottom: 20px;
	width: 70px;
}

.industries-slider .drag-to-explore-container p {
	font-size: 16px;
}

.btn-holder.skew-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.btn-holder.skew-button .btn {
	font-size: 14px;
	color: #fff;
	font-weight: 900;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: 40px;
	border: 1px solid #fff;
	padding: 9px 14px;
	-webkit-transform: skew(-7deg);
					transform: skew(-7deg);
	font-style: normal;
	width: auto;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	background: rgba(0, 0, 0, 0);
}

.btn-holder.skew-button .btn img {
	margin-left: 10px;
}

.how-we-do-it-dropdown li {
	line-height: 1.4 !important;
	margin-bottom: 20px;
}

.insights-full .category-title {
	margin-top: 100px;
	margin-bottom: 35px;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 14px;
	margin-left: 100px;
	color: var(--main-color);
}

.insights-full h1 {
	margin-left: 7vw;
}

.insights-full .text-editor-content {
	max-width: 760px;
	margin: 70px auto;
}

.insights-full .text-editor-content h2{
		font-size: 32px;
		margin-bottom: 15px;
		margin-top: 15px;
		font-weight: 700;
}
.insights-full .text-editor-content h3 {
		font-size: 24px;
		margin-bottom: 15px;
		margin-top: 15px;
		font-weight: 700;
}
.insights-full .text-editor-content p {
		font-size: 16px;
		line-height: 1.7;
		color: var(--main-color);
		margin-bottom: 20px;
}

.insights-full .lead p {
	font-size: 18px;
	line-height: 1.6;
	color: var(--main-color);
	max-width: 760px;
	margin: 60px auto;
}

.next-article-section {
	padding: 0;
}

.p-60-0 {
	padding: 60px 0;
}

.rotate-icon {
	-webkit-transform: rotate(181deg) translate(10px);
					transform: rotate(181deg) translate(10px);
}

.artificial-intelligence-section {
	padding: 60px 0;
}

.artificial-intelligence-section h2 {
	color: var(--second-color);
	font-size: 80px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 900;
}

.footer-section .fp-tableCell {
	vertical-align: bottom;
}

.parallax {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
[data-splitting], #target, #target2, #target33, #target4 {
	opacity: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
	transition: all 0.5s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
}

[data-splitting].animatee, #target.animatee, #target2.animatee, #target33.animatee, #target4.animatee {
	opacity: 1;
}

.splitting.animatee .word {
	-webkit-animation: slide-in 0.8s cubic-bezier(0.2, 0, 0.1, 1) forwards;
					animation: slide-in 0.8s cubic-bezier(0.2, 0, 0.1, 1) forwards;
	-webkit-animation-delay: calc(100ms * var(--word-index));
					animation-delay: calc(100ms * var(--word-index));
	will-change: transform;
	-webkit-transform-origin: top left;
					transform-origin: top left;
	opacity: 0;
	-webkit-transform: translateX(-30px);
					transform: translateX(-30px);
}

.delay .word {
	-webkit-animation-delay: 1100ms !important;
					animation-delay: 1100ms !important;
}

@-webkit-keyframes slide-in {
	from {
		-webkit-transform: translateX(-30px);
						transform: translateX(-30px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateX(0px);
						transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes slide-in {
	from {
		-webkit-transform: translateX(-30px);
						transform: translateX(-30px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateX(0px);
						transform: translateX(0px);
		opacity: 1;
	}
}
/*# sourceMappingURL=style.css.map */

/* dodati na milosevu verziju sa adminom */
.contact-page .contact-form h4 {
	padding-right: 80px;
}

/* impressum page and pravicy page*/
.impressum-page .text-editor-content h3,
.pravicy-page .text-editor-content h3 {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.impressum-page .text-editor-content p,
.pravicy-page .text-editor-content p {
	margin-top: 0;
	margin-bottom: 5px;
}
.impressum-page .text-editor-content p a,
.pravicy-page .text-editor-content p a {
	text-decoration: underline;
	font-style: italic;
}
body.about-us-page .our-people-section .about-slide-container h3 {
	margin-bottom: 30px;
}
body.about-us-page .our-people-section .about-slide-container h4 {
	padding-left: 100px;
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.2;
	color: #fff;
	font-weight: 900;
}
body.about-us-page .our-people-section .about-slide-container p {
	font-size: 14px;
}
.one-click-deployment-section .ai-dragon-icon-item .img-holder::before,
.ai-dragon-section .ai-dragon-icon-item .img-holder::before,
.how-we-do-it-section .ai-dragon-icon-item .img-holder::before {
	width: calc(100% + 6px);
}
.one-click-deployment-section .ai-dragon-icon-item .img-holder::after,
.ai-dragon-section .ai-dragon-icon-item .img-holder::after,
.how-we-do-it-section .ai-dragon-icon-item .img-holder::after {
	width: calc(100% + 6px);
}
.autonomic-smooth-dynamic-section .sticky-txt {
	position: sticky;
	top: 25px;
}
.autonomic-smooth-dynamic-section .sticky-txt:nth-child(2) {
	top: 100px;
}
.header-img-container .header-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.popup-body h3 {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 10px 0;
}
.logoss {
    padding: 100px 0;
}
.logoss-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logoss img {
    max-width: 16%;
}

/* dataflux collector section  */
.dataflux-collector-section {
	color: var(--main-color);
}
.dataflux-collector-section h4 {
	color: var(--second-color);
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 0;
    font-style: italic;
    text-transform: uppercase;
}
.dataflux-collector-section h5 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 30px;
    font-style: italic;
}
.dataflux-collector-section h6 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.dataflux-collector-section p {
	font-size: 16px;
	margin-bottom: 10px;
	width: 500px;
	max-width: 100%;
}

/* responsive */

@media only screen and (max-width: 1600px) {
	.index-header-section .index-header p, .one-click-deployment-header-section .index-header p, .annotation-tool-header-section .index-header p,
	.dataflux-observability-header-section .index-header p {
		margin-bottom: 20px !important;
	}
	.index-header-section .index-header, .one-click-deployment-header-section .index-header, .annotation-tool-header-section .index-header, .dataflux-observability-header-section
	.index-header {
    	top: 50px;
	}
	.popup.show-popup {
		overflow: auto;
	}
	.great-innovations-section .great-innovations-item h3 {
		font-size: 24px;
	}
	.latest-updates-section .latest-updates-item-txt h3, .our-insights-section .latest-updates-item-txt h3, .next-article-section .latest-updates-item-txt h3 {
		height: auto;
	}

	.collective-knowledge-section .collective-knowledge-container {
		padding-left: 0;
	}
	.ai-model-section, .collective-knowledge-section {
		padding-left: 20px;
	}
	.autonomic-smooth-dynamic-section h2 {
		max-width: 50%;
		background: var(--main-color);
	}
	.autonomic-smooth-dynamic-section .sticky-txt {
    	background: var(--main-color);
	}
	.autonomic-smooth-dynamic-section .sticky-txt:nth-child(2) {
		top: 120px;
	}

}
@media only screen and (max-width: 1400px) {
	menu .navbar .navbar-container .navbar-collapse {
		margin-left: 75px;
	}
	menu .navbar .navbar-container .navbar-collapse .nav-item .nav-link {
		font-size: 30px;
	}
	menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown .dropdown-menu .dropdown-item {
		font-size: 16px;
	}
	#fp-nav.fp-left {
		left: 80px;
	}
	body.about-us-page .about-slide-container p {
		margin-bottom: 15px;
	}
	body.about-us-page .about-slide-container {
		padding: 10vh 15px 15px 75px;
	}
	.ai-model-section h2, .collective-knowledge-section h2 {
		font-size: 60px;
	}
	.col-md-3.collective-knowledge-item {
		-ms-flex: 0 0 22%;
		flex: 0 22%;
		max-width: 22%;
	}
	.artificial-intelligence-section h2 {
		font-size: 50px;
	}
	.one-click-deployment-section,
	.ai-dragon-section,
	.how-we-do-it-section {
		padding: 50px 0;
	}
	.mico-services-icon-container .mico-services-icon-item.col-md-3,
	.mico-services-icon-container .how-we-do-it-icon-item.col-md-3,
	.how-we-do-it-icon-container .mico-services-icon-item.col-md-3,
	.how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 {
		margin-bottom: 30px;
	}

}
@media only screen and (max-width: 1200px) {
	.index-header-section,
	.one-click-deployment-header-section,
	.annotation-tool-header-section,
	.dataflux-observability-header-section {
		padding: 0 15px;
	}
	.ai-model-section h2,
	.collective-knowledge-section h2 {
		font-size: 50px;
	}
	.one-click-deployment-section .ai-dragon-icon-item p,
	.ai-dragon-section .ai-dragon-icon-item p,
	.how-we-do-it-section .ai-dragon-icon-item p {
		font-size: 16px;
	}
	.one-click-deployment-section .ai-dragon-icon-item .img-holder::after,
	.ai-dragon-section .ai-dragon-icon-item .img-holder::after,
	.how-we-do-it-section .ai-dragon-icon-item .img-holder::after {
		width: calc(100%);
	}
	.one-click-deployment-section .ai-dragon-icon-item .img-holder::before,
	.ai-dragon-section .ai-dragon-icon-item .img-holder::before,
	.how-we-do-it-section .ai-dragon-icon-item .img-holder::before {
		width: calc(100%);
	}
	h1 {
		margin-bottom: 20px;
		font-size: 50px;
	}
	.great-innovations-section h2 {
		font-size: 50px;
		margin-bottom: 20px;
	}
	.great-innovations-section .great-innovations-item h3 {
		font-size: 20px;
	}
	.great-innovations-section .great-innovations-item .great-innovations-item-img {
		height: 220px;
	}
	.industries-slider.swiper-container .swiper-slide:first-child {
		padding-left: 5vw;
	}
	.case_study_item {
		height: auto;
		padding: 50px 0;
	}
	.latest-updates-section .latest-updates-item-txt h3, .our-insights-section .latest-updates-item-txt h3, .next-article-section .latest-updates-item-txt h3 {
		height: auto;
	}
}

@media only screen and (max-width: 1024px) {
	menu .navbar {
		width: 70%;
	}
	h1 {
		font-size: 40px;
	}
	.latest-updates-section .latest-updates-item-txt h3,
	.our-insights-section .latest-updates-item-txt h3,
	.next-article-section .latest-updates-item-txt h3 {
		font-size: 16px;
		margin-bottom: 25px;
	}
	.latest-updates-section .latest-updates-item-txt,
	.our-insights-section .latest-updates-item-txt,
	.next-article-section .latest-updates-item-txt {
		padding: 10px 25px 25px 25px;
	}
	.h-40.aic {
		height: 150px;
	}
	.index-header .mb-80 {
		margin-bottom: 30px;
	}
	h1 {
		margin-bottom: 30px;
	}
	.index-header-section .index-header p,
	.one-click-deployment-header-section .index-header p,
	.annotation-tool-header-section .index-header p,
	.dataflux-observability-header-section .index-header p {
		font-size: 22px;
	}
	.ai-model-section h2,
	.collective-knowledge-section h2 {
		margin-bottom: 30px;
	}
	.one-click-deployment-section, .ai-dragon-section, .how-we-do-it-section {
		padding: 80px 0;
	}
	.one-click-deployment-section p,
	.ai-dragon-section p,
	.how-we-do-it-section p {
		margin-bottom: 80px;
	}
	.mico-services-icon-container .mico-services-icon-item.col-md-3,
	.mico-services-icon-container .how-we-do-it-icon-item.col-md-3,
	.how-we-do-it-icon-container .mico-services-icon-item.col-md-3,
	.how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 {
		margin-bottom: 30px;
	}
	.one-click-deployment-section,
	.ai-dragon-section,
	.how-we-do-it-section {
		padding: 50px 0;
	}
	.our-people-section .about-us-slide-content .img-divider {
		display: none;
	}
	.our-people-section {
		background: var(--main-color);
	}
	.mico-services-icon-container .mico-services-icon-item.col-md-3 p,
	.mico-services-icon-container .how-we-do-it-icon-item.col-md-3 p,
	.how-we-do-it-icon-container .mico-services-icon-item.col-md-3 p,
	.how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 p {
		font-size: 16px;
	}
	.popup-body h3 {
		margin-bottom: 20px;
	}
	.popup-body p {
		padding-left: 20px;
	}
	.popup-body {
		padding: 10vh 2vw;
	}
	.industries-slider.swiper-container .swiper-slide h1 {
		font-size: 50px;
		margin-bottom: 20px;
	}
	.autonomic-smooth-dynamic-section h2 {
		max-width: 50%;
	}
	.artificial-intelligence-section.texture-bg {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 768px) {
    .logoss {
        padding: 40px 0;
    }
    .logoss-container {
        display: block;
        text-align: center;
    }
    .logoss img {
        margin: 20px 0;
        max-width: 200px;
    }

	menu .navbar {
			width: 100%;
	}
	.lead {
			text-align: center;
			line-height: 1.3;
	}
	.pl-80 .lead {
			text-align: left;
	}
	.latest-updates-section,
	.our-insights-section,
	.next-article-section {
			padding: 80px 0;
	}
	.contact-page .contact-form h4 {
			padding-right: 15px;
			font-size: 18px;
			font-weight: 400;
			margin-bottom: 30px;
			line-height: 1.4;
			padding-left: 15px;
	}
	.contact-page .contact-form h1 {
			margin-bottom: 20px;
			font-size: 40px;
	}
	.ai-model-section h2,
	.collective-knowledge-section h2 {
			margin-bottom: 20px;
	}
	.ai-model-section h2,
	.collective-knowledge-section h2 {
			font-size: 30px;
	}
	.one-click-deployment-section h3, .ai-dragon-section h3, .how-we-do-it-section h3 {
			margin-bottom: 20px;
	}
	.one-click-deployment-section .ai-dragon-icon-item .img-holder,
	.ai-dragon-section .ai-dragon-icon-item .img-holder,
	.how-we-do-it-section .ai-dragon-icon-item .img-holder {
			width: 50px;
			height: 50px;
	}
	.great-innovations-item {
			max-width: 300px;
			margin: auto;
			margin-bottom: 80px;
	}
	.great-innovations-section .great-innovations-item h3 {
			text-align: center;
			height: auto;
	}
	.great-innovations-section h2 {
			text-align: center;
	}
	.great-innovations-section p {
			text-align: center;
			margin-left: auto;
			margin-right: auto;
	}
	.great-innovations-section {
			padding: 50px 0;
	}
	body.about-us-page .about-slide-container h3 {
			font-size: 30px;
			margin-bottom: 20px;
	}
	body.about-us-page .about-slide-container p {
			padding-left: 0;
	}
	body.about-us-page .our-people-section .about-slide-container h4 {
			padding-left: 0;
	}
	.col-md-3.collective-knowledge-item {
			-ms-flex: 0 0 80%;
			flex: 0 80%;
			max-width: 80%;
			margin-bottom: 20px;
	}
	.collective-knowledge-section .collective-knowledge-container .collective-knowledge-item::after {
			position: absolute;
			top: 0;
			right: -22px;
			z-index: 10;
			width: 52px;
			height: 163px;
			content: '';
			background: url(../images/colective-knowledge-item-divider.png) center center/cover;
	}
	.autonomic-smooth-dynamic-section p {
			padding-left: 20px;
			padding-right: 20px;
	}
	.autonomic-smooth-dynamic-section .pl-60 {
			padding-left: 30px;
	}
	.autonomic-smooth-dynamic-section h2 {
			margin-bottom: 90px;
			max-width: 50%;
	}
	.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item {
			display: block;
	}
	.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item .img-content {
			text-align: center;
			margin-top: 50px;
	}
	.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item {
			padding-bottom: 80px;
	}
	.mico-services-icon-container .mico-services-icon-item.col-md-3,
	.mico-services-icon-container .how-we-do-it-icon-item.col-md-3,
	.how-we-do-it-icon-container .mico-services-icon-item.col-md-3,
	.how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 {
			-ms-flex: 0 0 20%;
			-webkit-box-flex: 0;
			flex: 0 0 33%;
			max-width: 33%;
			text-align: center;
	}
	.how-we-do-it-icon-item .how-we-do-it-dropdown li {
			-webkit-animation: slide-in 0.6s cubic-bezier(0.2, 0, 0.1, 1) forwards;
			animation: slide-in 0.6s cubic-bezier(0.2, 0, 0.1, 1) forwards;
					animation-delay: 0s;
			-webkit-animation-delay: calc(100ms * var(--word-index));
			animation-delay: calc(100ms * var(--word-index));
			will-change: transform;
			-webkit-transform-origin: top left;
			transform-origin: top left;
			opacity: 0;
			-webkit-transform: translateX(-30px);
			transform: translateX(-30px);
	}
	.mico-services-icon-container .mico-services-icon-item.col-md-3 p,
	.mico-services-icon-container .how-we-do-it-icon-item.col-md-3 p,
	.how-we-do-it-icon-container .mico-services-icon-item.col-md-3 p,
	.how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 p {
			text-align: center;
	}
	.industries-slider.swiper-container .swiper-slide:first-child p {
			padding-left: 30px;
			line-height: 1.5;
			font-size: 16px;
	}
	footer {
		padding: 50px 0 30px 0;
	}
	footer .footer-menu {
			display: block;
			text-align: center;
	}
	.footer-menu .img-container {
			margin-bottom: 30px;
	}
	footer .footer-menu .footer-menu-item {
			display: block;
			margin-right: auto;
			text-align: center;
	}
	footer .footer-menu .footer-menu-item .footer-menu-item-link {
			margin-left: 0;
			margin-bottom: 10px;
	}
	footer .footer-menu .footer-menu-item .footer-menu-item-dropdown-menu a {
			margin-top: 10px;
	}
	.footer-menu.mb-100 {
			margin-bottom: 30px;
	}
	.popup-body {
		padding: 50px 15px;
	}
	.popup-body img {
		margin-top: 50px;
	}
	.latest-updates-section .latest-updates-item-txt, .our-insights-section .latest-updates-item-txt, .next-article-section .latest-updates-item-txt {
		padding: 10px 10px 25px 10px;
	}
	.latest-updates-section .latest-updates-item-txt h3, .our-insights-section .latest-updates-item-txt h3, .next-article-section .latest-updates-item-txt h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.next-article-section .latest-updates-item-wrap {
		padding-right: 15px;
		padding-left: 15px;
	}
	.artificial-intelligence-section {
		padding: 0;
	}
	.img-divider.mb--60 {
		margin-bottom: 0;
	}
	.about-us-section .header-txt {
		left: 50px;
	}
	.btn-holder.skew-button .btn {
		margin-right: auto;
	}
	.index-header {
		max-width: 100%;
	}
	.latest-updates-section h3, .our-insights-section h3, .next-article-section h3 {
		font-size: 35px;
		padding-left: 0;
	}
	.latest-updates-section, .our-insights-section, .next-article-section {
		max-width: 400px;
		margin: auto;
	}
	.latest-updates-section .latest-updates-item-wrap, .our-insights-section .latest-updates-item-wrap, .next-article-section .latest-updates-item-wrap {
		margin-bottom: 30px;
	}
	.dataflux-collector-section {
		padding: 50px 0;
	}
	.dataflux-collector-section h4 {
		font-size: 30px;
		line-height: 1.2;
	}
	.dataflux-collector-section h5 {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {

	h1 {
			font-size: 35px;
	}
	.insights-full .category-title {
			margin-top: 40px;
			margin-bottom: 10px;
			margin-left: 0;
	}
	.insights-full .lead p {
			margin: 30px auto;
			margin: 30px auto;
	}
	.insights-full .text-editor-content {
			margin: 30px auto;
	}
	.latest-updates-item-wrap {
			max-width: 300px;
			margin: auto;
	}
	.next-article-section .btn-holder.skew-button {
			justify-content: center;
			margin-bottom: 20px;
	}
	.next-article-section .btn-holder.skew-button .btn {
			margin-left: 15px;
			margin-right: unset;
	}
	.next-article-section .latest-updates-item-txt {
			padding: 10px 25px 25px 25px;
	}
	.main-section.insights-full.mt-100 {
			margin-top: 50px;
	}
	.latest-updates-section .latest-updates-item-wrap,
	.our-insights-section .latest-updates-item-wrap,
	.next-article-section .latest-updates-item-wrap {
			padding-right: 0;
			padding-left: 0;
			margin-bottom: 15px;
	}
	#contactForm {
			max-width: 100%;
			width: 500px;
			margin: auto;
	}
	.case_study_item h2 {
			font-size: 30px;
			margin-bottom: 15px;
	}
	.case_study_item .img-fluid {
			margin-bottom: 15px;
	}
	.case_study_item {
			height: auto;
			padding: 50px 15px;
	}
	.big-list li {
			line-height: 2;
	}
	h2 {
			font-size: 40px;
	}
	.ai-model-section h2,
	.collective-knowledge-section h2 {
			font-size: 30px;
	}
	.ai-model-section h3,
	.collective-knowledge-section h3 {
			font-size: 25px;
	}
	.one-click-deployment-section h3, .ai-dragon-section h3, .how-we-do-it-section h3 {
			margin-bottom: 30px;
	}
	body.about-us-page .about-slide-container img {
			width: 370px;
			max-width: 100%;
			margin-top: 30px;
			margin-left: auto;
			margin-right: auto;
			display: flex;
	}
	.about-us-slide-content .mb--60 {
			margin-bottom: 0;
	}
	.one-click-deployment-section .ai-dragon-icon-item p, .ai-dragon-section .ai-dragon-icon-item p, .how-we-do-it-section .ai-dragon-icon-item p {
			margin-bottom: 20px;
			text-align: center;
	}
	.one-click-deployment-section .ai-dragon-icon-item, .ai-dragon-section .ai-dragon-icon-item, .how-we-do-it-section .ai-dragon-icon-item {
			align-items: center;
	}
	.ai-dragon-icon-container {
		flex-direction: column;
		width: 100%;
		margin: auto;
		height: auto;
	}
	.one-click-deployment-section .ai-dragon-icon-item .img-holder::before, .ai-dragon-section .ai-dragon-icon-item .img-holder::before, .how-we-do-it-section .ai-dragon-icon-item .img-holder::before {
			top: 100%;
			left: 50%;
			height: 5px;
			border-bottom: 0;
			border-left: 2px dotted var(--main-color);
	}
	.one-click-deployment-section .ai-dragon-icon-item .img-holder::after, .ai-dragon-section .ai-dragon-icon-item .img-holder::after, .how-we-do-it-section .ai-dragon-icon-item .img-holder::after {
			left: 50%;
			bottom: 100%;
			height: 40%;
			border-bottom: 0;
			top: auto;
			border-left: 2px dotted var(--main-color);
	}
	.one-click-deployment-section .ai-dragon-icon-item .img-holder, .ai-dragon-section .ai-dragon-icon-item .img-holder, .how-we-do-it-section .ai-dragon-icon-item .img-holder {
			margin-bottom: 5px;
			display: -webkit-box;
			display: block;
			margin: auto;

	}
	.index-header-section .index-header-img, .one-click-deployment-header-section .index-header-img, .annotation-tool-header-section .index-header-img, .dataflux-observability-header-section .index-header-img {
			left: -43.97px;
			top: auto;
			bottom: 40px;
	}
	.autonomic-smooth-dynamic-section .sticky-txt {
			position: unset;
	}
	.autonomic-smooth-dynamic-section h2 {
			margin-bottom: 20px;
	}
	.autonomic-smooth-dynamic-section {
			padding: 50px 0;
	}
	.mico-services-icon-container .mico-services-icon-item.col-md-3, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 {
			-ms-flex: 0 0 50%;
			-webkit-box-flex: 0;
			flex: 0 0 50%;
			max-width: 50%;
	}
	.artificial-intelligence-section h2 {
			font-size: 35px;
	}
	.artificial-intelligence-section {
			padding: 50px 0;
	}
	.industries-slider.swiper-container .swiper-slide:first-child {
			width: 100% !important;
	}
	.industries-slider.swiper-container .swiper-slide {
			height: 67vh;
			width: 100% !important;
	}
	.industries-slider.swiper-container .swiper-slide h3 {
			font-size: 24px;
	}
	menu {
		height: 60px;
		width: 100%;
	}
	menu .menu-btn-container {
		width: 100%;
	}
	menu .menu-btn-container .menu-icon {
		left: auto;
		right: 0;
	}
	menu .menu-btn-container {
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-brand.first-logo img {
		height: 50px;
	}
	menu .navbar .menu-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
	}
	body {
		padding-left: 0;
		padding-top: 60px;
	}
	menu.open .navbar-bg {
		opacity: 1;
		background: var(--main-color);
	}
	body.about-us-page .about-slide-container {
		padding: 50px 15px 15px 0;
	}
	.img-divider {
		padding-left: 0;
	}
	body.about-us-page .about-slide-container {
		padding: 50px 15px 15px 0;
	}
	.fp-enabled body, html.fp-enabled {
		padding-left: 0;
	}
	#fullpage .txt-content p {
		padding-left: 0;
	}
	#fp-nav.fp-left {
		display: none;
	}
	body.about-us-page .about-slide-container {
		padding: 50px 15px 15px 0;
	}
	.img-divider {
		padding-left: 0;
	}
	.navbar-brand.first-logo img {
		height: 40px;
		position: absolute;
		top: 9px;
		left: 15px;
	}
	.navbar-brand img {
		height: 40px;
		position: absolute;
		top: 9px;
		left: 15px;
	}
	menu .navbar {
		z-index: 100;
	}
	menu .navbar .navbar-container {
		height: 100vh;
		padding-top: 50px;
	}
	menu .navbar .close-menu-icon {
		width: 70px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: var(--main-color);
	}
	menu .navbar .close-menu-icon.mobile {
		display: flex;
		margin: 0 15px;
		width: 20px;
	}
	menu .navbar .close-menu-icon {
		display: none;
	}
	menu .menu-btn-container .menu-icon {
		width: 25px;
		margin: 0 5px;
	}
	menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown .dropdown-menu::before {
		content: none;
	}
	menu .navbar .navbar-container .menu-social-icons a {
		margin-right: 25px;
	}
	menu .navbar .navbar-container .menu-social-icons a:last-of-type {
		margin-right: 0;
	}
	menu .navbar .navbar-container .menu-social-icons a img {
		width: 25px;
	}
	menu .navbar .navbar-container .navbar-collapse {
		margin-left: 50px;
	}
	menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown .nav-link {
		position: relative;
	}
	menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown .nav-link::after {
		position: absolute;
		top: 50%;
		right: 0;
		content: "▼";
		z-index: 10;
		font-size: 15px;
		line-height: 1;
		transform: translateY(-50%);
	}
	menu .navbar .navbar-container .menu-social-icons {
		bottom: 80px;
	}
	.index-header {
		max-width: 100%;
	}
	.index-header h1 {
		max-width: 100% !important;
		font-size: 30px;
		/* font-size: 22px; */
		text-align: center;
	}
	.great-innovations-section p {
		margin-bottom: 0;
	}
	.btn-holder.skew-button .btn {
		margin-right: auto;
	}
	.great-innovations-section .great-innovations-item h3 {
		margin-bottom: 20px;
	}
	.great-innovations-section .great-innovations-item .great-innovations-item-img {
		object-fit: contain;
	}
	.great-innovations-section {
		padding-bottom: 0;
	}
	.latest-updates-section h3, .our-insights-section h3, .next-article-section h3 {
		font-size: 22px;
		padding-left: 25px;
	}
	.latest-updates-section .latest-updates-item-txt h3, .our-insights-section .latest-updates-item-txt h3, .next-article-section .latest-updates-item-txt h3 {
		height: auto;
	}
	.latest-updates-section,
	.our-insights-section,
	.next-article-section {
		padding: 50px 0;
	}
	.about-us-section .header-txt {
		margin-left: 0;
	}
	.about-us-section {
		height: 70vh;
	}
	.about-us-slide-content {
		display: block;
	}
	.img-divider {
		display: none;
	}
	menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown:hover .dropdown-menu {
		padding-top: 10px;
	}
	.index-header-section .index-header p, .one-click-deployment-header-section .index-header p, .annotation-tool-header-section .index-header p, .dataflux-observability-header-section .index-header p {
		text-align: center;
	}
	.index-header-section .index-header,
	.one-click-deployment-header-section .index-header,
	.annotation-tool-header-section .index-header,
	.dataflux-observability-header-section .index-header {
		position: unset;
	}
	.index-header-section, .one-click-deployment-header-section, .annotation-tool-header-section, .dataflux-observability-header-section {
		display: flex;
		flex-direction: column;
		height: auto;
		padding-top: 50px;
	}
	.index-header-section .index-header-img.no-trans,
	.one-click-deployment-header-section .index-header-img.no-trans,
	.annotation-tool-header-section .index-header-img.no-trans,
	.dataflux-observability-header-section .index-header-img.no-trans {
		order: 2;
		position: unset;
	}
	.collective-knowledge-section .collective-knowledge-container .collective-knowledge-item p {
		padding-left: 30px;
	}
	.collective-knowledge-section .collective-knowledge-container .collective-knowledge-item:last-child::after {
		right: -20px;
		height: 120px;
	}
	.collective-knowledge-section .collective-knowledge-container .collective-knowledge-item .second-layer {
		height: 60px;
	}
	.collective-knowledge-section .collective-knowledge-container .collective-knowledge-item .first-layer {
		height: 60px;
	}
	.collective-knowledge-section .collective-knowledge-container .collective-knowledge-item::before {
		left: -30px;
		height: 120px;
	}
	.collective-knowledge-section .collective-knowledge-container .collective-knowledge-item::after {
		right: -20px;
		height: 120px;
	}
	.ai-model-section, .collective-knowledge-section {
		padding: 50px 0;
	}
	.col-md-3.collective-knowledge-item {
		-ms-flex: 0 0 85%;
		flex: 0 85%;
		max-width: 85%;
	}
	.autonomic-smooth-dynamic-section h2 {
		max-width: 100%;
	}
	.footer-menu .img-container img {
		width: 100px;
	}
	.how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3:last-of-type {
		margin-bottom: 0;
	}
	.how-we-do-it-section.texture-bg {
		padding-bottom: 0;
	}
	.how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 p {
		text-align: center;
		font-size: 20px;
	}
	.one-click-deployment-section h3, .ai-dragon-section h3, .how-we-do-it-section h3 {
		font-size: 28px;
	}
	.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item {
		padding-bottom: 50px;
	}
	.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item:first-of-type {
		margin-top: 30px;
	}
	.autonomic-smooth-dynamic-section .autonomic-smooth-dynamic-item .img-content {
		margin-top: 30px;
	}
	.mico-services-icon-container .mico-services-icon-item.col-md-3 img, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3 img, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3 img, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 img {
		object-fit: contain;
		width: 120px;
		height: 50px;
	}
	.mico-services-icon-container .mico-services-icon-item.col-md-3, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.index-header-section .index-header-img.no-trans, .one-click-deployment-header-section .index-header-img.no-trans, .annotation-tool-header-section .index-header-img.no-trans, .dataflux-observability-header-section .index-header-img.no-trans {
		padding-bottom: 30px;
	}
	#fullpage .txt-content h5 {
		padding-left: 0;
	}
	#fullpage .txt-content li {
		padding-left: 20px;
	}
	.fp-tableCell,
	.fp-section {
		height: auto !important;
		margin-bottom: 30px;
	}
	.fp-enabled body, html.fp-enabled {
		padding-top: 60px;
	}
	.scroll-down-icon-btn {
		display: none;
	}
	.fp-tableCell footer {
		padding: 0 30px 0;
	}
	.artificial-intelligence-section {
		padding: 30px 0;
	}
	.our-insights-section .mb-80 {
		margin-bottom: 30px;
	}
	.h-40.aic {
		height: 100px;
	}
	.case-header h1 {
		font-size: 30px;
	}
	.case-study-header.vh-100 {
		height: 80vh;
	}
	.how-we-do-it-section .mico-services-icon-container .mico-services-icon-item.col-md-3,
	.how-we-do-it-section .mico-services-icon-container .how-we-do-it-icon-item.col-md-3,
	.how-we-do-it-section .how-we-do-it-icon-container .mico-services-icon-item.col-md-3,
	.how-we-do-it-section .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.popup-header {
		position: sticky;
		top: 0;
	}
	.industries-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px;
	}
	.industries-slider .swiper-pagination-bullet {
		width: 25px;
	}
	.mico-services-icon-container .mico-services-icon-item.col-md-3, .mico-services-icon-container .how-we-do-it-icon-item.col-md-3, .how-we-do-it-icon-container .mico-services-icon-item.col-md-3, .how-we-do-it-icon-container .how-we-do-it-icon-item.col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.one-click-deployment-section .ai-dragon-icon-item, .ai-dragon-section .ai-dragon-icon-item, .how-we-do-it-section .ai-dragon-icon-item {
		display: block;
	}
	.header-img-container .header-img {
		height: auto;
	}
	body.about-us-page .our-people-section .about-slide-container {
		padding: 30px 15px 15px 0;
	}
	.contact-page {
		padding: 80px 0;
	}
	.index-header h1.mb-15 {
		margin-bottom: 0;
	}
	.popup-body h3 {
		font-size: 25px
	}
	.close-popup img {
			width: 20px;
	}
	.popup {
			left: calc(50%);
			width: 95%;
			height: 94vh;
			overflow-y: auto;
	}
	.popup-body .row {
			max-width: 100%;
	}
	.close-popup {
			top: 10px;
			right: 15px;
	}
	.popup-body {
			padding: 5vh 2vw;
	}
	.one-click-deployment-header-section .index-header .lead, .annotation-tool-header-section .index-header .lead, .dataflux-observability-header-section .index-header .lead {
		max-width: 100%;
		padding-left: 0;
	}
	.index-header-section .index-header p, .one-click-deployment-header-section .index-header p, .annotation-tool-header-section .index-header p, .dataflux-observability-header-section .index-header p {
		max-width: 100%;
	}
	.one-click-deployment-section p, .ai-dragon-section p, .how-we-do-it-section p {
		max-width: 100%;
	}
	.about-us-slide-content {
		height: auto;
	}
}

@media only screen and (max-width: 480px) {
	menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown .dropdown-menu {
			position: unset;
			max-height: 0;
			transition: var(--second-transition);
	}
	body .loaderr .preloader-img {
			max-width: 200px;
	}
	menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown:hover .dropdown-menu {
			max-height: 100%;
	}
	menu .navbar .navbar-container .navbar-collapse .nav-item.dropdown .dropdown-menu .dropdown-item {
			font-size: 16px;
			line-height: 1.4;
	}
	menu .navbar .navbar-container .navbar-collapse {
			margin-top: 30px;
	}
	menu .navbar .navbar-container .navbar-collapse .nav-item .nav-link {
			font-size: 22px;
	}
	menu .navbar .navbar-container .navbar-collapse .nav-item {
			line-height: 1.4;
	}
	h1 {
			font-size: 26px;
			margin-bottom: 30px;
	}
	.messages-page h1 {
			font-size: 80px;
			margin-bottom: 20px;
	}
	.pl-80 {
			padding-left: 15px;
	}
	.contact-page {
			padding: 50px 0;
	}
	.one-click-deployment-header-section .index-header .lead,
	.annotation-tool-header-section .index-header .lead,
	.dataflux-observability-header-section .index-header .lead {
			padding-left: 0;
	}
	.mico-services-icon-container {
			align-items: center;
	}
	.index-header-section .index-header,
	.one-click-deployment-header-section .index-header,
	.annotation-tool-header-section .index-header,
	.dataflux-observability-header-section .index-header {
			top: 30px;
	}
	.index-header-section .index-header p,
	.one-click-deployment-header-section .index-header p,
	.annotation-tool-header-section .index-header p,
	.dataflux-observability-header-section .index-header p {
			font-size: 18px;
			line-height: 1.2;
	}
	.one-click-deployment-header-section .index-header .lead h4,
	.annotation-tool-header-section .index-header .lead h4,
	.dataflux-observability-header-section .index-header .lead h4 {
			font-size: 20px;
			line-height: 1.2;
	}
	.ai-model-section h3, .collective-knowledge-section h3 {
			font-size: 20px;
	}
	.one-click-deployment-section h3, .ai-dragon-section h3, .how-we-do-it-section h3 {
			font-size: 22px;
	}
	h1 {
			margin-bottom: 15px;
	}
	.index-header .mb-80 {
			margin-bottom: 15px;
	}
	.one-click-deployment-header-section .index-header .lead p,
	.annotation-tool-header-section .index-header .lead p,
	.dataflux-observability-header-section .index-header .lead p {
			line-height: 1.4;
			font-size: 15px;
	}
	.index-header-section {
			max-height: 500px;
	}
	.great-innovations-section h2 {
			font-size: 22px;
	}
	#fullpage .txt-content h2 {
			margin-bottom: 15px;
			font-size: 24px;
	}
	#fullpage .txt-content p {
			font-size: 14px;
			line-height: 1.4;
			margin-bottom: 15px;
	}
	#fullpage .txt-content h5 {
			font-size: 18px;
	}
	#fullpage .txt-content li {
			line-height: 1.6;
	}
	.about-us-section .header-txt {
		left: 0;
		padding: 0 15px;
	}

	.artificial-intelligence-section h2 {
			font-size: 24px;
	}
	.how-we-do-it-section  .mb-120 {
			margin-bottom: 50px !important;
	}
	.autonomic-smooth-dynamic-section h2 {
			font-weight: 900;
			font-size: 26px;
	}
	.our-people-section {
			padding-top: 30px;
	}
	body.about-us-page .about-slide-container {
			height: 100%;
	}
	.about-us-slide-content {
			height: 100%;
	}
	.fp-scrollable {
			overflow: hidden;
			position: relative;
	}
	.our-people-section  .fp-scrollable {
			height: auto;
	}
	.fp-scrollable {
			height: auto !important;
	}
	.our-people-section footer {
			padding-left: 75px;
	}
	.industries-slider.swiper-container .swiper-slide h1 {
			font-size: 35px;
	}
	.industries-slider.swiper-container .swiper-slide h3 {
			font-size: 20px;
			padding-left: 15px;
	}
	.industries-slider.swiper-container {
			height: 80vh;
	}
	.industries-slider.swiper-container .swiper-slide {
			height: 55vh;
	}
	.industries-slider .drag-to-explore-container {
		bottom: 45px;
	}
}

@media only screen and (max-height: 600px) {
	.index-header {
		max-width: 60%;
	}
	.one-click-deployment-header-section .index-header .lead, .annotation-tool-header-section .index-header .lead, .dataflux-observability-header-section .index-header .lead {
		max-width: 100%;
	}
	.index-header-section .index-header p, .one-click-deployment-header-section .index-header p, .annotation-tool-header-section .index-header p, .dataflux-observability-header-section .index-header p {
		max-width: 60%;
	}
	h1 {
		font-size: 45px;
		line-height: 1.1;
	}
	.ai-model-section h2, .collective-knowledge-section h2 {
		font-size: 60px;
		margin-bottom: 30px;
	}
	.index-header-section .index-header, .one-click-deployment-header-section .index-header, .annotation-tool-header-section .index-header, .dataflux-observability-header-section .index-header {
		left: 30px;
	}
	.industries-slider.swiper-container .swiper-slide h1 {
		font-size: 50px;
	}
	.ai-model-section h2, .collective-knowledge-section h2 {
		font-size: 40px;
	}
	.one-click-deployment-section h3, .ai-dragon-section h3, .how-we-do-it-section h3 {
		margin-bottom: 30px;
	}
	body.about-us-page .about-slide-container h3 {
		font-size: 35px;
		margin-bottom: 20px;
	}
	menu .navbar .navbar-container .navbar-collapse {
		margin-top: 20px;
	}
	menu .navbar .navbar-container .navbar-collapse .nav-item .nav-link {
		font-size: 25px;
	}
	.index-header-section .index-header p, .one-click-deployment-header-section .index-header p, .annotation-tool-header-section .index-header p, .dataflux-observability-header-section .index-header p {
		font-size: 25px;
		line-height: 1.2;
	}
	.one-click-deployment-header-section .index-header .lead h4, .annotation-tool-header-section .index-header .lead h4, .dataflux-observability-header-section .index-header .lead h4 {
		font-size: 18px;
		line-height: 1.3;
		margin-bottom: 15px;
	}
}